]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make gdb.mi/mi-dprintf.exp use $inferior_spawn_id
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
58789a91
PA
12015-07-29 Pedro Alves <palves@redhat.com>
2
3 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
4 factore out from mi_continue_dprintf. For call-style dprintfs,
5 expect dprintf output out of $inferior_spawn_id.
6 (mi_continue_dprintf): Use mi_expect_dprintf.
7 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8 (main): Call gdb_unbuffer_output.
9
e8376742
PA
102015-07-29 Pedro Alves <palves@redhat.com>
11
12 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13 (default_mi_gdb_start): Set inferior_spawn_id instead of
14 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15 gdb_spawn_id.
16 (mi_gdb_test): Always expect inferior output from both
17 $inferior_spawn_id and $gdb_spawn_id.
18
08280010
PA
192015-07-29 Pedro Alves <palves@redhat.com>
20
21 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
22 send_inferior and $inferior_spawn_id.
23
4d30e432
PA
242015-07-29 Pedro Alves <palves@redhat.com>
25
26 * gdb.gdb/complaints.exp (test_initial_complaints)
27 (test_serial_complaints, test_short_complaints): Use
28 gdb_test_stdio.
29 (test_empty_complaint): Handle $inferior_spawn_id !=
30 $gdb_spawn_id.
31
0d30a335
PA
322015-07-29 Pedro Alves <palves@redhat.com>
33
34 * gdb.base/varargs.exp: Use gdb_test_stdio.
35
39413b29
PA
362015-07-29 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
39
7cb000a9
PA
402015-07-29 Pedro Alves <palves@redhat.com>
41
42 * gdb.base/ending-run.exp: Use gdb_test_stdio.
43
d7b8ac82
PA
442015-07-29 Pedro Alves <palves@redhat.com>
45
46 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
47 parameter into two new parameters, "inf_result" and "gdb_result".
48 Expect inferior output and gdb output from $inferior_spawn_id and
49 $gdb_spawn_id, respectively. Adjust all callers.
50
789c3a0c
PA
512015-07-29 Pedro Alves <palves@redhat.com>
52
53 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
54 of gdb_test_sequence.
55
77e760c3
PA
562015-07-29 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
59 (saw_spurious_output): Expect inferior output from
60 $inferior_spawn_id. Use gdb_test_stdio.
61
8396d2cd
PA
622015-07-29 Pedro Alves <palves@redhat.com>
63
64 * gdb.base/dprintf.exp: Use standard_testfile. Change
65 prepare_for_testing call.
66 (srcfile): Don't set.
67 (restart): New procedure.
68 (test_dprintf): New procecure, use to continue over dprintfs.
69 (test_call, test_agent): New procedures, tests moved here.
70 Restart gdb and recreate dprintfs. Adjust expected output.
71
2051d61f
PA
722015-07-29 Pedro Alves <palves@redhat.com>
73
74 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
75
452397af
PA
762015-07-29 Pedro Alves <palves@redhat.com>
77
78 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
79
8aed9555
PA
802015-07-29 Pedro Alves <palves@redhat.com>
81
82 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
83 gdb_test_stdio.
84
188a61b4
PA
852015-07-29 Pedro Alves <palves@redhat.com>
86
87 * lib/gdb.exp (gdb_test_stdio): New procedure.
88
12264a45
PA
892015-07-29 Pedro Alves <palves@redhat.com>
90
91 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
92
23ffc893
PA
932015-07-29 Pedro Alves <palves@redhat.com>
94
95 * gdb.base/call-signal-resume.exp: Remove check for
96 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
97 * gdb.base/unwindonsignal.exp: Likewise.
98 * gdb.base/call-signals.c (gen_signal): Remove printf call.
99 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
100
65566918
PA
1012015-07-29 Pedro Alves <palves@redhat.com>
102
103 * gdb.base/siginfo-addr.c (pass): New function.
104 (handler): Call it iff si_addr is correct.
105 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
106 Set a breakpoint at "pass" and continue to it.
107
d60a9221
SDJ
1082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
109
110 * gdb.python/py-objfile.exp: Make some tests have unique names.
111 * gdb.python/py-pp-registration.exp: Likewise.
112
bde40b8f
PA
1132015-07-28 Pedro Alves <palves@redhat.com>
114
115 * gdb.server/server-exec-info.exp: Issue a "disconnect".
116
13e1dec8
SM
1172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
118
119 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
120
da33c9a7
SM
1212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
122
123 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
124
077836f7
PP
1252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
126
127 * gdb.base/gdb-sigterm-2.exp: New test.
128
b8cc7b2e
DE
1292015-07-25 Doug Evans <xdje42@gmail.com>
130
131 Revert:
132 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
133 (workers/%.worker, build-perf): New rule.
134 (GDB_PERFTEST_MODE): New variable.
135 (check-perf): Use it.
136 (clean): Clean up gdb.perf parallel build subdirs.
137 * lib/build-piece.exp: New file.
138 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
139 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
140 name.
141 (standard_temp_file): Ditto.
142 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
143 of $GDB_PARALLEL.
144
6eab34f3
DE
1452015-07-24 Doug Evans <dje@google.com>
146
147 * gdb.perf/README: New file.
148 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
149 * lib/gen-perf-test.exp: New file.
150
63738bfd
DE
1512015-07-24 Doug Evans <dje@google.com>
152
153 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
154 (PerfTest::startup): New function.
155 (PerfTest::run): Return result of calling body.
156 (PerfTest::assemble): Rewrite.
157 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
158 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
159 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
160 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
161 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
162
7b606f95
DE
1632015-07-24 Doug Evans <dje@google.com>
164
165 * lib/gdb.exp (clean_restart): Make executable optional.
166
a97b16b8
DE
1672015-07-24 Doug Evans <dje@google.com>
168
169 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
170 compiler_info references.
171 * gdb.cp/temargs.exp: Ditto.
172 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
173 (get_compiler_info): Early exit if already computed. Set compiler_info
174 to "unknown" if there was a problem.
175 (test_compiler_info): Add function comment. Call get_compiler_info.
176
35baa57f
DE
1772015-07-24 Doug Evans <dje@google.com>
178
179 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
180 (workers/%.worker, build-perf): New rule.
181 (GDB_PERFTEST_MODE): New variable.
182 (check-perf): Use it.
183 (clean): Clean up gdb.perf parallel build subdirs.
184 * lib/build-piece.exp: New file.
185 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
186 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
187 name.
188 (standard_temp_file): Ditto.
189 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
190 of $GDB_PARALLEL.
191
6ebea266
DE
1922015-07-24 Doug Evans <dje@google.com>
193
194 * lib/future.exp (gdb_default_target_compile): New option
195 "early_flags".
196 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
197 --as-needed.
198
1e76a7e9
SDJ
1992015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
200
201 * gdb.base/catch-syscall.exp: Call gdb_exit before
202 gdb_skip_xml_test.
203
5068630a
PA
2042015-07-24 Pedro Alves <palves@redhat.com>
205
206 * gdb.python/py-events.exp: Accept output between the stop event
207 and the prompt.
208 * gdb.python/py-evsignal.exp: Likewise.
209 * gdb.python/py-evthreads.exp: Likewise.
210
77598427
PA
2112015-07-24 Pedro Alves <palves@redhat.com>
212
213 PR gdb/18717
214 * gdb.threads/non-ldr-exit.c: New file.
215 * gdb.threads/non-ldr-exit.exp: New file.
216
11e6c98f
YQ
2172015-07-24 Yao Qi <yao.qi@linaro.org>
218
219 * gdb.server/ext-wrapper.exp: Test --wrapper option when
220 restarting process.
221
51aee833
YQ
2222015-07-24 Yao Qi <yao.qi@linaro.org>
223
224 * gdb.server/ext-restart.exp: New file.
225
8cfe207c
YQ
2262015-07-24 Yao Qi <yao.qi@linaro.org>
227
228 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
229 argument options.
230 * gdb.server/ext-wrapper.exp: New file.
231
cc12ce38
DE
2322015-07-23 Doug Evans <dje@google.com>
233
234 * gdb.dwarf2/dw2-dummy-cu.S: New file.
235 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
236
d0d84780
PMR
2372015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
238
239 * gdb.ada/var_arr_typedef.exp: New testcase.
240 * gdb.ada/var_arr_typedef/pack.adb: New file.
241 * gdb.ada/var_arr_typedef/pack.ads: New file.
242 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
243
8b558f79
JB
2442015-07-20 Joel Brobecker <brobecker@adacore.com>
245
246 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
247
775a3298
JK
2482015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
249
250 * gdb.arch/i386-biarch-core.exp: Replace istarget
251 by "complete set gnutarget". Remove expectation for the "core-file"
252 command.
253
db1ff28b
JK
2542015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 Revert the previous commit:
257 Tests for validate symbol file using build-id.
258
0a94970d
JK
2592015-07-15 Aleksandar Ristovski <aristovski@qnx.com
260
261 Tests for validate symbol file using build-id.
262 * gdb.base/solib-mismatch-lib.c: New file.
263 * gdb.base/solib-mismatch-libmod.c: New file.
264 * gdb.base/solib-mismatch.c: New file.
265 * gdb.base/solib-mismatch.exp: New file.
266
03346981
SL
2672015-07-15 Sandra Loosemore <sandra@codesourcery.com>
268
269 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
270 nios2-*-linux*.
271 * gdb.base/sigbpt.exp (stepi_out): Likewise.
272 * gdb.base/siginfo.exp: Likewise.
273 * gdb.base/sigstep.exp (advance, advancei): Likewise.
274
42422cc7
PL
2752015-07-15 Pierre Langlois <pierre.langlois@arm.com>
276
277 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
278 Move it to ...
279 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
280 ... here.
281 * gdb.trace/range-stepping.exp: Check that the target supports
282 range stepping.
283
cfa68bae
JK
2842015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
287
8ffdba26
PA
2882015-07-14 Pedro Alves <palves@redhat.com>
289
290 * gdb.base/killed-outside.exp: New file.
291 * gdb.base/killed-outside.c: New file.
292
218a5a11
JK
2932015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
296 (n at main): New.
297 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
298
e03ed3c6
AA
2992015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
300
301 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
302 infcall tests instead of setting up for KFAIL.
303
485668e5
MM
3042015-07-10 Markus Metzger <markus.t.metzger@intel.com>
305
306 * gdb.btrace/record_goto-step.exp: New.
307
08464196
JK
3082015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
309
310 PR compile/18484
311 * gdb.compile/compile.c (struct struct_type): Add volatile to
312 selffield's type.
313 * gdb.compile/compile.exp
314 (compile code struct_object.selffield = &struct_object): Skip further
315 struct_object tests if this one xfails.
316
bcf5c1d9
RC
3172015-07-08 Robert O'Callahan <robert@ocallahan.org>
318
319 PR exp/18617
320 * gdb.trace/ax.exp: Add test.
321
4931af25
YQ
3222015-07-07 Yao Qi <yao.qi@linaro.org>
323
324 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
325 instead of istarget "aarch64*-*-*".
326 * gdb.arch/aarch64-fp.exp: Likewise.
327 * gdb.base/float.exp: Likewise.
328 * gdb.reverse/aarch64.exp: Likewise.
329 * lib/gdb.exp (is_aarch64_target): New proc.
330
9fcf688e
YQ
3312015-07-07 Yao Qi <yao.qi@linaro.org>
332
333 * lib/gdb.exp (is_aarch32_target): New proc.
334 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
335 instead of "istarget "arm*-*-*"".
336 * gdb.arch/arm-disp-step.exp: Likewise.
337 * gdb.arch/thumb-bx-pc.exp: Likewise.
338 * gdb.arch/thumb-prologue.exp: Likewise.
339 * gdb.arch/thumb-singlestep.exp: Likewise.
340 * gdb.base/disp-step-syscall.exp: Likewise.
341 * gdb.base/float.exp: Likewise.
342
fbd8d50d
YQ
3432015-07-07 Yao Qi <yao.qi@linaro.org>
344
345 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
346 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
347
71be1fdc
YQ
3482015-07-07 Yao Qi <yao.qi@linaro.org>
349
350 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
351 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
352 if it exists.
353 * gdb.multi/multi-arch.exp: Likewise.
354
3e221d36
SM
3552015-07-07 Simon Marchi <simon.marchi@ericsson.com>
356
357 * gdb.python/py-lazy-string.exp: Add missing parentheses to
358 print.
359
d441430b
YQ
3602015-07-07 Yao Qi <yao.qi@linaro.org>
361
362 * gdb.arch/thumb-singlestep.exp: Do one more single step.
363
06f810bd
MG
3642015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
365
366 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
367 '[' and ']' characters.
368
5e61e7c0
IB
3692015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
370
371 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
372
28bf096c
PA
3732015-06-29 Pedro Alves <palves@redhat.com>
374
375 PR threads/18127
376 * gdb.threads/hand-call-new-thread.c: New file.
377 * gdb.threads/hand-call-new-thread.c: New file.
378
ee93cd5e
KS
3792015-06-26 Keith Seitz <keiths@redhat.com>
380 Doug Evans <dje@google.com>
381
382 PR 16253
383 * gdb.cp/var-tag-2.cc: New file.
384 * gdb.cp/var-tag-3.cc: New file.
385 * gdb.cp/var-tag-4.cc: New file.
386 * gdb.cp/var-tag.cc: New file.
387 * gdb.cp/var-tag.exp: New file.
388
fc637f04
PP
3892015-06-26 Patrick Palka <patrick@parcs.ath.cx>
390
391 * gdb.base/history-duplicates.exp: New test.
392
2e52ae68
PP
3932015-06-26 Patrick Palka <patrick@parcs.ath.cx>
394
395 * gdb.base/completion.exp: Test the completion of the "focus"
396 command.
397
6e22494e
JK
3982015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
399
400 * gdb.arch/amd64-prologue-skip.S: New file.
401 * gdb.arch/amd64-prologue-skip.exp: New file.
402
bf7b9cd9
SM
4032015-06-25 Simon Marchi <simon.marchi@ericsson.com>
404
405 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
406 is_address_zero_readable check.
407
201e8dfd
PB
4082015-06-24 Peter Bergner <bergner@vnet.ibm.com>
409
410 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
411 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
412
5cd867b4
YQ
4132015-06-24 Yao Qi <yao.qi@linaro.org>
414
415 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
416 linux targets.
417
4d7be007
YQ
4182015-06-24 Yao Qi <yao.qi@linaro.org>
419
420 * lib/gdb.exp (supports_get_siginfo_type): New proc.
421 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
422 * gdb.base/siginfo-thread.exp: Likewise.
423
07fcd301
YQ
4242015-06-22 Yao Qi <yao.qi@linaro.org>
425
426 * boards/remote-gdbserver-on-localhost.exp: Add comments.
427
52042a00
YQ
4282015-06-22 Yao Qi <yao.qi@linaro.org>
429
430 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
431 aarch64*-*-*.
432 (skip_hw_watchpoint_tests): Likewise.
433
74bd41ce
PP
4342015-06-18 Patrick Palka <patrick@parcs.ath.cx>
435
436 * gdb.base/gdbinit-history.exp: Test the interaction between
437 setting GDBHISTSIZE and setting the history size via .gdbinit.
438
bc460514
PP
4392015-06-17 Patrick Palka <patrick@parcs.ath.cx>
440
441 PR gdb/16999
442 * gdb.base/gdbhistsize-history.exp: New test.
443
b58c513b
PP
4442015-06-17 Patrick Palka <patrick@parcs.ath.cx>
445
446 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
447 with GDBHISTSIZE.
448 * gdb.base/readline.exp: Likewise.
449
92046791
YQ
4502015-06-17 Yao Qi <yao.qi@linaro.org>
451
452 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
453 line.
454
2093d2d3
PP
4552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
456
457 * gdb.base/gdbinit-history.exp: Add test case to check that
458 an unlimited history file does not get truncated on exit.
459
e6c693af
AA
4602015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
461
462 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
463 (VECTOR): New macro. Use it...
464 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
465 ...for these typedefs.
466 (int8, char1, int1, double1): New typedefs.
467 (struct just_int2, struct two_int2): New structures.
468 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
469 (add_structvecs, add_singlevecs): New functions.
470 (main): Call add_some_intvecs twice.
471 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
472 the compile and exit upon failure. Try compiling for the "native"
473 architecture. Test inferior function calls with vector arguments
474 and vector return value handling with "finish" and "return".
475
c74f7d1c
JT
4762015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
477
478 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
479 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
480 PE file.
481 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
482
98aa42ee
AT
4832015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
484
485 PR breakpoints/16465
486 * gdb.mi/mi-dprintf-pending.c: New file.
487 * gdb.mi/mi-dprintf-pending.exp: New test.
488 * gdb.mi/mi-dprintf-pendshr.c: New file.
489
7d73c23c 4902015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 491 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
492
493 * gdb.arch/i386-mpx-map.c: New file.
494 * gdb.arch/i386-mpx-map.exp: New File.
495
4962015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
497
498 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
499 * gdb.arch/i386-mpx.exp: Indentation fixed.
500
5012015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
502
503 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
504 function and improved indentation.
505 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
506 gdb_test_multiple. Added additional tests to skip the test.
507
5082015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
509
510 * gdb.arch/i386-avx512.c: Change path in include file.
511 * gdb.arch/i386-avx512.exp: Change include dir path
512 compilation flag.
513 * gdb.arch/i386-mpx.c: Change path in include file.
514 * gdb.arch/i386-mpx.exp: Change include dir path compilation
515 flag.
516
d5eba19a
JK
5172015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
518
519 * gdb.compile/compile-print.exp (compile print *vararray@3)
520 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
521
7f361056
JK
5222015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
523
524 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
525 (do not keep jit in memory): ... this.
526 (expect 5): Change it to ...
527 (expect no 5): ... this.
528
3b462ec2
SM
5292015-06-02 Simon Marchi <simon.marchi@ericsson.com>
530
531 PR gdb/15564
532 * gdb.mi/mi-detach.exp: New file.
533
e0619de6
JK
5342015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 PR symtab/18392
537 * gdb.arch/amd64-tailcall-self.S: New file.
538 * gdb.arch/amd64-tailcall-self.c: New file.
539 * gdb.arch/amd64-tailcall-self.exp: New file.
540
e970cb34
DB
5412015-05-28 Don Breazeal <donb@codesourcery.com>
542
543 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
544 tests for remote targets by checking is_target_gdbserver.
545
b2e2f908
DE
5462015-05-27 Doug Evans <dje@google.com>
547
548 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
549 * gdb.dwarf2/opaque-type-lookup.c: New file.
550 * gdb.dwarf2/opaque-type-lookup.exp: New file.
551
82c7be31
DE
5522015-05-26 Doug Evans <dje@google.com>
553
554 * gdb.cp/iostream.cc: New file.
555 * gdb.cp/iostream.exp: New file.
556
b4f54984
DE
5572015-05-26 Doug Evans <dje@google.com>
558
559 * gdb.dwarf2/dw2-op-call.exp: Update.
560 * gdb.dwarf2/dw4-sig-types.exp: Update.
561 * gdb.dwarf2/implptr.exp: Update.
562 * gdb.mi/mi-cmd-param-changed.exp: Update.
563
4ea6efe9
DE
5642015-05-26 Doug Evans <dje@google.com>
565
566 * gdb.python/py-lazy-string.c: New file.
567 * gdb.python/py-lazy-string.exp: New file.
568 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
569 (main): Update. Add estring3.
570 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
571 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
572
f6bb7db3
YQ
5732015-05-26 Omair Javaid <omair.javaid@linaro.org>
574 Yao Qi <yao.qi@linaro.org>
575
576 * gdb.reverse/aarch64.c: New.
577 * gdb.reverse/aarch64.exp: New.
578
a81bfbd0
OJ
5792015-05-26 Omair Javaid <omair.javaid@linaro.org>
580
581 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
582 (supports_reverse): Likewise.
583
158bf1b4
PP
5842015-05-22 Patrick Palka <patrick@parcs.ath.cx>
585
586 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
587 Use with_test_prefix.
588
a0145030
AB
5892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
590
591 * gdb.base/completion.exp: Add test for completion of layout
592 names.
593
ebe3b578
AB
5942015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * lib/gdb.exp (skip_tui_tests): New proc.
597 * gdb.base/tui-layout.exp: Check skip_tui_tests.
598
84204ed7
PA
5992015-05-19 Pedro Alves <palves@redhat.com>
600
601 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
602 Save the whole env array instead of just HOME. Unset HISTSIZE in
603 the environment while testing. Restore whole environment
604 afterwards.
605
37442ce1
DE
6062015-05-16 Doug Evans <xdje42@gmail.com>
607
608 * gdb.guile/scm-ports.c: New file.
609 * gdb.guile/scm-ports.exp: Add memory port tests.
610
36de76f9
JK
6112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 * gdb.compile/compile-print.c: New file.
614 * gdb.compile/compile-print.exp: New file.
615
3a9558c4
JK
6162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
617
618 * gdb.compile/compile-ops.exp: Cast param to void.
619 * gdb.compile/compile.exp: Complete type for _gdb_expr.
620 (compile code struct_object.selffield = &struct_object): Add xfail.
621
aa715135
JG
6222015-05-15 Joel Brobecker <brobecker@adacore.com>
623
624 * gdb.ada/arr_enum_with_gap: New testcase.
625
931e5bc3
JG
6262015-05-15 Joel Brobecker <brobecker@adacore.com>
627
628 * gdb.ada/byte_packed_arr: New testcase.
629
9cd4d857
JB
6302015-05-15 Joel Brobecker <brobecker@adacore.com>
631
632 * gdb.ada/pckd_neg: New testcase.
633
ebfd00d2
PP
6342015-05-13 Patrick Palka <patrick@parcs.ath.cx>
635
636 PR gdb/17820
637 * gdb.base/gdbinit-history.exp: New test.
638 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
639 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
640
4c082a81
SC
6412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
642
643 * gdb.python/py-xmethods.cc: Enhance test case.
644 * gdb.python/py-xmethods.exp: New tests.
645 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
646 function.
647 (B_indexoper): Likewise.
648 (global_dm_list) : Add new xmethod worker functions.
649
f7797074
SDJ
6502015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
651
652 * gdb.base/coredump-filter.exp: Correctly unset
653 "coredump_var_addr" array.
654
a4674e4e
PA
6552015-05-08 Pedro Alves <palves@redhat.com>
656
657 * gdb.server/non-existing-program.exp: Unset spawn_id.
658
df2eb078
SC
6592015-05-08 Siva Chandra Reddy <sivachandra@google.com>
660
661 PR python/18291
662 * gdb.python/py-xmethods.exp: Add tests.
663
422349a3
YQ
6642015-05-08 Yao Qi <yao.qi@linaro.org>
665
666 PR gdb/18208
667 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
668 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
669 function set_coredump_filter, and remove remote_exec call.
670 Remove argument ipid. Callers update.
671 (top level): Don't get inferior's PID.
672
63fc80ce
AA
6732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
674
675 * gdb.base/watch_thread_num.exp: Skip test on targets without
676 access watchpoints.
677
80ad801e
PA
6782015-05-06 Pedro Alves <palves@redhat.com>
679
680 PR server/18081
681 * gdb.server/non-existing-program.exp: New file.
682
0fa7fe50
JB
6832015-05-05 Joel Brobecker <brobecker@adacore.com>
684
685 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
686
3ea89b92
PMR
6872015-05-05 Joel Brobecker <brobecker@adacore.com>
688
689 * gdb.ada/out_of_line_in_inlined: New testcase.
690
87b8eff0
JB
6912015-05-05 Joel Brobecker <brobecker@adacore.com>
692
693 * gdb.ada/var_rec_arr: New testcase.
694
5fccc635
YQ
6952015-04-30 Yao Qi <yao.qi@linaro.org>
696
697 * gdb.base/break-idempotent.exp: If
698 skip_hw_watchpoint_multi_tests returns true, skip the tests
699 on "rwatch" and "awatch".
700
42d38f42
YQ
7012015-04-30 Yao Qi <yao.qi@linaro.org>
702
703 * gdb.base/relativedebug.exp: Invoke gdb command
704 "info sharedlibrary", and if libc.so doesn't have debug info,
705 skip the test.
706
2ce1cdbf
DE
7072015-04-29 Doug Evans <dje@google.com>
708
709 * gdb.python/py-xmethods.exp: Add ptype tests.
710 * gdb.python/py-xmethods.py (E_method_char_worker): Add
711 get_result_type method.
712
f24a38c5
LM
7132015-04-29 Luis Machado <lgustavo@codesourcery.com>
714
715 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
716 the target does not support hardware watchpoints.
717
ecbf2b3c
LM
7182015-04-29 Luis Machado <lgustavo@codesourcery.com>
719
720 * gdb.base/break-always.exp: Abort testing if writing to memory
721 causes an error.
722
34f5f757
DE
7232015-04-28 Doug Evans <dje@google.com>
724
725 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
726 * gdb.python/py-pp-registration.exp: ... here. New file.
727 * gdb.python/py-pp-registration.c: New file.
728 * gdb.python/py-pp-registration.py: New file.
729
69b4374a
DE
7302015-04-28 Doug Evans <dje@google.com>
731
732 * gdb.python/py-bad-printers.c: New file.
733 * gdb.python/py-bad-printers.py: New file.
734 * gdb.python/py-bad-printers.exp: New file.
735
59fb7612
SS
7362015-04-28 Sasha Smundak <asmundak@google.com>
737
738 * gdb.python/py-type.exp: New test.
739
2631b16a
AW
7402015-04-28 Andy Wingo <wingo@igalia.com>
741
742 * gdb.python/py-parameter.exp:
743 * gdb.guile/scm-parameter.exp: Escape the path that we are
744 matching against, as it might contain characters that are special
745 to regular expressions.
746
460efde1
JB
7472015-04-27 Joel Brobecker <brobecker@adacore.com>
748
749 * gdb.ada/rec_comp: New testcase.
750
2d369d8e
SDJ
7512015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
752
753 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
754 before using it.
755
cf75d6c3
AB
7562015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
757
758 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
759 new tests for verilog output.
760
8dbe7ca5
YQ
7612015-04-24 Yao Qi <yao.qi@linaro.org>
762
763 * boards/remote-gdbserver-on-localhost.exp: New file.
764
4ef9fb2f
PA
7652015-04-23 Pedro Alves <palves@redhat.com>
766
767 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
768 $inferior_spawn_id instead of $inferior_spawn_id directly. On
769 "end of file", remove $inferior_spawn_id from the indirect list.
770
0a803169
PA
7712015-04-23 Pedro Alves <palves@redhat.com>
772
773 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
774
749ef8f8
PA
7752015-04-23 Pedro Alves <palves@redhat.com>
776
777 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
778 on $any_spawn_id instead of only on $gdb_spawn_id.
779
8aae4344
PM
7802015-04-21 Pierre Muller <muller@sourceware.org>
781
782 PR pascal/17815
783 * lib/pascal.exp (gpc_compile): Add new option "class".
784 (fpc_compile): Likewise.
785 * gdb.pascal/case-insensitive-symbols.pas: New file.
786 * gdb.pascal/case-insensitive-symbols.exp: New file.
787
1586c8fb
GB
7882015-04-20 Gary Benson <gbenson@redhat.com>
789
790 * gdb.base/attach.exp: Fix three extended remote failures.
791
1b6e6f5c
GB
7922015-04-17 Gary Benson <gbenson@redhat.com>
793
794 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
795 the main executable over the remote protocol.
796
e797481d
PA
7972015-04-16 Pedro Alves <palves@redhat.com>
798
799 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
800 a new gdbserver if gdbserver_reconnect_p is set.
801
1ca99c42
PA
8022015-04-16 Pedro Alves <palves@redhat.com>
803
804 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
805 is set, don't exit gdbserver.
806
af9fd6f8
AA
8072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
808
809 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
810 appropriate .insn, such that an older assembler can be used.
811 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
812 the z/Architecture instruction set on 31-bit targets as well.
813
04ff1e61
AA
8142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
815
816 * gdb.go/handcall.exp: Remove all logic related to the first
817 breakpoint and rely on go_runto_main instead.
818 * gdb.go/strings.exp: Likewise.
819 * gdb.go/unsafe.exp: Likewise.
820 * gdb.go/hello.exp: Likewise. Also rename the remaining
821 breakpoint marker to "breakpoint 1".
822 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
823 * gdb.go/strings.go: Likewise.
824 * gdb.go/unsafe.go: Likewise.
825 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
826 "set breakpoint 2 here" and rename the remaining breakpoint marker
827 to "breakpoint 1".
828
40d2f8d6
SM
8292015-04-15 Simon Marchi <simon.marchi@ericsson.com>
830
831 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
832 if itertools.imap is not present.
833 * gdb.python/py-objfile.exp: Add parentheses.
834 * gdb.python/py-type.exp: Same.
835 * gdb.python/py-unwind-maint.py: Same.
836
8cbc97c6
YQ
8372015-04-15 Yao Qi <yao.qi@linaro.org>
838
839 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
840 of ":$ptr_size" and set its form explicitly.
841
45fd756c
YQ
8422015-04-15 Pedro Alves <palves@redhat.com>
843 Yao Qi <yao.qi@linaro.org>
844
845 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
846 timeout by factor of 4.
847 (test_regular_watch): Likewise.
848 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
849 * gdb.reverse/sigall-reverse.exp: Likewise.
850 * gdb.reverse/until-precsave.exp: Likewise.
851 * lib/gdb.exp (with_timeout_factor): New proc.
852 (gdb_expect): Move some code to ...
853 (get_largest_timeout): ... here. New procedure.
854
9e811bc3
LM
8552015-04-14 Luis Machado <lgustavo@codesourcery.com>
856
857 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
858
0ff6fcb2
LM
8592015-04-13 Luis Machado <lgustavo@codesourcery.com>
860
861 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
862 to write to the .text section.
863
7578d5f7
LM
8642015-04-13 Luis Machado <lgustavo@codesourcery.com>
865
866 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
867 Handle the case of targets that do not provide PID information.
868
2efe15c4
YQ
8692015-04-13 Yao Qi <yao.qi@linaro.org>
870
871 * lib/gdbserver-support.exp (gdb_exit): Catch exception
872 and use expect instead of gdb_expect.
873
8cd8f2f8
SDJ
8742015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
875
876 * gdb.base/coredump-filter.exp: Rename variable "addr" to
877 "coredump_var_addr" to avoid naming conflict with other testcases.
878
9ee41772
PA
8792015-04-10 Pedro Alves <palves@redhat.com>
880
881 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
882 gdb_test_sequence and gdb_assert.
883
07473109
PA
8842015-04-10 Pedro Alves <palves@redhat.com>
885
886 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
887 test messages that don't include the breakpoint address.
888
de3db44c
YQ
8892015-04-10 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
892 false for some offset and width combinations which aren't
893 supported by linux kernel.
894
c79d856c
PA
8952015-04-10 Pedro Alves <palves@redhat.com>
896
897 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
898 procedure, factored out from ...
899 (top level): ... here. Add "set displaced-stepping" testing axis.
900 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
901 parameter "displaced". Use it.
902 (top level): Use foreach and add "set displaced-stepping" testing
903 axis.
904
ebc90b50
PA
9052015-04-10 Pedro Alves <palves@redhat.com>
906
907 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
908 Remove comment.
909 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
910 both the address of the instruction that triggers the watchpoint
911 and the address of the instruction immediately after, and use
912 those addresses for the test. Fix comment.
913
8f572e5c
PA
9142015-04-10 Pedro Alves <palves@redhat.com>
915
916 * gdb.base/sigstep.exp (breakpoint_to_handler)
917 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
918 Test "backtrace" in handler.
919 (breakpoint_over_handler): New parameter 'displaced'. Use it.
920 (top level): Add new "displaced" test axis to
921 breakpoint_to_handler, breakpoint_to_handler_entry and
922 breakpoint_over_handler.
923
8d707a12
PA
9242015-04-10 Pedro Alves <palves@redhat.com>
925
926 PR gdb/18216
927 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
928
ef713951
YQ
9292015-04-10 Yao Qi <yao.qi@linaro.org>
930
931 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
932 (test_add_rn_pc): New function.
933 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
934 (top level): Invoke test_add_rn_pc.
935
906d60cf
PA
9362015-04-10 Pedro Alves <palves@redhat.com>
937
938 PR gdb/13858
939 * gdb.base/step-over-no-symbols.exp: New file.
940
f2983cc3
AW
9412015-04-09 Andy Wingo <wingo@igalia.com>
942
943 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
944 after the Python tests.
945
6d62641c
SDJ
9462015-04-08 Keith Seitz <keiths@redhat.com>
947
948 PR python/16699
949 * gdb.python/py-completion.exp: New tests for completion.
950 * gdb.python/py-completion.py (CompleteLimit1): New class.
951 (CompleteLimit2): Likewise.
952 (CompleteLimit3): Likewise.
953 (CompleteLimit4): Likewise.
954 (CompleteLimit5): Likewise.
955 (CompleteLimit6): Likewise.
956 (CompleteLimit7): Likewise.
957
f3770638
PA
9582015-04-08 Pedro Alves <palves@redhat.com>
959
960 PR gdb/18214
961 PR gdb/18216
962 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
963 function.
964 (main): Install it as SIGUSR1 handler.
965 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
966 parameter. Always use "setup" as prefix. Toggle "set
967 displaced-stepping" off/on depending on global. Don't switch to
968 thread 1 here.
969 (top level): Add displaced stepping "off/on" test axis. Update
970 "setup" calls. Wrap each subtest with with_test_prefix. Test
971 continuing with a queued signal in each thread.
972
4496bed7
PA
9732015-04-08 Pedro Alves <palves@redhat.com>
974
975 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
976 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
977 gdb_breakpoint instead of gdb_test that doesn't expect anything.
978 Return early if running to main fails.
979 * gdb.trace/while-stepping.exp: Likewise.
980
b97fde92
PA
9812015-04-07 Pedro Alves <palves@redhat.com>
982
983 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
984 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
985 interact with inferior program.
986
f71c18e7
PA
9872015-04-07 Pedro Alves <palves@redhat.com>
988
989 * lib/gdb.exp (inferior_spawn_id): New global.
990 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
991 spawn id after processing the user code.
992 (default_gdb_start): Set inferior_spawn_id.
993 (send_inferior): New procedure.
994 * lib/gdbserver-support.exp (gdbserver_start): Set
995 inferior_spawn_id.
996 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
997
6423214f
PA
9982015-04-07 Pedro Alves <palves@redhat.com>
999
1000 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
1001 * lib/gdbserver-support.exp (gdbserver_start): Make
1002 $server_spawn_id global.
1003 (gdbserver_start): Don't wait for gdbserver's spawn id with
1004 expect_background.
1005 (close_gdbserver): New procedure.
1006 (gdb_exit): Rename the default version and reimplement.
1007
71c0ee8c
PA
10082015-04-07 Pedro Alves <palves@redhat.com>
1009
72f4393d 1010 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
1011 append the substituted item, not the original item.
1012
203bc29b
PA
10132015-04-07 Pedro Alves <palves@redhat.com>
1014
1015 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1016 gdb_expect.
1017
508a3ddf
PA
10182015-04-07 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1021 output appearing once only.
1022
9f6dbe2b
PA
10232015-04-07 Pedro Alves <palves@redhat.com>
1024
1025 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1026 that doesn't expect anything. Return early if running to main
1027 fails.
1028
337532fa
YQ
10292015-04-07 Yao Qi <yao.qi@linaro.org>
1030
1031 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1032 (child_function): Call alarm.
1033 (main): Move call to alarm into the loop.
1034 * gdb.threads/non-stop-fair-events.exp: Build program with
1035 -DTIMEOUT=$timeout.
1036
01b622d4
DE
10372015-04-06 Doug Evans <xdje42@gmail.com>
1038
1039 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1040 Fix dest parameter to board_info.
1041 (fpc_compile): Ditto.
1042 (gdb_compile_pascal): Rename dest arg to destfile.
1043
961f4160
PMR
10442015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1045
1046 * gdb.ada/funcall_ref.exp: New file.
1047 * gdb.ada/funcall_ref/foo.adb: New file.
1048
cafda597
YQ
10492015-04-02 Yao Qi <yao.qi@linaro.org>
1050
1051 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1052 is remote.
1053
fed040c6
GB
10542015-04-02 Gary Benson <gbenson@redhat.com>
1055
1056 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1057
d11916aa
SS
10582015-04-01 Sasha Smundak <asmundak@google.com>
1059
1060 * gdb.python/py-unwind-maint.c: New file.
1061 * gdb.python/py-unwind-maint.exp: New test.
1062 * gdb.python/py-unwind-maint.py: New file.
1063 * gdb.python/py-unwind.c: New file.
1064 * gdb.python/py-unwind.exp: New test.
1065 * gdb.python/py-unwind.py: New test.
1066
a1471180
PA
10672015-04-01 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1070 to fail instead of non-existent $test.
1071
0bbeccb1
PA
10722015-04-01 Pedro Alves <palves@redhat.com>
1073
1074 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1075 GDBFLAGS if not empty.
1076
3c724c8c
PMR
10772015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1078
1079 * gdb.ada/complete.exp: Remove "multi_line".
1080 * gdb.ada/info_exc.exp: Remove "multi_line".
1081 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1082 * gdb.ada/ptype_field.exp: Remove "multi_line".
1083 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1084 * gdb.ada/tagged.exp: Remove "multi_line".
1085 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1086 [multi_line ...]
1087 * gdb.btrace/delta.exp: Likewise.
1088 * gdb.btrace/exception.exp: Likewise.
1089 * gdb.btrace/function_call_history.exp: Likewise.
1090 * gdb.btrace/instruction_history.exp: Likewise.
1091 * gdb.btrace/nohist.exp: Likewise.
1092 * gdb.btrace/record_goto.exp: Likewise.
1093 * gdb.btrace/segv.exp: Likewise.
1094 * gdb.btrace/stepi.exp: Likewise.
1095 * gdb.btrace/tailcall.exp: Likewise.
1096 * gdb.btrace/unknown_functions.exp: Likewise.
1097 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1098 * lib/gdb.exp: Add the "multi_line" helper.
1099
4eec2deb
PA
11002015-04-01 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.threads/tid-reuse.c: New file.
1103 * gdb.threads/tid-reuse.exp: New file.
1104
df8411da
SDJ
11052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1106
1107 PR corefiles/16092
1108 * gdb.base/coredump-filter.c: New file.
1109 * gdb.base/coredump-filter.exp: Likewise.
1110
6ef37366
PM
11112015-03-27 Petr Machata <pmachata@redhat.com>
1112
1113 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1114 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1115 (Dwarf::assemble): Initialize them.
1116 (Dwarf::lines): New function.
1117
7ec911b0
JT
11182015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1119
1120 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1121 SYMBOL_PREFIX for x86_64-*-cygwin.
1122
ff908ebf
AW
11232015-03-26 Andy Wingo <wingo@igalia.com>
1124
1125 PR symtab/18148
1126 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1127 const_value but not a location.
1128 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1129 location defined in non-main CUs are visible.
1130
6d5f0679
YQ
11312015-03-26 Yao Qi <yao.qi@linaro.org>
1132
1133 PR testsuite/18139
1134 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1135 Add a line number entry for the same line.
1136 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1137 Add a line number entry for the same line.
1138
2898689b
YQ
11392015-03-26 Yao Qi <yao.qi@linaro.org>
1140
1141 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1142 .int 0.
1143 (func): Likewise. Add .Lfunc_1 label.
1144 Use .Lfunc_1 label.
1145 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1146 .int 0.
1147 (func): Likewise.
1148 Use .Lfunc_1 label.
1149
85180498
YQ
11502015-03-26 Yao Qi <yao.qi@linaro.org>
1151
1152 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1153 Call gdb_compile instead to compile each .s files without debug
1154 information.
1155
8aa08a8d
YQ
11562015-03-26 Yao Qi <yao.qi@linaro.org>
1157
1158 * gdb.base/savedregs.exp (process_saved_regs): Make
1159 "Saved registers:" optional in the pattern.
1160
66849923
MM
11612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1162
1163 * gdb.btrace/next.exp: Merged into step.exp.
1164 * gdb.btrace/finish.exp: Merged into step.exp.
1165 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1166 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1167 "record goto" and checking the exact replay position.
1168 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1169 check for "Recording format" in "info record" output.
1170 * gdb.btrace/record_goto.exp: Choose test file based on target.
1171 * gdb.btrace/x86-record_goto.S: Renamed into ...
1172 * gdb.btrace/x86_64-record_goto.S: ... this.
1173 * gdb.btrace/i686-record_goto.S: New.
1174 * gdb.btrace/x86-tailcall.S: Renamed into ...
1175 * gdb.btrace/x86_64-tailcall.S: ... this.
1176 * gdb.btrace/i686-tailcall.S: New.
1177 * gdb.btrace/x86-tailcall.c: Renamed into ...
1178 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1179 separate statements. Update test.
1180 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1181 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1182 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1183 * gdb.btrace/tailcall.exp: Choose test file based on target.
1184 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1185
11cc1b74
MM
11862015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1187
1188 * gdb.btrace/exception.exp: Increase BTS buffer size.
1189
a25d8bf9
PA
11902015-03-24 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1193
856e7dd6
PA
11942015-03-24 Pedro Alves <palves@redhat.com>
1195
1196 * gdb.threads/schedlock.exp (test_step): No longer expect that
1197 "set scheduler-locking step" with "next" over a function call runs
1198 threads unlocked.
1199
ad235a41
AT
12002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1201
1202 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1203
15630549
AT
12042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1205
1206 PR breakpoints/16466
1207 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1208 * gdb.mi/mi-pending.c (thread_func): New function.
1209 (int main): Add threading support required.
1210 * gdb.mi/mi-pending.exp: Add tests for this issue.
1211 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1212 (pendfunc2): Remove stdio dependency.
1213 * gdb.mi/mi-pendshr2.c: New file.
1214
693dca06
KS
12152015-03-23 Keith Seitz <keiths@redhat.com>
1216
1217 * gdb.linespec/keywords.c: New file.
1218 * gdb.linespec/keywords.exp: New file.
1219
7e993ebf
KS
12202015-03-23 Keith Seitz <keiths@redhat.com>
1221
1222 PR gdb/18021
1223 * gdb.dwarf2/staticvirtual.exp: New test.
1224
bc23328c
JK
12252015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1226
1227 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1228 * README: Remove HP-UX and gdb.hp.
1229 (configuration):
1230 * configure: Regenerate.
1231 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1232 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1233 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1234 gdb.hp/gdb.defects/Makefile.
1235 * gdb.hp/Makefile.in: File deleted.
1236 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1237 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1238 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1239 * gdb.hp/gdb.aCC/run.c: File deleted.
1240 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1241 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1242 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1243 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1244 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1245 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1246 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1247 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1248 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1249 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1250 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1251 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1252 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1253 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1254 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1255 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1256 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1257 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1258 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1259 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1260 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1261 * gdb.hp/gdb.compat/average.c: File deleted.
1262 * gdb.hp/gdb.compat/sum.c: File deleted.
1263 * gdb.hp/gdb.compat/xdb.c: File deleted.
1264 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1265 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1266 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1267 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1268 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1269 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1270 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1271 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1272 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1273 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1274 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1275 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1276 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1277 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1278 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1279 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1280 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1281 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1282 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1283 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1284 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1285 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1286 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1287 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1288 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1289 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1290 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1291 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1292 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1293 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1294 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1295 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1296 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1297 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1298 * gdb.hp/tools/odump: File deleted.
1299
8bf3b159
PA
13002015-03-19 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1303 (saw_thread_3): New globals.
1304 (top level): Increment them when an event for the corresponding
1305 thread is seen.
1306 (no thread starvation): New test.
1307
eb54c8bf
PA
13082015-03-19 Pedro Alves <palves@redhat.com>
1309
1310 * gdb.threads/continue-pending-status.c: New file.
1311 * gdb.threads/continue-pending-status.exp: New file.
1312
32d2e5d6
PA
13132015-03-18 Pedro Alves <palves@redhat.com>
1314
1315 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1316 Use gdb_is_target_remote instead of is_remote. Use
1317 gdb_test_multiple instead of gdb_expect. Exit early if
1318 gdb_test_multiple hits its internal matches. Tighten stepi tests
1319 expected output. Fail on exit with any signal, instead of just
1320 SIGILL.
1321
f68f11b7
YQ
13222015-03-18 Yao Qi <yao.qi@linaro.org>
1323
1324 PR tdep/18107
1325 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1326 variable.
1327 * gdb.base/catch-syscall.exp: Don't skip it on
1328 aarch64*-*-linux* target. Remove elements in all_syscalls.
1329 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1330 target.
1331 (setup_all_syscalls): New proc.
1332
ca5fd19b
YQ
13332015-03-16 Yao Qi <yao.qi@linaro.org>
1334
1335 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1336 (top level): Skip tests if valid_addr_p returns false for
1337 $cmd1 or $cmd2.
1338
85642ba0
AW
13392015-03-11 Andy Wingo <wingo@igalia.com>
1340
1341 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1342
e03f9645
YQ
13432015-03-11 Yao Qi <yao.qi@linaro.org>
1344
1345 * gdb.base/catch-syscall.exp: Fix typo in comments.
1346
5d0962b2
YQ
13472015-03-11 Yao Qi <yao.qi@linaro.org>
1348
1349 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1350
b2df3cef
PA
13512015-03-09 Pedro Alves <palves@redhat.com>
1352
1353 * dg-extract-results.py: Delete.
1354
ef878e53
PA
13552015-03-09 Pedro Alves <palves@redhat.com>
1356
1357 Merge dg-extract-results.sh from GCC upstream (r218843).
1358
1359 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1360 * dg-extract-results.sh: Use --text with grep to avoid issues with
1361 binary files. Fall back to cat -v, if that doesn't work.
1362
9494d219
PA
13632015-03-05 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1366
a8d9763a
SM
13672015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1368
1369 * lib/mi-support.exp (mi_expect_interrupt): Accept
1370 alternative event for when in all-stop mode.
1371
be9957b8
PA
13722015-03-04 Pedro Alves <palves@redhat.com>
1373
1374 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1375
d57be0f4 13762015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1377
1378 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1379
c214c7cf
AA
13802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1381
1382 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1383 regexps for GDB's current line display, accept a hex address
1384 preceding the line number.
1385
6d74a497
AA
13862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1387
1388 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1389 the 'arch1' variable for "s390*-linux*" targets.
1390
511aee7c
PA
13912015-03-04 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1394 (main): Pass missing retval argument to pthread_join call.
1395
95e50b27
PA
13962015-03-02 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1399 (top level): Call do_test with non-stop as well.
1400
28054d69
PA
14012015-03-02 Pedro Alves <palves@redhat.com>
1402
1403 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1404 -1.
1405
4fa5d7b4
AA
14062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1407
1408 * gdb.arch/s390-vregs.exp: New test.
1409 * gdb.arch/s390-vregs.S: New file.
1410
97c18565
PA
14112015-02-27 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1414 call to catch_command_errors.
1415 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1416 catch_command_errors.
1417
a37bfa30
PA
14182015-02-27 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1421 "true" for boolean result.
1422 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1423 prototype of main.
1424
6f98576f
PA
14252015-02-27 Pedro Alves <palves@redhat.com>
1426
1427 * lib/unbuffer_output.c: New file.
1428 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1429 (main): Call gdb_unbuffer_output.
1430
eba5ab56
YQ
14312015-02-27 Yao Qi <yao.qi@linaro.org>
1432
1433 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1434 target.
1435
0def5aaa
DE
14362015-02-26 Doug Evans <dje@google.com>
1437
1438 * gdb.cp/class2.cc (Dbase, D): New classes.
1439 (main): New local delta.
1440 * gdb.cp/class2.exp: Test printing delta.
1441 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1442 (dynbar): New global.
1443 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1444
081a1c2c
JK
14452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 * gdb.compile/compile-ifunc.c: New file.
1448 * gdb.compile/compile-ifunc.exp: New file.
1449
2f41223f
AT
14502015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1451
1452 * gdb.base/structs.exp: Check for correct struct on finish.
1453
03eddd80
YQ
14542015-02-26 Yao Qi <yao.qi@linaro.org>
1455
1456 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1457 is zero.
1458
80c57053
JK
14592015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1460
1461 * gdb.arch/cordic.ko.bz2: New file.
1462 * gdb.arch/cordic.ko.debug.bz2: New file.
1463 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1464
21613c12
YQ
14652015-02-25 Yao Qi <yao.qi@linaro.org>
1466
1467 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1468 aarch64*-*-* target.
1469
d8b901ed
PA
14702015-02-23 Pedro Alves <palves@redhat.com>
1471
1472 * lib/gdb.exp (delete_breakpoints): Rewrite using
1473 gdb_test_multiple.
1474
e5b85ead
PA
14752015-02-23 Pedro Alves <palves@redhat.com>
1476
1477 * gdb.base/info-os.c: Include stdlib.h.
1478
85c3a371
DE
14792015-02-22 Doug Evans <xdje42@gmail.com>
1480
1481 PR symtab/17855
1482 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1483 is read after symbols have been re-read.
1484 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1485 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1486
96553a0c
DE
14872015-02-21 Doug Evans <dje@google.com>
1488
1489 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1490
97a0c697
JK
14912015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1492
1493 PR corefiles/17808
1494 * gdb.arch/i386-biarch-core.core.bz2: New file.
1495 * gdb.arch/i386-biarch-core.exp: New file.
1496
a47cd6e9
PA
14972015-02-21 Pedro Alves <palves@redhat.com>
1498
1499 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1500 runto_main fails.
1501
c5facdc4
PA
15022015-02-20 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1505 info probes.
1506
2db9a427
PA
15072015-02-20 Pedro Alves <palves@redhat.com>
1508
1509 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1510
60fb7e9e
PA
15112015-02-20 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1514 clean_restart before gdb_target_supports_trace.
1515
5c5019c2
PA
15162015-02-20 Pedro Alves <palves@redhat.com>
1517
1518 PR threads/18006
1519 * gdb.threads/clone-thread_db.c: New file.
1520 * gdb.threads/clone-thread_db.exp: New file.
1521
c9587f88
AT
15222015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1523
1524 PR breakpoints/16812
1525 * gdb.base/catch-gdb-caused-signals.c: New file.
1526 * gdb.base/catch-gdb-caused-signals.exp: New file.
1527
f6a88844
JM
15282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1529
1530 * configure: Regenerated.
1531 * configure.ac: Use GDB_AC_TRANSFORM.
1532 * aclocal.m4: sinclude ../transform.m4.
1533
497c491b
JM
15342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1535
1536 * lib/dtrace.exp: New file.
1537 * gdb.base/dtrace-probe.exp: Likewise.
1538 * gdb.base/dtrace-probe.d: Likewise.
1539 * gdb.base/dtrace-probe.c: Likewise.
1540 * lib/pdtrace.in: Likewise.
1541 * configure.ac: Output variables with the transformed names of
1542 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1543 * configure: Regenerated.
1544
03e98035
JM
15452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1546
1547 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1548 expected message when trying to access $_probe_* convenience
1549 variables while not on a probe.
1550
63cc30e9
JK
15512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1552
1553 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1554
0703599a
PA
15552015-02-11 Pedro Alves <pedro@codesourcery.com>
1556
1557 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1558 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1559
7e60a48e
DE
15602015-02-10 Doug Evans <xdje42@gmail.com>
1561
1562 * lib/gdb.exp (gdb_load): Always return a result.
1563
01b088bc
PA
15642015-02-10 Pedro Alves <palves@redhat.com>
1565
1566 * gdb.threads/signal-sigtrap.c: New file.
1567 * gdb.threads/signal-sigtrap.exp: New file.
1568
b05ec7a5
AT
15692015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1570
1571 * gdb.trace/no-attach-trace.c: New file.
1572 * gdb.trace/no-attach-trace.exp: New file.
1573
a2c2acaf
MW
15742015-02-09 Mark Wielaard <mjw@redhat.com>
1575
1576 * gdb.dwarf2/atomic.c: New file.
1577 * gdb.dwarf2/atomic-type.exp: Likewise.
1578
31fd9caa
MM
15792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1580
1581 * gdb.btrace/buffer-size.exp: Update "info record" output.
1582 * gdb.btrace/delta.exp: Update "info record" output.
1583 * gdb.btrace/enable.exp: Update "info record" output.
1584 * gdb.btrace/finish.exp: Update "info record" output.
1585 * gdb.btrace/instruction_history.exp: Update "info record" output.
1586 * gdb.btrace/next.exp: Update "info record" output.
1587 * gdb.btrace/nexti.exp: Update "info record" output.
1588 * gdb.btrace/step.exp: Update "info record" output.
1589 * gdb.btrace/stepi.exp: Update "info record" output.
1590 * gdb.btrace/nohist.exp: Update "info record" output.
1591
d33501a5
MM
15922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1593
1594 * gdb.btrace/buffer-size: New.
1595
f4abbc16
MM
15962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1597
1598 * gdb.btrace/delta.exp: Update "info record" output.
1599 * gdb.btrace/enable.exp: Update "info record" output.
1600 * gdb.btrace/finish.exp: Update "info record" output.
1601 * gdb.btrace/instruction_history.exp: Update "info record" output.
1602 * gdb.btrace/next.exp: Update "info record" output.
1603 * gdb.btrace/nexti.exp: Update "info record" output.
1604 * gdb.btrace/step.exp: Update "info record" output.
1605 * gdb.btrace/stepi.exp: Update "info record" output.
1606 * gdb.btrace/nohist.exp: Update "info record" output.
1607
b9d61307
SM
16082015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1609
1610 PR gdb/15678
1611 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1612
e584fdbc
PA
16132015-02-06 Pedro Alves <palves@redhat.com>
1614
1615 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1616 macro.
1617 (seconds_left, again): New globals.
1618 (main): Wait seconds_left in a 1-second sleep loop instead of
1619 sleeping 180 seconds. If 'again' is set, reset the seconds
1620 counter.
1621 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1622 'again' in the inferior before detaching. Print the seconds left.
1623 (options): New global.
1624 (top level): Build program with -DTIMEOUT=$timeout.
1625
77f41761
PA
16262015-02-06 Pedro Alves <palves@redhat.com>
1627
1628 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1629 determine how many seconds to pass to 'alarm'.
1630 * gdb.base/gdb-sigterm.exp (top level): Build program with
1631 -DTIMEOUT=$timeout.
1632 (do_test): Return success/failure indication. Add more verbose
1633 logging. Don't fail if 200 single steps are seen. Instead, fail
1634 when the test times out.
1635 (passes): New global.
1636 (top level): Break the testing loop if testing fails on any
1637 iteration. Use gdb_assert.
1638
b9394193
DB
16392015-02-04 Don Breazeal <donb@codesourcery.com>
1640
1641 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1642 and initialize them.
1643 (ipc_cleanup): New function.
1644 (main): Don't declare shmid, semid, and msqid. Add a call to
1645 atexit so that we call ipc_cleanup on exit.
1646
42d9e528
PA
16472015-02-04 Pedro Alves <palves@redhat.com>
1648
1649 * boards/native-extended-gdbserver.exp: Remove any target variant
1650 specifications from the board name before clearing the isremote
1651 flag from board_info.
1652
ae6ae975
DE
16532015-01-31 Doug Evans <xdje42@gmail.com>
1654
1655 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1656
cfb069a8
GB
16572015-01-31 Gary Benson <gbenson@redhat.com>
1658
1659 * gdb.base/completion.exp: Disable completion limiting for
1660 existing tests. Add new tests to check completion limiting.
1661 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1662
5dd31d79
DE
16632015-01-31 Doug Evans <xdje42@gmail.com>
1664
1665 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1666
9f050062
DE
16672015-01-31 Doug Evans <xdje42@gmail.com>
1668
1669 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1670 entries. Duplicate file section script entries.
1671 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1672 inlined entries. Add test for safe-path rejection.
1673 * gdb.python/py-section-script.c: Add duplicate inlined section script
1674 entries. Duplicate file section script entries.
1675 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1676 inlined entries. Add test for safe-path rejection.
1677
df25ebbd
JB
16782015-01-29 Joel Brobecker <brobecker@adacore.com>
1679
1680 * gdb.ada/disc_arr_bound: New testcase.
1681
4a0ca9ec
JB
16822015-01-29 Joel Brobecker <brobecker@adacore.com>
1683
1684 * gdb.ada/mi_var_array: New testcase.
1685
3a8b707a
DE
16862015-01-27 Doug Evans <dje@google.com>
1687
1688 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1689 Add test for objfile.filename, objfile.username after objfile
1690 has been unloaded.
1691
f8313f6e
JB
16922015-01-26 Joel Brobecker <brobecker@adacore.com>
1693
1694 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1695 the second test to print the name attribute of value
1696 returned by the call to gdb.lookup_type, and adjust
1697 the expected output accordingly.
1698
37bc665e
MW
16992015-01-25 Mark Wielaard <mjw@redhat.com>
1700
1701 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1702 * gdb.base/disp-step-fork.c: Include unistd.h.
1703 * gdb.base/siginfo-obj.c: Include stdio.h.
1704 * gdb.base/siginfo-thread.c: Likewise.
1705 * gdb.mi/non-stop.c: Include unistd.h.
1706 * gdb.mi/nsthrexec.c: Include stdio.h.
1707 * gdb.mi/pthreads.c: Include unistd.h.
1708 * gdb.modula2/unbounded1.c (main): Declare returns int.
1709 * gdb.reverse/consecutive-reverse.c: Likewise.
1710 * gdb.threads/create-fail.c: Include unistd.h.
1711 * gdb.threads/killed.c: Likewise.
1712 * gdb.threads/linux-dp.c: Likewise.
1713 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1714 * gdb.threads/non-ldr-exc-2.c: Likewise.
1715 * gdb.threads/non-ldr-exc-3.c: Likewise.
1716 * gdb.threads/non-ldr-exc-4.c: Likewise.
1717 * gdb.threads/pthreads.c: Include unistd.h.
1718 (main): Declare returns int.
1719 * gdb.threads/tls-main.c (foo): New declaration.
1720 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1721
f7e5394d
SM
17222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1723
1724 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1725 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1726
743649fd
MW
17272015-01-15 Mark Wielaard <mjw@redhat.com>
1728
1729 * gdb.base/noreturn-return.c: New file.
1730 * gdb.base/noreturn-return.exp: New file.
1731 * gdb.base/noreturn-finish.c: New file.
1732 * gdb.base/noreturn-finish.exp: New file.
1733
198297aa
PA
17342015-01-23 Pedro Alves <palves@redhat.com>
1735
1736 * gdb.threads/continue-pending-after-query.c: New file.
1737 * gdb.threads/continue-pending-after-query.exp: New file.
1738
717cf30c
AG
17392015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1740 Simon Marchi <simon.marchi@ericsson.com>
1741
1742 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1743 * gdb.base/valgrind-db-attach.exp: Same.
1744 * gdb.base/valgrind-infcall.exp: Same.
1745 * lib/mi-support.exp (default_mi_gdb_start): Same.
1746 * lib/prompt.exp (default_prompt_gdb_start): Same.
1747 * lib/gdb.exp (default_gdb_spawn): Same.
1748 (gdb_interact): New.
1749
1750
4b62a76e
JK
17512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1752
1753 * gdb.compile/compile.exp (pointer to jit function): New test.
1754
b4cdae6f
WW
17552015-01-17 Wei-cheng Wang <cole945@gmail.com>
1756
1757 * lib/gdb.exp (supports_process_record): Return true for
1758 powerpc*-*-linux*.
1759 (supports_reverse): Likewise.
1760
d221e7ef
DB
17612015-01-15 Don Breazeal <donb@codesourcery.com>
1762
1763 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1764 instead of checking whether the target board is remote and
1765 use spawn_wait_for_attach instead of exec/sleep.
1766 * gdb.base/attach-twice.exp: Likewise.
1767
bafffb51
JB
17682015-01-15 Joel Brobecker <brobecker@adacore.com>
1769
1770 * gdb.ada/var_arr_attrs: New testcase.
1771
5589af0e
PA
17722015-01-14 Pedro Alves <palves@redhat.com>
1773 Joel Brobecker <brobecker@adacore.com>
1774
1775 PR gdb/17525
1776 * gdb.base/bp-cmds-execution-x-script.c: New file.
1777 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1778 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1779
6c400b59
PA
17802015-01-14 Pedro Alves <palves@redhat.com>
1781
1782 PR cli/17828
1783 * gdb.base/batch-preserve-term-settings.c: New file.
1784 * gdb.base/batch-preserve-term-settings.exp: New file.
1785
e02c96a7
DE
17862015-01-13 Doug Evans <dje@google.com>
1787
1788 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1789 binary.
1790
576fd14c
JB
17912015-01-13 Joel Brobecker <brobecker@adacore.com>
1792
1793 * Makefile.in (clean mostlyclean): Do not delete *.py.
1794
04dccad0
JB
17952015-01-13 Joel Brobecker <brobecker@adacore.com>
1796
1797 * gdb.python/py-lookup-type.exp: New file.
1798
3d230f71
PA
17992015-01-12 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1802 restore GDBFLAGS before returning.
1803
7e67715d
JK
18042015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1805
1806 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1807 is_amd64_regs_target and is_x86_like_target.
1808
f2e0d4b4
DE
18092015-01-11 Doug Evans <xdje42@gmail.com>
1810
1811 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1812 is given without an explicit form.
1813 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1814 attributes.
1815 * gdb.dwarf/corrupt.exp: Ditto.
1816 * gdb.dwarf2/enum-type.exp: Ditto.
1817 * gdb.trace/entry-values.exp: Ditto.
1818 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1819
439250fb
DE
18202015-01-11 Doug Evans <xdje42@gmail.com>
1821
1822 PR gdb/15830
1823 * gdb.base/maint.exp: Remove references to "maint demangle".
1824 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1825 Add tests for explicitly specifying language to demangle.
1826 * gdb.dlang/demangle.exp: Ditto.
1827
ede9f622
PA
18282015-01-09 Pedro Alves <palves@redhat.com>
1829
1830 * gdb.threads/non-stop-fair-events.c: New file.
1831 * gdb.threads/non-stop-fair-events.exp: New file.
1832
a7b796db
PA
18332015-01-09 Pedro Alves <palves@redhat.com>
1834
1835 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1836 the global scope. Set a breakpoint after all threads are started
1837 rather than stepping over two source lines. Expect the prompt.
1838 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1839 global.
1840 (NUM): Now 15.
1841 (main): Use threads_started_barrier to wait for all threads to
1842 start. Main thread no longer calls thread_function. Exit after
1843 180 seconds.
1844 (loop): New function.
1845 (thread_function): Wait on threads_started_barrier barrier. Call
1846 'loop' at each iteration.
1847 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1848 threads have started, instead of hardcoding number of "next"
1849 steps. Use an access watchpoint instead of a write watchpoint.
1850
9665ffdd
PA
18512015-01-09 Pedro Alves <palves@redhat.com>
1852
1853 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1854 (thread_func): Wait on barrier.
1855 (main): Wait for all threads to start before stopping GDB.
1856 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1857 global.
1858 (thread1_func, thread2_func): Wait on barrier.
1859 (main): Wait for all threads to start before stopping GDB.
1860 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1861 New global.
1862 (thread1_func, thread2_func): Wait on barrier.
1863 (main): Wait for all threads to start before stopping GDB.
1864
c945a99f
PA
18652015-01-09 Pedro Alves <palves@redhat.com>
1866
1867 * gdb.threads/attach-many-short-lived-threads.c: New file.
1868 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1869
c1a747c1
PA
18702014-01-09 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1873 instead of to thread 2.
1874 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1875 Add barrier around each pthread_create call instead of around all
1876 calls.
1877 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1878 Set a break on thread_function and have the child threads hit it
1879 one at at a time.
1880
60b3033e
PA
18812015-01-09 Pedro Alves <palves@redhat.com>
1882
1883 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1884 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1885 false.
1886 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1887 checking whether the target board is remote.
1888 * gdb.multi/multi-attach.exp: Likewise.
1889 * gdb.python/py-sync-interp.exp: Likewise.
1890 * gdb.server/ext-attach.exp: Likewise.
1891 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1892 tests that need to attach, instead of checking whether the target
1893 board is remote at the top of the file.
1894
acc018ac
YQ
18952015-01-08 Yao Qi <yao@codesourcery.com>
1896
1897 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1898
50a18af8
JK
18992015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1900
1901 Fix testcase compilation.
1902 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1903
8503d6e1
JB
19042015-01-06 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.python/py-type.exp: Add a couple test about empty
1907 array creation, and negative-length array creation.
1908
cc73dbcc
DE
19092015-01-02 Doug Evans <xdje42@gmail.com>
1910
1911 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1912
0300bbc7
DE
19132015-01-02 Doug Evans <dje@google.com>
1914
1915 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1916
9d85a0ec
YQ
19172014-12-29 Yao Qi <yao@codesourcery.com>
1918
1919 * gdb.trace/entry-values.exp: Update comments. Rename variable
1920 bar_call_foo to returned_from_foo.
1921
87186c6a
MMN
19222014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1923
1924 PR gdb/17394
1925 * gdb.linespec/break-asm-file.c: New file.
1926 * gdb.linespec/break-asm-file.exp: New file.
1927 * gdb.linespec/break-asm-file0.s: New file.
1928 * gdb.linespec/break-asm-file1.s: New file.
1929
1bab7383
YQ
19302014-12-18 Nigel Stephens <nigel@mips.com>
1931 Maciej W. Rozycki <macro@codesourcery.com>
1932
1933 * gdb.base/float.exp: Handle the new output from "info float" on
1934 MIPS targets.
1935
1bc1068a
JK
19362014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1937
1938 Fix MinGW compilation.
1939 * gdb.compile/compile-ops.exp: Update untested message if
1940 !skip_compile_feature_tests.
1941 * gdb.compile/compile-setjmp.exp: Likewise.
1942 * gdb.compile/compile-tls.exp: Likewise.
1943 * gdb.compile/compile.exp: Likewise.
1944 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1945 supported on this host".
1946
b6615d10
DE
19472014-12-16 Doug Evans <xdje42@gmail.com>
1948
1949 * boards/stabs.exp: New file.
1950
25dda427
AA
19512014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1952
1953 * gdb.base/completion.exp: Adjust to format changes of "maint
1954 print user-registers".
1955
bf330350
CU
19562014-12-16 Catalin Udma <catalin.udma@freescale.com>
1957
1958 PR server/17457
1959 * gdb.arch/aarch64-fp.c: New file.
1960 * gdb.arch/aarch64-fp.exp: New file.
1961
395cf596
SDJ
19622014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1963
1964 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1965 r210637, r210913, r211666, r215400, r215817).
1966
1967 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1968 * dg-extract-results.py: New file.
1969 * dg-extract-results.sh: Use it if the environment seems
1970 suitable.
1971
1972 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1973
1974 * dg-extract-results.py (parse_run): Handle warnings that
1975 are printed before a test harness is run.
1976
1977 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1978
1979 * dg-extract-results.py (Named): Remove __cmp__ method.
1980 (output_variation): Use a key to sort variation.harnesses.
1981
1982 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1983
1984 * dg-extract-results.py: For Python 3, force sys.stdout to
1985 handle surrogate escape sequences.
1986 (safe_open): New function.
1987 (output_segment, main): Use it.
1988
1989 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1990
1991 * dg-extract-results.py (Prog.result_re): Include options
1992 in test name.
1993
1994 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1995
1996 * dg-extract-results.py (output_variation): Always sort if
1997 do_sum.
1998
e882ef3c
SM
19992014-12-15 Simon Marchi <simon.marchi@ericsson.com>
2000
2001 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
2002 as long as we get pagination notifications.
2003
4992aa20
JM
20042014-12-15 Jason Merrill <jason@redhat.com>
2005
2006 * Makefile.in (check-gdb.%): Restore.
2007 * README: Mention it.
2008
c1b5a1a6
JB
20092014-12-13 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.ada/str_uninit: New testcase.
2012
5537b577
JK
20132014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2014
2015 PR symtab/17642
2016 * gdb.base/vla-stub-define.c: New file.
2017 * gdb.base/vla-stub.c: New file.
2018 * gdb.base/vla-stub.exp: New file.
2019
bb2ec1b3
TT
20202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2021 Jan Kratochvil <jan.kratochvil@redhat.com>
2022 Tom Tromey <tromey@redhat.com>
2023
2024 * configure.ac: Add gdb.compile/.
2025 * configure: Regenerate.
2026 * gdb.compile/Makefile.in: New file.
2027 * gdb.compile/compile-ops.exp: New file.
2028 * gdb.compile/compile-ops.c: New file.
2029 * gdb.compile/compile-tls.c: New file.
2030 * gdb.compile/compile-tls.exp: New file.
2031 * gdb.compile/compile-constvar.S: New file.
2032 * gdb.compile/compile-constvar.c: New file.
2033 * gdb.compile/compile-mod.c: New file.
2034 * gdb.compile/compile-nodebug.c: New file.
2035 * gdb.compile/compile-setjmp-mod.c: New file.
2036 * gdb.compile/compile-setjmp.c: New file.
2037 * gdb.compile/compile-setjmp.exp: New file.
2038 * gdb.compile/compile-shlib.c: New file.
2039 * gdb.compile/compile.c: New file.
2040 * gdb.compile/compile.exp: New file.
2041 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2042
4ff709eb
TT
20432014-12-12 Tom Tromey <tromey@redhat.com>
2044
2045 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2046 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2047
6dddd6a5
DE
20482014-12-12 Doug Evans <dje@google.com>
2049
2050 * lib/gdb-python.exp (get_python_valueof): New function.
2051 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2052
71c24708
AA
20532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2054
2055 * gdb.base/completion.exp: Add test for completion of "info
2056 registers ".
2057
3e29f34a
MR
20582014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2059
2060 * gdb.base/func-ptrs.c: New file.
2061 * gdb.base/func-ptrs.exp: New file.
2062
fc126975
SM
20632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2064
2065 PR breakpoints/17012
2066 * gdb.base/dprintf-detach.c: New file.
2067 * gdb.base/dprintf-detach.exp: New file.
2068
0a46d518
SM
20692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2070
2071 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2072 * lib/gdb.exp (target_is_gdbserver): New procedure.
2073
a0be3e44
DE
20742014-12-08 Doug Evans <dje@google.com>
2075
2076 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2077
df1b803a
YQ
20782014-12-05 Yao Qi <yao@codesourcery.com>
2079
2080 * gdb.guile/scm-error.exp: Remove the third argument to
2081 gdb_remote_download.
2082 * gdb.guile/scm-frame-args.exp: Likewise.
2083 * gdb.guile/scm-section-script.exp: Likewise.
2084
ddb9f679
YQ
20852014-12-05 Yao Qi <yao@codesourcery.com>
2086
2087 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2088
86e4ed39
DE
20892014-12-04 Doug Evans <dje@google.com>
2090
2091 * gdb.python/py-objfile.exp: Add tests for
2092 objfile.add_separate_debug_file.
2093
7c50a931
DE
20942014-12-04 Doug Evans <dje@google.com>
2095
2096 * lib/gdb.exp (get_build_id): New function.
2097 (build_id_debug_filename_get): Rewrite to use it.
2098 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2099
621661e3
MR
21002014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2101
2102 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2103 `method(long)', not just 0x0.
2104 * gdb.cp/nsalias.exp: Align code labels to 4.
2105 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2106 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2107 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2108 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2109 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2110 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2111
29f0c3b7
DE
21122014-12-02 Doug Evans <dje@google.com>
2113
e1e061e7 2114 PR symtab/17602
29f0c3b7 2115 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2116 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2117 * gdb.cp/anon-ns.exp: Update.
2118
162078c8
NB
21192014-12-02 Nick Bull <nicholaspbull@gmail.com>
2120
2121 * gdb.python/py-events.py (inferior_call_handler): New.
2122 (register_changed_handler, memory_changed_handler): New.
2123 (test_events.invoke): Register new handlers.
2124 * gdb.python/py-events.exp: Add tests for inferior call,
2125 memory_changed and register_changed events.
2126
fdb09caf
AA
21272014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2128
2129 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2130 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2131 if the linker doesn't understand this.
2132
55cfb2c4
SM
21332014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2134
2135 * gdb.python/python.exp: Change expected reply to help().
2136
9e8cd6df
YQ
21372014-12-01 Yao Qi <yao@codesourcery.com>
2138
2139 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2140 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2141 * configure: Re-generated.
2142
6c659fc2
SC
21432014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2144
2145 * gdb.cp/chained-calls.cc: New file.
2146 * gdb.cp/chained-calls.exp: New file.
2147 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2148
d7fc3181
SM
21492014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2150
2151 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2152 * gdb.dwarf2/symtab-producer.exp: Same.
2153 * gdb.gdb/python-interrupts.exp: Same.
2154 * gdb.gdb/python-selftest.exp: Same.
2155 * gdb.python/py-linetable.exp: Same.
2156 * gdb.python/py-type.exp: Same.
2157 * gdb.python/py-value-cc.exp: Same.
2158 * gdb.python/py-value.exp: Same.
2159
10e79639
YQ
21602014-11-28 Yao Qi <yao@codesourcery.com>
2161
2162 * gdb.base/break-probes.exp: Match library name prefixed with
2163 sysroot.
2164
f28a0564
SM
21652014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2166
2167 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2168 test expected output. Add parentheses for the call to print.
2169 Remove L suffix from integers.
2170
3fe1ce1d
DE
21712014-11-26 Doug Evans <dje@google.com>
2172
2173 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2174
84429e27
YQ
21752014-11-22 Yao Qi <yao@codesourcery.com>
2176
2177 * gdb.trace/entry-values.c: Remove asms.
2178 (foo): Add foo_label.
2179 (bar): Add bar_label.
2180 * gdb.trace/entry-values.exp: Remove code computing foo's
2181 length and bar's length.
2182 (Dwarf::assemble): Invoke function_range for bar and use
2183 MACRO_AT_func for foo.
2184
26741859
YQ
21852014-11-22 Yao Qi <yao@codesourcery.com>
2186
2187 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2188 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2189 Use .Lgcc43_procstart instead of gcc43.
2190
45e44d27
JB
21912014-11-21 Joel Brobecker <brobecker@adacore.com>
2192
2193 * gdb.ada/n_arr_bound: New testcase.
2194
458c8db8
SDJ
21952014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2196
2197 PR breakpoints/10737
2198 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2199 test_catch_syscall_multi_arch.
2200 (test_catch_syscall_multi_arch): New function.
2201
43f3e411
DE
22022014-11-20 Doug Evans <xdje42@gmail.com>
2203
2204 * gdb.base/maint.exp: Update expected output.
2205
0d7b2549
AA
22062014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2207
2208 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2209 4-byte instruction on S390.
2210
8908fca5
JB
22112014-11-19 Joel Brobecker <brobecker@adacore.com>
2212
2213 * gdb.ada/arr_arr: New testcase.
2214
4a46959e
JB
22152014-11-19 Joel Brobecker <brobecker@adacore.com>
2216
2217 * gdb.ada/pkd_arr_elem: New Testcase.
2218
470e2f4e
LM
22192014-11-18 Luis Machado <lgustavo@codesourcery.com>
2220
2221 * gdb.reverse/break-precsave: Expect completion message for
2222 core file reads.
2223 * gdb.reverse/consecutive-precsave.exp: Likewise.
2224 * gdb.reverse/finish-precsave.exp: Likewise.
2225 * gdb.reverse/i386-precsave.exp: Likewise.
2226 * gdb.reverse/machinestate-precsave.exp: Likewise.
2227 * gdb.reverse/sigall-precsave.exp: Likewise.
2228 * gdb.reverse/solib-precsave.exp: Likewise.
2229 * gdb.reverse/step-precsave.exp: Likewise.
2230 * gdb.reverse/until-precsave.exp: Likewise.
2231 * gdb.reverse/watch-precsave.exp: Likewise.
2232
a267f3ad
AA
22332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2234
2235 * gdb.base/bp-permanent.c: Include unistd.h.
2236 * gdb.python/py-framefilter-mi.c (main): Add return type.
2237 * gdb.python/py-framefilter.c (main): Likewise.
2238 * gdb.trace/actions-changed.c (main): Likewise.
2239
12084a9a
AA
22402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2241
2242 * gdb.mi/until.c: Add eye-catchers.
2243 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2244 line numbers.
2245
dc7e1a77
AA
22462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2247
2248 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2249 function header variants in break1.c.
2250 * gdb.base/ena-dis-br.exp: Likewise.
2251 * gdb.base/hbreak2.exp: Likewise.
2252 * gdb.reverse/until-precsave.exp: Drop references to removed
2253 non-prototype function header variants in ur1.c.
2254 * gdb.reverse/until-reverse.exp: Likewise.
2255
41c77605
PM
22562014-11-17 Petr Machata <pmachata@redhat.com>
2257
2258 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2259 ${_cu_offset_size} bytes abbrev offset.
2260
34248c3a
DE
22612014-11-15 Doug Evans <xdje42@gmail.com>
2262
2263 PR symtab/17559
2264 * gdb.base/line-symtabs.exp: New file.
2265 * gdb.base/line-symtabs.c: New file.
2266 * gdb.base/line-symtabs.h: New file.
2267
646da059
YQ
22682014-11-14 Yao Qi <yao@codesourcery.com>
2269
2270 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2271 (func): Add label func_label.
2272 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2273 Replace low_pc and high_pc with MACRO_AT_range.
2274 Replace name, low_pc and high_pc with MACRO_AT_func.
2275
9301ebe6
YQ
22762014-11-14 Yao Qi <yao@codesourcery.com>
2277
2278 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2279 Replace name, low_pc and high_pc with MACRO_AT_func.
2280
f166b542
YQ
22812014-11-14 Yao Qi <yao@codesourcery.com>
2282
2283 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2284 produce debug information.
2285 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2286
0f6e71e3
YQ
22872014-11-14 Yao Qi <yao@codesourcery.com>
2288
2289 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2290 object and get function length.
2291 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2292 with MACRO_AT_func.
2293 (top-level): Replace gdb_compile and clean_restart with
2294 prepare_for_testing.
2295 * gdb.dwarf2/main.c (main): Add label main_label.
2296
876c4df9
YQ
22972014-11-14 Yao Qi <yao@codesourcery.com>
2298
2299 * lib/dwarf.exp (function_range): New procedure.
2300 (Dwarf::_handle_macro_at_func): New procedure.
2301 (Dwarf::_handle_macro_at_range): New procedure.
2302 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2303
02ad9cf1
YQ
23042014-11-14 Yao Qi <yao@codesourcery.com>
2305
2306 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2307 (_handle_attribute): New procedure.
2308
a59add0c
AA
23092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2310
2311 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2312 * gdb.base/call-sc.c (zed): Likewise.
2313 * gdb.base/checkpoint.c (main): Likewise.
2314 * gdb.base/dump.c (main): Likewise.
2315 * gdb.base/gcore.c (main): Likewise.
2316 * gdb.base/huge.c (main): Likewise.
2317 * gdb.base/multi-forks.c (main): Likewise.
2318 * gdb.base/pr10179-a.c (main): Likewise.
2319 * gdb.base/savedregs.c (main): Likewise.
2320 * gdb.base/sigaltstack.c (main): Likewise.
2321 * gdb.base/siginfo.c (main): Likewise.
2322 * gdb.base/structs.c (zed): Likewise.
2323 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2324 * gdb.mi/mi-syn-frame.c (main): Likewise.
2325 * gdb.mi/until.c (foo, main): Likewise.
2326 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2327 * gdb.base/solib-weak.c (foo): Declare.
2328 * gdb.base/attach-twice.c: Include stdio.h.
2329 * gdb.base/weaklib1.c: Likewise.
2330 * gdb.base/weaklib2.c: Likewise.
2331 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2332 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2333 unistd.h.
2334 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2335 * gdb.mi/mi-exit-code.c: Likewise.
2336 * gdb.base/break-interp-lib.c: Include string.h.
2337 * gdb.base/coremaker.c: Likewise.
2338 * gdb.base/testenv.c: Likewise.
2339 * gdb.python/py-finish-breakpoint.c: Likewise.
2340 * gdb.base/inferior-died.c: Include sys/wait.h.
2341 * gdb.base/fileio.c: Include time.h.
2342 * gdb.base/async-shell.c: Include unistd.h.
2343 * gdb.base/dprintf-non-stop.c: Likewise.
2344 * gdb.base/info-os.c: Likewise.
2345 * gdb.mi/mi-console.c: Likewise.
2346 * gdb.mi/watch-nonstop.c: Likewise.
2347 * gdb.python/py-events.c: Likewise.
2348 * gdb.base/async.c (baz): Move up before its invocation.
2349 * gdb.base/code_elim2.c (my_global_func): Likewise.
2350 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2351 * gdb.base/advance.c (func2): Likewise.
2352
3b5d5997
AA
23532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2354
2355 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2356 variant.
2357 * gdb.base/annota3.c: Likewise.
2358 * gdb.base/async.c: Likewise.
2359 * gdb.base/average.c: Likewise.
2360 * gdb.base/call-ar-st.c: Likewise.
2361 * gdb.base/call-rt-st.c: Likewise.
2362 * gdb.base/call-sc.c: Likewise.
2363 * gdb.base/call-strs.c: Likewise.
2364 * gdb.base/ending-run.c: Likewise.
2365 * gdb.base/execd-prog.c: Likewise.
2366 * gdb.base/exprs.c: Likewise.
2367 * gdb.base/foll-exec.c: Likewise.
2368 * gdb.base/foll-fork.c: Likewise.
2369 * gdb.base/foll-vfork.c: Likewise.
2370 * gdb.base/funcargs.c: Likewise.
2371 * gdb.base/gcore.c: Likewise.
2372 * gdb.base/jump.c: Likewise.
2373 * gdb.base/langs0.c: Likewise.
2374 * gdb.base/langs1.c: Likewise.
2375 * gdb.base/langs2.c: Likewise.
2376 * gdb.base/mips_pro.c: Likewise.
2377 * gdb.base/nodebug.c: Likewise.
2378 * gdb.base/opaque0.c: Likewise.
2379 * gdb.base/opaque1.c: Likewise.
2380 * gdb.base/recurse.c: Likewise.
2381 * gdb.base/run.c: Likewise.
2382 * gdb.base/scope0.c: Likewise.
2383 * gdb.base/scope1.c: Likewise.
2384 * gdb.base/setshow.c: Likewise.
2385 * gdb.base/setvar.c: Likewise.
2386 * gdb.base/shmain.c: Likewise.
2387 * gdb.base/shr1.c: Likewise.
2388 * gdb.base/shr2.c: Likewise.
2389 * gdb.base/sigall.c: Likewise.
2390 * gdb.base/signals.c: Likewise.
2391 * gdb.base/so-indr-cl.c: Likewise.
2392 * gdb.base/solib2.c: Likewise.
2393 * gdb.base/structs.c: Likewise.
2394 * gdb.base/sum.c: Likewise.
2395 * gdb.base/vforked-prog.c: Likewise.
2396 * gdb.base/watchpoint.c: Likewise.
2397 * gdb.reverse/shr2.c: Likewise.
2398 * gdb.reverse/until-reverse.c: Likewise.
2399 * gdb.reverse/ur1.c: Likewise.
2400 * gdb.reverse/watch-reverse.c: Likewise.
2401
066a77c5
AA
24022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2403
2404 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2405 variant.
2406 * gdb.base/sepdebug.exp: Drop references to removed code.
2407
4f204ea5
AA
24082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2409
2410 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2411 variant. Preserve original line numbering.
2412 * gdb.base/list1.c: Likewise.
2413
3b377a3a
AA
24142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2415
2416 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2417 variant.
2418 * gdb.base/break1.c: Likewise.
2419 * gdb.base/break.exp: Drop references to removed code.
2420
e444df73
AA
24212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2422
2423 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2424 variant.
2425
8008f2a7
AA
24262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2427
2428 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2429
a5a06887
AA
24302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2431
2432 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2433 logic into perform_all_tests() and invoke it with and without
2434 function header prototypes.
2435 (do_function_calls): Remove conditional XFAIL for PR 5318.
2436 (rerun_and_prepare): Remove duplicate code.
2437 (perform_all_tests): New. Main logic moved here.
2438
44dba9b9
AA
24392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2440
2441 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2442 code guarded by #ifdef NO_PROTOTYPES.
2443 (t_double_many_args): Likewise.
2444 (DEF_FUNC_MANY_ARGS_1): Likewise.
2445 (DEF_FUNC_VALUES_1): Likewise.
2446 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2447 guarded by #ifdef PROTOTYPES.
2448
d1fbcd56
AA
24492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2450
2451 * gdb.mi/mi-console.c: Add eye-catcher.
2452 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2453 instead of literal line number.
2454
b0e59b8f
AA
24552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2456
2457 * gdb.base/shr2.c: Add eye-catcher.
2458 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2459 line number.
2460
78f98cca
AA
24612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2462
2463 * gdb.base/jump.c: Add eye-catchers.
2464 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2465 numbers.
2466
58fa2af0
AA
24672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2468
2469 * gdb.base/execd-prog.c: Add eye-catchers.
2470 * gdb.base/foll-exec.c: Likewise.
2471 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2472 line numbers.
2473
04e5059b
AA
24742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2475
2476 * gdb.base/ending-run.c: Add eye-catchers.
2477 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2478 literal line numbers.
2479
dbfdb174
AA
24802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2481
2482 * gdb.base/call-rt-st.c: Add eye-catchers.
2483 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2484 literal line numbers.
2485
888a2ade
AA
24862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2487
2488 * gdb.base/call-ar-st.c: Add eye-catchers.
2489 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2490 literal line numbers.
2491
6acc2dde
AA
24922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2493
2494 * gdb.base/average.c: Add eye-catchers.
2495 * gdb.base/sum.c: Likewise.
2496 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2497 regexps dynamically.
2498
9ecfcd1d
AA
24992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2500
2501 * gdb.base/solib1.c: Add eye-catchers.
2502 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2503 literal line numbers.
2504
78708b7c
PA
25052014-11-12 Pedro Alves <palves@redhat.com>
2506
2507 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2508 leader has exited.
2509
af48d08f
PA
25102014-11-12 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.arch/i386-bp_permanent.c: New file.
2513 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2514 (srcfile): Set to i386-bp_permanent.c.
2515 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2516 that stepi does not execute the 'leave' instruction, instead of
2517 testing it does execute.
2518 * gdb.base/bp-permanent.c: New file.
2519 * gdb.base/bp-permanent.exp: New file.
2520
af3768e9
DE
25212014-11-10 Doug Evans <xdje42@gmail.com>
2522
2523 PR symtab/17564
2524 * gdb.base/symtab-search-order.exp: New file.
2525 * gdb.base/symtab-search-order.c: New file.
2526 * gdb.base/symtab-search-order-1.c: New file.
2527 * gdb.base/symtab-search-order-shlib-1.c: New file.
2528
9de00a4a
PA
25292014-11-07 Pedro Alves <palves@redhat.com>
2530
2531 PR gdb/17511
2532 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2533 i?86-*-linux*.
2534
e0f52461
SC
25352014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2536
2537 PR c++/17494
2538 * gdb.cp/pr17494.cc: New file.
2539 * gdb.cp/pr17494.exp: New file.
2540
6ce8c980
YQ
25412014-11-02 Yao Qi <yao@codesourcery.com>
2542
2543 * gdb.python/python.exp: Get working directory and match the
2544 output of "set extended-prompt \\w " with it.
2545
02be9a71
DE
25462014-10-30 Doug Evans <dje@google.com>
2547
2548 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2549 in objfiles.
2550 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2551 in progspaces.
2552
3bdff46b
LM
25532014-10-30 Janis Johnson <janisjo@codesourcery.com>
2554
2555 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2556 * gdb.base/realname-expand.exp: Likewise.
2557 * gdb.linespec/macro-relative.exp: Likewise.
2558
ab917dfb
PA
25592014-10-29 Pedro Alves <palves@redhat.com>
2560
2561 PR gdb/17408
2562 * gdb.threads/schedlock.c (some_function): New function.
2563 (call_function): New global.
2564 (MAYBE_CALL_SOME_FUNCTION): New macro.
2565 (thread_function): Call it.
2566 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2567 and use it instead of a global counter. Adjust all callers.
2568 (get_current_thread): Use "find current thread" for test message
2569 here rather than having all callers pass down the same string.
2570 (goto_loop): New procedure, factored out from ...
2571 (my_continue): ... this.
2572 (step_ten_loops): Change parameter from test message to command to
2573 use. Adjust.
2574 (list_count): Delete global.
2575 (check_result): New procedure, factored out from duplicate top
2576 level code.
2577 (continue tests): Wrap in with_test_prefix.
2578 (test_step): New procedure, factored out from duplicate top level
2579 code.
2580 (top level): Test "step" in combination with all scheduler-locking
2581 modes. Test "next" in combination with all scheduler-locking
2582 modes, and in combination with stepping over a function call or
2583 not.
2584 * gdb.threads/next-bp-other-thread.c: New file.
2585 * gdb.threads/next-bp-other-thread.exp: New file.
2586
d3d4baed
PA
25872014-10-29 Pedro Alves <palves@redhat.com>
2588
2589 PR python/17372
2590 * gdb.python/python.exp: Test a multi-line command that spawns
2591 interactive Python.
2592 * gdb.base/multi-line-starts-subshell.exp: New file.
2593
563e8d85
YQ
25942014-10-29 Yao Qi <yao@codesourcery.com>
2595
2596 * gdb.base/fileio.exp: Make directories on host.
2597
0ea4d52e
YQ
25982014-10-29 Yao Qi <yao@codesourcery.com>
2599
2600 * gdb.base/fileio.c (test_write): Close the file.
2601
7f5ef605
PA
26022014-10-28 Pedro Alves <palves@redhat.com>
2603
2604 PR gdb/12623
2605 * gdb.base/sigstep.c (no_handler): New global.
2606 (main): If 'no_handler is true, set the signal handlers to
2607 SIG_IGN.
2608 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2609 with_sw_watch and no_handler parameters. Handle them.
2610 (top level) <stepping over handler when stopped at a breakpoint
2611 test>: Add a test axis for testing with a software watchpoint, and
2612 another for testing with the signal handler set to SIG_IGN.
2613 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2614 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2615
abbdbd03
PA
26162014-10-28 Pedro Alves <palves@redhat.com>
2617
2618 PR gdb/17511
2619 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2620 * gdb.base/sigstep.exp (other_handler_location): New global.
2621 (advance): Support stepping into the signal handler, and running
2622 commands while in the handler.
2623 (in_handler_map): New global.
2624 (top level): In the advance test, add combinations for getting
2625 into the handler with stepping commands, and for running commands
2626 in the handler. Add comment descripting the advancei tests.
2627
1df4399f
PA
26282014-10-28 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/sigstep.exp: Use build_executable instead of
2631 prepare_for_testing.
2632 (top level): Move code that starts GDB, runs to main and creates a
2633 display to ...
2634 (restart): ... this new procedure.
2635 (top level): Move backtrace from signal handler test to ...
2636 (validate_backtrace): ... this new procedure.
2637 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2638 with_test_prefix. Always restart GDB.
2639 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2640 with_test_prefix. Always restart GDB. No need to delete
2641 breakpoints after the test.
2642 (test_skip_handler): Remove prefix parameter.
2643 (skip_over_handler, breakpoint_to_handler)
2644 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2645 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2646 restart GDB. No need to delete breakpoints after the test.
2647 (top level): Use foreach to call the test procedures with
2648 different commands.
2649
a5b6e449
PA
26502014-10-28 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2653 instead of GNATS numbers.
2654 * gdb.base/sigbpt.exp: Likewise.
2655 * gdb.base/siginfo.exp: Likewise.
2656 * gdb.base/sigstep.exp: Likewise.
2657
e5f8a7cc
PA
26582014-10-27 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.base/sigstep.c (dummy): New global.
2661 (main): Issue a couple writes to the new global.
2662 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2663 procedures.
2664 (skip_over_handler): Use test_skip_handler.
2665 (top level): Call skip_over_handler for stepi and nexti too.
2666 (breakpoint_over_handler): Use test_skip_handler.
2667 (top level): Call breakpoint_over_handler for stepi and nexti too.
2668
763905a3
YQ
26692014-10-27 Yao Qi <yao@codesourcery.com>
2670
2671 * gdb.trace/tfile.c (adjust_function_address)
2672 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2673 function descriptor.
2674
6f259a23
DB
26752014-10-24 Don Breazeal <donb@codesourcery.com>
2676
2677 * gdb.base/foll-fork.exp (test_follow_fork,
2678 catch_fork_child_follow): Check for updated fork messages emitted
2679 from infrun.c.
2680 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2681 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2682 vfork_and_exec_child_follow_through_step): Check for updated vfork
2683 messages emitted from infrun.c.
2684
09dd9a69
PA
26852014-10-24 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.base/corefile.exp: Remove references to ultrix.
2688 * gdb.base/interrupt.exp: Likewise.
2689 * gdb.base/whatis.exp: Likewise.
2690 * gdb.gdb/selftest.exp: Likewise.
2691 * gdb.threads/manythreads.exp: Likewise.
2692 * gdb.threads/print-threads.exp: Likewise.
2693 * gdb.threads/pthreads.exp:: Likewise.
2694 * gdb.threads/schedlock.exp: Likewise.
2695
3433cfa5
SC
26962014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2697
2698 * gdb.cp/non-trivial-retval.cc: Add a test case.
2699 * gdb.cp/non-trivial-retval.exp: Add a test.
2700
092f880b
YQ
27012014-10-20 Yao Qi <yao@codesourcery.com>
2702
2703 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2704 * gdb.python/py-objfile-script-gdb.py: New file.
2705 * gdb.python/py-objfile-script.exp: Update reference to
2706 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2707 of remote_download. Remove the dest file.
2708
acbdb7f3
YQ
27092014-10-20 Yao Qi <yao@codesourcery.com>
2710
2711 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2712 * gdb.base/step-line.exp: Likewise.
2713 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2714 * gdb.dwarf2/dw2-basic.exp: Likewise.
2715 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2716 * gdb.dwarf2/dw2-filename.exp: Likewise.
2717 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2718 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2719 * gdb.dwarf2/dw2-producer.exp: Likewise.
2720 * gdb.dwarf2/mac-fileno.exp: Likewise.
2721 * gdb.python/py-frame-args.exp: Likewise.
2722 * gdb.python/py-framefilter.exp: Likewise.
2723 * gdb.python/py-mi.exp: Likewise.
2724 * gdb.python/py-objfile-script.exp: Likewise
2725 * gdb.python/py-pp-integral.exp: Likewise.
2726 * gdb.python/py-pp-re-notag.exp: Likewise.
2727 * gdb.python/py-prettyprint.exp: Likewise.
2728 * gdb.python/py-section-script.exp: Likewise.
2729 * gdb.python/py-typeprint.exp: Likewise.
2730 * gdb.python/py-xmethods.exp: Likewise.
2731 * gdb.stabs/weird.exp: Likewise.
2732 * gdb.xml/tdesc-regs.exp: Likewise.
2733
bd286a29
KCY
27342014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2735
2736 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2737 (out_cu): Use addr_len for the size of addresses.
2738 (out_line): Likewise. Size DW_LNE_set_address instruction
2739 according to addr_len.
2740 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2741 (FUNC): Add START_INSNS to definition.
2742
673dc4a0
YQ
27432014-10-18 Yao Qi <yao@codesourcery.com>
2744
2745 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2746 gdb_has_argv0 return true.
2747 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2748 check [target_info exists noargs], check [gdb_has_argv0]
2749 instead.
2750 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2751 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2752 procedures.
2753
4ffbba72
DE
27542014-10-17 Doug Evans <dje@google.com>
2755
2756 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2757 event.
2758 * gdb.python/py-events.py: Add clear_objfiles event.
2759
d096d8c1
DE
27602014-10-17 Doug Evans <dje@google.com>
2761
2762 * gdb.python/py-objfile.exp: Test progspace attribute.
2763
a80db015
LM
27642014-10-17 Luis Machado <lgustavo@codesourcery.com>
2765
2766 * gdb.guile/scm-breakpoint.exp: Do not assume any
2767 directory separators when matching source file paths.
2768 * gdb.python/py-breakpoint.exp: Likewise.
2769 * gdb.reverse/break-precsave.exp: Likewise.
2770 * gdb.reverse/break-reverse.exp: Likewise.
2771 * gdb.reverse/consecutive-precsave.exp: Likewise.
2772 * gdb.reverse/finish-precsave.exp: Likewise.
2773 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2774 * gdb.reverse/finish-reverse.exp: Likewise.
2775 * gdb.reverse/i386-precsave.exp: Likewise.
2776 * gdb.reverse/i387-env-reverse.exp: Likewise.
2777 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2778 * gdb.reverse/machinestate-precsave.exp: Likewise.
2779 * gdb.reverse/machinestate.exp: Likewise.
2780 * gdb.reverse/sigall-precsave.exp: Likewise.
2781 * gdb.reverse/solib-precsave.exp: Likewise.
2782 * gdb.reverse/step-precsave.exp: Likewise.
2783 * gdb.reverse/until-precsave.exp: Likewise.
2784 * gdb.reverse/watch-precsave.exp: Likewise.
2785 * gdb.reverse/watch-reverse.exp: Likewise.
2786
b22089ab
YQ
27872014-10-17 Yao Qi <yao@codesourcery.com>
2788
2789 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2790 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2791
6c4486e6
PA
27922014-10-17 Pedro Alves <palves@redhat.com>
2793
2794 PR gdb/17471
2795 * gdb.base/bg-execution-repeat.c: New file.
2796 * gdb.base/bg-execution-repeat.exp: New file.
2797
0ff33695
PA
27982014-10-17 Pedro Alves <palves@redhat.com>
2799
2800 PR gdb/17300
2801 * gdb.base/continue-all-already-running.c: New file.
2802 * gdb.base/continue-all-already-running.exp: New file.
2803
6fdebc3d
PA
28042014-10-17 Pedro Alves <palves@redhat.com>
2805
2806 PR gdb/17472
2807 * gdb.base/annota-input-while-running.c: New file.
2808 * gdb.base/annota-input-while-running.exp: New file.
2809
32a8097b
PA
28102014-10-17 Pedro Alves <palves@redhat.com>
2811
2812 * gdb.base/callfuncs.exp: emove references to osf.
2813 * gdb.base/sigall.exp: Likewise.
2814 * gdb.gdb/selftest.exp: Likewise.
2815 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2816 * gdb.mi/non-stop.c: Likewise.
2817 * gdb.mi/pthreads.c: Likewise.
2818 * gdb.reverse/sigall-precsave.exp: Likewise.
2819 * gdb.reverse/sigall-reverse.exp: Likewise.
2820 * gdb.threads/pthreads.c: Likewise.
2821 * gdb.threads/pthreads.exp: Likewise.
2822
7a3517ff
YQ
28232014-10-17 Yao Qi <yao@codesourcery.com>
2824
2825 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2826 check 'target_info exists noargs'.
2827 (test_command_prompt_position): Likewise.
2828 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2829 Remove "set args".
2830 (progvar_simple_while_test): Likewise.
2831 (progvar_complex_if_while_test): Likewise.
2832 (if_while_breakpoint_command_test): Likewise.
2833 (infrun_breakpoint_command_test): Likewise.
2834 (breakpoint_command_test): Likewise.
2835 (watchpoint_command_test): Likewise.
2836 (bp_deleted_in_command_test): Likewise.
2837 (temporary_breakpoint_commands): Likewise.
2838
bb99c472
YQ
28392014-10-16 Yao Qi <yao@codesourcery.com>
2840
2841 * gdb.base/remotetimeout.exp: Remove noargs checking.
2842
7c16b83e
PA
28432014-10-15 Pedro Alves <palves@redhat.com>
2844
2845 PR breakpoints/9649
2846 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2847 * gdb.base/breakpoint-in-ro-region.exp
2848 (probe_target_hardware_step): New procedure.
2849 (top level): Probe hardware stepping and hardware breakpoint
2850 support. Test stepping through a read-only region, with both
2851 "breakpoint auto-hw" on and off and both "always-inserted" on and
2852 off.
2853
35a49624
IB
28542014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2855
2856 * gdb.dlang/demangle.exp: Update for demangling changes.
2857
2d1c107c
SC
28582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2859
2860 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2861 * gdb.cp/non-trivial-retval.exp: Add new tests.
2862
778811d5
SC
28632014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2864
2865 PR c++/13403
2866 PR c++/15154
2867 * gdb.cp/non-trivial-retval.cc: New file.
2868 * gdb.cp/non-trivial-retval.exp: New file.
2869
10c5f0a8
YQ
28702014-10-15 Yao Qi <yao@codesourcery.com>
2871
2872 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2873 remote host.
2874
65d7b369
YQ
28752014-10-15 Yao Qi <yao@codesourcery.com>
2876
2877 * gdb.python/py-symbol.exp: Match file base name if host is
2878 remote, otherwise match file name with dir name.
2879 * gdb.python/py-symtab.exp: Likewise.
2880 * gdb.python/python.exp: Likewise.
2881
46dc1394
YQ
28822014-10-15 Yao Qi <yao@codesourcery.com>
2883
2884 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2885 pattern.
2886 * gdb.python/py-symtab.exp: Likewise.
2887 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2888 locationn.
2889
c40cc657
JB
28902014-10-14 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.ada/addr_arith: New testcase.
2893
2abf49e1
MR
28942014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2895
2896 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2897 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2898 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2899 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2900
f7088df3
SDJ
29012014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2902
2903 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2904 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2905 * gdb.arch/stap-eval-lang-ada.exp: New file.
2906
4dc06805
YQ
29072014-10-14 Yao Qi <yao@codesourcery.com>
2908
2909 * gdb.mi/mi-var-child.c (nothing1): New function.
2910 (nothing2): New function.
2911 (do_children_tests): Set function pointers by nothing1 and
2912 nothing2.
2913 * gdb.mi/mi-var-child.exp: Step over new added statements.
2914 Update test to match the new output.
2915 * gdb.mi/var-cmd.c (nothing1): New function.
2916 (nothing2): New function.
2917 (do_children_tests): Set function pointers by nothing1 and
2918 nothing2.
2919 * gdb.mi/mi-var-display.exp: Update test to match output.
2920 Step to the line specified by $line_dct_nothing.
2921 Increase the number of lines to step.
2922
46a93de2
YQ
29232014-10-14 Yao Qi <yao@codesourcery.com>
2924
2925 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2926 tests.
2927 * gdb.mi/mi2-var-child.exp: Likewise.
2928
14ea52ee
DE
29292014-10-13 Doug Evans <dje@google.com>
2930
2931 * gdb.python/py-objfile.exp: Change name of file name test.
2932
e5c6e92b
DE
29332014-10-13 Doug Evans <dje@google.com>
2934
2935 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2936 from the start of the CU.
2937
c780cc2f
JK
29382014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2939 Yao Qi <yao@codesourcery.com>
2940
2941 Fix "save breakpoints" for "catch" command.
2942 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2943 Remove -nonewline. Match also the added "main" line.
2944
99894e11
JK
29452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2946
2947 Fix "save breakpoints" for "disable $bpnum" command.
2948 * gdb.base/save-bp.c (main): Add label.
2949 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2950
6e1ac5a3
JK
29512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2952
2953 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2954
754dd2b0
YQ
29552014-10-11 Yao Qi <yao@codesourcery.com>
2956
2957 * gdb.server/server-kill.exp: Execute command
2958 "set remote trace-status-packet on" before "tstatus".
2959
f90183d7
YQ
29602014-10-11 Yao Qi <yao@codesourcery.com>
2961
2962 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2963 (main): Call getppid.
2964 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2965 and continue to it. Read variable "server_pid".
2966
bf40a607
YQ
29672014-10-11 Yao Qi <yao@codesourcery.com>
2968
2969 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2970
052ca370
YQ
29712014-10-11 Yao Qi <yao@codesourcery.com>
2972
2973 * gdb.threads/thread-find.exp: Don't execute command
2974 "info threads".
2975 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2976 * gdb.threads/linux-dp.exp: Don't check the condition
2977 $threads_created equals to zero.
2978
3831839c
PA
29792014-10-10 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/bigcore.exp: Remove references to IRIX.
2982 * gdb.base/funcargs.exp: Likewise.
2983 * gdb.base/interrupt.exp: Likewise.
2984 * gdb.base/mips_pro.exp: Likewise.
2985 * gdb.base/nodebug.exp: Likewise.
2986 * gdb.base/setvar.exp: Likewise.
2987 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2988
8b9a549d
PA
29892014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2990 Pedro Alves <palves@redhat.com>
2991
2992 PR symtab/14466
2993 * gdb.base/vdso-warning.c: New file.
2994 * gdb.base/vdso-warning.exp: New file.
2995
d48ba5e8
DE
29962014-10-02 Doug Evans <dje@google.com>
2997
2998 * gdb.base/structs.c (main): Don't run forever.
2999
2278c276
PA
30002014-10-02 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
3003 (top level) <stop threads 1, stop threads 2>: Use it.
3004
b57bacec
PA
30052014-10-02 Pedro Alves <palves@redhat.com>
3006
3007 * gdb.threads/break-while-running.exp (test): Add new
3008 'update_thread_list' argument. Skip "info threads" if false.
3009 (top level): Add new 'update_thread_list' axis.
3010
13fd3ff3
PA
30112014-10-02 Pedro Alves <palves@redhat.com>
3012
3013 PR breakpoints/17431
3014 * gdb.base/execl-update-breakpoints.c: New file.
3015 * gdb.base/execl-update-breakpoints.exp: New file.
3016
0fec99e8
PA
30172014-10-01 Pedro Alves <palves@redhat.com>
3018
3019 * gdb.base/breakpoint-in-ro-region.c: New file.
3020 * gdb.base/breakpoint-in-ro-region.exp: New file.
3021
2ddf4301
SM
30222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3023
3024 * gdb.mi/mi-exit-code.exp: New file.
3025 * gdb.mi/mi-exit-code.c: New file.
3026
6a5f3f43
YQ
30272014-09-30 Yao Qi <yao@codesourcery.com>
3028
3029 * lib/prelink-support.exp (build_executable_own_libs): Error if
3030 the target isn't native.
3031
345bcc73
YQ
30322014-09-30 Yao Qi <yao@codesourcery.com>
3033
3034 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3035 false.
3036
a25a5a45
PA
30372014-09-22 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.threads/break-while-running.exp: New file.
3040 * gdb.threads/break-while-running.c: New file.
3041
00ba3162
YQ
30422014-09-19 Yao Qi <yao@codesourcery.com>
3043
3044 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3045 Invoke test. Restart GDB with --readnow and invoke test again.
3046
c3b7b696
YQ
30472014-09-19 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3050 proc set_breakpoint_on_gcd_function. Invoke
3051 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3052 invoke set_breakpoint_on_gcd_function again.
3053
2b4fd423
DE
30542014-09-18 Doug Evans <dje@google.com>
3055
3056 * gdb.dwarf2/symtab-producer.exp: New file.
3057
a5947601
SDJ
30582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3059
3060 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3061 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3062 * gdb.base/global-var-nested-by-dso.c: Likewise.
3063 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3064
91c19059
SDJ
30652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3066 Pedro Alves <palves@redhat.com>
3067
3068 * gdb.base/watch-bitfields.exp: Pass string other than test file
3069 name to prepare_for_testing.
3070 (watch): New procedure.
3071 (expect_watchpoint): Use with_test_prefix.
3072 (top level): Factor out tests to ...
3073 (test_watch_location, test_regular_watch): ... these new
3074 procedures, and use with_test_prefix and gdb_continue_to_end.
3075
bb9d5f81
PP
30762014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3077
3078 PR breakpoints/12526
3079 * gdb.base/watch-bitfields.exp: New file.
3080 * gdb.base/watch-bitfields.c: New file.
3081
635856f5
PA
30822014-09-16 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3085 software and hardware addresses, not software address against
3086 itself.
3087
7280ceea
PA
30882014-09-16 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3091 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3092
428b16bd
PA
30932014-09-16 Pedro Alves <palves@redhat.com>
3094
3095 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3096 files.
3097 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3098 "*-*-vxworks*" throughout.
3099 * gdb.base/break.exp: Likewise.
3100 * gdb.base/default.exp: Likewise.
3101 * gdb.base/scope.exp: Likewise.
3102 * gdb.base/sepdebug.exp: Likewise.
3103 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3104 throughout.
3105 * gdb.base/run.c: Likewise.
3106 * gdb.base/sepdebug.c: Likewise.
3107 * gdb.hp/gdb.aCC/run.c: Likewise.
3108 * gdb.reverse/until-reverse.c: Likewise.
3109 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3110
666d413c
YQ
31112014-09-16 Yao Qi <yao@codesourcery.com>
3112
3113 * boards/local-remote-host-native.exp: New file.
3114
57cbd724
DE
31152014-09-14 Doug Evans <xdje42@gmail.com>
3116
3117 * gdb.threads/queue-signal.c (thread_count): New variable.
3118 (thread_count_mutex, thread_count_condvar): New variables.
3119 (incr_thread_count, wait_all_threads_running): New functions.
3120 (main): Wait for all threads to be in their thread functions.
3121
81219e53
DE
31222014-09-13 Doug Evans <xdje42@gmail.com>
3123
3124 * gdb.threads/queue-signal.c: New file.
3125 * gdb.threads/queue-signal.exp: New file.
3126
3714cea7
DE
31272014-09-13 Doug Evans <xdje42@gmail.com>
3128
3129 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3130 be consistent with what default_gdb_init uses.
3131 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3132 the plain text of the prompt. Add some logging printfs.
3133 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3134
fa43b1d7
PA
31352014-09-12 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3138 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3139 * gdb.arch/i386-size-overlap.exp: Likewise.
3140 * gdb.arch/i386-size.exp: Likewise.
3141 * gdb.arch/i386-unwind.exp: Likewise.
3142 * gdb.base/a2-run.exp: Likewise.
3143 * gdb.base/break.exp: Likewise.
3144 * gdb.base/charset.exp: Likewise.
3145 * gdb.base/chng-syms.exp: Likewise.
3146 * gdb.base/commands.exp: Likewise.
3147 * gdb.base/dbx.exp: Likewise.
3148 * gdb.base/find.exp: Likewise.
3149 * gdb.base/funcargs.exp: Likewise.
3150 * gdb.base/jit-simple.exp: Likewise.
3151 * gdb.base/reread.exp: Likewise.
3152 * gdb.base/sepdebug.exp: Likewise.
3153 * gdb.base/step-bt.exp: Likewise.
3154 * gdb.cp/mb-inline.exp: Likewise.
3155 * gdb.cp/mb-templates.exp: Likewise.
3156 * gdb.objc/basicclass.exp: Likewise.
3157 * gdb.threads/killed.exp: Likewise.
3158
9d9bf2df
EBM
31592014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3160
3161 PR tdep/17379
3162 * gdb.arch/powerpc-stackless.S: New file.
3163 * gdb.arch/powerpc-stackless.exp: New file.
3164
1cf2f1b0
JK
31652014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 * gdb.base/attach.c: Include unistd.h.
3168 (main): Call alarm. Add label postloop.
3169 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3170 gdb_breakpoint, gdb_continue_to_breakpoint.
3171 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3172
98880d46
PA
31732014-09-11 Pedro Alves <palves@redhat.com>
3174
3175 PR gdb/17347
3176 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3177 * gdb.base/attach.exp (test_command_line_attach_run): New
3178 procedure.
3179 (top level): Call it.
3180
4c92ff2c
PA
31812014-09-11 Pedro Alves <palves@redhat.com>
3182
3183 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3184 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3185 (do_command_attach_tests): Use spawn_wait_for_attach.
3186 * gdb.base/solib-overlap.exp: Likewise.
3187 * gdb.multi/multi-attach.exp: Likewise.
3188 * gdb.python/py-prompt.exp: Likewise.
3189 * gdb.python/py-sync-interp.exp: Likewise.
3190 * gdb.server/ext-attach.exp: Likewise.
3191
3adc1a7d
GKB
31922014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3193
3194 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3195 command in testcase. Simplify testcase.
3196
96334934
JB
31972014-09-10 Joel Brobecker <brobecker@adacore.com>
3198
3199 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3200
eb479039
JB
32012014-09-10 Joel Brobecker <brobecker@adacore.com>
3202
3203 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3204
deede10c
JB
32052014-09-10 Joel Brobecker <brobecker@adacore.com>
3206
3207 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3208
7828a5f5
JB
32092014-09-10 Joel Brobecker <brobecker@adacore.com>
3210
3211 * gdb.dwarf2/dynarr-ptr.c: New file.
3212 * gdb.dwarf2/dynarr-ptr.exp: New file.
3213
33aeebcf
MR
32142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3215
3216 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3217 of 30 rather than hardcoding 120 for a slow test case. Take the
3218 `gdb,timeout' target setting into account for this calculation.
3219 Don't extend the timeout for the test cases that don't need it.
3220
7b415901
MR
32212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3222
3223 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3224 a factor of 2 for a slow test case. Take the `gdb,timeout'
3225 target setting into account for this calculation.
3226 * gdb.reverse/until-precsave.exp: Increase the timeout by
3227 a factor of 15 and 3 respectively rather than adding 120
3228 for a pair of slow test cases. Take the `gdb,timeout'
3229 target setting into account for this calculation.
3230
4a40f85a
MR
32312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3232
3233 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3234 timeout, don't pass one down to gdb_expect.
3235 (gdb_expect): Rework timeout selection.
3236
09635af7
MR
32372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3238
3239 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3240 exception on timeout.
3241 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3242 (gdbserver_start_extended): Catch any `gdbserver_start' error
3243 exceptions.
3244 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3245 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3246 `gdbserver_gdb_load' error exceptions.
3247
2bdd10b7
MR
32482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3249
3250 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3251 120 on waiting for the TCP socket to open.
3252
316935f0
DE
32532014-09-09 Doug Evans <xdje42@gmail.com>
3254
3255 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3256 _caller_matches, _any_caller_is, _any_caller_matches.
3257
83740597
DE
32582014-09-09 Doug Evans <xdje42@gmail.com>
3259
3260 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3261
4c122fc3
YQ
32622014-09-09 Yao Qi <yao@codesourcery.com>
3263
3264 * gdb.mi/mi-var-display.exp: Set print symbol off.
3265
a9f116cb
GKB
32662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3267
3268 PR gdb/17035
3269 * gdb.base/commands.exp: Add tests to verify user-defined
3270 commands with empty bodies.
3271 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3272 python commands in `show user command`.
3273 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3274 scheme commands in `show user command`.
3275
c75bd3a2
JK
32762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3277
3278 PR python/17355
3279 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3280 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3281 * gdb.python/py-framefilter-invalidarg.exp: New file.
3282 * gdb.python/py-framefilter-invalidarg.py: New file.
3283
faa42425
DE
32842014-09-06 Doug Evans <xdje42@gmail.com>
3285
3286 PR 15276
3287 * gdb.python/py-caller-is.c: New file.
3288 * gdb.python/py-caller-is.exp: New file.
3289
474ca4f6
SDJ
32902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3291
3292 PR gdb/17235
3293 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3294 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3295
eb0b0463
SDJ
32962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 PR fortran/17237
3299 * gdb.fortran/print-formatted.exp: New file.
3300 * gdb.fortran/print-formatted.f90: Likewise.
3301
5f3b99cf
SS
33022014-09-03 Sasha Smundak <asmundak@google.com>
3303
3304 * gdb.python/py-frame.exp: Test Frame.read_register.
3305
7d793aa9
SDJ
33062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3307
3308 PR python/16699
3309 * gdb.python/py-completion.exp: New file.
3310 * gdb.python/py-completion.py: Likewise.
3311
fb0576e9
DE
33122014-08-28 Doug Evans <dje@google.com>
3313
3314 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3315 eax,etc. are live with values set by gdb and thus the compiler can't
3316 use them.
3317 * gdb.arch/i386-pseudo.c (main): Ditto.
3318
ee92b0dd
DE
33192014-08-27 Doug Evans <dje@google.com>
3320
3321 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3322
6649db35
DE
33232014-08-25 Doug Evans <dje@google.com>
3324
3325 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3326 (main): Ditto.
3327
564b7600
DE
33282014-08-25 Doug Evans <dje@google.com>
3329
3330 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3331
3881fb67
YQ
33322014-08-24 Yao Qi <yao@codesourcery.com>
3333
3334 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3335 symbol off.
3336 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3337
a05a36a5
DE
33382014-08-22 Doug Evans <dje@google.com>
3339
3340 PR 17276
3341 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3342 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3343 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3344
7c343b48
YQ
33452014-08-22 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3348 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3349 * gdb.python/python.exp: Likewise. Use .py file on the host
3350 instead of the build.
3351
22fd09ae
JK
33522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3353
3354 * gdb.threads/gcore-stale-thread.c: New file.
3355 * gdb.threads/gcore-stale-thread.exp: New file.
3356
a8454a7c
PA
33572014-08-21 Pedro Alves <palves@redhat.com>
3358
3359 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3360 * gdb.base/gcore-relro-pie.exp: Likewise.
3361 * gdb.base/gcore-relro.exp: Likewise.
3362 * gdb.base/gcore.exp: Likewise.
3363 * gdb.base/print-symbol-loading.exp: Likewise.
3364 * gdb.threads/gcore-thread.exp: Likewise.
3365 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3366
2a31c623
PA
33672014-08-20 Pedro Alves <palves@redhat.com>
3368 Jan Kratochvil <jan.kratochvil@redhat.com>
3369
3370 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3371 configure.
3372 (EXPECT): Handle READ1 being set.
3373 (all): Depend on EXTRA_RULES.
3374 (check-read1, expect-read1, read1.so, read1): New rules.
3375 * README (Testsuite Parameters): Document the READ1 make variable.
3376 (Race detection): New section.
3377 * configure: Regenerate.
3378 * configure.ac: If build==host==target, and running under a
3379 GNU/glibc system, add read1 to the extra Makefile rules.
3380 (EXTRA_RULES): AC_SUBST it.
3381 * lib/read1.c: New file.
3382
d36430db
JB
33832014-08-20 Joel Brobecker <brobecker@adacore.com>
3384
3385 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3386 the handling of variables declared as a typedef to an array
3387 which a DW_AT_data_location attribute.
3388
9a0dc9e3
PA
33892014-08-19 Andrew Burgess <aburgess@broadcom.com>
3390 Pedro Alves <palves@redhat.com>
3391
3392 PR symtab/14604
3393 PR symtab/14605
3394 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3395 gdb_test.
3396
0718a8da
PA
33972014-08-19 Pedro Alves <palves@redhat.com>
3398
3399 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3400
13b448cd
YQ
34012014-08-19 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3404 right line.
3405
1cbf5077
DB
34062014-08-18 David Blaikie <dblaikie@gmail.com>
3407
3408 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3409
bf0fae19
JB
34102014-08-18 Joel Brobecker <brobecker@adacore.com>
3411
3412 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3413 attribute in array range.
3414
3c8c5dcc
JB
34152014-08-18 Joel Brobecker <brobecker@adacore.com>
3416
3417 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3418
e66d4446
SC
34192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3420
3421 PR c++/17132
3422 * gdb.cp/pr17132.cc: New file.
3423 * gdb.cp/pr17132.exp: New file.
3424
940df408
SC
34252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3426
3427 * gdb.python/py-xmethods.py (A_getarrayind)
3428 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3429 Use 'print' with function call syntax.
3430 (E_method_matcher.match): Fix tab vs space indentation mixup.
3431
ebcc6c3a
YQ
34322014-08-15 Yao Qi <yao@codesourcery.com>
3433
3434 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3435 false.
3436
775e0f04
YQ
34372014-08-15 Yao Qi <yao@codesourcery.com>
3438
3439 * gdb.cp/casts.exp: Set print symbol off.
3440 * gdb.cp/class2.exp: Likewise.
3441 * gdb.cp/overload.exp: Likewise.
3442 * gdb.cp/templates.exp: Likewise.
3443
d769e349
DE
34442014-08-11 Doug Evans <dje@google.com>
3445
3446 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3447 (test_load_shlib): Update.
3448
20c6f1e1
YQ
34492014-08-09 Yao Qi <yao@codesourcery.com>
3450
3451 * gdb.base/display.exp: Invoke is_address_zero_readable.
3452 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3453 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3454 * gdb.base/hbreak-unmapped.exp: Return if
3455 is_address_zero_readable returns true.
3456 * gdb.base/signest.exp: Likewise.
3457 * gdb.base/signull.exp: Likewise.
3458 * gdb.base/sigbpt.exp: Likewise.
3459 * gdb.guile/scm-disasm.exp: Do the test if
3460 is_address_zero_readable returns false.
3461 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3462 * gdb.python/py-arch.exp: Likewise.
3463 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3464 * lib/gdb.exp (is_address_zero_readable): New proc.
3465
5792e8e3
YQ
34662014-08-09 Yao Qi <yao@codesourcery.com>
3467
3468 PR testsuite/13443
3469 * gdb.mi/mi-var-display.exp: Make test messages unique.
3470
3cecbbbe
TT
34712014-08-04 Tom Tromey <tromey@redhat.com>
3472
3473 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3474 target 0".
3475
00b51ff5
TT
34762014-08-04 Tom Tromey <tromey@redhat.com>
3477
3478 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3479 "target_resume".
3480
6908c509
JB
34812014-08-01 Joel Brobecker <brobecker@adacore.com>
3482
3483 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3484 inner_vla_struct_object_size.
3485 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3486 as xfail.
3487
cc6563d2
PA
34882014-07-30 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3491 comment.
3492
7e09a223
YQ
34932014-07-29 Yao Qi <yao@codesourcery.com>
3494
3495 PR gdb/17206
3496 * gdb.base/until-nodebug.exp: New.
3497
7ebdbe92
DE
34982014-07-28 Doug Evans <xdje42@gmail.com>
3499
3500 PR guile/17203
3501 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3502 previously existing parameter, and previously ambiguously spelled
3503 parameter.
3504
fdb1adc6
WN
35052014-07-28 Will Newton <will.newton@linaro.org>
3506
3507 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3508
186fcde0
DE
35092014-07-26 Ludovic Courtès <ludo@gnu.org>
3510 Doug Evans <xdje42@gmail.com>
3511
3512 PR guile/17146
3513 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3514
70509625
PA
35152014-07-25 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.threads/signal-command-handle-nopass.c: New file.
3518 * gdb.threads/signal-command-handle-nopass.exp: New file.
3519 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3520 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3521 * gdb.threads/signal-delivered-right-thread.c: New file.
3522 * gdb.threads/signal-delivered-right-thread.exp: New file.
3523
c3f814a1
PA
35242014-07-25 Pedro Alves <palves@redhat.com>
3525
3526 * gdb.base/double-prompt-target-event-error.exp
3527 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3528 match.
3529 (cancel_pagination_in_target_event): Rework double prompt
3530 detection.
3531 * gdb.base/paginate-after-ctrl-c-running.exp
3532 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3533 <return>' match.
3534 * gdb.base/paginate-bg-execution.exp
3535 (test_bg_execution_pagination_return)
3536 (test_bg_execution_pagination_cancel): Remove '-notransfer
3537 <return>' matches.
3538 * gdb.base/paginate-execution-startup.exp
3539 (test_fg_execution_pagination_return)
3540 (test_fg_execution_pagination_cancel): Remove '-notransfer
3541 <return>' matches.
3542 * gdb.base/paginate-inferior-exit.exp
3543 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3544 match.
3545 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3546 * lib/gdb.exp (pagination_prompt): Run text through
3547 string_to_regexp.
3548 (gdb_test_multiple): Match $pagination_prompt instead of
3549 "<return>".
3550 (string_to_regexp): Move to lib/gdb-utils.exp.
3551
e214cf6c
JK
35522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 * gdb.arch/amd64-entry-value-paramref.S: New file.
3555 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3556 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3557 * gdb.arch/amd64-optimout-repeat.S: New file.
3558 * gdb.arch/amd64-optimout-repeat.c: New file.
3559 * gdb.arch/amd64-optimout-repeat.exp: New file.
3560
17d0c5c8
JK
35612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3562
3563 PR gdb/17170
3564 * gdb.base/statistics.exp: New file.
3565
b8b8facf
DE
35662014-07-17 Doug Evans <dje@google.com>
3567
74b49205 3568 PR gdb/17170
b8b8facf
DE
3569 * gdb.base/maint.exp: Update testing of per-command stats.
3570
1b5d0ab3
PA
35712014-07-16 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3574 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3575 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3576 (tfile_write_buf): New functions.
3577 (add_memory_block): Rewrite using the above.
3578 (adjust_function_address): New function.
3579 (FUNCTION_ADDRESS): New macro.
3580 (write_basic_trace_file): Remove short_x local, and use
3581 tfile_write_16. Change type of func_addr local to unsigned long
3582 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3583 here. Cast argument of add_memory_block to char pointer.
3584 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3585 (main): Remove parameters.
3586 * gdb.trace/tfile.exp: Remove nowarnings.
3587
4d974e88
SM
35882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3589
3590 * gdb.base/debug-expr.exp: Test string evaluation with
3591 "debug expression" on.
3592
41e99568
PA
35932014-07-15 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/reread.exp: Use clean_restart.
3596
487d9753
PL
35972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3598
3599 * gdb.arch/avr-flash-qualifer.c: New.
3600 * gdb.arch/avr-flash-qualifer.exp: New.
3601
cc1c52ad
PA
36022014-07-14 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3605 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3606
1e973570
PA
36072014-07-14 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.base/double-prompt-target-event-error.c: New file.
3610 * gdb.base/double-prompt-target-event-error.exp: New file.
3611
93d6eb10
PA
36122014-07-14 Pedro Alves <palves@redhat.com>
3613
3614 PR gdb/17072
3615 * gdb.base/paginate-inferior-exit.c: New file.
3616 * gdb.base/paginate-inferior-exit.exp: New file.
3617
0017922d
PA
36182014-07-14 Pedro Alves <palves@redhat.com>
3619
3620 PR gdb/17072
3621 * gdb.base/paginate-bg-execution.c: New file.
3622 * gdb.base/paginate-bg-execution.exp: New file.
3623
94696ad3
PA
36242014-07-14 Pedro Alves <palves@redhat.com>
3625
3626 PR gdb/17072
3627 * gdb.base/paginate-execution-startup.c: New file.
3628 * gdb.base/paginate-execution-startup.exp: New file.
3629 * lib/gdb.exp (pagination_prompt): New global.
3630 (default_gdb_spawn): New procedure, factored out from
3631 default_gdb_spawn.
3632 (default_gdb_start): Adjust to call default_gdb_spawn.
3633 (gdb_spawn): New procedure.
3634
bd293940
PA
36352014-07-14 Pedro Alves <palves@redhat.com>
3636
3637 * lib/gdb.exp (gdb_assert): New procedure.
3638 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3639
c933f875
PA
36402014-07-14 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/execution-termios.c: New file.
3643 * gdb.base/execution-termios.exp: New file.
3644
d98b7a16
TT
36452014-07-14 Tom Tromey <tromey@redhat.com>
3646
3647 * gdb.cp/vla-cxx.cc: New file.
3648 * gdb.cp/vla-cxx.exp: New file.
3649
548740d6
TT
36502014-07-14 Tom Tromey <tromey@redhat.com>
3651
3652 * gdb.reverse/rerun-prec.c: New file.
3653 * gdb.reverse/rerun-prec.exp: New file.
3654
a25eb028
MR
36552014-07-12 Maciej W. Rozycki <macro@mips.com>
3656 Maciej W. Rozycki <macro@codesourcery.com>
3657
3658 * lib/gdb-utils.exp: New file.
3659 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3660 inline `gdb_init_command' processing.
3661 (gdb_start_cmd): Likewise.
3662 * lib/mi-support.exp (mi_run_cmd): Likewise.
3663 * README: Document `gdb_init_command' and `gdb_init_commands'.
3664
218c2655
JK
36652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3666
3667 Fix false FAIL running under a very long directory name.
3668 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3669 and "set print elements 10000". Twice.
3670
5401fde3
YQ
36712014-07-11 Yao Qi <yao@codesourcery.com>
3672
3673 * gdb.base/exprs.exp: "set print symbol off".
3674
e76126e8
PA
36752014-07-11 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.threads/kill.c: New file.
3678 * gdb.threads/kill.exp: New file.
3679
2d6f0de6
YQ
36802014-07-10 Yao Qi <yao@codesourcery.com>
3681
3682 * gdb.trace/tfile.c (write_basic_trace_file)
3683 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3684 address written to trace file.
3685
7180e04a
PA
36862014-07-09 Pedro Alves <palves@redhat.com>
3687
3688 * gdb.base/attach-wait-input.exp: New file.
3689 * gdb.base/attach-wait-input.c: New file.
3690
9a9a7608
AB
36912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3692
3693 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3694 setting up test structures.
3695 (main): Call new test function.
3696 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3697 test function, continue into test function and walk test
3698 structures.
3699
161ac41e
YQ
37002014-07-02 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3703 'bar_start' at the beginning of functions 'foo' and 'bar'
3704 respectively.
3705 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3706 instead of 'foo' and 'bar'.
3707
1f267ae3
MM
37082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3709
3710 * gdb.btrace/segv.exp: New.
3711 * gdb.btrace/segv.c: New.
3712
2b239efb
LM
37132014-07-02 Luis Machado <lgustavo@codesourcery.com>
3714
3715 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3716 instruction.
3717
cf363f18
MW
37182014-06-30 Mark Wielaard <mjw@redhat.com>
3719
3720 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3721 vulture, vilify, villar): New volatile array constants.
3722 (vindictive, vegetation): New const volatile array constants.
3723 * gdb.base/volatile.exp: Test volatile and const volatile array
3724 types.
3725
aebf9d24
AA
37262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3727
3728 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3729 target lacks support for awatch, rwatch, or hbreak.
3730
b67a2c6f
YQ
37312014-06-27 Yao Qi <yao@codesourcery.com>
3732
3733 * gdb.multi/dummy-frame-restore.exp: New.
3734 * gdb.multi/dummy-frame-restore.c: New.
3735
aef92902
MM
37362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3737
3738 * gdb.btrace/gcore.exp: New.
3739
8e9db26e
PA
37402014-06-23 Pedro Alves <palves@redhat.com>
3741
3742 * gdb.base/watchpoint-reuse-slot.c: New file.
3743 * gdb.base/watchpoint-reuse-slot.exp: New file.
3744
70afc5b7
SC
37452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3746
3747 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3748 progspace's filename in 'info', 'enable' and 'disable' command
3749 tests.
3750
b972bd9c
JK
37512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3754 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3755 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3756
125f8a3d
GB
37572014-06-20 Gary Benson <gbenson@redhat.com>
3758
3759 * gdb.arch/i386-avx.exp: Fix include file location.
3760 * gdb.arch/i386-sse.exp: Likewise.
3761
3ed9baed
IB
37622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3763
3764 * gdb.dlang/expression.exp: New file.
3765
034f788c
PA
37662014-06-19 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3769 out from ...
3770 (top level): ... here. Iterate running tests under different
3771 scheduler-locking settings.
3772
45371d0c
LM
37732014-06-18 Luis Machado <lgustavo@codesourcery.com>
3774
3775 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3776 to DW_FORM_addr and use non-zero addresses.
3777
5d376983
SC
37782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3779
3780 PR gdb/17017
3781 * gdb.python/py-xmethods.cc: Add global function call counters and
3782 increment them in their respective functions. Remove "cout"
3783 statements.
3784 * gdb.python/py-xmethods.exp: Make tests check the global function
3785 call counters instead of depending on inferior IO.
3786
a1aa2221
LM
37872014-06-18 Don Breazeal <donb@codesourcery.com>
3788
3789 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3790 Deleted procedure.
3791 (explicit_fork_parent_follow): Deleted procedure.
3792 (explicit_fork_child_follow): Deleted procedure.
3793 (test_follow_fork): New procedure.
3794 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3795 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3796 procedure calls.
3797
0fc05997
YQ
37982014-06-17 Yao Qi <yao@codesourcery.com>
3799
3800 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3801 CP1252.
3802
70795c52
LM
38032014-06-17 Luis Machado <lgustavo@codesourcery.com>
3804
3805 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3806 Initialize ptr and S explicitly.
3807 (skip_type_update_when_not_use_rtti_test): Likewise.
3808
6be47f0c
KS
38092014-06-16 Keith Seitz <keiths@redhat.com>
3810
3811 PR mi/15863
3812 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3813 the inferior is started.
3814
d03de421
PA
38152014-06-16 Pedro Alves <palves@redhat.com>
3816
3817 * gdb.base/break-main-file-remove-fail.c: New file.
3818 * gdb.base/break-main-file-remove-fail.exp: New file.
3819 * gdb.base/break-unload-file.exp: Use build_executable instead of
3820 prepare_for_testing.
3821 (test_break): New parameter "initial_load". Handle it.
3822 (top level): Add initial_load cmdline/file axis.
3823
f9579b99
TT
38242014-06-12 Tom Tromey <tromey@redhat.com>
3825
3826 * gdb.base/completion.exp: Don't use directory name in test.
3827
3657956b
GB
38282014-06-09 Gary Benson <gbenson@redhat.com>
3829
3830 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3831 separate the always-available ANSI-standard signals from the
3832 signals that require checking.
3833 (main): Likewise.
3834 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3835 Likewise.
3836 (main): Likewise.
3837
4186eb54
KS
38382014-06-07 Keith Seitz <keiths@redhat.com>
3839
3840 Revert:
3841 PR c++/16253
3842 * gdb.cp/var-tag.cc: New file.
3843 * gdb.cp/var-tag.exp: New file.
3844 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3845 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3846 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3847 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3848
25326a28 38492014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3850
3851 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3852
829155c9
PA
38532014-06-06 Pedro Alves <palves@redhat.com>
3854
3855 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3856 in target debug output instead of looking at RSP packets,
3857 disabling the test on any target that uses hardware stepping.
3858 Update comments.
3859
61c8d22e
PA
38602014-06-06 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/break-unload-file.exp: Fix typo.
3863
d9a47287
YQ
38642014-06-06 Yao Qi <yao@codesourcery.com>
3865
3866 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3867 from "jit_function" to "^jit_function".
3868
e5e01dbf
YQ
38692014-06-06 Yao Qi <yao@codesourcery.com>
3870
3871 * gdb.base/async.c (foo): Add one statement.
3872 * gdb.base/async.exp: Get the next instruction address and
3873 match the output of "nexti" by instruction address. Match
3874 the hex address in the output of "finish".
3875
73ba372c
GB
38762014-06-06 Gary Benson <gbenson@redhat.com>
3877
3878 * gdb.base/call-signals.c: Remove preprocessor conditionals
3879 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3880 SIGSEGV and SIGTERM.
3881 * gdb.base/sigall.c: Likewise.
3882 * gdb.base/unwindonsignal.c: Likewise.
3883 * gdb.reverse/sigall-reverse.c: Likewise.
3884
831517df
YQ
38852014-06-06 Yao Qi <yao@codesourcery.com>
3886
3887 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3888 readable, skip the test.
3889
b8b91e98
YQ
38902014-06-06 Yao Qi <yao@codesourcery.com>
3891
3892 * gdb.threads/staticthreads.c (thread_function): Move the line
3893 setting breakpoint on forward.
3894 * gdb.threads/staticthreads.exp: Update comments.
3895
fb934770
LC
38962014-06-05 Ludovic Courtès <ludo@gnu.org>
3897
3898 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3899 "history-append! type error".
3900
6ef284bd
SM
39012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3902
3903 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3904 erroneous dprintf expected input.
3905
a872e241
DE
39062014-06-04 Doug Evans <xdje42@gmail.com>
3907
3908 * gdb.guile/scm-generics.exp: Delete.
3909
16f691fb
DE
39102014-06-04 Doug Evans <xdje42@gmail.com>
3911
3912 * gdb.guile/scm-breakpoint.exp: Update.
3913 Add tests for breakpoint registration.
3914
012370f6
TT
39152014-06-04 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3918 VLA-in-union.
3919 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3920 inner_vla_struct, vla_union types. Initialize objects of those
3921 types and compute their sizes.
3922
9f5a4cef
HZ
39232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3924 Hui Zhu <hui@codesourcery.com>
3925
3926 * gdb.base/fileio.exp: Add test for shell not available as well as
3927 available.
3928 * gdb.base/fileio.c (test_system): Check for shell twice.
3929
90a45c4d
YQ
39302014-06-04 Yao Qi <yao@codesourcery.com>
3931
3932 * gdb.base/auto-connect-native-target.exp: Remove redundant
3933 space from the regexp pattern.
3934
70017e41
YQ
39352014-06-04 Yao Qi <yao@codesourcery.com>
3936
3937 * gdb.base/default.exp: Replace "child" with "native" in
3938 regexp pattern.
3939
883964a7
SC
39402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3941
3942 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3943 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3944 * gdb.python/py-xmethods.py: Python script supporting the
3945 new testcase and tests.
3946
ef370185
JB
39472014-06-03 Joel Brobecker <brobecker@adacore.com>
3948 Pedro Alves <palves@redhat.com>
3949
3950 PR breakpoints/17000
3951 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3952 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3953
1e2ccb61
BM
39542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3955
3956 * gdb.base/subst.exp: Add tests to verify partial path matching
3957 output.
3958
c6ec5ab2
PA
39592014-06-03 Pedro Alves <palves@redhat.com>
3960
3961 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3962 target that doesn't use software single-stepping.
3963
835c559f
PA
39642014-06-03 Pedro Alves <palves@redhat.com>
3965
3966 PR breakpoints/17000
3967 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3968 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3969
06eb1586
DE
39702014-06-02 Doug Evans <xdje42@gmail.com>
3971
3972 * gdb.guile/scm-parameter.exp: New file.
3973
e698b8c4
DE
39742014-06-02 Doug Evans <xdje42@gmail.com>
3975
3976 * gdb.guile/scm-cmd.c: New file.
3977 * gdb.guile/scm-cmd.exp: New file.
3978
ded03782
DE
39792014-06-02 Doug Evans <xdje42@gmail.com>
3980
3981 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3982 pretty-printer lookup.
3983 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3984 (make-pp_s-printer): Call it.
3985 (make-pretty-printer-from-dict): New function.
3986 (lookup-pretty-printer-maker-from-dict): New function.
3987 (*pretty-printer*): Simplify.
3988 (make-objfile-pp_s-printer): New function.
3989 (install-objfile-pretty-printers!): New function.
3990 (make-progspace-pp_s-printer): New function.
3991 (install-progspace-pretty-printers!): New function.
3992 * gdb.guile/scm-progspace.c: New file.
3993 * gdb.guile/scm-progspace.exp: New file.
3994
41fac0cf
PA
39952014-06-02 Pedro Alves <palves@redhat.com>
3996
3997 * gdb.base/dprintf-bp-same-addr.c: New file.
3998 * gdb.base/dprintf-bp-same-addr.exp: New file.
3999
96ae5695
EBM
40002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4001
4002 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
4003 * gdb.arch/powerpc-power.s: Likewise.
4004
da02b3a8
JB
40052014-06-02 Joel Brobecker <brobecker@adacore.com>
4006
4007 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
4008
c72b2e7b
YQ
40092014-06-01 Yao Qi <yao@codesourcery.com>
4010
4011 * gdb.base/watchpoint.exp (test_watch_location): Check null
4012 pointer can be dereferenced. If not, do the test, otherwise
4013 skip it.
4014
53e8a631
AB
40152014-05-30 Andrew Burgess <aburgess@broadcom.com>
4016
4017 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4018 results.
4019 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4020
938f0e2f
AB
40212014-05-30 Andrew Burgess <aburgess@broadcom.com>
4022
4023 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4024 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4025 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4026 * gdb.arch/amd64-invalid-stack-top.c: New file.
4027 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4028
9ba6657a
PA
40292014-05-30 Pedro Alves <palves@redhat.com>
4030
4031 PR breakpoints/17000
4032 * gdb.base/sss-bp-on-user-bp.c: New file.
4033 * gdb.base/sss-bp-on-user-bp.exp: New file.
4034
522c09bf
DB
40352014-05-30 David Blaikie <dblaikie@gmail.com>
4036
4037 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4038 gnu_inline semantics via attribute.
4039 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4040 source explicitly specifies the required semantics.
4041
bf4ef81e
MR
40422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4043
4044 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4045
329ea579
PA
40462014-05-29 Pedro Alves <palves@redhat.com>
4047 Tom Tromey <tromey@redhat.com>
4048
4049 * gdb.base/async-shell.exp: Don't enable target-async.
4050 * gdb.base/async.exp
4051 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4052 parameter. Adjust.
4053 (top level): Don't test with "target-async".
4054 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4055 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4056 * gdb.base/inferior-died.exp: Don't enable target-async.
4057 * gdb.base/interrupt-noterm.exp: Likewise.
4058 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4059 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4060 * gdb.mi/mi-nonstop.exp: Likewise.
4061 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4062 * gdb.mi/mi-nsintrall.exp: Likewise.
4063 * gdb.mi/mi-nsmoribund.exp: Likewise.
4064 * gdb.mi/mi-nsthrexec.exp: Likewise.
4065 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4066 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4067 * gdb.python/py-evsignal.exp: Don't enable target-async.
4068 * gdb.python/py-evthreads.exp: Likewise.
4069 * gdb.python/py-prompt.exp: Likewise.
4070 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4071 * gdb.server/solib-list.exp: Don't enable target-async.
4072 * gdb.threads/thread-specific-bp.exp: Likewise.
4073 * lib/mi-support.exp: Adjust to use mi-async.
4074
fd664c91
PA
40752014-05-29 Pedro Alves <palves@redhat.com>
4076
4077 PR gdb/13860
4078 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4079 reason, even in sync mode.
4080
251bde03
PA
40812014-05-29 Pedro Alves <palves@redhat.com>
4082 Hui Zhu <hui@codesourcery.com>
4083
4084 PR PR15693
4085 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4086 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4087 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4088 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4089
7f3c0343
JB
40902014-05-28 Joel Brobecker <brobecker@adacore.com>
4091
4092 * config/monitor.exp (gdb_target_monitor): Replace use of
4093 "set remotebaud" by "set serial baud".
4094
b2715b27
AW
40952014-05-26 Andy Wingo <wingo@igalia.com>
4096
4097 * gdb.guile/scm-breakpoint.exp:
4098 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4099 properties instead of gdb-object-properties.
4100
498a4489
YQ
41012014-05-26 Yao Qi <yao@codesourcery.com>
4102
4103 * gdb.server/no-thread-db.exp: Specify source file name
4104 explicitly when setting a breakpoint.
4105
589fdceb
MM
41062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4107
4108 * gdb.btrace/vdso.c: New.
4109 * gdb.btrace/vdso.exp: New.
4110
e9089e05
MM
41112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4112
4113 * gdb.base/gcore.exp (capture_command_output): Move ...
4114 * lib/gdb.exp (capture_command_output): ... here.
4115
67b5c0c1
MM
41162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4117
4118 * gdb.btrace/data.exp: Test memory access during btrace replay.
4119
a2199296
SM
41202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4121
4122 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4123
17b2616c
PA
41242014-05-21 Pedro Alves <palves@redhat.com>
4125
4126 PR gdb/13860
4127 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4128 (top level): Test that output related to execution commands is
4129 sent to the console with CLI commands, but not with MI commands.
4130 Test that breakpoint events are always mirrored to the console.
4131 Also expect the new source line to be output after a "next" in
4132 async mode too. Make it a pass/fail test.
4133 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4134 output.
4135 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4136
5166082f
PA
41372014-05-21 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4140 Use them to test variations of "list" after reaching a breakpoint.
4141 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4142 Test "list" with listsize 10 after reaching a breakpoint.
4143 * gdb.python/python.exp (decode_line current location line
4144 number): Adjust expected line number.
4145
2f25d70f
SM
41462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4147
4148 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4149 behavior for $args, pass it directly to "run".
4150
ff604a67
MR
41512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4152
4153 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4154 30000 to 65536.
4155
6a3cb8e8
PA
41562014-05-21 Pedro Alves <palves@redhat.com>
4157
4158 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4159 auto-connect-native-target off".
4160 * gdb.base/auto-connect-native-target.c: New file.
4161 * gdb.base/auto-connect-native-target.exp: New file.
4162
4ebfc96e
PA
41632014-05-21 Pedro Alves <palves@redhat.com>
4164
4165 * gdb.base/default.exp: Test "target native" instead of "target
4166 child".
4167
36d46afb
MW
41682014-05-21 Mark Wielaard <mjw@redhat.com>
4169
4170 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4171
5876f503
JK
41722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4173
4174 Fix TLS access for -static -pthread.
4175 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4176 <HAVE_TLS> (thread_function, main): Initialize it.
4177 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4178 Add clean_restart.
4179 <$have_tls != "">: Check TLSVAR.
4180
0256a6ac
PA
41812014-05-21 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.base/dcache-line-read-error.c: New.
4184 * gdb.base/dcache-line-read-error.exp: New.
4185
936d2992
PA
41862014-05-20 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.base/compare-sections.c: New file.
4189 * gdb.base/compare-sections.exp: New file.
4190
802e8e6d
PA
41912014-05-20 Pedro Alves <palves@redhat.com>
4192
4193 * gdb.base/break-idempotent.c: New file.
4194 * gdb.base/break-idempotent.exp: New file.
4195
e59fa00f
MM
41962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4197
4198 * gdb.btrace/nohist.exp: New.
4199
8b696e31
YQ
42002014-05-20 Yao Qi <yao@codesourcery.com>
4201
4202 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4203 gdb.reverse directory and gdb_reverse_timeout exists in board
4204 setting.
4205 * README: Document gdb_reverse_timeout.
4206
73c9764f
YQ
42072014-05-20 Yao Qi <yao@codesourcery.com>
4208
4209 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4210 'test_file_name'. Treat args as a string instead of a list.
4211 (gdb_init): Rename argument 'args' by 'test_file_name'.
4212
f1f4348a
JK
42132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4214
4215 * gdb.arch/powerpc-power.exp: New file.
4216 * gdb.arch/powerpc-power.s: New file.
4217
0dbe70ce
DE
42182014-05-16 Doug Evans <dje@google.com>
4219
4220 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4221 * gdb.base/completion.exp: Check that all expected files exist
4222 before doing file completion.
0dbe70ce 4223
8d551b02
DE
42242014-05-16 Doug Evans <dje@google.com>
4225
4226 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4227 Update.
4228 (do_syscall_tests_without_xml): Update.
4229
73eb7709
PA
42302014-05-16 Pedro Alves <palves@redhat.com>
4231
4232 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4233 instead of "unknown output after running".
4234
3fae92fc
YQ
42352014-05-16 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4238 file1.txt from host at the end.
4239 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4240
c2b2ccc5
DE
42412014-05-15 Doug Evans <dje@google.com>
4242
4243 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4244 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4245 loading file. Add test for TU lookup.
4246
8c217a4b
SM
42472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4248
4249 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4250 calling "-exec-arguments" or "set args" before running the
4251 inferior.
4252
3deb39c6
SM
42532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4254
4255 * lib/mi-support.exp (mi_expect_stop): Expect message for
4256 inferiors that exit with non-zero exit code.
4257
71a79f8c
YQ
42582014-05-14 Yao Qi <yao@codesourcery.com>
4259
4260 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4261 match absolute path on remote host.
4262 (test_file_list_exec_source_files): Remove "/" from the
4263 pattern.
4264
f23fcd46
YQ
42652014-05-14 Yao Qi <yao@codesourcery.com>
4266
4267 * boards/local-remote-host-notty.exp (${board}_file): New
4268 proc.
4269
9404b58f
KM
42702014-05-07 Kyle McMartin <kyle@redhat.com>
4271
4272 Pushed by Joel Brobecker <brobecker@adacore.com>.
4273 * gdb.arch/aarch64-atomic-inst.c: New file.
4274 * gdb.arch/aarch64-atomic-inst.exp: New file.
4275
5e45f04c
YQ
42762014-05-07 Yao Qi <yao@codesourcery.com>
4277
4278 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4279 in current context" too.
4280
c888a17d
KS
42812014-05-05 Keith Seitz <keiths@redhat.com>
4282
4283 * gdb.linespec/ls-dollar.exp: Add test for linespec
4284 file:convenience_variable.
4285
290a839c
YQ
42862014-05-05 Yao Qi <yao@codesourcery.com>
4287
4288 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4289 traceframes into tfile and ctf trace files. Read data from
4290 trace file and test collected data.
4291 (gdb_collect_locals_test): Likewise.
4292 (gdb_unavailable_registers_test): Likewise.
4293 (gdb_unavailable_floats): Likewise.
4294 (gdb_collect_globals_test): Likewise.
4295 (top-level): Append "ctf" to trace_file_targets if GDB
4296 supports.
4297
b5262cd0
YQ
42982014-05-05 Yao Qi <yao@codesourcery.com>
4299
4300 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4301 code to ...
4302 (gdb_collect_args_test_1): ... it. New proc.
4303 (gdb_collect_locals_test): Move some code to ...
4304 (gdb_collect_locals_test_1): ... it. New proc.
4305 (gdb_unavailable_registers_test): Move some code to ...
4306 (gdb_unavailable_registers_test_1): ... it. New proc.
4307 (gdb_unavailable_floats): Move some code to ...
4308 (gdb_unavailable_floats_1): ... it. New proc.
4309
30a1e6cc
SDJ
43102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4311
4312 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4313 probes to test for bitness recognition.
4314 * gdb.arch/amd64-stap-optional-prefix.exp
4315 (test_probe_value_without_reg): New procedure.
4316 Add code to test for different kinds of bitness.
4317
f33da99a
SDJ
43182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4319
4320 PR breakpoints/16889
4321 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4322 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4323
5b80f00d
PA
43242014-05-01 Pedro Alves <palves@redhat.com>
4325
4326 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4327 gdb_file_cmd if no file is specified.
4328 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4329 last_loaded_file to set the remote exec-file.
4330
f8c2a73c
PA
43312014-05-01 Pedro Alves <palves@redhat.com>
4332
4333 * boards/local-remote-host.exp: New file.
4334
be6e8ac7
PA
43352014-05-01 Pedro Alves <palves@redhat.com>
4336
4337 * boards/local-remote-host.exp: Rename to ...
4338 * boards/local-remote-host-notty.exp: ... this.
4339
cac0dc8f
JB
43402014-04-28 Joel Brobecker <brobecker@adacore.com>
4341
4342 * gdb.ada/dyn_arrayidx: New testcase.
4343
9730e6cc
YQ
43442014-04-26 Yao Qi <yao@codesourcery.com>
4345
4346 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4347 and compute the length of function main. Save it in
4348 $main_length.
4349 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4350 (top-level): Use gdb_compile to compile objects into
4351 executable and restart GDB. Remove invocation to
4352 prepare_for_testing.
4353
7ae1a6a6
PA
43542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4355 Pedro Alves <palves@redhat.com>
4356
4357 PR server/16255
4358 * gdb.multi/multi-attach.c: New file.
4359 * gdb.multi/multi-attach.exp: New file.
4360
4082afcc
PA
43612014-04-25 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4364 user.
4365 (top level): Test that "set remote conditional-breakpoints-packet
4366 off" works as intended.
4367 * gdb.base/dprintf.exp: Test that "set remote
4368 breakpoint-commands-packet off" works as intended.
4369 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4370 New function.
4371 (top level): Call it.
4372 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4373 remote fast-tracepoints-packet off" works as intended.
4374 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4375 * lib/gdb.exp (gdb_is_target_remote): ... here.
4376
2abc3f8d
DB
43772014-04-24 David Blaikie <dblaikie@gmail.com>
4378
4379 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4380 ensure clang would not discard them.
4381 * gdb.base/gdbvars.c: Ditto.
4382 * gdb.base/memattr.c: Ditto.
4383 * gdb.base/whatis.c: Ditto.
4384 * gdb.python/py-prettyprint.c: Ditto.
4385 * gdb.trace/actions.c: Ditto.
4386 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4387 ensure clang would not discard it.
4388
bfd39632
DB
43892014-04-24 David Blaikie <dblaikie@gmail.com>
4390
4391 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4392 clang to emit the full definition of type required by the test
4393 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4394
22842ff6
DB
43952014-04-24 David Blaikie <dblaikie@gmail.com>
4396
4397 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4398 coax Clang into emitting the definition of the type.
4399 * gdb.cp/pr10728-x.h (y): Ditto.
4400 * gdb.cp/pr10728-y.cc (y): Ditto.
4401
c2e827ad
DB
44022014-04-24 David Blaikie <dblaikie@gmail.com>
4403
4404 * gdb.base/label.exp: XFAIL label related tests under Clang.
4405 * gdb.cp/cplabel.exp: Ditto.
4406 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4407 under Clang those using labels.
4408
4c2d33e7
YQ
44092014-04-25 Yao Qi <yao@codesourcery.com>
4410
4411 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4412 double_label.
4413 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4414 partial_label and double_label.
4415
56083b99
DB
44162014-04-24 David Blaikie <dblaikie@gmail.com>
4417
4418 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4419
25d4e99d
DB
44202014-04-24 David Blaikie <dblaikie@gmail.com>
4421
4422 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4423 of the function to work across GCC and Clang.
4424 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4425 pointer types (const void ** const V void **).
4426
01f9f808
MS
44272014-04-24 Michael Sturm <michael.sturm@mintel.com>
4428 Walfred Tedeschi <walfred.tedeschi@intel.com>
4429
4430 * Makefile.in (EXECUTABLES): Added i386-avx512.
4431 * gdb.arch/i386-avx512.c: New file.
4432 * gdb.arch/i386-avx512.exp: Likewise.
4433
4b48d439
KS
44342014-04-23 Keith Seitz <keiths@redhat.com>
4435
4436 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4437 (mi_make_breakpoint_table): New procedure.
4438 (mi_create_breakpoint): Use mi_make_breakpoint
4439 and return the result.
4440 (mi_make_breakpoint): New procedure.
4441 (mi_build_kv_pairs): New procedure.
4442
4443 * gdb.mi/mi-break.exp: Remove unused globals,
4444 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4445 All callers updated.
4446 * gdb.mi/mi-dprintf.exp: Use variable to track command
4447 number.
4448 Update all callers of mi_create_breakpoint and use
4449 mi_make_breakpoint_table.
4450 Remove any unused global variables.
4451 * gdb.mi/mi-nonstop.exp: Likewise.
4452 * gdb.mi/mi-nsintrall.exp: Likewise.
4453 * gdb.mi/mi-nsmoribund.exp: Likewise.
4454 * gdb.mi/mi-nsthrexec.exp: Likewise.
4455 * gdb.mi/mi-reverse.exp: Likewise.
4456 * gdb.mi/mi-simplerun.exp: Likewise.
4457 * gdb.mi/mi-stepn.exp: Likewise.
4458 * gdb.mi/mi-syn-frame.exp: Likewise.
4459 * gdb.mi/mi-until.exp: Likewise.
4460 * gdb.mi/mi-var-cp.exp: Likewise.
4461 * gdb.mi/mi-var-display.exp: Likewise.
4462 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4463 * gdb.mi/mi2-var-child.exp: Likewise.
4464 * gdb.mi/mi-vla-c99.exp: Likewise.
4465 * lib/mi-support.exp: Likewise.
4466
4467 From Ian Lance Taylor <iant@cygnus.com>:
4468 * lib/gdb.exp (parse_args): New procedure.
4469
08351840
PA
44702014-04-23 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/break-unload-file.c: New file.
4473 * gdb.base/break-unload-file.exp: New file.
4474 * gdb.base/sym-file-lib.c (baz): New function.
4475 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4476 field.
4477 (load): Store the segment's mapped size.
4478 (unload): New function.
4479 (unload_shlib): New function.
4480 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4481 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4482 set a breakpoint at baz, and call it.
4483 * gdb.base/sym-file.exp: New tests for stale breakpoint
4484 instructions.
4485
076855f9
PA
44862014-04-23 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4489 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4490 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4491 * gdb.base/hbreak-unmapped.c: New file.
4492 * gdb.base/hbreak-unmapped.exp: New file.
4493 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4494 * lib/gdb.exp (gdb_is_target_remote): ... here.
4495
483805cf
PA
44962014-04-22 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/consecutive-step-over.c: New file.
4499 * gdb.base/consecutive-step-over.exp: New file.
4500
06d97543
PA
45012014-04-22 Pedro Alves <palves@redhat.com>
4502
4503 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4504 instead of send_gdb/gdb_expect.
4505
b4429ea2
YQ
45062014-04-22 Yao Qi <yao@codesourcery.com>
4507
4508 * lib/trace-support.exp (generate_tracefile): New procedure.
4509 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4510 return 0.
4511 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4512 if generate_tracefile returns 1.
4513
51d48146
PA
45142014-04-18 Tom Tromey <palves@redhat.com>
4515 Pedro alves <tromey@redhat.com>
4516
4517 PR backtrace/15558
4518 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4519 with a backtrace limit.
4520 * gdb.python/py-frame-inline.exp: Test running to an inline
4521 function with a backtrace limit, and printing the newest frame.
4522 * gdb.python/py-frame-inline.c (main): Call f.
4523
bd1dce5f
MS
45242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4525
4526 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4527
40d1a503
MS
45282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4529
4530 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4531 Drop prefix from unsupported source file path.
4532
389b98f7
YQ
45332014-04-17 Yao Qi <yao@codesourcery.com>
4534
4535 * lib/gdb.exp (with_target_charset): New proc.
4536 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4537 with_target_charset.
4538 (test_print_strings): Likewise.
4539 (test_repeat_bytes): Likewise.
4540 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4541 for some tests.
4542
22869d73
KS
45432014-04-16 Keith Seitz <keiths@redhat.com>
4544
4545 PR gdb/15827
4546 * gdb.dwarf2/corrupt.c: New file.
4547 * gdb.dwarf2/corrupt.exp: New file.
4548
c4f87ca6
KS
45492014-04-16 Keith Seitz <keiths@redhat.com>
4550
4551 PR c++/16597
4552 * gdb.cp/namelessclass.cc: New file.
4553 * gdb.cp/namelessclass.exp: New file.
4554 * gdb.cp/namelessclass.S: New file.
4555
ab19de87
DE
45562014-04-16 Doug Evans <dje@google.com>
4557
4558 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4559 Add comment.
4560 (gdbserver_default_get_comm_port): New function.
4561 (gdbserver_start): Check if board file provided
4562 "gdbserver,get_comm_port" and use it if so.
4563 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4564 (gdb,socketport): Set to "stdio".
4565 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4566 (stdio_gdbserver_template): Delete.
4567 (${board}_get_remote_address): Update.
4568 (${board}_build_remote_cmd): Delete.
4569 (${board}_get_comm_port): New function.
4570 (${board}_spawn): Update.
4571 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4572 Delete.
4573 (${board}_get_remote_address): Update.
4574 (${board}_get_comm_port): New function.
4575
fc98a809
AB
45762014-04-16 Andrew Burgess <aburgess@broadcom.com>
4577
4578 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4579 appearing in any order.
4580
87fd9e6e
DE
45812014-04-15 Doug Evans <dje@google.com>
4582
4583 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4584 uninitialized value of "description".
4585
099fc3ea
KS
45862014-04-15 Keith Seitz <keiths@redhat.com>
4587
4588 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4589 Remove unused globals.
4590 (test_running_the_program): Likewise.
4591 (test_controlled_execution): Likewise.
4592 (test_controlling_breakpoints): Likewise.
4593 (test_program_termination): Likewise.
4594
5da151d4
KS
45952014-04-15 Keith Seitz <keiths@redhat.com>
4596
4597 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4598 unused globals.
4599 (test_rbreak_creation_and_listing): Likewise.
4600 (test_ignore_count): Likewise.
4601 (test_error): Likewise.
4602
35e5d2f0
PA
46032014-04-15 Pedro Alves <palves@redhat.com>
4604
4605 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4606 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4607 sym-file-loader.c.
4608 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4609 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4610 to sym-file-loader.c.
4611 (struct library): Forward declare.
4612 (load_shlib, lookup_function): Change prototypes.
4613 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4614 (translate_offset): Remove declarations.
4615 (get_text_addr): New declaration.
4616 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4617 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4618 sym-file-loader.h.
4619 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4620 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4621 here from sym-file-loader.h.
4622 (struct library): New structure.
4623 (load_shlib, lookup_function): Change prototypes and adjust to
4624 work with a struct library.
4625 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4626 (translate_offset): Make static.
4627 (get_text_addr): New function.
4628 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4629
eb4c1710
PA
46302014-04-15 Pedro Alves <palves@redhat.com>
4631
4632 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4633
2d1baf52
PA
46342014-04-15 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/sym-file-loader.c: Include <limits.h>.
4637 (SELF_LINK): New define.
4638 (get_origin): New function.
4639 (load_shlib): Use it.
4640 * gdb.base/sym-file.exp: Don't early return if the target is
4641 remote. Use runto_main, and issue fail is that fails. Use
4642 gdb_load_shlibs.
4643 (shlib_name): Delete.
4644 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4645
7dd6df01
PA
46462014-04-15 Pedro Alves <palves@redhat.com>
4647
4648 * gdb.base/sym-file.exp: Remove regex characters from test
4649 message. Don't refer to breakpoint numbers in test messages.
4650
b50c8614
KS
46512014-04-14 Keith Seitz <keiths@redhat.com>
4652
4653 PR c++/16253
4654 * gdb.cp/var-tag.cc: New file.
4655 * gdb.cp/var-tag.exp: New file.
4656 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4657 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4658 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4659 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4660
3d567982
TT
46612014-04-14 Tom Tromey <tromey@redhat.com>
4662
4663 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4664 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4665 type.
4666 * gdb.cp/enum-class.exp: New file.
4667 * gdb.cp/enum-class.cc: New file.
4668
0626fc76
TT
46692014-04-14 Tom Tromey <tromey@redhat.com>
4670
4671 * gdb.dwarf2/enum-type.exp: New file.
4672
dca325b3
SA
46732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4674
4675 * gdb.mi/mi-vla-c99.exp: New file.
4676 * gdb.mi/vla.c: New file.
4677
5854b38a
SA
46782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4679
4680 * gdb.base/vla-datatypes.c: New file.
4681 * gdb.base/vla-datatypes.exp: New file.
4682
463bb957
SA
46832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4684
4685 * gdb.base/vla-ptr.c: New file.
4686 * gdb.base/vla-ptr.exp: New file.
4687
3dd170be
SA
46882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4689
4690 * gdb.dwarf2/count.exp: New file.
4691
5ecaaa66
SA
46922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4693
4694 * gdb.base/vla-sideeffect.c: New file.
4695 * gdb.base/vla-sideeffect.exp: New file.
4696
41f1ada5
DB
46972014-04-14 David Blaikie <dblaikie@gmail.com>
4698
4699 * gdb.mi/non-stop.c: Add return value for non-void function return
4700 statement.
4701 * gdb.threads/staticthreads.c: Ditto.
4702
0be03e84
DE
47032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4704 Doug Evans <xdje42@gmail.com>
4705
4706 * gdb.guile/scm-value.c: Improve test case.
4707 * gdb.guile/scm-value.exp: Add new test.
4708
f180a1fb
DB
47092014-04-11 David Blaikie <dblaikie@gmail.com>
4710
4711 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4712 override Clang's default.
4713
6b662e19
JB
47142014-04-11 Joel Brobecker <brobecker@adacore.com>
4715
4716 Revert the following changes (regressions):
4717
4718 * gdb.base/vla-sideeffect.c: New file.
4719 * gdb.base/vla-sideeffect.exp: New file.
4720
4721 * gdb.dwarf2/count.exp: New file.
4722
4723 * gdb.base/vla-multi.c: New file.
4724 * gdb.base/vla-multi.exp: New file.
4725
4726 * gdb.base/vla-ptr.c: New file.
4727 * gdb.base/vla-ptr.exp: New file.
4728
4729 * gdb.base/vla-datatypes.c: New file.
4730 * gdb.base/vla-datatypes.exp: New file.
4731
4732 * gdb.mi/mi-vla-c99.exp: New file.
4733 * gdb.mi/vla.c: New file.
4734
245a5f0b
KS
47352014-04-11 Keith Seitz <keiths@redhat.com>
4736
4737 PR c++/16675
4738 * gdb.cp/cpsizeof.exp: New file.
4739 * gdb.cp/cpsizeof.cc: New file.
4740
58a84dcf
SA
47412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4742
191a8a90
JB
4743 * gdb.mi/mi-vla-c99.exp: New file.
4744 * gdb.mi/vla.c: New file.
58a84dcf 4745
c8655f75
SA
47462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4747
4748 * gdb.base/vla-datatypes.c: New file.
4749 * gdb.base/vla-datatypes.exp: New file.
4750
024e13b4
SA
47512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4752
4753 * gdb.base/vla-ptr.c: New file.
4754 * gdb.base/vla-ptr.exp: New file.
4755
1a237e0e
SA
47562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4757
4758 * gdb.base/vla-multi.c: New file.
4759 * gdb.base/vla-multi.exp: New file.
4760
504f3432
SA
47612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4762
4763 * gdb.dwarf2/count.exp: New file.
4764
3bce8237
SA
47652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4766
191a8a90
JB
4767 * gdb.base/vla-sideeffect.c: New file.
4768 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4769
322f9c21
YQ
47702014-04-11 Yao Qi <yao@codesourcery.com>
4771
4772 * gdb.base/completion.exp: Check file exists before running tests
4773 on file completion.
4774
d708bcd1
PA
47752014-04-10 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.base/cond-eval-mode.c: New file.
4778 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4779 prepare_for_testing to build the new file. Check result of
4780 runto_main.
4781 (test_break, test_watch): New procedures.
4782 (top level): Use them.
4783
ae1d2761
PM
47842014-04-08 Pierre Muller <muller@sourceware.org>
4785
4786 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4787 Ctrl-V use for mingw hosts.
4788
7af389b8
SC
47892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4790
4791 * gdb.python/py-value.c: Improve test case.
4792 * gdb.python/py-value.exp: Add new test.
4793
5e703181
DE
47942014-04-07 David Blaikie <dblaikie@gmail.com>
4795
4796 * lib/compiler.c: Identify the clang compiler.
4797 * lib/compiler.cc: Ditto.
4798
9810b410
YQ
47992014-04-03 Yao Qi <yao@codesourcery.com>
4800
4801 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4802
98d1b8dc
AB
48032014-04-01 Anton Blanchard <anton@samba.org>
4804
4805 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4806 messages unique.
4807
3114cea1
AB
48082014-04-01 Anton Blanchard <anton@samba.org>
4809
4810 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4811 prepare_for_testing.
4812
62f7182c
AB
48132014-04-01 Anton Blanchard <anton@samba.org>
4814
4815 * gdb.arch/ppc64-atomic-inst.c: Remove.
4816 * gdb.arch/ppc64-atomic-inst.S: New file.
4817 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4818
770e7fc7
DE
48192014-03-31 Doug Evans <dje@google.com>
4820
4821 * gdb.base/print-symbol-loading-lib.c: New file.
4822 * gdb.base/print-symbol-loading-main.c: New file.
4823 * gdb.base/print-symbol-loading.exp: New file.
4824
46e2bafa
YQ
48252014-03-31 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4828
8776cfe9
JB
48292014-03-28 Joel Brobecker <brobecker@adacore.com>
4830
4831 * gdb.ada/mi_dyn_arr: New testcase.
4832
5d1ef361
DE
48332014-03-27 Doug Evans <dje@google.com>
4834
4835 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4836
b5bee914
YQ
48372014-03-27 Yao Qi <yao@codesourcery.com>
4838
4839 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4840 if target is nios2-*-*.
4841
0d4d0e77
YQ
48422014-03-26 Yao Qi <yao@codesourcery.com>
4843
4844 * lib/gdb.exp (readline_is_used): New proc.
4845 * gdb.base/completion.exp: Move tests on command complete up.
4846 Skip the rest of tests if readline is not used.
4847 * gdb.ada/complete.exp: Skp the test if readline is not
4848 used.
4849 * gdb.base/filesym.exp: Likewise.
4850 * gdb.base/macscp.exp: Likewise.
4851 * gdb.base/readline-ask.exp: Likewise.
4852 * gdb.base/readline.exp: Likewise.
4853 * gdb.python/py-cmd.exp: Likewise.
4854 * gdb.trace/tfile.exp: Likewise.
4855
29361eee
YQ
48562014-03-26 Yao Qi <yao@codesourcery.com>
4857
4858 * gdb.base/macscp.exp: Fix code format issues.
4859
bc9a5525
UW
48602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4861
4862 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4863 * gdb.asm/powerpc64le.inc: New file.
4864
d3839ede
PA
48652014-03-25 Pedro Alves <palves@redhat.com>
4866 Doug Evans <dje@google.com>
4867
4868 * gdb.base/source-execution.c: New file.
4869 * gdb.base/source-execution.exp: New file.
4870 * gdb.base/source-execution.gdb: New file.
4871
01672a57
DE
48722014-03-24 Doug Evans <dje@google.com>
4873
4874 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4875 using fission.
4876
88bbeca9
HZ
48772014-03-24 Hui Zhu <hui@codesourcery.com>
4878 Pedro Alves <palves@redhat.com>
4879
4880 PR breakpoints/16101
4881 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4882 test pass/fail messages. Detect missing support for dprintf when
4883 breakpoints are actually inserted.
4884 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4885 breakpoints are actually inserted.
4886 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4887 fails.
4888
d2348791
JK
48892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4890
4891 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4892
feef67ab
DE
48932014-03-22 Doug Evans <xdje42@gmail.com>
4894
4895 * gdb.python/python.exp (python not supported): Verify multi-line
4896 python command issues an error.
25d743f9 4897 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4898 guile command issues an error.
feef67ab 4899
ecebef6a
MR
49002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4901
4902 * gdb.threads/thread-specific.exp: Handle the lack of usable
4903 $this_breakpoint and $this_thread.
4904
ccdd1909
HZ
49052014-03-21 Hui Zhu <hui@codesourcery.com>
4906
4907 * gdb.base/attach.exp (do_command_attach_tests): New.
4908
beb460e8
PA
49092014-03-20 Tom Tromey <tromey@redhat.com>
4910 Pedro Alves <palves@redhat.com>
4911
4912 PR cli/15718
4913 * gdb.base/condbreak-call-false.c: New file.
4914 * gdb.base/condbreak-call-false.exp: New file.
4915
40acf43a
PA
49162014-03-20 Pedro Alves <palves@redhat.com>
4917
4918 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4919 Delete.
4920 (block_signals, unblock_signals): Delete.
4921 (child_function_2, main): Remove references to deleted variable
4922 and functions.
4923
9f5e1e02
PA
49242014-03-20 Pedro Alves <palves@redhat.com>
4925
4926 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4927 Use pthread_kill to signal thread 2.
4928 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4929 Adjust to make the test send itself a signal rather than using the
4930 host's "kill" command.
4931
99619bea
PA
49322014-03-20 Pedro Alves <palves@redhat.com>
4933
4934 * gdb.threads/multiple-step-overs.c: New file.
4935 * gdb.threads/multiple-step-overs.exp: New file.
4936 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4937 Adjust expected infrun debug output.
4938
2adfaa28
PA
49392014-03-20 Pedro Alves <palves@redhat.com>
4940
4941 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4942 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4943
31e77af2
PA
49442014-03-20 Pedro Alves <palves@redhat.com>
4945
4946 PR breakpoints/7143
4947 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4948 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4949 of gdb_test_multiple.
4950 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4951 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4952
b9f437de
PA
49532014-03-20 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4956 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4957
05adc73e
PA
49582014-03-19 Pedro Alves <palves@redhat.com>
4959
4960 * gdb.base/async.exp: Remove early return.
4961
6048b950
PA
49622014-03-19 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4965
8bcfb00a
PA
49662014-03-19 Pedro Alves <palves@redhat.com>
4967
4968 * gdb.base/async.exp (test_background): Expect \r\n after
4969 "completed." in the fail pattern.
4970
884e37dc
PA
49712014-03-19 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/async.exp (test_background): New procedure.
4974 Use it for all background execution command tests.
4975
148e57e2
PA
49762014-03-19 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/async.exp: Use prepare_for_testing.
4979
f48088c7
PA
49802014-03-19 Pedro Alves <palves@redhat.com>
4981
4982 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4983 the same line.
4984
e2f6c966
PA
49852014-03-19 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/async.c (main): Add "jump here" and "until here" line
4988 marker comments.
4989 * gdb.base/async.exp (jump_here): New global.
4990 (jump& test): Use it.
4991 (until_here): New global.
4992 (until& test): Use it.
4993
c30568d4
PA
49942014-03-19 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.base/async.exp: Don't frob gdb_protocol.
4997
0172b6a7
DE
49982014-03-18 Doug Evans <xdje42@gmail.com>
4999
5000 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
5001 Fix spelling of exec-done-display.
5002
06c868a8
JK
50032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5004
5005 PR gdb/15358
5006 * gdb.base/gdb-sigterm.c: New file.
5007 * gdb.base/gdb-sigterm.exp: New file.
5008
0c7e1a46
PA
50092014-03-18 Pedro Alves <palves@redhat.com>
5010
5011 PR gdb/13860
5012 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5013 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5014 solib-event.
5015
f7c77d93
JB
50162014-03-17 Joel Brobecker <brobecker@adacore.com>
5017
5018 * gdb.ada/pckd_arr_ren: New testcase.
5019
5a1e8c7a
DE
50202014-03-13 Doug Evans <xdje42@gmail.com>
5021
5022 PR guile/16612
5023 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5024 collect after discarding symbols.
5025
350e1a76
DE
50262014-03-13 Ludovic Courtès <ludo@gnu.org>
5027 Doug Evans <xdje42@gmail.com>
5028
5029 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5030 to history survives a gc.
5031
a69900ae
PA
50322014-03-13 Pedro Alves <palves@redhat.com>
5033
5034 * gdb.base/default.exp: Don't test "target procfs".
5035
5db9f0bd
PA
50362014-03-13 Pedro Alves <palves@redhat.com>
5037
5038 * gdb.base/default.exp: Update "target child" and "target procfs"
5039 tests to not expect "Unix".
5040
b3ccfe11
TT
50412014-03-12 Tom Tromey <tromey@redhat.com>
5042
5043 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5044 New procs. Add target-async tests.
5045 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5046 Add target-async tests.
5047
646f4417
AA
50482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5049
5050 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5051 'func_start' and 'func_end' for the beginning and end of the
5052 function code, respectively.
5053 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5054 'func_end' instead of 'func' and 'main'.
5055
288c211f
AA
50562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5057
5058 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5059 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5060 generate the debug info assembler source.
5061
e0c0f156
AA
50622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5063
5064 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5065 * gdb.dwarf2/arr-subrange.exp: Likewise.
5066 * gdb.dwarf2/dwz.exp: Likewise.
5067 * gdb.dwarf2/method-ptr.exp: Likewise.
5068 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5069 * gdb.dwarf2/subrange.exp: Likewise.
5070 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5071 * gdb.dwarf2/implptrpiece.exp: Likewise.
5072 * gdb.dwarf2/nostaticblock.exp: Likewise.
5073
0e5c4555
AA
50742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5075
5076 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5077 directory to absolute path name arguments.
5078
5ec18f2b
JG
50792014-03-10 Joel Brobecker <brobecker@adacore.com>
5080
5081 * gdb.ada/tagged_access: New testcase.
5082
847fc4f2
MM
50832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5084
5085 * gdb.btrace/data.exp: Update expected output.
5086
cc3da688
YQ
50872014-03-06 Yao Qi <yao@codesourcery.com>
5088
5089 * gdb.trace/pr16508.exp: New file.
5090
0f26cec1
PA
50912014-03-05 Pedro Alves <palves@redhat.com>
5092
5093 PR gdb/16575
5094 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5095 procedure.
5096 (top level): Adjust to use it. Add tests that exercise breakpoint
5097 interaction with the code-cache.
5098
7a5a839f
LC
50992014-02-26 Ludovic Courtès <ludo@gnu.org>
5100
5101 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5102 test for 'history-append!'.
5103
31aa7e4e
JB
51042014-02-26 Joel Brobecker <brobecker@adacore.com>
5105
5106 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5107 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5108 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5109 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5110 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5111 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5112
1b588015
JB
51132014-02-26 Joel Brobecker <brobecker@adacore.com>
5114
5115 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5116 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5117 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5118
55426c9d
JB
51192014-02-26 Joel Brobecker <brobecker@adacore.com>
5120
5121 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5122
dc53a7ad
JB
51232014-02-26 Joel Brobecker <brobecker@adacore.com>
5124
5125 * gdb.dwarf2/arr-stride.c: New file.
5126 * gdb.dwarf2/arr-stride.exp: New file.
5127
12ab52e9
PA
51282014-02-26 Pedro Alves <palves@redhat.com>
5129
5130 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5131 that won't ever trigger. Make sure that GDB reports the correct
5132 breakpoint that caused the stop.
5133
849c862e
JK
51342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5135
5136 PR gdb/16626
5137 * gdb.base/auto-load-script: New file.
5138 * gdb.base/auto-load.c: New file.
5139 * gdb.base/auto-load.exp: New file.
5140
71b7d793
JK
5141 PR gdb/16626
5142 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5143
e2f0d509
JK
51442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5145
5146 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5147 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5148
50cc37c8
DE
51492014-02-24 Doug Evans <dje@google.com>
5150
5151 * lib/gdb.exp (run_on_host): Log error output if program fails.
5152
ea4758f2
PA
51532014-02-21 Pedro Alves <palves@redhat.com>
5154
5155 * gdb.threads/step-after-sr-lock.c: Rename to ...
5156 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5157 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5158 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5159 ... this.
5160
d7b30f67
SDJ
51612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5162
5163 PR tdep/16397
5164 * gdb.arch/amd64-stap-special-operands.exp: New file.
5165 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5166 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5167 * gdb.arch/amd64-stap-triplet.S: Likewise.
5168 * gdb.arch/amd64-stap-triplet.c: Likewise.
5169
83deb43f
JB
51702014-02-20 Joel Brobecker <brobecker@adacore.com>
5171
5172 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5173 in .section pseudo-op.
5174
adde2bff
DE
51752014-02-20 lin zuojian <manjian2006@gmail.com>
5176 Joel Brobecker <brobecker@adacore.com>
5177 Doug Evans <xdje42@gmail.com>
5178
5179 PR symtab/16581
5180 * gdb.dwarf2/dw2-icycle.S: New file.
5181 * gdb.dwarf2/dw2-icycle.c: New file.
5182 * gdb.dwarf2/dw2-icycle.exp: New file.
5183
f7bd0f78
SC
51842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5185
5186 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5187 operations on gdb.Value objects.
5188 * gdb.python/py-value-cc.exp: Add new test to test operations on
5189 gdb.Value objects.
5190
c17ef0d5
DE
51912014-02-18 Doug Evans <dje@google.com>
5192
5193 * Makefile.in (TESTS): New variable.
5194 (expanded_tests, expanded_tests_or_none): New variables
5195 (check-single): Pass $(expanded_tests_or_none) to runtest.
5196 (check-parallel): Only run tests in $(TESTS) if non-empty.
5197 (check/no-matching-tests-found): New rule.
5198 * README: Document TESTS makefile variable.
5199
5dd3176f
DE
52002014-02-18 Doug Evans <dje@google.com>
5201
5202 * Makefile.in (check-parallel): rm -rf outputs temp.
5203
0b10be4f
JK
52042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5205
5206 Fix "ERROR: no fileid for" in the testsuite.
5207 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5208
85f224e7
DE
52092014-02-12 Doug Evans <dje@google.com>
5210
5211 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5212 (MISCELLANEOUS): New variable.
5213 (clean): rm -rf $(MISCELLANEOUS).
5214 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5215 dwp live in the same directory as symlinks, with each symlink pointed
5216 to a differently named file in a different directory.
5217
149b30ff
DE
52182014-02-11 Doug Evans <dje@google.com>
5219
5220 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5221 of Tcl file commands.
5222
1dfdac32
MK
52232014-02-10 Mark Kettenis <kettenis@gnu.org>
5224
5225 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5226 "kill -SIGUSR1 -1".
5227
aa4fb036
JB
52282014-02-10 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdb.ada/tick_length_array_enum_idx: New testcase.
5231
ed3ef339
DE
52322014-02-10 Doug Evans <xdje42@gmail.com>
5233
5234 * configure.ac (AC_OUTPUT): Add gdb.guile.
5235 * configure: Regenerate.
5236 * lib/gdb-guile.exp: New file.
5237 * lib/gdb.exp (get_target_charset): New function.
5238 * gdb.base/help.exp: Update expected output from "apropos apropos".
5239 * gdb.guile/Makefile.in: New file.
5240 * gdb.guile/guile.exp: New file.
5241 * gdb.guile/scm-arch.c: New file.
5242 * gdb.guile/scm-arch.exp: New file.
5243 * gdb.guile/scm-block.c: New file.
5244 * gdb.guile/scm-block.exp: New file.
5245 * gdb.guile/scm-breakpoint.c: New file.
5246 * gdb.guile/scm-breakpoint.exp: New file.
5247 * gdb.guile/scm-disasm.c: New file.
5248 * gdb.guile/scm-disasm.exp: New file.
5249 * gdb.guile/scm-equal.c: New file.
5250 * gdb.guile/scm-equal.exp: New file.
5251 * gdb.guile/scm-error.exp: New file.
5252 * gdb.guile/scm-error.scm: New file.
5253 * gdb.guile/scm-frame-args.c: New file.
5254 * gdb.guile/scm-frame-args.exp: New file.
5255 * gdb.guile/scm-frame-args.scm: New file.
5256 * gdb.guile/scm-frame-inline.c: New file.
5257 * gdb.guile/scm-frame-inline.exp: New file.
5258 * gdb.guile/scm-frame.c: New file.
5259 * gdb.guile/scm-frame.exp: New file.
5260 * gdb.guile/scm-generics.exp: New file.
5261 * gdb.guile/scm-gsmob.exp: New file.
5262 * gdb.guile/scm-iterator.c: New file.
5263 * gdb.guile/scm-iterator.exp: New file.
5264 * gdb.guile/scm-math.c: New file.
5265 * gdb.guile/scm-math.exp: New file.
5266 * gdb.guile/scm-objfile-script-gdb.in: New file.
5267 * gdb.guile/scm-objfile-script.c: New file.
5268 * gdb.guile/scm-objfile-script.exp: New file.
5269 * gdb.guile/scm-objfile.c: New file.
5270 * gdb.guile/scm-objfile.exp: New file.
5271 * gdb.guile/scm-ports.exp: New file.
5272 * gdb.guile/scm-pretty-print.c: New file.
5273 * gdb.guile/scm-pretty-print.exp: New file.
5274 * gdb.guile/scm-pretty-print.scm: New file.
5275 * gdb.guile/scm-section-script.c: New file.
5276 * gdb.guile/scm-section-script.exp: New file.
5277 * gdb.guile/scm-section-script.scm: New file.
5278 * gdb.guile/scm-symbol.c: New file.
5279 * gdb.guile/scm-symbol.exp: New file.
5280 * gdb.guile/scm-symtab-2.c: New file.
5281 * gdb.guile/scm-symtab.c: New file.
5282 * gdb.guile/scm-symtab.exp: New file.
5283 * gdb.guile/scm-type.c: New file.
5284 * gdb.guile/scm-type.exp: New file.
5285 * gdb.guile/scm-value-cc.cc: New file.
5286 * gdb.guile/scm-value-cc.exp: New file.
5287 * gdb.guile/scm-value.c: New file.
5288 * gdb.guile/scm-value.exp: New file.
5289 * gdb.guile/source2.scm: New file.
5290 * gdb.guile/types-module.cc: New file.
5291 * gdb.guile/types-module.exp: New file.
5292
7026a7c1
YQ
52932014-02-10 Yao Qi <yao@codesourcery.com>
5294
5295 PR testsuite/16543
5296 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5297 * configure: Regenerated.
5298 * Makefile.in: New file.
5299
6c466447
AS
53002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5301
5302 * gdb.python/py-framefilter.exp: Fix typo.
5303
6e854735
YQ
53042014-02-08 Yao Qi <yao@codesourcery.com>
5305
5306 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5307 that no =breakpoint-modified is emitted when breakpoints are
5308 modified through MI commands.
5309
d137e6dc
PA
53102014-02-07 Pedro Alves <pedro@codesourcery.com>
5311 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.threads/step-after-sr-lock.c: New file.
5314 * gdb.threads/step-after-sr-lock.exp: New file.
5315
b5ee5a50
PA
53162014-02-07 Pedro Alves <palves@redhat.com>
5317
5318 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5319
3c77faf3
JK
53202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5321
5322 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5323 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5324
6dddc817
DE
53252014-02-06 Doug Evans <xdje42@gmail.com>
5326
5327 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5328 output.
5329
5330 * gdb.gdb/python-interrupts.exp: New file.
5331
de7b2893
YQ
53322014-02-05 Yao Qi <yao@codesourcery.com>
5333
5334 * gdb.trace/report.exp (use_collected_data): Test the output
5335 of "info threads" and "info inferiors".
5336
66d032ac
YQ
53372014-02-05 Yao Qi <yao@codesourcery.com>
5338
5339 Revert this patch:
5340
5341 2013-05-24 Yao Qi <yao@codesourcery.com>
5342
5343 * gdb.trace/tfile.exp: Test inferior and thread.
5344
591a12a1
UW
53452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5346
5347 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5348 on a function.
5349 * gdb.base/step-bt.c: Call hello via function pointer to make
5350 sure its first instruction is executed on powerpc64le-linux.
5351
0ff3e01f
UW
53522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5353
5354 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5355
084ee545
UW
53562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5357
5358 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5359 of the test patterns for use on little-endian systems.
5360
6ed14ff3
UW
53612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5362
5363 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5364 (decimal_vector): Fix for little-endian.
5365
401e27fd
JM
53662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5367
5368 * gdb.arch/sparc-sysstep.exp: New file.
5369 * gdb.arch/sparc-sysstep.c: Likewise.
5370
5371 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5372
8b924729
EBM
53732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5374
5375 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5376
fb151210
JB
53772014-01-23 Tom Tromey <tromey@redhat.com>
5378
5379 * gdb.ada/array_char_idx: New testcase.
5380
0740f8d8
TT
53812014-01-23 Tom Tromey <tromey@redhat.com>
5382
5383 PR python/16487:
5384 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5385 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5386 classes.
5387
21909fa1
TT
53882014-01-23 Tom Tromey <tromey@redhat.com>
5389
5390 PR python/16491:
5391 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5392 string from an inferior frame.
5393 * gdb.python/py-framefilter-mi.exp: Update.
5394
87ce2a04
DE
53952014-01-22 Doug Evans <dje@google.com>
5396
5397 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5398
237b092b
AA
53992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5400
5401 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5402
d674a709
AA
54032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5404
5405 * gdb.trace/entry-values.exp: Remove excess space character from
5406 regex patterns. Handle s390 call instruction.
5407
20fa3390
AA
54082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5409
5410 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5411 define "*_start" label. Make "name" static.
5412 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5413 ${name} by references to ${name}_start.
5414
78466714
AA
54152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5416
5417 * gdb.base/info-macros.exp: Remove "debug" from the compile
5418 options.
5419
ec9f644a
IB
54202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5421
5422 * gdb.dlang/demangle.exp: New file.
5423
94b1b47e
IB
54242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5425
5426 * gdb.dlang/primitive-types.exp: New file.
5427
7f420862
IB
54282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5429
5430 * configure.ac: Create gdb.dlang/Makefile.
5431 * configure: Regenerate.
5432 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5433 * gdb.dlang/Makefile.in: New file.
5434 * lib/d-support.exp: New file.
5435 * lib/gdb.exp (skip_d_tests): New proc.
5436
52834460
MM
54372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5438
5439 * gdb.btrace/delta.exp: Check reverse stepi.
5440 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5441 * gdb.btrace/finish.exp: New.
5442 * gdb.btrace/next.exp: New.
5443 * gdb.btrace/nexti.exp: New.
5444 * gdb.btrace/record_goto.c: Add comments.
5445 * gdb.btrace/step.exp: New.
5446 * gdb.btrace/stepi.exp: New.
5447 * gdb.btrace/multi-thread-step.c: New.
5448 * gdb.btrace/multi-thread-step.exp: New.
5449 * gdb.btrace/rn-dl-bind.c: New.
5450 * gdb.btrace/rn-dl-bind.exp: New.
5451 * gdb.btrace/data.c: New.
5452 * gdb.btrace/data.exp: New.
5453 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5454
6e07b1d2
MM
54552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5456
5457 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5458 * gdb.btrace/exception.exp: Update.
5459 * gdb.btrace/instruction_history.exp: Update.
5460 * gdb.btrace/record_goto.exp: Update.
5461 * gdb.btrace/tailcall.exp: Update.
5462 * gdb.btrace/unknown_functions.exp: Update.
5463 * gdb.btrace/delta.exp: New.
5464
0b722aec
MM
54652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5466
5467 * gdb.btrace/record_goto.exp: Add backtrace test.
5468 * gdb.btrace/tailcall.exp: Add backtrace test.
5469
066ce621
MM
54702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5471
5472 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5473 * gdb.btrace/record_goto.c: New.
5474 * gdb.btrace/record_goto.exp: New.
5475 * gdb.btrace/x86-record_goto.S: New.
5476
0688d04e
MM
54772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5478
5479 * gdb.btrace/function_call_history.exp: Update tests.
5480 * gdb.btrace/instruction_history.exp: Update tests.
5481
8710b709
MM
54822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5483
5484 * gdb.btrace/function_call_history.exp: Fix expected field
5485 order for "record function-call-history".
5486 Add new tests for "record function-call-history /c".
5487 * gdb.btrace/exception.cc: New.
5488 * gdb.btrace/exception.exp: New.
5489 * gdb.btrace/tailcall.exp: New.
5490 * gdb.btrace/x86-tailcall.S: New.
5491 * gdb.btrace/x86-tailcall.c: New.
5492 * gdb.btrace/unknown_functions.c: New.
5493 * gdb.btrace/unknown_functions.exp: New.
5494 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5495
5de9129b
MM
54962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5497
5498 * gdb.btrace/instruction_history.exp: Update.
5499 * gdb.btrace/function_call_history.exp: Update.
5500
23a7fe75
MM
55012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5502
5503 * gdb.btrace/function_call_history.exp: Fix expected function
5504 trace.
5505 * gdb.btrace/instruction_history.exp: Initialize traced.
5506 Remove traced_functions.
5507
724c7dd8
MM
55082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5509
5510 * gdb.btrace/function_call_history.exp: Update
5511 * gdb.btrace/instruction_history.exp: Update.
5512
6d78d93b
MM
55132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5514
5515 * gdb.btrace/enable.exp: Update expected text.
5516
93a360cc
OJ
55172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5518
5519 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5520 bytes.
5521
3772b53f
MR
55222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5523
5524 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5525
596662fa
OJ
55262014-01-15 Omair Javaid <omair.javaid@linaro.org>
5527
5528 * lib/gdb.exp (supports_process_record): Return true for
5529 arm*-linux*. (supports_reverse): Likewise.
5530
b5b08fb4
SC
55312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5532
5533 PR python/15464
5534 PR python/16113
5535 * gdb.python/py-type.c: Enhance test case.
5536 * gdb.python/py-value-cc.cc: Likewise
5537 * gdb.python/py-type.exp: Add new tests.
5538 * gdb.python/py-value-cc.exp: Likewise
5539
52d7fb13
AA
55402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5541 Pedro Alves <palves@redhat.com>
5542
5543 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5544 Make "name" extern.
5545 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5546 references to ${name}_start by references to ${name}.
5547
a2cd8cfe
JB
55482014-01-10 Joel Brobecker <brobecker@adacore.com>
5549
5550 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5551
4e23fced
JB
55522014-01-10 Joel Brobecker <brobecker@adacore.com>
5553
5554 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5555
c6a9e42c
PA
55562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5557 Pedro Alves <palves@redhat.com>
5558
5559 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5560 mi_gdb_target_load.
c6a9e42c 5561
b7ea362b
PA
55622014-01-08 Pedro Alves <palves@redhat.com>
5563
5564 * gdb.threads/reconnect-signal.c: New file.
5565 * gdb.threads/reconnect-signal.exp: New file.
5566
5e3f4fab
EBM
55672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5568
5569 * gdb.base/source-dir.exp: New file.
5570
79301218
JB
55712014-01-07 Joel Brobecker <brobecker@adacore.com>
5572
5573 * gdb.ada/mi_interface: New testcase.
5574
8e355c5d
JB
55752014-01-07 Joel Brobecker <brobecker@adacore.com>
5576
5577 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5578 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5579 gdb.ada/pp-rec-component/pck.ads: New files.
5580
c0d48811
JB
55812014-01-07 Joel Brobecker <brobecker@adacore.com>
5582
5583 * gdb.python/py-pp-integral.c: New file.
5584 * gdb.python/py-pp-integral.py: New file.
5585 * gdb.python/py-pp-integral.exp: New file.
5586
17b609c3 5587For older changes see ChangeLog-1993-2013.
c906108c 5588\f
8d8cb839
EZ
5589;; Local Variables:
5590;; mode: change-log
5591;; left-margin: 8
5592;; fill-column: 74
5593;; version-control: never
5594;; End:
902f2ccb 5595
32d0add0 5596 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5597 Copying and distribution of this file, with or without modification,
5598 are permitted provided the copyright notice and this notice are preserved.