]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Introduce gdb_test_stdio
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
188a61b4
PA
12015-07-29 Pedro Alves <palves@redhat.com>
2
3 * lib/gdb.exp (gdb_test_stdio): New procedure.
4
12264a45
PA
52015-07-29 Pedro Alves <palves@redhat.com>
6
7 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8
23ffc893
PA
92015-07-29 Pedro Alves <palves@redhat.com>
10
11 * gdb.base/call-signal-resume.exp: Remove check for
12 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13 * gdb.base/unwindonsignal.exp: Likewise.
14 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16
65566918
PA
172015-07-29 Pedro Alves <palves@redhat.com>
18
19 * gdb.base/siginfo-addr.c (pass): New function.
20 (handler): Call it iff si_addr is correct.
21 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
22 Set a breakpoint at "pass" and continue to it.
23
d60a9221
SDJ
242015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
25
26 * gdb.python/py-objfile.exp: Make some tests have unique names.
27 * gdb.python/py-pp-registration.exp: Likewise.
28
bde40b8f
PA
292015-07-28 Pedro Alves <palves@redhat.com>
30
31 * gdb.server/server-exec-info.exp: Issue a "disconnect".
32
13e1dec8
SM
332015-07-27 Simon Marchi <simon.marchi@ericsson.com>
34
35 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
36
da33c9a7
SM
372015-07-27 Simon Marchi <simon.marchi@ericsson.com>
38
39 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
40
077836f7
PP
412015-07-27 Patrick Palka <patrick@parcs.ath.cx>
42
43 * gdb.base/gdb-sigterm-2.exp: New test.
44
b8cc7b2e
DE
452015-07-25 Doug Evans <xdje42@gmail.com>
46
47 Revert:
48 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
49 (workers/%.worker, build-perf): New rule.
50 (GDB_PERFTEST_MODE): New variable.
51 (check-perf): Use it.
52 (clean): Clean up gdb.perf parallel build subdirs.
53 * lib/build-piece.exp: New file.
54 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
55 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
56 name.
57 (standard_temp_file): Ditto.
58 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
59 of $GDB_PARALLEL.
60
6eab34f3
DE
612015-07-24 Doug Evans <dje@google.com>
62
63 * gdb.perf/README: New file.
64 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
65 * lib/gen-perf-test.exp: New file.
66
63738bfd
DE
672015-07-24 Doug Evans <dje@google.com>
68
69 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
70 (PerfTest::startup): New function.
71 (PerfTest::run): Return result of calling body.
72 (PerfTest::assemble): Rewrite.
73 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
74 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
75 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
76 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
77 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
78
7b606f95
DE
792015-07-24 Doug Evans <dje@google.com>
80
81 * lib/gdb.exp (clean_restart): Make executable optional.
82
a97b16b8
DE
832015-07-24 Doug Evans <dje@google.com>
84
85 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
86 compiler_info references.
87 * gdb.cp/temargs.exp: Ditto.
88 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
89 (get_compiler_info): Early exit if already computed. Set compiler_info
90 to "unknown" if there was a problem.
91 (test_compiler_info): Add function comment. Call get_compiler_info.
92
35baa57f
DE
932015-07-24 Doug Evans <dje@google.com>
94
95 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
96 (workers/%.worker, build-perf): New rule.
97 (GDB_PERFTEST_MODE): New variable.
98 (check-perf): Use it.
99 (clean): Clean up gdb.perf parallel build subdirs.
100 * lib/build-piece.exp: New file.
101 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
102 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
103 name.
104 (standard_temp_file): Ditto.
105 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
106 of $GDB_PARALLEL.
107
6ebea266
DE
1082015-07-24 Doug Evans <dje@google.com>
109
110 * lib/future.exp (gdb_default_target_compile): New option
111 "early_flags".
112 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
113 --as-needed.
114
1e76a7e9
SDJ
1152015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
116
117 * gdb.base/catch-syscall.exp: Call gdb_exit before
118 gdb_skip_xml_test.
119
5068630a
PA
1202015-07-24 Pedro Alves <palves@redhat.com>
121
122 * gdb.python/py-events.exp: Accept output between the stop event
123 and the prompt.
124 * gdb.python/py-evsignal.exp: Likewise.
125 * gdb.python/py-evthreads.exp: Likewise.
126
77598427
PA
1272015-07-24 Pedro Alves <palves@redhat.com>
128
129 PR gdb/18717
130 * gdb.threads/non-ldr-exit.c: New file.
131 * gdb.threads/non-ldr-exit.exp: New file.
132
11e6c98f
YQ
1332015-07-24 Yao Qi <yao.qi@linaro.org>
134
135 * gdb.server/ext-wrapper.exp: Test --wrapper option when
136 restarting process.
137
51aee833
YQ
1382015-07-24 Yao Qi <yao.qi@linaro.org>
139
140 * gdb.server/ext-restart.exp: New file.
141
8cfe207c
YQ
1422015-07-24 Yao Qi <yao.qi@linaro.org>
143
144 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
145 argument options.
146 * gdb.server/ext-wrapper.exp: New file.
147
cc12ce38
DE
1482015-07-23 Doug Evans <dje@google.com>
149
150 * gdb.dwarf2/dw2-dummy-cu.S: New file.
151 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
152
d0d84780
PMR
1532015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
154
155 * gdb.ada/var_arr_typedef.exp: New testcase.
156 * gdb.ada/var_arr_typedef/pack.adb: New file.
157 * gdb.ada/var_arr_typedef/pack.ads: New file.
158 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
159
8b558f79
JB
1602015-07-20 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
163
775a3298
JK
1642015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
165
166 * gdb.arch/i386-biarch-core.exp: Replace istarget
167 by "complete set gnutarget". Remove expectation for the "core-file"
168 command.
169
db1ff28b
JK
1702015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
171
172 Revert the previous commit:
173 Tests for validate symbol file using build-id.
174
0a94970d
JK
1752015-07-15 Aleksandar Ristovski <aristovski@qnx.com
176
177 Tests for validate symbol file using build-id.
178 * gdb.base/solib-mismatch-lib.c: New file.
179 * gdb.base/solib-mismatch-libmod.c: New file.
180 * gdb.base/solib-mismatch.c: New file.
181 * gdb.base/solib-mismatch.exp: New file.
182
03346981
SL
1832015-07-15 Sandra Loosemore <sandra@codesourcery.com>
184
185 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
186 nios2-*-linux*.
187 * gdb.base/sigbpt.exp (stepi_out): Likewise.
188 * gdb.base/siginfo.exp: Likewise.
189 * gdb.base/sigstep.exp (advance, advancei): Likewise.
190
42422cc7
PL
1912015-07-15 Pierre Langlois <pierre.langlois@arm.com>
192
193 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
194 Move it to ...
195 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
196 ... here.
197 * gdb.trace/range-stepping.exp: Check that the target supports
198 range stepping.
199
cfa68bae
JK
2002015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
201
202 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
203
8ffdba26
PA
2042015-07-14 Pedro Alves <palves@redhat.com>
205
206 * gdb.base/killed-outside.exp: New file.
207 * gdb.base/killed-outside.c: New file.
208
218a5a11
JK
2092015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
210
211 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
212 (n at main): New.
213 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
214
e03ed3c6
AA
2152015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
216
217 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
218 infcall tests instead of setting up for KFAIL.
219
485668e5
MM
2202015-07-10 Markus Metzger <markus.t.metzger@intel.com>
221
222 * gdb.btrace/record_goto-step.exp: New.
223
08464196
JK
2242015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
225
226 PR compile/18484
227 * gdb.compile/compile.c (struct struct_type): Add volatile to
228 selffield's type.
229 * gdb.compile/compile.exp
230 (compile code struct_object.selffield = &struct_object): Skip further
231 struct_object tests if this one xfails.
232
bcf5c1d9
RC
2332015-07-08 Robert O'Callahan <robert@ocallahan.org>
234
235 PR exp/18617
236 * gdb.trace/ax.exp: Add test.
237
4931af25
YQ
2382015-07-07 Yao Qi <yao.qi@linaro.org>
239
240 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
241 instead of istarget "aarch64*-*-*".
242 * gdb.arch/aarch64-fp.exp: Likewise.
243 * gdb.base/float.exp: Likewise.
244 * gdb.reverse/aarch64.exp: Likewise.
245 * lib/gdb.exp (is_aarch64_target): New proc.
246
9fcf688e
YQ
2472015-07-07 Yao Qi <yao.qi@linaro.org>
248
249 * lib/gdb.exp (is_aarch32_target): New proc.
250 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
251 instead of "istarget "arm*-*-*"".
252 * gdb.arch/arm-disp-step.exp: Likewise.
253 * gdb.arch/thumb-bx-pc.exp: Likewise.
254 * gdb.arch/thumb-prologue.exp: Likewise.
255 * gdb.arch/thumb-singlestep.exp: Likewise.
256 * gdb.base/disp-step-syscall.exp: Likewise.
257 * gdb.base/float.exp: Likewise.
258
fbd8d50d
YQ
2592015-07-07 Yao Qi <yao.qi@linaro.org>
260
261 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
262 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
263
71be1fdc
YQ
2642015-07-07 Yao Qi <yao.qi@linaro.org>
265
266 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
267 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
268 if it exists.
269 * gdb.multi/multi-arch.exp: Likewise.
270
3e221d36
SM
2712015-07-07 Simon Marchi <simon.marchi@ericsson.com>
272
273 * gdb.python/py-lazy-string.exp: Add missing parentheses to
274 print.
275
d441430b
YQ
2762015-07-07 Yao Qi <yao.qi@linaro.org>
277
278 * gdb.arch/thumb-singlestep.exp: Do one more single step.
279
06f810bd
MG
2802015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
281
282 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
283 '[' and ']' characters.
284
5e61e7c0
IB
2852015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
286
287 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
288
28bf096c
PA
2892015-06-29 Pedro Alves <palves@redhat.com>
290
291 PR threads/18127
292 * gdb.threads/hand-call-new-thread.c: New file.
293 * gdb.threads/hand-call-new-thread.c: New file.
294
ee93cd5e
KS
2952015-06-26 Keith Seitz <keiths@redhat.com>
296 Doug Evans <dje@google.com>
297
298 PR 16253
299 * gdb.cp/var-tag-2.cc: New file.
300 * gdb.cp/var-tag-3.cc: New file.
301 * gdb.cp/var-tag-4.cc: New file.
302 * gdb.cp/var-tag.cc: New file.
303 * gdb.cp/var-tag.exp: New file.
304
fc637f04
PP
3052015-06-26 Patrick Palka <patrick@parcs.ath.cx>
306
307 * gdb.base/history-duplicates.exp: New test.
308
2e52ae68
PP
3092015-06-26 Patrick Palka <patrick@parcs.ath.cx>
310
311 * gdb.base/completion.exp: Test the completion of the "focus"
312 command.
313
6e22494e
JK
3142015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
315
316 * gdb.arch/amd64-prologue-skip.S: New file.
317 * gdb.arch/amd64-prologue-skip.exp: New file.
318
bf7b9cd9
SM
3192015-06-25 Simon Marchi <simon.marchi@ericsson.com>
320
321 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
322 is_address_zero_readable check.
323
201e8dfd
PB
3242015-06-24 Peter Bergner <bergner@vnet.ibm.com>
325
326 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
327 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
328
5cd867b4
YQ
3292015-06-24 Yao Qi <yao.qi@linaro.org>
330
331 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
332 linux targets.
333
4d7be007
YQ
3342015-06-24 Yao Qi <yao.qi@linaro.org>
335
336 * lib/gdb.exp (supports_get_siginfo_type): New proc.
337 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
338 * gdb.base/siginfo-thread.exp: Likewise.
339
07fcd301
YQ
3402015-06-22 Yao Qi <yao.qi@linaro.org>
341
342 * boards/remote-gdbserver-on-localhost.exp: Add comments.
343
52042a00
YQ
3442015-06-22 Yao Qi <yao.qi@linaro.org>
345
346 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
347 aarch64*-*-*.
348 (skip_hw_watchpoint_tests): Likewise.
349
74bd41ce
PP
3502015-06-18 Patrick Palka <patrick@parcs.ath.cx>
351
352 * gdb.base/gdbinit-history.exp: Test the interaction between
353 setting GDBHISTSIZE and setting the history size via .gdbinit.
354
bc460514
PP
3552015-06-17 Patrick Palka <patrick@parcs.ath.cx>
356
357 PR gdb/16999
358 * gdb.base/gdbhistsize-history.exp: New test.
359
b58c513b
PP
3602015-06-17 Patrick Palka <patrick@parcs.ath.cx>
361
362 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
363 with GDBHISTSIZE.
364 * gdb.base/readline.exp: Likewise.
365
92046791
YQ
3662015-06-17 Yao Qi <yao.qi@linaro.org>
367
368 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
369 line.
370
2093d2d3
PP
3712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
372
373 * gdb.base/gdbinit-history.exp: Add test case to check that
374 an unlimited history file does not get truncated on exit.
375
e6c693af
AA
3762015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
377
378 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
379 (VECTOR): New macro. Use it...
380 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
381 ...for these typedefs.
382 (int8, char1, int1, double1): New typedefs.
383 (struct just_int2, struct two_int2): New structures.
384 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
385 (add_structvecs, add_singlevecs): New functions.
386 (main): Call add_some_intvecs twice.
387 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
388 the compile and exit upon failure. Try compiling for the "native"
389 architecture. Test inferior function calls with vector arguments
390 and vector return value handling with "finish" and "return".
391
c74f7d1c
JT
3922015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
393
394 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
395 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
396 PE file.
397 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
398
98aa42ee
AT
3992015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
400
401 PR breakpoints/16465
402 * gdb.mi/mi-dprintf-pending.c: New file.
403 * gdb.mi/mi-dprintf-pending.exp: New test.
404 * gdb.mi/mi-dprintf-pendshr.c: New file.
405
7d73c23c 4062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 407 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
408
409 * gdb.arch/i386-mpx-map.c: New file.
410 * gdb.arch/i386-mpx-map.exp: New File.
411
4122015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
413
414 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
415 * gdb.arch/i386-mpx.exp: Indentation fixed.
416
4172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
418
419 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
420 function and improved indentation.
421 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
422 gdb_test_multiple. Added additional tests to skip the test.
423
4242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
425
426 * gdb.arch/i386-avx512.c: Change path in include file.
427 * gdb.arch/i386-avx512.exp: Change include dir path
428 compilation flag.
429 * gdb.arch/i386-mpx.c: Change path in include file.
430 * gdb.arch/i386-mpx.exp: Change include dir path compilation
431 flag.
432
d5eba19a
JK
4332015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
434
435 * gdb.compile/compile-print.exp (compile print *vararray@3)
436 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
437
7f361056
JK
4382015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
439
440 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
441 (do not keep jit in memory): ... this.
442 (expect 5): Change it to ...
443 (expect no 5): ... this.
444
3b462ec2
SM
4452015-06-02 Simon Marchi <simon.marchi@ericsson.com>
446
447 PR gdb/15564
448 * gdb.mi/mi-detach.exp: New file.
449
e0619de6
JK
4502015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
451
452 PR symtab/18392
453 * gdb.arch/amd64-tailcall-self.S: New file.
454 * gdb.arch/amd64-tailcall-self.c: New file.
455 * gdb.arch/amd64-tailcall-self.exp: New file.
456
e970cb34
DB
4572015-05-28 Don Breazeal <donb@codesourcery.com>
458
459 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
460 tests for remote targets by checking is_target_gdbserver.
461
b2e2f908
DE
4622015-05-27 Doug Evans <dje@google.com>
463
464 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
465 * gdb.dwarf2/opaque-type-lookup.c: New file.
466 * gdb.dwarf2/opaque-type-lookup.exp: New file.
467
82c7be31
DE
4682015-05-26 Doug Evans <dje@google.com>
469
470 * gdb.cp/iostream.cc: New file.
471 * gdb.cp/iostream.exp: New file.
472
b4f54984
DE
4732015-05-26 Doug Evans <dje@google.com>
474
475 * gdb.dwarf2/dw2-op-call.exp: Update.
476 * gdb.dwarf2/dw4-sig-types.exp: Update.
477 * gdb.dwarf2/implptr.exp: Update.
478 * gdb.mi/mi-cmd-param-changed.exp: Update.
479
4ea6efe9
DE
4802015-05-26 Doug Evans <dje@google.com>
481
482 * gdb.python/py-lazy-string.c: New file.
483 * gdb.python/py-lazy-string.exp: New file.
484 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
485 (main): Update. Add estring3.
486 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
487 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
488
f6bb7db3
YQ
4892015-05-26 Omair Javaid <omair.javaid@linaro.org>
490 Yao Qi <yao.qi@linaro.org>
491
492 * gdb.reverse/aarch64.c: New.
493 * gdb.reverse/aarch64.exp: New.
494
a81bfbd0
OJ
4952015-05-26 Omair Javaid <omair.javaid@linaro.org>
496
497 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
498 (supports_reverse): Likewise.
499
158bf1b4
PP
5002015-05-22 Patrick Palka <patrick@parcs.ath.cx>
501
502 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
503 Use with_test_prefix.
504
a0145030
AB
5052015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.base/completion.exp: Add test for completion of layout
508 names.
509
ebe3b578
AB
5102015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * lib/gdb.exp (skip_tui_tests): New proc.
513 * gdb.base/tui-layout.exp: Check skip_tui_tests.
514
84204ed7
PA
5152015-05-19 Pedro Alves <palves@redhat.com>
516
517 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
518 Save the whole env array instead of just HOME. Unset HISTSIZE in
519 the environment while testing. Restore whole environment
520 afterwards.
521
37442ce1
DE
5222015-05-16 Doug Evans <xdje42@gmail.com>
523
524 * gdb.guile/scm-ports.c: New file.
525 * gdb.guile/scm-ports.exp: Add memory port tests.
526
36de76f9
JK
5272015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
528
529 * gdb.compile/compile-print.c: New file.
530 * gdb.compile/compile-print.exp: New file.
531
3a9558c4
JK
5322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
533
534 * gdb.compile/compile-ops.exp: Cast param to void.
535 * gdb.compile/compile.exp: Complete type for _gdb_expr.
536 (compile code struct_object.selffield = &struct_object): Add xfail.
537
aa715135
JG
5382015-05-15 Joel Brobecker <brobecker@adacore.com>
539
540 * gdb.ada/arr_enum_with_gap: New testcase.
541
931e5bc3
JG
5422015-05-15 Joel Brobecker <brobecker@adacore.com>
543
544 * gdb.ada/byte_packed_arr: New testcase.
545
9cd4d857
JB
5462015-05-15 Joel Brobecker <brobecker@adacore.com>
547
548 * gdb.ada/pckd_neg: New testcase.
549
ebfd00d2
PP
5502015-05-13 Patrick Palka <patrick@parcs.ath.cx>
551
552 PR gdb/17820
553 * gdb.base/gdbinit-history.exp: New test.
554 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
555 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
556
4c082a81
SC
5572015-05-09 Siva Chandra Reddy <sivachandra@google.com>
558
559 * gdb.python/py-xmethods.cc: Enhance test case.
560 * gdb.python/py-xmethods.exp: New tests.
561 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
562 function.
563 (B_indexoper): Likewise.
564 (global_dm_list) : Add new xmethod worker functions.
565
f7797074
SDJ
5662015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
567
568 * gdb.base/coredump-filter.exp: Correctly unset
569 "coredump_var_addr" array.
570
a4674e4e
PA
5712015-05-08 Pedro Alves <palves@redhat.com>
572
573 * gdb.server/non-existing-program.exp: Unset spawn_id.
574
df2eb078
SC
5752015-05-08 Siva Chandra Reddy <sivachandra@google.com>
576
577 PR python/18291
578 * gdb.python/py-xmethods.exp: Add tests.
579
422349a3
YQ
5802015-05-08 Yao Qi <yao.qi@linaro.org>
581
582 PR gdb/18208
583 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
584 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
585 function set_coredump_filter, and remove remote_exec call.
586 Remove argument ipid. Callers update.
587 (top level): Don't get inferior's PID.
588
63fc80ce
AA
5892015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
590
591 * gdb.base/watch_thread_num.exp: Skip test on targets without
592 access watchpoints.
593
80ad801e
PA
5942015-05-06 Pedro Alves <palves@redhat.com>
595
596 PR server/18081
597 * gdb.server/non-existing-program.exp: New file.
598
0fa7fe50
JB
5992015-05-05 Joel Brobecker <brobecker@adacore.com>
600
601 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
602
3ea89b92
PMR
6032015-05-05 Joel Brobecker <brobecker@adacore.com>
604
605 * gdb.ada/out_of_line_in_inlined: New testcase.
606
87b8eff0
JB
6072015-05-05 Joel Brobecker <brobecker@adacore.com>
608
609 * gdb.ada/var_rec_arr: New testcase.
610
5fccc635
YQ
6112015-04-30 Yao Qi <yao.qi@linaro.org>
612
613 * gdb.base/break-idempotent.exp: If
614 skip_hw_watchpoint_multi_tests returns true, skip the tests
615 on "rwatch" and "awatch".
616
42d38f42
YQ
6172015-04-30 Yao Qi <yao.qi@linaro.org>
618
619 * gdb.base/relativedebug.exp: Invoke gdb command
620 "info sharedlibrary", and if libc.so doesn't have debug info,
621 skip the test.
622
2ce1cdbf
DE
6232015-04-29 Doug Evans <dje@google.com>
624
625 * gdb.python/py-xmethods.exp: Add ptype tests.
626 * gdb.python/py-xmethods.py (E_method_char_worker): Add
627 get_result_type method.
628
f24a38c5
LM
6292015-04-29 Luis Machado <lgustavo@codesourcery.com>
630
631 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
632 the target does not support hardware watchpoints.
633
ecbf2b3c
LM
6342015-04-29 Luis Machado <lgustavo@codesourcery.com>
635
636 * gdb.base/break-always.exp: Abort testing if writing to memory
637 causes an error.
638
34f5f757
DE
6392015-04-28 Doug Evans <dje@google.com>
640
641 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
642 * gdb.python/py-pp-registration.exp: ... here. New file.
643 * gdb.python/py-pp-registration.c: New file.
644 * gdb.python/py-pp-registration.py: New file.
645
69b4374a
DE
6462015-04-28 Doug Evans <dje@google.com>
647
648 * gdb.python/py-bad-printers.c: New file.
649 * gdb.python/py-bad-printers.py: New file.
650 * gdb.python/py-bad-printers.exp: New file.
651
59fb7612
SS
6522015-04-28 Sasha Smundak <asmundak@google.com>
653
654 * gdb.python/py-type.exp: New test.
655
2631b16a
AW
6562015-04-28 Andy Wingo <wingo@igalia.com>
657
658 * gdb.python/py-parameter.exp:
659 * gdb.guile/scm-parameter.exp: Escape the path that we are
660 matching against, as it might contain characters that are special
661 to regular expressions.
662
460efde1
JB
6632015-04-27 Joel Brobecker <brobecker@adacore.com>
664
665 * gdb.ada/rec_comp: New testcase.
666
2d369d8e
SDJ
6672015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
668
669 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
670 before using it.
671
cf75d6c3
AB
6722015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
675 new tests for verilog output.
676
8dbe7ca5
YQ
6772015-04-24 Yao Qi <yao.qi@linaro.org>
678
679 * boards/remote-gdbserver-on-localhost.exp: New file.
680
4ef9fb2f
PA
6812015-04-23 Pedro Alves <palves@redhat.com>
682
683 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
684 $inferior_spawn_id instead of $inferior_spawn_id directly. On
685 "end of file", remove $inferior_spawn_id from the indirect list.
686
0a803169
PA
6872015-04-23 Pedro Alves <palves@redhat.com>
688
689 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
690
749ef8f8
PA
6912015-04-23 Pedro Alves <palves@redhat.com>
692
693 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
694 on $any_spawn_id instead of only on $gdb_spawn_id.
695
8aae4344
PM
6962015-04-21 Pierre Muller <muller@sourceware.org>
697
698 PR pascal/17815
699 * lib/pascal.exp (gpc_compile): Add new option "class".
700 (fpc_compile): Likewise.
701 * gdb.pascal/case-insensitive-symbols.pas: New file.
702 * gdb.pascal/case-insensitive-symbols.exp: New file.
703
1586c8fb
GB
7042015-04-20 Gary Benson <gbenson@redhat.com>
705
706 * gdb.base/attach.exp: Fix three extended remote failures.
707
1b6e6f5c
GB
7082015-04-17 Gary Benson <gbenson@redhat.com>
709
710 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
711 the main executable over the remote protocol.
712
e797481d
PA
7132015-04-16 Pedro Alves <palves@redhat.com>
714
715 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
716 a new gdbserver if gdbserver_reconnect_p is set.
717
1ca99c42
PA
7182015-04-16 Pedro Alves <palves@redhat.com>
719
720 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
721 is set, don't exit gdbserver.
722
af9fd6f8
AA
7232015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
724
725 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
726 appropriate .insn, such that an older assembler can be used.
727 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
728 the z/Architecture instruction set on 31-bit targets as well.
729
04ff1e61
AA
7302015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
731
732 * gdb.go/handcall.exp: Remove all logic related to the first
733 breakpoint and rely on go_runto_main instead.
734 * gdb.go/strings.exp: Likewise.
735 * gdb.go/unsafe.exp: Likewise.
736 * gdb.go/hello.exp: Likewise. Also rename the remaining
737 breakpoint marker to "breakpoint 1".
738 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
739 * gdb.go/strings.go: Likewise.
740 * gdb.go/unsafe.go: Likewise.
741 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
742 "set breakpoint 2 here" and rename the remaining breakpoint marker
743 to "breakpoint 1".
744
40d2f8d6
SM
7452015-04-15 Simon Marchi <simon.marchi@ericsson.com>
746
747 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
748 if itertools.imap is not present.
749 * gdb.python/py-objfile.exp: Add parentheses.
750 * gdb.python/py-type.exp: Same.
751 * gdb.python/py-unwind-maint.py: Same.
752
8cbc97c6
YQ
7532015-04-15 Yao Qi <yao.qi@linaro.org>
754
755 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
756 of ":$ptr_size" and set its form explicitly.
757
45fd756c
YQ
7582015-04-15 Pedro Alves <palves@redhat.com>
759 Yao Qi <yao.qi@linaro.org>
760
761 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
762 timeout by factor of 4.
763 (test_regular_watch): Likewise.
764 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
765 * gdb.reverse/sigall-reverse.exp: Likewise.
766 * gdb.reverse/until-precsave.exp: Likewise.
767 * lib/gdb.exp (with_timeout_factor): New proc.
768 (gdb_expect): Move some code to ...
769 (get_largest_timeout): ... here. New procedure.
770
9e811bc3
LM
7712015-04-14 Luis Machado <lgustavo@codesourcery.com>
772
773 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
774
0ff6fcb2
LM
7752015-04-13 Luis Machado <lgustavo@codesourcery.com>
776
777 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
778 to write to the .text section.
779
7578d5f7
LM
7802015-04-13 Luis Machado <lgustavo@codesourcery.com>
781
782 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
783 Handle the case of targets that do not provide PID information.
784
2efe15c4
YQ
7852015-04-13 Yao Qi <yao.qi@linaro.org>
786
787 * lib/gdbserver-support.exp (gdb_exit): Catch exception
788 and use expect instead of gdb_expect.
789
8cd8f2f8
SDJ
7902015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
791
792 * gdb.base/coredump-filter.exp: Rename variable "addr" to
793 "coredump_var_addr" to avoid naming conflict with other testcases.
794
9ee41772
PA
7952015-04-10 Pedro Alves <palves@redhat.com>
796
797 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
798 gdb_test_sequence and gdb_assert.
799
07473109
PA
8002015-04-10 Pedro Alves <palves@redhat.com>
801
802 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
803 test messages that don't include the breakpoint address.
804
de3db44c
YQ
8052015-04-10 Yao Qi <yao.qi@linaro.org>
806
807 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
808 false for some offset and width combinations which aren't
809 supported by linux kernel.
810
c79d856c
PA
8112015-04-10 Pedro Alves <palves@redhat.com>
812
813 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
814 procedure, factored out from ...
815 (top level): ... here. Add "set displaced-stepping" testing axis.
816 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
817 parameter "displaced". Use it.
818 (top level): Use foreach and add "set displaced-stepping" testing
819 axis.
820
ebc90b50
PA
8212015-04-10 Pedro Alves <palves@redhat.com>
822
823 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
824 Remove comment.
825 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
826 both the address of the instruction that triggers the watchpoint
827 and the address of the instruction immediately after, and use
828 those addresses for the test. Fix comment.
829
8f572e5c
PA
8302015-04-10 Pedro Alves <palves@redhat.com>
831
832 * gdb.base/sigstep.exp (breakpoint_to_handler)
833 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
834 Test "backtrace" in handler.
835 (breakpoint_over_handler): New parameter 'displaced'. Use it.
836 (top level): Add new "displaced" test axis to
837 breakpoint_to_handler, breakpoint_to_handler_entry and
838 breakpoint_over_handler.
839
8d707a12
PA
8402015-04-10 Pedro Alves <palves@redhat.com>
841
842 PR gdb/18216
843 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
844
ef713951
YQ
8452015-04-10 Yao Qi <yao.qi@linaro.org>
846
847 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
848 (test_add_rn_pc): New function.
849 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
850 (top level): Invoke test_add_rn_pc.
851
906d60cf
PA
8522015-04-10 Pedro Alves <palves@redhat.com>
853
854 PR gdb/13858
855 * gdb.base/step-over-no-symbols.exp: New file.
856
f2983cc3
AW
8572015-04-09 Andy Wingo <wingo@igalia.com>
858
859 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
860 after the Python tests.
861
6d62641c
SDJ
8622015-04-08 Keith Seitz <keiths@redhat.com>
863
864 PR python/16699
865 * gdb.python/py-completion.exp: New tests for completion.
866 * gdb.python/py-completion.py (CompleteLimit1): New class.
867 (CompleteLimit2): Likewise.
868 (CompleteLimit3): Likewise.
869 (CompleteLimit4): Likewise.
870 (CompleteLimit5): Likewise.
871 (CompleteLimit6): Likewise.
872 (CompleteLimit7): Likewise.
873
f3770638
PA
8742015-04-08 Pedro Alves <palves@redhat.com>
875
876 PR gdb/18214
877 PR gdb/18216
878 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
879 function.
880 (main): Install it as SIGUSR1 handler.
881 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
882 parameter. Always use "setup" as prefix. Toggle "set
883 displaced-stepping" off/on depending on global. Don't switch to
884 thread 1 here.
885 (top level): Add displaced stepping "off/on" test axis. Update
886 "setup" calls. Wrap each subtest with with_test_prefix. Test
887 continuing with a queued signal in each thread.
888
4496bed7
PA
8892015-04-08 Pedro Alves <palves@redhat.com>
890
891 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
892 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
893 gdb_breakpoint instead of gdb_test that doesn't expect anything.
894 Return early if running to main fails.
895 * gdb.trace/while-stepping.exp: Likewise.
896
b97fde92
PA
8972015-04-07 Pedro Alves <palves@redhat.com>
898
899 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
900 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
901 interact with inferior program.
902
f71c18e7
PA
9032015-04-07 Pedro Alves <palves@redhat.com>
904
905 * lib/gdb.exp (inferior_spawn_id): New global.
906 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
907 spawn id after processing the user code.
908 (default_gdb_start): Set inferior_spawn_id.
909 (send_inferior): New procedure.
910 * lib/gdbserver-support.exp (gdbserver_start): Set
911 inferior_spawn_id.
912 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
913
6423214f
PA
9142015-04-07 Pedro Alves <palves@redhat.com>
915
916 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
917 * lib/gdbserver-support.exp (gdbserver_start): Make
918 $server_spawn_id global.
919 (gdbserver_start): Don't wait for gdbserver's spawn id with
920 expect_background.
921 (close_gdbserver): New procedure.
922 (gdb_exit): Rename the default version and reimplement.
923
71c0ee8c
PA
9242015-04-07 Pedro Alves <palves@redhat.com>
925
72f4393d 926 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
927 append the substituted item, not the original item.
928
203bc29b
PA
9292015-04-07 Pedro Alves <palves@redhat.com>
930
931 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
932 gdb_expect.
933
508a3ddf
PA
9342015-04-07 Pedro Alves <palves@redhat.com>
935
936 * gdb.base/interrupt.exp: Don't handle the case of the inferior
937 output appearing once only.
938
9f6dbe2b
PA
9392015-04-07 Pedro Alves <palves@redhat.com>
940
941 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
942 that doesn't expect anything. Return early if running to main
943 fails.
944
337532fa
YQ
9452015-04-07 Yao Qi <yao.qi@linaro.org>
946
947 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
948 (child_function): Call alarm.
949 (main): Move call to alarm into the loop.
950 * gdb.threads/non-stop-fair-events.exp: Build program with
951 -DTIMEOUT=$timeout.
952
01b622d4
DE
9532015-04-06 Doug Evans <xdje42@gmail.com>
954
955 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
956 Fix dest parameter to board_info.
957 (fpc_compile): Ditto.
958 (gdb_compile_pascal): Rename dest arg to destfile.
959
961f4160
PMR
9602015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
961
962 * gdb.ada/funcall_ref.exp: New file.
963 * gdb.ada/funcall_ref/foo.adb: New file.
964
cafda597
YQ
9652015-04-02 Yao Qi <yao.qi@linaro.org>
966
967 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
968 is remote.
969
fed040c6
GB
9702015-04-02 Gary Benson <gbenson@redhat.com>
971
972 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
973
d11916aa
SS
9742015-04-01 Sasha Smundak <asmundak@google.com>
975
976 * gdb.python/py-unwind-maint.c: New file.
977 * gdb.python/py-unwind-maint.exp: New test.
978 * gdb.python/py-unwind-maint.py: New file.
979 * gdb.python/py-unwind.c: New file.
980 * gdb.python/py-unwind.exp: New test.
981 * gdb.python/py-unwind.py: New test.
982
a1471180
PA
9832015-04-01 Pedro Alves <palves@redhat.com>
984
985 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
986 to fail instead of non-existent $test.
987
0bbeccb1
PA
9882015-04-01 Pedro Alves <palves@redhat.com>
989
990 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
991 GDBFLAGS if not empty.
992
3c724c8c
PMR
9932015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
994
995 * gdb.ada/complete.exp: Remove "multi_line".
996 * gdb.ada/info_exc.exp: Remove "multi_line".
997 * gdb.ada/packed_tagged.exp: Remove "multi_line".
998 * gdb.ada/ptype_field.exp: Remove "multi_line".
999 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1000 * gdb.ada/tagged.exp: Remove "multi_line".
1001 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1002 [multi_line ...]
1003 * gdb.btrace/delta.exp: Likewise.
1004 * gdb.btrace/exception.exp: Likewise.
1005 * gdb.btrace/function_call_history.exp: Likewise.
1006 * gdb.btrace/instruction_history.exp: Likewise.
1007 * gdb.btrace/nohist.exp: Likewise.
1008 * gdb.btrace/record_goto.exp: Likewise.
1009 * gdb.btrace/segv.exp: Likewise.
1010 * gdb.btrace/stepi.exp: Likewise.
1011 * gdb.btrace/tailcall.exp: Likewise.
1012 * gdb.btrace/unknown_functions.exp: Likewise.
1013 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1014 * lib/gdb.exp: Add the "multi_line" helper.
1015
4eec2deb
PA
10162015-04-01 Pedro Alves <palves@redhat.com>
1017
1018 * gdb.threads/tid-reuse.c: New file.
1019 * gdb.threads/tid-reuse.exp: New file.
1020
df8411da
SDJ
10212015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1022
1023 PR corefiles/16092
1024 * gdb.base/coredump-filter.c: New file.
1025 * gdb.base/coredump-filter.exp: Likewise.
1026
6ef37366
PM
10272015-03-27 Petr Machata <pmachata@redhat.com>
1028
1029 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1030 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1031 (Dwarf::assemble): Initialize them.
1032 (Dwarf::lines): New function.
1033
7ec911b0
JT
10342015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1035
1036 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1037 SYMBOL_PREFIX for x86_64-*-cygwin.
1038
ff908ebf
AW
10392015-03-26 Andy Wingo <wingo@igalia.com>
1040
1041 PR symtab/18148
1042 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1043 const_value but not a location.
1044 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1045 location defined in non-main CUs are visible.
1046
6d5f0679
YQ
10472015-03-26 Yao Qi <yao.qi@linaro.org>
1048
1049 PR testsuite/18139
1050 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1051 Add a line number entry for the same line.
1052 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1053 Add a line number entry for the same line.
1054
2898689b
YQ
10552015-03-26 Yao Qi <yao.qi@linaro.org>
1056
1057 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1058 .int 0.
1059 (func): Likewise. Add .Lfunc_1 label.
1060 Use .Lfunc_1 label.
1061 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1062 .int 0.
1063 (func): Likewise.
1064 Use .Lfunc_1 label.
1065
85180498
YQ
10662015-03-26 Yao Qi <yao.qi@linaro.org>
1067
1068 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1069 Call gdb_compile instead to compile each .s files without debug
1070 information.
1071
8aa08a8d
YQ
10722015-03-26 Yao Qi <yao.qi@linaro.org>
1073
1074 * gdb.base/savedregs.exp (process_saved_regs): Make
1075 "Saved registers:" optional in the pattern.
1076
66849923
MM
10772015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1078
1079 * gdb.btrace/next.exp: Merged into step.exp.
1080 * gdb.btrace/finish.exp: Merged into step.exp.
1081 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1082 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1083 "record goto" and checking the exact replay position.
1084 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1085 check for "Recording format" in "info record" output.
1086 * gdb.btrace/record_goto.exp: Choose test file based on target.
1087 * gdb.btrace/x86-record_goto.S: Renamed into ...
1088 * gdb.btrace/x86_64-record_goto.S: ... this.
1089 * gdb.btrace/i686-record_goto.S: New.
1090 * gdb.btrace/x86-tailcall.S: Renamed into ...
1091 * gdb.btrace/x86_64-tailcall.S: ... this.
1092 * gdb.btrace/i686-tailcall.S: New.
1093 * gdb.btrace/x86-tailcall.c: Renamed into ...
1094 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1095 separate statements. Update test.
1096 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1097 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1098 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1099 * gdb.btrace/tailcall.exp: Choose test file based on target.
1100 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1101
11cc1b74
MM
11022015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1103
1104 * gdb.btrace/exception.exp: Increase BTS buffer size.
1105
a25d8bf9
PA
11062015-03-24 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1109
856e7dd6
PA
11102015-03-24 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.threads/schedlock.exp (test_step): No longer expect that
1113 "set scheduler-locking step" with "next" over a function call runs
1114 threads unlocked.
1115
ad235a41
AT
11162015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1117
1118 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1119
15630549
AT
11202015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1121
1122 PR breakpoints/16466
1123 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1124 * gdb.mi/mi-pending.c (thread_func): New function.
1125 (int main): Add threading support required.
1126 * gdb.mi/mi-pending.exp: Add tests for this issue.
1127 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1128 (pendfunc2): Remove stdio dependency.
1129 * gdb.mi/mi-pendshr2.c: New file.
1130
693dca06
KS
11312015-03-23 Keith Seitz <keiths@redhat.com>
1132
1133 * gdb.linespec/keywords.c: New file.
1134 * gdb.linespec/keywords.exp: New file.
1135
7e993ebf
KS
11362015-03-23 Keith Seitz <keiths@redhat.com>
1137
1138 PR gdb/18021
1139 * gdb.dwarf2/staticvirtual.exp: New test.
1140
bc23328c
JK
11412015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1142
1143 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1144 * README: Remove HP-UX and gdb.hp.
1145 (configuration):
1146 * configure: Regenerate.
1147 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1148 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1149 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1150 gdb.hp/gdb.defects/Makefile.
1151 * gdb.hp/Makefile.in: File deleted.
1152 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1153 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1154 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1155 * gdb.hp/gdb.aCC/run.c: File deleted.
1156 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1157 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1158 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1159 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1160 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1161 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1162 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1163 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1164 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1165 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1166 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1167 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1168 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1169 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1170 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1171 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1172 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1173 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1174 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1175 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1176 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1177 * gdb.hp/gdb.compat/average.c: File deleted.
1178 * gdb.hp/gdb.compat/sum.c: File deleted.
1179 * gdb.hp/gdb.compat/xdb.c: File deleted.
1180 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1181 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1182 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1183 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1184 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1185 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1186 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1187 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1188 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1189 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1190 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1191 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1192 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1193 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1194 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1195 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1196 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1197 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1198 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1199 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1200 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1201 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1202 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1203 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1204 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1205 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1206 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1207 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1208 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1209 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1210 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1211 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1212 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1213 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1214 * gdb.hp/tools/odump: File deleted.
1215
8bf3b159
PA
12162015-03-19 Pedro Alves <palves@redhat.com>
1217
1218 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1219 (saw_thread_3): New globals.
1220 (top level): Increment them when an event for the corresponding
1221 thread is seen.
1222 (no thread starvation): New test.
1223
eb54c8bf
PA
12242015-03-19 Pedro Alves <palves@redhat.com>
1225
1226 * gdb.threads/continue-pending-status.c: New file.
1227 * gdb.threads/continue-pending-status.exp: New file.
1228
32d2e5d6
PA
12292015-03-18 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1232 Use gdb_is_target_remote instead of is_remote. Use
1233 gdb_test_multiple instead of gdb_expect. Exit early if
1234 gdb_test_multiple hits its internal matches. Tighten stepi tests
1235 expected output. Fail on exit with any signal, instead of just
1236 SIGILL.
1237
f68f11b7
YQ
12382015-03-18 Yao Qi <yao.qi@linaro.org>
1239
1240 PR tdep/18107
1241 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1242 variable.
1243 * gdb.base/catch-syscall.exp: Don't skip it on
1244 aarch64*-*-linux* target. Remove elements in all_syscalls.
1245 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1246 target.
1247 (setup_all_syscalls): New proc.
1248
ca5fd19b
YQ
12492015-03-16 Yao Qi <yao.qi@linaro.org>
1250
1251 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1252 (top level): Skip tests if valid_addr_p returns false for
1253 $cmd1 or $cmd2.
1254
85642ba0
AW
12552015-03-11 Andy Wingo <wingo@igalia.com>
1256
1257 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1258
e03f9645
YQ
12592015-03-11 Yao Qi <yao.qi@linaro.org>
1260
1261 * gdb.base/catch-syscall.exp: Fix typo in comments.
1262
5d0962b2
YQ
12632015-03-11 Yao Qi <yao.qi@linaro.org>
1264
1265 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1266
b2df3cef
PA
12672015-03-09 Pedro Alves <palves@redhat.com>
1268
1269 * dg-extract-results.py: Delete.
1270
ef878e53
PA
12712015-03-09 Pedro Alves <palves@redhat.com>
1272
1273 Merge dg-extract-results.sh from GCC upstream (r218843).
1274
1275 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1276 * dg-extract-results.sh: Use --text with grep to avoid issues with
1277 binary files. Fall back to cat -v, if that doesn't work.
1278
9494d219
PA
12792015-03-05 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1282
a8d9763a
SM
12832015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1284
1285 * lib/mi-support.exp (mi_expect_interrupt): Accept
1286 alternative event for when in all-stop mode.
1287
be9957b8
PA
12882015-03-04 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1291
d57be0f4 12922015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
1293
1294 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1295
c214c7cf
AA
12962015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1297
1298 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1299 regexps for GDB's current line display, accept a hex address
1300 preceding the line number.
1301
6d74a497
AA
13022015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1303
1304 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1305 the 'arch1' variable for "s390*-linux*" targets.
1306
511aee7c
PA
13072015-03-04 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1310 (main): Pass missing retval argument to pthread_join call.
1311
95e50b27
PA
13122015-03-02 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1315 (top level): Call do_test with non-stop as well.
1316
28054d69
PA
13172015-03-02 Pedro Alves <palves@redhat.com>
1318
1319 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1320 -1.
1321
4fa5d7b4
AA
13222015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1323
1324 * gdb.arch/s390-vregs.exp: New test.
1325 * gdb.arch/s390-vregs.S: New file.
1326
97c18565
PA
13272015-02-27 Pedro Alves <palves@redhat.com>
1328
1329 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1330 call to catch_command_errors.
1331 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1332 catch_command_errors.
1333
a37bfa30
PA
13342015-02-27 Pedro Alves <palves@redhat.com>
1335
1336 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1337 "true" for boolean result.
1338 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1339 prototype of main.
1340
6f98576f
PA
13412015-02-27 Pedro Alves <palves@redhat.com>
1342
1343 * lib/unbuffer_output.c: New file.
1344 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1345 (main): Call gdb_unbuffer_output.
1346
eba5ab56
YQ
13472015-02-27 Yao Qi <yao.qi@linaro.org>
1348
1349 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1350 target.
1351
0def5aaa
DE
13522015-02-26 Doug Evans <dje@google.com>
1353
1354 * gdb.cp/class2.cc (Dbase, D): New classes.
1355 (main): New local delta.
1356 * gdb.cp/class2.exp: Test printing delta.
1357 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1358 (dynbar): New global.
1359 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1360
081a1c2c
JK
13612015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1362
1363 * gdb.compile/compile-ifunc.c: New file.
1364 * gdb.compile/compile-ifunc.exp: New file.
1365
2f41223f
AT
13662015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1367
1368 * gdb.base/structs.exp: Check for correct struct on finish.
1369
03eddd80
YQ
13702015-02-26 Yao Qi <yao.qi@linaro.org>
1371
1372 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1373 is zero.
1374
80c57053
JK
13752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1376
1377 * gdb.arch/cordic.ko.bz2: New file.
1378 * gdb.arch/cordic.ko.debug.bz2: New file.
1379 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1380
21613c12
YQ
13812015-02-25 Yao Qi <yao.qi@linaro.org>
1382
1383 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1384 aarch64*-*-* target.
1385
d8b901ed
PA
13862015-02-23 Pedro Alves <palves@redhat.com>
1387
1388 * lib/gdb.exp (delete_breakpoints): Rewrite using
1389 gdb_test_multiple.
1390
e5b85ead
PA
13912015-02-23 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/info-os.c: Include stdlib.h.
1394
85c3a371
DE
13952015-02-22 Doug Evans <xdje42@gmail.com>
1396
1397 PR symtab/17855
1398 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1399 is read after symbols have been re-read.
1400 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1401 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1402
96553a0c
DE
14032015-02-21 Doug Evans <dje@google.com>
1404
1405 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1406
97a0c697
JK
14072015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1408
1409 PR corefiles/17808
1410 * gdb.arch/i386-biarch-core.core.bz2: New file.
1411 * gdb.arch/i386-biarch-core.exp: New file.
1412
a47cd6e9
PA
14132015-02-21 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1416 runto_main fails.
1417
c5facdc4
PA
14182015-02-20 Pedro Alves <palves@redhat.com>
1419
1420 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1421 info probes.
1422
2db9a427
PA
14232015-02-20 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1426
60fb7e9e
PA
14272015-02-20 Pedro Alves <palves@redhat.com>
1428
1429 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1430 clean_restart before gdb_target_supports_trace.
1431
5c5019c2
PA
14322015-02-20 Pedro Alves <palves@redhat.com>
1433
1434 PR threads/18006
1435 * gdb.threads/clone-thread_db.c: New file.
1436 * gdb.threads/clone-thread_db.exp: New file.
1437
c9587f88
AT
14382015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1439
1440 PR breakpoints/16812
1441 * gdb.base/catch-gdb-caused-signals.c: New file.
1442 * gdb.base/catch-gdb-caused-signals.exp: New file.
1443
f6a88844
JM
14442015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1445
1446 * configure: Regenerated.
1447 * configure.ac: Use GDB_AC_TRANSFORM.
1448 * aclocal.m4: sinclude ../transform.m4.
1449
497c491b
JM
14502015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1451
1452 * lib/dtrace.exp: New file.
1453 * gdb.base/dtrace-probe.exp: Likewise.
1454 * gdb.base/dtrace-probe.d: Likewise.
1455 * gdb.base/dtrace-probe.c: Likewise.
1456 * lib/pdtrace.in: Likewise.
1457 * configure.ac: Output variables with the transformed names of
1458 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1459 * configure: Regenerated.
1460
03e98035
JM
14612015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1462
1463 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1464 expected message when trying to access $_probe_* convenience
1465 variables while not on a probe.
1466
63cc30e9
JK
14672015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1468
1469 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1470
0703599a
PA
14712015-02-11 Pedro Alves <pedro@codesourcery.com>
1472
1473 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1474 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1475
7e60a48e
DE
14762015-02-10 Doug Evans <xdje42@gmail.com>
1477
1478 * lib/gdb.exp (gdb_load): Always return a result.
1479
01b088bc
PA
14802015-02-10 Pedro Alves <palves@redhat.com>
1481
1482 * gdb.threads/signal-sigtrap.c: New file.
1483 * gdb.threads/signal-sigtrap.exp: New file.
1484
b05ec7a5
AT
14852015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1486
1487 * gdb.trace/no-attach-trace.c: New file.
1488 * gdb.trace/no-attach-trace.exp: New file.
1489
a2c2acaf
MW
14902015-02-09 Mark Wielaard <mjw@redhat.com>
1491
1492 * gdb.dwarf2/atomic.c: New file.
1493 * gdb.dwarf2/atomic-type.exp: Likewise.
1494
31fd9caa
MM
14952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1496
1497 * gdb.btrace/buffer-size.exp: Update "info record" output.
1498 * gdb.btrace/delta.exp: Update "info record" output.
1499 * gdb.btrace/enable.exp: Update "info record" output.
1500 * gdb.btrace/finish.exp: Update "info record" output.
1501 * gdb.btrace/instruction_history.exp: Update "info record" output.
1502 * gdb.btrace/next.exp: Update "info record" output.
1503 * gdb.btrace/nexti.exp: Update "info record" output.
1504 * gdb.btrace/step.exp: Update "info record" output.
1505 * gdb.btrace/stepi.exp: Update "info record" output.
1506 * gdb.btrace/nohist.exp: Update "info record" output.
1507
d33501a5
MM
15082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1509
1510 * gdb.btrace/buffer-size: New.
1511
f4abbc16
MM
15122015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1513
1514 * gdb.btrace/delta.exp: Update "info record" output.
1515 * gdb.btrace/enable.exp: Update "info record" output.
1516 * gdb.btrace/finish.exp: Update "info record" output.
1517 * gdb.btrace/instruction_history.exp: Update "info record" output.
1518 * gdb.btrace/next.exp: Update "info record" output.
1519 * gdb.btrace/nexti.exp: Update "info record" output.
1520 * gdb.btrace/step.exp: Update "info record" output.
1521 * gdb.btrace/stepi.exp: Update "info record" output.
1522 * gdb.btrace/nohist.exp: Update "info record" output.
1523
b9d61307
SM
15242015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1525
1526 PR gdb/15678
1527 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1528
e584fdbc
PA
15292015-02-06 Pedro Alves <palves@redhat.com>
1530
1531 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1532 macro.
1533 (seconds_left, again): New globals.
1534 (main): Wait seconds_left in a 1-second sleep loop instead of
1535 sleeping 180 seconds. If 'again' is set, reset the seconds
1536 counter.
1537 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1538 'again' in the inferior before detaching. Print the seconds left.
1539 (options): New global.
1540 (top level): Build program with -DTIMEOUT=$timeout.
1541
77f41761
PA
15422015-02-06 Pedro Alves <palves@redhat.com>
1543
1544 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1545 determine how many seconds to pass to 'alarm'.
1546 * gdb.base/gdb-sigterm.exp (top level): Build program with
1547 -DTIMEOUT=$timeout.
1548 (do_test): Return success/failure indication. Add more verbose
1549 logging. Don't fail if 200 single steps are seen. Instead, fail
1550 when the test times out.
1551 (passes): New global.
1552 (top level): Break the testing loop if testing fails on any
1553 iteration. Use gdb_assert.
1554
b9394193
DB
15552015-02-04 Don Breazeal <donb@codesourcery.com>
1556
1557 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1558 and initialize them.
1559 (ipc_cleanup): New function.
1560 (main): Don't declare shmid, semid, and msqid. Add a call to
1561 atexit so that we call ipc_cleanup on exit.
1562
42d9e528
PA
15632015-02-04 Pedro Alves <palves@redhat.com>
1564
1565 * boards/native-extended-gdbserver.exp: Remove any target variant
1566 specifications from the board name before clearing the isremote
1567 flag from board_info.
1568
ae6ae975
DE
15692015-01-31 Doug Evans <xdje42@gmail.com>
1570
1571 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1572
cfb069a8
GB
15732015-01-31 Gary Benson <gbenson@redhat.com>
1574
1575 * gdb.base/completion.exp: Disable completion limiting for
1576 existing tests. Add new tests to check completion limiting.
1577 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1578
5dd31d79
DE
15792015-01-31 Doug Evans <xdje42@gmail.com>
1580
1581 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1582
9f050062
DE
15832015-01-31 Doug Evans <xdje42@gmail.com>
1584
1585 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1586 entries. Duplicate file section script entries.
1587 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1588 inlined entries. Add test for safe-path rejection.
1589 * gdb.python/py-section-script.c: Add duplicate inlined section script
1590 entries. Duplicate file section script entries.
1591 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1592 inlined entries. Add test for safe-path rejection.
1593
df25ebbd
JB
15942015-01-29 Joel Brobecker <brobecker@adacore.com>
1595
1596 * gdb.ada/disc_arr_bound: New testcase.
1597
4a0ca9ec
JB
15982015-01-29 Joel Brobecker <brobecker@adacore.com>
1599
1600 * gdb.ada/mi_var_array: New testcase.
1601
3a8b707a
DE
16022015-01-27 Doug Evans <dje@google.com>
1603
1604 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1605 Add test for objfile.filename, objfile.username after objfile
1606 has been unloaded.
1607
f8313f6e
JB
16082015-01-26 Joel Brobecker <brobecker@adacore.com>
1609
1610 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1611 the second test to print the name attribute of value
1612 returned by the call to gdb.lookup_type, and adjust
1613 the expected output accordingly.
1614
37bc665e
MW
16152015-01-25 Mark Wielaard <mjw@redhat.com>
1616
1617 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1618 * gdb.base/disp-step-fork.c: Include unistd.h.
1619 * gdb.base/siginfo-obj.c: Include stdio.h.
1620 * gdb.base/siginfo-thread.c: Likewise.
1621 * gdb.mi/non-stop.c: Include unistd.h.
1622 * gdb.mi/nsthrexec.c: Include stdio.h.
1623 * gdb.mi/pthreads.c: Include unistd.h.
1624 * gdb.modula2/unbounded1.c (main): Declare returns int.
1625 * gdb.reverse/consecutive-reverse.c: Likewise.
1626 * gdb.threads/create-fail.c: Include unistd.h.
1627 * gdb.threads/killed.c: Likewise.
1628 * gdb.threads/linux-dp.c: Likewise.
1629 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1630 * gdb.threads/non-ldr-exc-2.c: Likewise.
1631 * gdb.threads/non-ldr-exc-3.c: Likewise.
1632 * gdb.threads/non-ldr-exc-4.c: Likewise.
1633 * gdb.threads/pthreads.c: Include unistd.h.
1634 (main): Declare returns int.
1635 * gdb.threads/tls-main.c (foo): New declaration.
1636 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1637
f7e5394d
SM
16382015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1639
1640 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1641 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1642
743649fd
MW
16432015-01-15 Mark Wielaard <mjw@redhat.com>
1644
1645 * gdb.base/noreturn-return.c: New file.
1646 * gdb.base/noreturn-return.exp: New file.
1647 * gdb.base/noreturn-finish.c: New file.
1648 * gdb.base/noreturn-finish.exp: New file.
1649
198297aa
PA
16502015-01-23 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.threads/continue-pending-after-query.c: New file.
1653 * gdb.threads/continue-pending-after-query.exp: New file.
1654
717cf30c
AG
16552015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1656 Simon Marchi <simon.marchi@ericsson.com>
1657
1658 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1659 * gdb.base/valgrind-db-attach.exp: Same.
1660 * gdb.base/valgrind-infcall.exp: Same.
1661 * lib/mi-support.exp (default_mi_gdb_start): Same.
1662 * lib/prompt.exp (default_prompt_gdb_start): Same.
1663 * lib/gdb.exp (default_gdb_spawn): Same.
1664 (gdb_interact): New.
1665
1666
4b62a76e
JK
16672015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1668
1669 * gdb.compile/compile.exp (pointer to jit function): New test.
1670
b4cdae6f
WW
16712015-01-17 Wei-cheng Wang <cole945@gmail.com>
1672
1673 * lib/gdb.exp (supports_process_record): Return true for
1674 powerpc*-*-linux*.
1675 (supports_reverse): Likewise.
1676
d221e7ef
DB
16772015-01-15 Don Breazeal <donb@codesourcery.com>
1678
1679 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1680 instead of checking whether the target board is remote and
1681 use spawn_wait_for_attach instead of exec/sleep.
1682 * gdb.base/attach-twice.exp: Likewise.
1683
bafffb51
JB
16842015-01-15 Joel Brobecker <brobecker@adacore.com>
1685
1686 * gdb.ada/var_arr_attrs: New testcase.
1687
5589af0e
PA
16882015-01-14 Pedro Alves <palves@redhat.com>
1689 Joel Brobecker <brobecker@adacore.com>
1690
1691 PR gdb/17525
1692 * gdb.base/bp-cmds-execution-x-script.c: New file.
1693 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1694 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1695
6c400b59
PA
16962015-01-14 Pedro Alves <palves@redhat.com>
1697
1698 PR cli/17828
1699 * gdb.base/batch-preserve-term-settings.c: New file.
1700 * gdb.base/batch-preserve-term-settings.exp: New file.
1701
e02c96a7
DE
17022015-01-13 Doug Evans <dje@google.com>
1703
1704 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1705 binary.
1706
576fd14c
JB
17072015-01-13 Joel Brobecker <brobecker@adacore.com>
1708
1709 * Makefile.in (clean mostlyclean): Do not delete *.py.
1710
04dccad0
JB
17112015-01-13 Joel Brobecker <brobecker@adacore.com>
1712
1713 * gdb.python/py-lookup-type.exp: New file.
1714
3d230f71
PA
17152015-01-12 Pedro Alves <palves@redhat.com>
1716
1717 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1718 restore GDBFLAGS before returning.
1719
7e67715d
JK
17202015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1721
1722 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1723 is_amd64_regs_target and is_x86_like_target.
1724
f2e0d4b4
DE
17252015-01-11 Doug Evans <xdje42@gmail.com>
1726
1727 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1728 is given without an explicit form.
1729 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1730 attributes.
1731 * gdb.dwarf/corrupt.exp: Ditto.
1732 * gdb.dwarf2/enum-type.exp: Ditto.
1733 * gdb.trace/entry-values.exp: Ditto.
1734 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1735
439250fb
DE
17362015-01-11 Doug Evans <xdje42@gmail.com>
1737
1738 PR gdb/15830
1739 * gdb.base/maint.exp: Remove references to "maint demangle".
1740 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1741 Add tests for explicitly specifying language to demangle.
1742 * gdb.dlang/demangle.exp: Ditto.
1743
ede9f622
PA
17442015-01-09 Pedro Alves <palves@redhat.com>
1745
1746 * gdb.threads/non-stop-fair-events.c: New file.
1747 * gdb.threads/non-stop-fair-events.exp: New file.
1748
a7b796db
PA
17492015-01-09 Pedro Alves <palves@redhat.com>
1750
1751 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1752 the global scope. Set a breakpoint after all threads are started
1753 rather than stepping over two source lines. Expect the prompt.
1754 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1755 global.
1756 (NUM): Now 15.
1757 (main): Use threads_started_barrier to wait for all threads to
1758 start. Main thread no longer calls thread_function. Exit after
1759 180 seconds.
1760 (loop): New function.
1761 (thread_function): Wait on threads_started_barrier barrier. Call
1762 'loop' at each iteration.
1763 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1764 threads have started, instead of hardcoding number of "next"
1765 steps. Use an access watchpoint instead of a write watchpoint.
1766
9665ffdd
PA
17672015-01-09 Pedro Alves <palves@redhat.com>
1768
1769 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1770 (thread_func): Wait on barrier.
1771 (main): Wait for all threads to start before stopping GDB.
1772 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1773 global.
1774 (thread1_func, thread2_func): Wait on barrier.
1775 (main): Wait for all threads to start before stopping GDB.
1776 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1777 New global.
1778 (thread1_func, thread2_func): Wait on barrier.
1779 (main): Wait for all threads to start before stopping GDB.
1780
c945a99f
PA
17812015-01-09 Pedro Alves <palves@redhat.com>
1782
1783 * gdb.threads/attach-many-short-lived-threads.c: New file.
1784 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1785
c1a747c1
PA
17862014-01-09 Pedro Alves <palves@redhat.com>
1787
1788 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1789 instead of to thread 2.
1790 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1791 Add barrier around each pthread_create call instead of around all
1792 calls.
1793 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1794 Set a break on thread_function and have the child threads hit it
1795 one at at a time.
1796
60b3033e
PA
17972015-01-09 Pedro Alves <palves@redhat.com>
1798
1799 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1800 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1801 false.
1802 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1803 checking whether the target board is remote.
1804 * gdb.multi/multi-attach.exp: Likewise.
1805 * gdb.python/py-sync-interp.exp: Likewise.
1806 * gdb.server/ext-attach.exp: Likewise.
1807 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1808 tests that need to attach, instead of checking whether the target
1809 board is remote at the top of the file.
1810
acc018ac
YQ
18112015-01-08 Yao Qi <yao@codesourcery.com>
1812
1813 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1814
50a18af8
JK
18152015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1816
1817 Fix testcase compilation.
1818 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1819
8503d6e1
JB
18202015-01-06 Joel Brobecker <brobecker@adacore.com>
1821
1822 * gdb.python/py-type.exp: Add a couple test about empty
1823 array creation, and negative-length array creation.
1824
cc73dbcc
DE
18252015-01-02 Doug Evans <xdje42@gmail.com>
1826
1827 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1828
0300bbc7
DE
18292015-01-02 Doug Evans <dje@google.com>
1830
1831 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1832
9d85a0ec
YQ
18332014-12-29 Yao Qi <yao@codesourcery.com>
1834
1835 * gdb.trace/entry-values.exp: Update comments. Rename variable
1836 bar_call_foo to returned_from_foo.
1837
87186c6a
MMN
18382014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1839
1840 PR gdb/17394
1841 * gdb.linespec/break-asm-file.c: New file.
1842 * gdb.linespec/break-asm-file.exp: New file.
1843 * gdb.linespec/break-asm-file0.s: New file.
1844 * gdb.linespec/break-asm-file1.s: New file.
1845
1bab7383
YQ
18462014-12-18 Nigel Stephens <nigel@mips.com>
1847 Maciej W. Rozycki <macro@codesourcery.com>
1848
1849 * gdb.base/float.exp: Handle the new output from "info float" on
1850 MIPS targets.
1851
1bc1068a
JK
18522014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1853
1854 Fix MinGW compilation.
1855 * gdb.compile/compile-ops.exp: Update untested message if
1856 !skip_compile_feature_tests.
1857 * gdb.compile/compile-setjmp.exp: Likewise.
1858 * gdb.compile/compile-tls.exp: Likewise.
1859 * gdb.compile/compile.exp: Likewise.
1860 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1861 supported on this host".
1862
b6615d10
DE
18632014-12-16 Doug Evans <xdje42@gmail.com>
1864
1865 * boards/stabs.exp: New file.
1866
25dda427
AA
18672014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1868
1869 * gdb.base/completion.exp: Adjust to format changes of "maint
1870 print user-registers".
1871
bf330350
CU
18722014-12-16 Catalin Udma <catalin.udma@freescale.com>
1873
1874 PR server/17457
1875 * gdb.arch/aarch64-fp.c: New file.
1876 * gdb.arch/aarch64-fp.exp: New file.
1877
395cf596
SDJ
18782014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1879
1880 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1881 r210637, r210913, r211666, r215400, r215817).
1882
1883 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1884 * dg-extract-results.py: New file.
1885 * dg-extract-results.sh: Use it if the environment seems
1886 suitable.
1887
1888 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1889
1890 * dg-extract-results.py (parse_run): Handle warnings that
1891 are printed before a test harness is run.
1892
1893 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1894
1895 * dg-extract-results.py (Named): Remove __cmp__ method.
1896 (output_variation): Use a key to sort variation.harnesses.
1897
1898 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1899
1900 * dg-extract-results.py: For Python 3, force sys.stdout to
1901 handle surrogate escape sequences.
1902 (safe_open): New function.
1903 (output_segment, main): Use it.
1904
1905 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1906
1907 * dg-extract-results.py (Prog.result_re): Include options
1908 in test name.
1909
1910 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1911
1912 * dg-extract-results.py (output_variation): Always sort if
1913 do_sum.
1914
e882ef3c
SM
19152014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1916
1917 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1918 as long as we get pagination notifications.
1919
4992aa20
JM
19202014-12-15 Jason Merrill <jason@redhat.com>
1921
1922 * Makefile.in (check-gdb.%): Restore.
1923 * README: Mention it.
1924
c1b5a1a6
JB
19252014-12-13 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/str_uninit: New testcase.
1928
5537b577
JK
19292014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1930
1931 PR symtab/17642
1932 * gdb.base/vla-stub-define.c: New file.
1933 * gdb.base/vla-stub.c: New file.
1934 * gdb.base/vla-stub.exp: New file.
1935
bb2ec1b3
TT
19362014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1937 Jan Kratochvil <jan.kratochvil@redhat.com>
1938 Tom Tromey <tromey@redhat.com>
1939
1940 * configure.ac: Add gdb.compile/.
1941 * configure: Regenerate.
1942 * gdb.compile/Makefile.in: New file.
1943 * gdb.compile/compile-ops.exp: New file.
1944 * gdb.compile/compile-ops.c: New file.
1945 * gdb.compile/compile-tls.c: New file.
1946 * gdb.compile/compile-tls.exp: New file.
1947 * gdb.compile/compile-constvar.S: New file.
1948 * gdb.compile/compile-constvar.c: New file.
1949 * gdb.compile/compile-mod.c: New file.
1950 * gdb.compile/compile-nodebug.c: New file.
1951 * gdb.compile/compile-setjmp-mod.c: New file.
1952 * gdb.compile/compile-setjmp.c: New file.
1953 * gdb.compile/compile-setjmp.exp: New file.
1954 * gdb.compile/compile-shlib.c: New file.
1955 * gdb.compile/compile.c: New file.
1956 * gdb.compile/compile.exp: New file.
1957 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1958
4ff709eb
TT
19592014-12-12 Tom Tromey <tromey@redhat.com>
1960
1961 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1962 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1963
6dddd6a5
DE
19642014-12-12 Doug Evans <dje@google.com>
1965
1966 * lib/gdb-python.exp (get_python_valueof): New function.
1967 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1968
71c24708
AA
19692014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1970
1971 * gdb.base/completion.exp: Add test for completion of "info
1972 registers ".
1973
3e29f34a
MR
19742014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1975
1976 * gdb.base/func-ptrs.c: New file.
1977 * gdb.base/func-ptrs.exp: New file.
1978
fc126975
SM
19792014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1980
1981 PR breakpoints/17012
1982 * gdb.base/dprintf-detach.c: New file.
1983 * gdb.base/dprintf-detach.exp: New file.
1984
0a46d518
SM
19852014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1986
1987 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1988 * lib/gdb.exp (target_is_gdbserver): New procedure.
1989
a0be3e44
DE
19902014-12-08 Doug Evans <dje@google.com>
1991
1992 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1993
df1b803a
YQ
19942014-12-05 Yao Qi <yao@codesourcery.com>
1995
1996 * gdb.guile/scm-error.exp: Remove the third argument to
1997 gdb_remote_download.
1998 * gdb.guile/scm-frame-args.exp: Likewise.
1999 * gdb.guile/scm-section-script.exp: Likewise.
2000
ddb9f679
YQ
20012014-12-05 Yao Qi <yao@codesourcery.com>
2002
2003 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2004
86e4ed39
DE
20052014-12-04 Doug Evans <dje@google.com>
2006
2007 * gdb.python/py-objfile.exp: Add tests for
2008 objfile.add_separate_debug_file.
2009
7c50a931
DE
20102014-12-04 Doug Evans <dje@google.com>
2011
2012 * lib/gdb.exp (get_build_id): New function.
2013 (build_id_debug_filename_get): Rewrite to use it.
2014 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2015
621661e3
MR
20162014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2017
2018 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2019 `method(long)', not just 0x0.
2020 * gdb.cp/nsalias.exp: Align code labels to 4.
2021 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2022 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2023 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2024 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2025 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2026 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2027
29f0c3b7
DE
20282014-12-02 Doug Evans <dje@google.com>
2029
e1e061e7 2030 PR symtab/17602
29f0c3b7 2031 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 2032 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
2033 * gdb.cp/anon-ns.exp: Update.
2034
162078c8
NB
20352014-12-02 Nick Bull <nicholaspbull@gmail.com>
2036
2037 * gdb.python/py-events.py (inferior_call_handler): New.
2038 (register_changed_handler, memory_changed_handler): New.
2039 (test_events.invoke): Register new handlers.
2040 * gdb.python/py-events.exp: Add tests for inferior call,
2041 memory_changed and register_changed events.
2042
fdb09caf
AA
20432014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2044
2045 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2046 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2047 if the linker doesn't understand this.
2048
55cfb2c4
SM
20492014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2050
2051 * gdb.python/python.exp: Change expected reply to help().
2052
9e8cd6df
YQ
20532014-12-01 Yao Qi <yao@codesourcery.com>
2054
2055 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2056 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2057 * configure: Re-generated.
2058
6c659fc2
SC
20592014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2060
2061 * gdb.cp/chained-calls.cc: New file.
2062 * gdb.cp/chained-calls.exp: New file.
2063 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2064
d7fc3181
SM
20652014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2066
2067 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2068 * gdb.dwarf2/symtab-producer.exp: Same.
2069 * gdb.gdb/python-interrupts.exp: Same.
2070 * gdb.gdb/python-selftest.exp: Same.
2071 * gdb.python/py-linetable.exp: Same.
2072 * gdb.python/py-type.exp: Same.
2073 * gdb.python/py-value-cc.exp: Same.
2074 * gdb.python/py-value.exp: Same.
2075
10e79639
YQ
20762014-11-28 Yao Qi <yao@codesourcery.com>
2077
2078 * gdb.base/break-probes.exp: Match library name prefixed with
2079 sysroot.
2080
f28a0564
SM
20812014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2082
2083 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2084 test expected output. Add parentheses for the call to print.
2085 Remove L suffix from integers.
2086
3fe1ce1d
DE
20872014-11-26 Doug Evans <dje@google.com>
2088
2089 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2090
84429e27
YQ
20912014-11-22 Yao Qi <yao@codesourcery.com>
2092
2093 * gdb.trace/entry-values.c: Remove asms.
2094 (foo): Add foo_label.
2095 (bar): Add bar_label.
2096 * gdb.trace/entry-values.exp: Remove code computing foo's
2097 length and bar's length.
2098 (Dwarf::assemble): Invoke function_range for bar and use
2099 MACRO_AT_func for foo.
2100
26741859
YQ
21012014-11-22 Yao Qi <yao@codesourcery.com>
2102
2103 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2104 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2105 Use .Lgcc43_procstart instead of gcc43.
2106
45e44d27
JB
21072014-11-21 Joel Brobecker <brobecker@adacore.com>
2108
2109 * gdb.ada/n_arr_bound: New testcase.
2110
458c8db8
SDJ
21112014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2112
2113 PR breakpoints/10737
2114 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2115 test_catch_syscall_multi_arch.
2116 (test_catch_syscall_multi_arch): New function.
2117
43f3e411
DE
21182014-11-20 Doug Evans <xdje42@gmail.com>
2119
2120 * gdb.base/maint.exp: Update expected output.
2121
0d7b2549
AA
21222014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2123
2124 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2125 4-byte instruction on S390.
2126
8908fca5
JB
21272014-11-19 Joel Brobecker <brobecker@adacore.com>
2128
2129 * gdb.ada/arr_arr: New testcase.
2130
4a46959e
JB
21312014-11-19 Joel Brobecker <brobecker@adacore.com>
2132
2133 * gdb.ada/pkd_arr_elem: New Testcase.
2134
470e2f4e
LM
21352014-11-18 Luis Machado <lgustavo@codesourcery.com>
2136
2137 * gdb.reverse/break-precsave: Expect completion message for
2138 core file reads.
2139 * gdb.reverse/consecutive-precsave.exp: Likewise.
2140 * gdb.reverse/finish-precsave.exp: Likewise.
2141 * gdb.reverse/i386-precsave.exp: Likewise.
2142 * gdb.reverse/machinestate-precsave.exp: Likewise.
2143 * gdb.reverse/sigall-precsave.exp: Likewise.
2144 * gdb.reverse/solib-precsave.exp: Likewise.
2145 * gdb.reverse/step-precsave.exp: Likewise.
2146 * gdb.reverse/until-precsave.exp: Likewise.
2147 * gdb.reverse/watch-precsave.exp: Likewise.
2148
a267f3ad
AA
21492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2150
2151 * gdb.base/bp-permanent.c: Include unistd.h.
2152 * gdb.python/py-framefilter-mi.c (main): Add return type.
2153 * gdb.python/py-framefilter.c (main): Likewise.
2154 * gdb.trace/actions-changed.c (main): Likewise.
2155
12084a9a
AA
21562014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2157
2158 * gdb.mi/until.c: Add eye-catchers.
2159 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2160 line numbers.
2161
dc7e1a77
AA
21622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2163
2164 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2165 function header variants in break1.c.
2166 * gdb.base/ena-dis-br.exp: Likewise.
2167 * gdb.base/hbreak2.exp: Likewise.
2168 * gdb.reverse/until-precsave.exp: Drop references to removed
2169 non-prototype function header variants in ur1.c.
2170 * gdb.reverse/until-reverse.exp: Likewise.
2171
41c77605
PM
21722014-11-17 Petr Machata <pmachata@redhat.com>
2173
2174 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2175 ${_cu_offset_size} bytes abbrev offset.
2176
34248c3a
DE
21772014-11-15 Doug Evans <xdje42@gmail.com>
2178
2179 PR symtab/17559
2180 * gdb.base/line-symtabs.exp: New file.
2181 * gdb.base/line-symtabs.c: New file.
2182 * gdb.base/line-symtabs.h: New file.
2183
646da059
YQ
21842014-11-14 Yao Qi <yao@codesourcery.com>
2185
2186 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2187 (func): Add label func_label.
2188 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2189 Replace low_pc and high_pc with MACRO_AT_range.
2190 Replace name, low_pc and high_pc with MACRO_AT_func.
2191
9301ebe6
YQ
21922014-11-14 Yao Qi <yao@codesourcery.com>
2193
2194 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2195 Replace name, low_pc and high_pc with MACRO_AT_func.
2196
f166b542
YQ
21972014-11-14 Yao Qi <yao@codesourcery.com>
2198
2199 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2200 produce debug information.
2201 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2202
0f6e71e3
YQ
22032014-11-14 Yao Qi <yao@codesourcery.com>
2204
2205 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2206 object and get function length.
2207 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2208 with MACRO_AT_func.
2209 (top-level): Replace gdb_compile and clean_restart with
2210 prepare_for_testing.
2211 * gdb.dwarf2/main.c (main): Add label main_label.
2212
876c4df9
YQ
22132014-11-14 Yao Qi <yao@codesourcery.com>
2214
2215 * lib/dwarf.exp (function_range): New procedure.
2216 (Dwarf::_handle_macro_at_func): New procedure.
2217 (Dwarf::_handle_macro_at_range): New procedure.
2218 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2219
02ad9cf1
YQ
22202014-11-14 Yao Qi <yao@codesourcery.com>
2221
2222 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2223 (_handle_attribute): New procedure.
2224
a59add0c
AA
22252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2226
2227 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2228 * gdb.base/call-sc.c (zed): Likewise.
2229 * gdb.base/checkpoint.c (main): Likewise.
2230 * gdb.base/dump.c (main): Likewise.
2231 * gdb.base/gcore.c (main): Likewise.
2232 * gdb.base/huge.c (main): Likewise.
2233 * gdb.base/multi-forks.c (main): Likewise.
2234 * gdb.base/pr10179-a.c (main): Likewise.
2235 * gdb.base/savedregs.c (main): Likewise.
2236 * gdb.base/sigaltstack.c (main): Likewise.
2237 * gdb.base/siginfo.c (main): Likewise.
2238 * gdb.base/structs.c (zed): Likewise.
2239 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2240 * gdb.mi/mi-syn-frame.c (main): Likewise.
2241 * gdb.mi/until.c (foo, main): Likewise.
2242 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2243 * gdb.base/solib-weak.c (foo): Declare.
2244 * gdb.base/attach-twice.c: Include stdio.h.
2245 * gdb.base/weaklib1.c: Likewise.
2246 * gdb.base/weaklib2.c: Likewise.
2247 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2248 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2249 unistd.h.
2250 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2251 * gdb.mi/mi-exit-code.c: Likewise.
2252 * gdb.base/break-interp-lib.c: Include string.h.
2253 * gdb.base/coremaker.c: Likewise.
2254 * gdb.base/testenv.c: Likewise.
2255 * gdb.python/py-finish-breakpoint.c: Likewise.
2256 * gdb.base/inferior-died.c: Include sys/wait.h.
2257 * gdb.base/fileio.c: Include time.h.
2258 * gdb.base/async-shell.c: Include unistd.h.
2259 * gdb.base/dprintf-non-stop.c: Likewise.
2260 * gdb.base/info-os.c: Likewise.
2261 * gdb.mi/mi-console.c: Likewise.
2262 * gdb.mi/watch-nonstop.c: Likewise.
2263 * gdb.python/py-events.c: Likewise.
2264 * gdb.base/async.c (baz): Move up before its invocation.
2265 * gdb.base/code_elim2.c (my_global_func): Likewise.
2266 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2267 * gdb.base/advance.c (func2): Likewise.
2268
3b5d5997
AA
22692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2270
2271 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2272 variant.
2273 * gdb.base/annota3.c: Likewise.
2274 * gdb.base/async.c: Likewise.
2275 * gdb.base/average.c: Likewise.
2276 * gdb.base/call-ar-st.c: Likewise.
2277 * gdb.base/call-rt-st.c: Likewise.
2278 * gdb.base/call-sc.c: Likewise.
2279 * gdb.base/call-strs.c: Likewise.
2280 * gdb.base/ending-run.c: Likewise.
2281 * gdb.base/execd-prog.c: Likewise.
2282 * gdb.base/exprs.c: Likewise.
2283 * gdb.base/foll-exec.c: Likewise.
2284 * gdb.base/foll-fork.c: Likewise.
2285 * gdb.base/foll-vfork.c: Likewise.
2286 * gdb.base/funcargs.c: Likewise.
2287 * gdb.base/gcore.c: Likewise.
2288 * gdb.base/jump.c: Likewise.
2289 * gdb.base/langs0.c: Likewise.
2290 * gdb.base/langs1.c: Likewise.
2291 * gdb.base/langs2.c: Likewise.
2292 * gdb.base/mips_pro.c: Likewise.
2293 * gdb.base/nodebug.c: Likewise.
2294 * gdb.base/opaque0.c: Likewise.
2295 * gdb.base/opaque1.c: Likewise.
2296 * gdb.base/recurse.c: Likewise.
2297 * gdb.base/run.c: Likewise.
2298 * gdb.base/scope0.c: Likewise.
2299 * gdb.base/scope1.c: Likewise.
2300 * gdb.base/setshow.c: Likewise.
2301 * gdb.base/setvar.c: Likewise.
2302 * gdb.base/shmain.c: Likewise.
2303 * gdb.base/shr1.c: Likewise.
2304 * gdb.base/shr2.c: Likewise.
2305 * gdb.base/sigall.c: Likewise.
2306 * gdb.base/signals.c: Likewise.
2307 * gdb.base/so-indr-cl.c: Likewise.
2308 * gdb.base/solib2.c: Likewise.
2309 * gdb.base/structs.c: Likewise.
2310 * gdb.base/sum.c: Likewise.
2311 * gdb.base/vforked-prog.c: Likewise.
2312 * gdb.base/watchpoint.c: Likewise.
2313 * gdb.reverse/shr2.c: Likewise.
2314 * gdb.reverse/until-reverse.c: Likewise.
2315 * gdb.reverse/ur1.c: Likewise.
2316 * gdb.reverse/watch-reverse.c: Likewise.
2317
066a77c5
AA
23182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2319
2320 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2321 variant.
2322 * gdb.base/sepdebug.exp: Drop references to removed code.
2323
4f204ea5
AA
23242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2325
2326 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2327 variant. Preserve original line numbering.
2328 * gdb.base/list1.c: Likewise.
2329
3b377a3a
AA
23302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2331
2332 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2333 variant.
2334 * gdb.base/break1.c: Likewise.
2335 * gdb.base/break.exp: Drop references to removed code.
2336
e444df73
AA
23372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2338
2339 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2340 variant.
2341
8008f2a7
AA
23422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2343
2344 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2345
a5a06887
AA
23462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2347
2348 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2349 logic into perform_all_tests() and invoke it with and without
2350 function header prototypes.
2351 (do_function_calls): Remove conditional XFAIL for PR 5318.
2352 (rerun_and_prepare): Remove duplicate code.
2353 (perform_all_tests): New. Main logic moved here.
2354
44dba9b9
AA
23552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2356
2357 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2358 code guarded by #ifdef NO_PROTOTYPES.
2359 (t_double_many_args): Likewise.
2360 (DEF_FUNC_MANY_ARGS_1): Likewise.
2361 (DEF_FUNC_VALUES_1): Likewise.
2362 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2363 guarded by #ifdef PROTOTYPES.
2364
d1fbcd56
AA
23652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2366
2367 * gdb.mi/mi-console.c: Add eye-catcher.
2368 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2369 instead of literal line number.
2370
b0e59b8f
AA
23712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2372
2373 * gdb.base/shr2.c: Add eye-catcher.
2374 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2375 line number.
2376
78f98cca
AA
23772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2378
2379 * gdb.base/jump.c: Add eye-catchers.
2380 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2381 numbers.
2382
58fa2af0
AA
23832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2384
2385 * gdb.base/execd-prog.c: Add eye-catchers.
2386 * gdb.base/foll-exec.c: Likewise.
2387 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2388 line numbers.
2389
04e5059b
AA
23902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2391
2392 * gdb.base/ending-run.c: Add eye-catchers.
2393 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2394 literal line numbers.
2395
dbfdb174
AA
23962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2397
2398 * gdb.base/call-rt-st.c: Add eye-catchers.
2399 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2400 literal line numbers.
2401
888a2ade
AA
24022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2403
2404 * gdb.base/call-ar-st.c: Add eye-catchers.
2405 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2406 literal line numbers.
2407
6acc2dde
AA
24082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2409
2410 * gdb.base/average.c: Add eye-catchers.
2411 * gdb.base/sum.c: Likewise.
2412 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2413 regexps dynamically.
2414
9ecfcd1d
AA
24152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2416
2417 * gdb.base/solib1.c: Add eye-catchers.
2418 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2419 literal line numbers.
2420
78708b7c
PA
24212014-11-12 Pedro Alves <palves@redhat.com>
2422
2423 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2424 leader has exited.
2425
af48d08f
PA
24262014-11-12 Pedro Alves <palves@redhat.com>
2427
2428 * gdb.arch/i386-bp_permanent.c: New file.
2429 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2430 (srcfile): Set to i386-bp_permanent.c.
2431 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2432 that stepi does not execute the 'leave' instruction, instead of
2433 testing it does execute.
2434 * gdb.base/bp-permanent.c: New file.
2435 * gdb.base/bp-permanent.exp: New file.
2436
af3768e9
DE
24372014-11-10 Doug Evans <xdje42@gmail.com>
2438
2439 PR symtab/17564
2440 * gdb.base/symtab-search-order.exp: New file.
2441 * gdb.base/symtab-search-order.c: New file.
2442 * gdb.base/symtab-search-order-1.c: New file.
2443 * gdb.base/symtab-search-order-shlib-1.c: New file.
2444
9de00a4a
PA
24452014-11-07 Pedro Alves <palves@redhat.com>
2446
2447 PR gdb/17511
2448 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2449 i?86-*-linux*.
2450
e0f52461
SC
24512014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2452
2453 PR c++/17494
2454 * gdb.cp/pr17494.cc: New file.
2455 * gdb.cp/pr17494.exp: New file.
2456
6ce8c980
YQ
24572014-11-02 Yao Qi <yao@codesourcery.com>
2458
2459 * gdb.python/python.exp: Get working directory and match the
2460 output of "set extended-prompt \\w " with it.
2461
02be9a71
DE
24622014-10-30 Doug Evans <dje@google.com>
2463
2464 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2465 in objfiles.
2466 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2467 in progspaces.
2468
3bdff46b
LM
24692014-10-30 Janis Johnson <janisjo@codesourcery.com>
2470
2471 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2472 * gdb.base/realname-expand.exp: Likewise.
2473 * gdb.linespec/macro-relative.exp: Likewise.
2474
ab917dfb
PA
24752014-10-29 Pedro Alves <palves@redhat.com>
2476
2477 PR gdb/17408
2478 * gdb.threads/schedlock.c (some_function): New function.
2479 (call_function): New global.
2480 (MAYBE_CALL_SOME_FUNCTION): New macro.
2481 (thread_function): Call it.
2482 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2483 and use it instead of a global counter. Adjust all callers.
2484 (get_current_thread): Use "find current thread" for test message
2485 here rather than having all callers pass down the same string.
2486 (goto_loop): New procedure, factored out from ...
2487 (my_continue): ... this.
2488 (step_ten_loops): Change parameter from test message to command to
2489 use. Adjust.
2490 (list_count): Delete global.
2491 (check_result): New procedure, factored out from duplicate top
2492 level code.
2493 (continue tests): Wrap in with_test_prefix.
2494 (test_step): New procedure, factored out from duplicate top level
2495 code.
2496 (top level): Test "step" in combination with all scheduler-locking
2497 modes. Test "next" in combination with all scheduler-locking
2498 modes, and in combination with stepping over a function call or
2499 not.
2500 * gdb.threads/next-bp-other-thread.c: New file.
2501 * gdb.threads/next-bp-other-thread.exp: New file.
2502
d3d4baed
PA
25032014-10-29 Pedro Alves <palves@redhat.com>
2504
2505 PR python/17372
2506 * gdb.python/python.exp: Test a multi-line command that spawns
2507 interactive Python.
2508 * gdb.base/multi-line-starts-subshell.exp: New file.
2509
563e8d85
YQ
25102014-10-29 Yao Qi <yao@codesourcery.com>
2511
2512 * gdb.base/fileio.exp: Make directories on host.
2513
0ea4d52e
YQ
25142014-10-29 Yao Qi <yao@codesourcery.com>
2515
2516 * gdb.base/fileio.c (test_write): Close the file.
2517
7f5ef605
PA
25182014-10-28 Pedro Alves <palves@redhat.com>
2519
2520 PR gdb/12623
2521 * gdb.base/sigstep.c (no_handler): New global.
2522 (main): If 'no_handler is true, set the signal handlers to
2523 SIG_IGN.
2524 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2525 with_sw_watch and no_handler parameters. Handle them.
2526 (top level) <stepping over handler when stopped at a breakpoint
2527 test>: Add a test axis for testing with a software watchpoint, and
2528 another for testing with the signal handler set to SIG_IGN.
2529 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2530 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2531
abbdbd03
PA
25322014-10-28 Pedro Alves <palves@redhat.com>
2533
2534 PR gdb/17511
2535 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2536 * gdb.base/sigstep.exp (other_handler_location): New global.
2537 (advance): Support stepping into the signal handler, and running
2538 commands while in the handler.
2539 (in_handler_map): New global.
2540 (top level): In the advance test, add combinations for getting
2541 into the handler with stepping commands, and for running commands
2542 in the handler. Add comment descripting the advancei tests.
2543
1df4399f
PA
25442014-10-28 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.base/sigstep.exp: Use build_executable instead of
2547 prepare_for_testing.
2548 (top level): Move code that starts GDB, runs to main and creates a
2549 display to ...
2550 (restart): ... this new procedure.
2551 (top level): Move backtrace from signal handler test to ...
2552 (validate_backtrace): ... this new procedure.
2553 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2554 with_test_prefix. Always restart GDB.
2555 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2556 with_test_prefix. Always restart GDB. No need to delete
2557 breakpoints after the test.
2558 (test_skip_handler): Remove prefix parameter.
2559 (skip_over_handler, breakpoint_to_handler)
2560 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2561 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2562 restart GDB. No need to delete breakpoints after the test.
2563 (top level): Use foreach to call the test procedures with
2564 different commands.
2565
a5b6e449
PA
25662014-10-28 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2569 instead of GNATS numbers.
2570 * gdb.base/sigbpt.exp: Likewise.
2571 * gdb.base/siginfo.exp: Likewise.
2572 * gdb.base/sigstep.exp: Likewise.
2573
e5f8a7cc
PA
25742014-10-27 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.base/sigstep.c (dummy): New global.
2577 (main): Issue a couple writes to the new global.
2578 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2579 procedures.
2580 (skip_over_handler): Use test_skip_handler.
2581 (top level): Call skip_over_handler for stepi and nexti too.
2582 (breakpoint_over_handler): Use test_skip_handler.
2583 (top level): Call breakpoint_over_handler for stepi and nexti too.
2584
763905a3
YQ
25852014-10-27 Yao Qi <yao@codesourcery.com>
2586
2587 * gdb.trace/tfile.c (adjust_function_address)
2588 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2589 function descriptor.
2590
6f259a23
DB
25912014-10-24 Don Breazeal <donb@codesourcery.com>
2592
2593 * gdb.base/foll-fork.exp (test_follow_fork,
2594 catch_fork_child_follow): Check for updated fork messages emitted
2595 from infrun.c.
2596 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2597 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2598 vfork_and_exec_child_follow_through_step): Check for updated vfork
2599 messages emitted from infrun.c.
2600
09dd9a69
PA
26012014-10-24 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/corefile.exp: Remove references to ultrix.
2604 * gdb.base/interrupt.exp: Likewise.
2605 * gdb.base/whatis.exp: Likewise.
2606 * gdb.gdb/selftest.exp: Likewise.
2607 * gdb.threads/manythreads.exp: Likewise.
2608 * gdb.threads/print-threads.exp: Likewise.
2609 * gdb.threads/pthreads.exp:: Likewise.
2610 * gdb.threads/schedlock.exp: Likewise.
2611
3433cfa5
SC
26122014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2613
2614 * gdb.cp/non-trivial-retval.cc: Add a test case.
2615 * gdb.cp/non-trivial-retval.exp: Add a test.
2616
092f880b
YQ
26172014-10-20 Yao Qi <yao@codesourcery.com>
2618
2619 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2620 * gdb.python/py-objfile-script-gdb.py: New file.
2621 * gdb.python/py-objfile-script.exp: Update reference to
2622 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2623 of remote_download. Remove the dest file.
2624
acbdb7f3
YQ
26252014-10-20 Yao Qi <yao@codesourcery.com>
2626
2627 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2628 * gdb.base/step-line.exp: Likewise.
2629 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2630 * gdb.dwarf2/dw2-basic.exp: Likewise.
2631 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2632 * gdb.dwarf2/dw2-filename.exp: Likewise.
2633 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2634 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2635 * gdb.dwarf2/dw2-producer.exp: Likewise.
2636 * gdb.dwarf2/mac-fileno.exp: Likewise.
2637 * gdb.python/py-frame-args.exp: Likewise.
2638 * gdb.python/py-framefilter.exp: Likewise.
2639 * gdb.python/py-mi.exp: Likewise.
2640 * gdb.python/py-objfile-script.exp: Likewise
2641 * gdb.python/py-pp-integral.exp: Likewise.
2642 * gdb.python/py-pp-re-notag.exp: Likewise.
2643 * gdb.python/py-prettyprint.exp: Likewise.
2644 * gdb.python/py-section-script.exp: Likewise.
2645 * gdb.python/py-typeprint.exp: Likewise.
2646 * gdb.python/py-xmethods.exp: Likewise.
2647 * gdb.stabs/weird.exp: Likewise.
2648 * gdb.xml/tdesc-regs.exp: Likewise.
2649
bd286a29
KCY
26502014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2651
2652 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2653 (out_cu): Use addr_len for the size of addresses.
2654 (out_line): Likewise. Size DW_LNE_set_address instruction
2655 according to addr_len.
2656 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2657 (FUNC): Add START_INSNS to definition.
2658
673dc4a0
YQ
26592014-10-18 Yao Qi <yao@codesourcery.com>
2660
2661 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2662 gdb_has_argv0 return true.
2663 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2664 check [target_info exists noargs], check [gdb_has_argv0]
2665 instead.
2666 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2667 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2668 procedures.
2669
4ffbba72
DE
26702014-10-17 Doug Evans <dje@google.com>
2671
2672 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2673 event.
2674 * gdb.python/py-events.py: Add clear_objfiles event.
2675
d096d8c1
DE
26762014-10-17 Doug Evans <dje@google.com>
2677
2678 * gdb.python/py-objfile.exp: Test progspace attribute.
2679
a80db015
LM
26802014-10-17 Luis Machado <lgustavo@codesourcery.com>
2681
2682 * gdb.guile/scm-breakpoint.exp: Do not assume any
2683 directory separators when matching source file paths.
2684 * gdb.python/py-breakpoint.exp: Likewise.
2685 * gdb.reverse/break-precsave.exp: Likewise.
2686 * gdb.reverse/break-reverse.exp: Likewise.
2687 * gdb.reverse/consecutive-precsave.exp: Likewise.
2688 * gdb.reverse/finish-precsave.exp: Likewise.
2689 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2690 * gdb.reverse/finish-reverse.exp: Likewise.
2691 * gdb.reverse/i386-precsave.exp: Likewise.
2692 * gdb.reverse/i387-env-reverse.exp: Likewise.
2693 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2694 * gdb.reverse/machinestate-precsave.exp: Likewise.
2695 * gdb.reverse/machinestate.exp: Likewise.
2696 * gdb.reverse/sigall-precsave.exp: Likewise.
2697 * gdb.reverse/solib-precsave.exp: Likewise.
2698 * gdb.reverse/step-precsave.exp: Likewise.
2699 * gdb.reverse/until-precsave.exp: Likewise.
2700 * gdb.reverse/watch-precsave.exp: Likewise.
2701 * gdb.reverse/watch-reverse.exp: Likewise.
2702
b22089ab
YQ
27032014-10-17 Yao Qi <yao@codesourcery.com>
2704
2705 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2706 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2707
6c4486e6
PA
27082014-10-17 Pedro Alves <palves@redhat.com>
2709
2710 PR gdb/17471
2711 * gdb.base/bg-execution-repeat.c: New file.
2712 * gdb.base/bg-execution-repeat.exp: New file.
2713
0ff33695
PA
27142014-10-17 Pedro Alves <palves@redhat.com>
2715
2716 PR gdb/17300
2717 * gdb.base/continue-all-already-running.c: New file.
2718 * gdb.base/continue-all-already-running.exp: New file.
2719
6fdebc3d
PA
27202014-10-17 Pedro Alves <palves@redhat.com>
2721
2722 PR gdb/17472
2723 * gdb.base/annota-input-while-running.c: New file.
2724 * gdb.base/annota-input-while-running.exp: New file.
2725
32a8097b
PA
27262014-10-17 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.base/callfuncs.exp: emove references to osf.
2729 * gdb.base/sigall.exp: Likewise.
2730 * gdb.gdb/selftest.exp: Likewise.
2731 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2732 * gdb.mi/non-stop.c: Likewise.
2733 * gdb.mi/pthreads.c: Likewise.
2734 * gdb.reverse/sigall-precsave.exp: Likewise.
2735 * gdb.reverse/sigall-reverse.exp: Likewise.
2736 * gdb.threads/pthreads.c: Likewise.
2737 * gdb.threads/pthreads.exp: Likewise.
2738
7a3517ff
YQ
27392014-10-17 Yao Qi <yao@codesourcery.com>
2740
2741 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2742 check 'target_info exists noargs'.
2743 (test_command_prompt_position): Likewise.
2744 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2745 Remove "set args".
2746 (progvar_simple_while_test): Likewise.
2747 (progvar_complex_if_while_test): Likewise.
2748 (if_while_breakpoint_command_test): Likewise.
2749 (infrun_breakpoint_command_test): Likewise.
2750 (breakpoint_command_test): Likewise.
2751 (watchpoint_command_test): Likewise.
2752 (bp_deleted_in_command_test): Likewise.
2753 (temporary_breakpoint_commands): Likewise.
2754
bb99c472
YQ
27552014-10-16 Yao Qi <yao@codesourcery.com>
2756
2757 * gdb.base/remotetimeout.exp: Remove noargs checking.
2758
7c16b83e
PA
27592014-10-15 Pedro Alves <palves@redhat.com>
2760
2761 PR breakpoints/9649
2762 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2763 * gdb.base/breakpoint-in-ro-region.exp
2764 (probe_target_hardware_step): New procedure.
2765 (top level): Probe hardware stepping and hardware breakpoint
2766 support. Test stepping through a read-only region, with both
2767 "breakpoint auto-hw" on and off and both "always-inserted" on and
2768 off.
2769
35a49624
IB
27702014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2771
2772 * gdb.dlang/demangle.exp: Update for demangling changes.
2773
2d1c107c
SC
27742014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2775
2776 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2777 * gdb.cp/non-trivial-retval.exp: Add new tests.
2778
778811d5
SC
27792014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2780
2781 PR c++/13403
2782 PR c++/15154
2783 * gdb.cp/non-trivial-retval.cc: New file.
2784 * gdb.cp/non-trivial-retval.exp: New file.
2785
10c5f0a8
YQ
27862014-10-15 Yao Qi <yao@codesourcery.com>
2787
2788 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2789 remote host.
2790
65d7b369
YQ
27912014-10-15 Yao Qi <yao@codesourcery.com>
2792
2793 * gdb.python/py-symbol.exp: Match file base name if host is
2794 remote, otherwise match file name with dir name.
2795 * gdb.python/py-symtab.exp: Likewise.
2796 * gdb.python/python.exp: Likewise.
2797
46dc1394
YQ
27982014-10-15 Yao Qi <yao@codesourcery.com>
2799
2800 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2801 pattern.
2802 * gdb.python/py-symtab.exp: Likewise.
2803 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2804 locationn.
2805
c40cc657
JB
28062014-10-14 Joel Brobecker <brobecker@adacore.com>
2807
2808 * gdb.ada/addr_arith: New testcase.
2809
2abf49e1
MR
28102014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2811
2812 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2813 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2814 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2815 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2816
f7088df3
SDJ
28172014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2818
2819 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2820 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2821 * gdb.arch/stap-eval-lang-ada.exp: New file.
2822
4dc06805
YQ
28232014-10-14 Yao Qi <yao@codesourcery.com>
2824
2825 * gdb.mi/mi-var-child.c (nothing1): New function.
2826 (nothing2): New function.
2827 (do_children_tests): Set function pointers by nothing1 and
2828 nothing2.
2829 * gdb.mi/mi-var-child.exp: Step over new added statements.
2830 Update test to match the new output.
2831 * gdb.mi/var-cmd.c (nothing1): New function.
2832 (nothing2): New function.
2833 (do_children_tests): Set function pointers by nothing1 and
2834 nothing2.
2835 * gdb.mi/mi-var-display.exp: Update test to match output.
2836 Step to the line specified by $line_dct_nothing.
2837 Increase the number of lines to step.
2838
46a93de2
YQ
28392014-10-14 Yao Qi <yao@codesourcery.com>
2840
2841 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2842 tests.
2843 * gdb.mi/mi2-var-child.exp: Likewise.
2844
14ea52ee
DE
28452014-10-13 Doug Evans <dje@google.com>
2846
2847 * gdb.python/py-objfile.exp: Change name of file name test.
2848
e5c6e92b
DE
28492014-10-13 Doug Evans <dje@google.com>
2850
2851 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2852 from the start of the CU.
2853
c780cc2f
JK
28542014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2855 Yao Qi <yao@codesourcery.com>
2856
2857 Fix "save breakpoints" for "catch" command.
2858 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2859 Remove -nonewline. Match also the added "main" line.
2860
99894e11
JK
28612014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 Fix "save breakpoints" for "disable $bpnum" command.
2864 * gdb.base/save-bp.c (main): Add label.
2865 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2866
6e1ac5a3
JK
28672014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2868
2869 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2870
754dd2b0
YQ
28712014-10-11 Yao Qi <yao@codesourcery.com>
2872
2873 * gdb.server/server-kill.exp: Execute command
2874 "set remote trace-status-packet on" before "tstatus".
2875
f90183d7
YQ
28762014-10-11 Yao Qi <yao@codesourcery.com>
2877
2878 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2879 (main): Call getppid.
2880 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2881 and continue to it. Read variable "server_pid".
2882
bf40a607
YQ
28832014-10-11 Yao Qi <yao@codesourcery.com>
2884
2885 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2886
052ca370
YQ
28872014-10-11 Yao Qi <yao@codesourcery.com>
2888
2889 * gdb.threads/thread-find.exp: Don't execute command
2890 "info threads".
2891 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2892 * gdb.threads/linux-dp.exp: Don't check the condition
2893 $threads_created equals to zero.
2894
3831839c
PA
28952014-10-10 Pedro Alves <palves@redhat.com>
2896
2897 * gdb.base/bigcore.exp: Remove references to IRIX.
2898 * gdb.base/funcargs.exp: Likewise.
2899 * gdb.base/interrupt.exp: Likewise.
2900 * gdb.base/mips_pro.exp: Likewise.
2901 * gdb.base/nodebug.exp: Likewise.
2902 * gdb.base/setvar.exp: Likewise.
2903 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2904
8b9a549d
PA
29052014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2906 Pedro Alves <palves@redhat.com>
2907
2908 PR symtab/14466
2909 * gdb.base/vdso-warning.c: New file.
2910 * gdb.base/vdso-warning.exp: New file.
2911
d48ba5e8
DE
29122014-10-02 Doug Evans <dje@google.com>
2913
2914 * gdb.base/structs.c (main): Don't run forever.
2915
2278c276
PA
29162014-10-02 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2919 (top level) <stop threads 1, stop threads 2>: Use it.
2920
b57bacec
PA
29212014-10-02 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.threads/break-while-running.exp (test): Add new
2924 'update_thread_list' argument. Skip "info threads" if false.
2925 (top level): Add new 'update_thread_list' axis.
2926
13fd3ff3
PA
29272014-10-02 Pedro Alves <palves@redhat.com>
2928
2929 PR breakpoints/17431
2930 * gdb.base/execl-update-breakpoints.c: New file.
2931 * gdb.base/execl-update-breakpoints.exp: New file.
2932
0fec99e8
PA
29332014-10-01 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/breakpoint-in-ro-region.c: New file.
2936 * gdb.base/breakpoint-in-ro-region.exp: New file.
2937
2ddf4301
SM
29382014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2939
2940 * gdb.mi/mi-exit-code.exp: New file.
2941 * gdb.mi/mi-exit-code.c: New file.
2942
6a5f3f43
YQ
29432014-09-30 Yao Qi <yao@codesourcery.com>
2944
2945 * lib/prelink-support.exp (build_executable_own_libs): Error if
2946 the target isn't native.
2947
345bcc73
YQ
29482014-09-30 Yao Qi <yao@codesourcery.com>
2949
2950 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2951 false.
2952
a25a5a45
PA
29532014-09-22 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.threads/break-while-running.exp: New file.
2956 * gdb.threads/break-while-running.c: New file.
2957
00ba3162
YQ
29582014-09-19 Yao Qi <yao@codesourcery.com>
2959
2960 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2961 Invoke test. Restart GDB with --readnow and invoke test again.
2962
c3b7b696
YQ
29632014-09-19 Yao Qi <yao@codesourcery.com>
2964
2965 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2966 proc set_breakpoint_on_gcd_function. Invoke
2967 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2968 invoke set_breakpoint_on_gcd_function again.
2969
2b4fd423
DE
29702014-09-18 Doug Evans <dje@google.com>
2971
2972 * gdb.dwarf2/symtab-producer.exp: New file.
2973
a5947601
SDJ
29742014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2975
2976 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2977 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2978 * gdb.base/global-var-nested-by-dso.c: Likewise.
2979 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2980
91c19059
SDJ
29812014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2982 Pedro Alves <palves@redhat.com>
2983
2984 * gdb.base/watch-bitfields.exp: Pass string other than test file
2985 name to prepare_for_testing.
2986 (watch): New procedure.
2987 (expect_watchpoint): Use with_test_prefix.
2988 (top level): Factor out tests to ...
2989 (test_watch_location, test_regular_watch): ... these new
2990 procedures, and use with_test_prefix and gdb_continue_to_end.
2991
bb9d5f81
PP
29922014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2993
2994 PR breakpoints/12526
2995 * gdb.base/watch-bitfields.exp: New file.
2996 * gdb.base/watch-bitfields.c: New file.
2997
635856f5
PA
29982014-09-16 Pedro Alves <palves@redhat.com>
2999
3000 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3001 software and hardware addresses, not software address against
3002 itself.
3003
7280ceea
PA
30042014-09-16 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3007 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3008
428b16bd
PA
30092014-09-16 Pedro Alves <palves@redhat.com>
3010
3011 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3012 files.
3013 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3014 "*-*-vxworks*" throughout.
3015 * gdb.base/break.exp: Likewise.
3016 * gdb.base/default.exp: Likewise.
3017 * gdb.base/scope.exp: Likewise.
3018 * gdb.base/sepdebug.exp: Likewise.
3019 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3020 throughout.
3021 * gdb.base/run.c: Likewise.
3022 * gdb.base/sepdebug.c: Likewise.
3023 * gdb.hp/gdb.aCC/run.c: Likewise.
3024 * gdb.reverse/until-reverse.c: Likewise.
3025 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3026
666d413c
YQ
30272014-09-16 Yao Qi <yao@codesourcery.com>
3028
3029 * boards/local-remote-host-native.exp: New file.
3030
57cbd724
DE
30312014-09-14 Doug Evans <xdje42@gmail.com>
3032
3033 * gdb.threads/queue-signal.c (thread_count): New variable.
3034 (thread_count_mutex, thread_count_condvar): New variables.
3035 (incr_thread_count, wait_all_threads_running): New functions.
3036 (main): Wait for all threads to be in their thread functions.
3037
81219e53
DE
30382014-09-13 Doug Evans <xdje42@gmail.com>
3039
3040 * gdb.threads/queue-signal.c: New file.
3041 * gdb.threads/queue-signal.exp: New file.
3042
3714cea7
DE
30432014-09-13 Doug Evans <xdje42@gmail.com>
3044
3045 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3046 be consistent with what default_gdb_init uses.
3047 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3048 the plain text of the prompt. Add some logging printfs.
3049 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3050
fa43b1d7
PA
30512014-09-12 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3054 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3055 * gdb.arch/i386-size-overlap.exp: Likewise.
3056 * gdb.arch/i386-size.exp: Likewise.
3057 * gdb.arch/i386-unwind.exp: Likewise.
3058 * gdb.base/a2-run.exp: Likewise.
3059 * gdb.base/break.exp: Likewise.
3060 * gdb.base/charset.exp: Likewise.
3061 * gdb.base/chng-syms.exp: Likewise.
3062 * gdb.base/commands.exp: Likewise.
3063 * gdb.base/dbx.exp: Likewise.
3064 * gdb.base/find.exp: Likewise.
3065 * gdb.base/funcargs.exp: Likewise.
3066 * gdb.base/jit-simple.exp: Likewise.
3067 * gdb.base/reread.exp: Likewise.
3068 * gdb.base/sepdebug.exp: Likewise.
3069 * gdb.base/step-bt.exp: Likewise.
3070 * gdb.cp/mb-inline.exp: Likewise.
3071 * gdb.cp/mb-templates.exp: Likewise.
3072 * gdb.objc/basicclass.exp: Likewise.
3073 * gdb.threads/killed.exp: Likewise.
3074
9d9bf2df
EBM
30752014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3076
3077 PR tdep/17379
3078 * gdb.arch/powerpc-stackless.S: New file.
3079 * gdb.arch/powerpc-stackless.exp: New file.
3080
1cf2f1b0
JK
30812014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3082
3083 * gdb.base/attach.c: Include unistd.h.
3084 (main): Call alarm. Add label postloop.
3085 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3086 gdb_breakpoint, gdb_continue_to_breakpoint.
3087 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3088
98880d46
PA
30892014-09-11 Pedro Alves <palves@redhat.com>
3090
3091 PR gdb/17347
3092 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3093 * gdb.base/attach.exp (test_command_line_attach_run): New
3094 procedure.
3095 (top level): Call it.
3096
4c92ff2c
PA
30972014-09-11 Pedro Alves <palves@redhat.com>
3098
3099 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3100 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3101 (do_command_attach_tests): Use spawn_wait_for_attach.
3102 * gdb.base/solib-overlap.exp: Likewise.
3103 * gdb.multi/multi-attach.exp: Likewise.
3104 * gdb.python/py-prompt.exp: Likewise.
3105 * gdb.python/py-sync-interp.exp: Likewise.
3106 * gdb.server/ext-attach.exp: Likewise.
3107
3adc1a7d
GKB
31082014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3109
3110 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3111 command in testcase. Simplify testcase.
3112
96334934
JB
31132014-09-10 Joel Brobecker <brobecker@adacore.com>
3114
3115 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3116
eb479039
JB
31172014-09-10 Joel Brobecker <brobecker@adacore.com>
3118
3119 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3120
deede10c
JB
31212014-09-10 Joel Brobecker <brobecker@adacore.com>
3122
3123 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3124
7828a5f5
JB
31252014-09-10 Joel Brobecker <brobecker@adacore.com>
3126
3127 * gdb.dwarf2/dynarr-ptr.c: New file.
3128 * gdb.dwarf2/dynarr-ptr.exp: New file.
3129
33aeebcf
MR
31302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3131
3132 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3133 of 30 rather than hardcoding 120 for a slow test case. Take the
3134 `gdb,timeout' target setting into account for this calculation.
3135 Don't extend the timeout for the test cases that don't need it.
3136
7b415901
MR
31372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3138
3139 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3140 a factor of 2 for a slow test case. Take the `gdb,timeout'
3141 target setting into account for this calculation.
3142 * gdb.reverse/until-precsave.exp: Increase the timeout by
3143 a factor of 15 and 3 respectively rather than adding 120
3144 for a pair of slow test cases. Take the `gdb,timeout'
3145 target setting into account for this calculation.
3146
4a40f85a
MR
31472014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3148
3149 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3150 timeout, don't pass one down to gdb_expect.
3151 (gdb_expect): Rework timeout selection.
3152
09635af7
MR
31532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3154
3155 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3156 exception on timeout.
3157 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3158 (gdbserver_start_extended): Catch any `gdbserver_start' error
3159 exceptions.
3160 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3161 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3162 `gdbserver_gdb_load' error exceptions.
3163
2bdd10b7
MR
31642014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3165
3166 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3167 120 on waiting for the TCP socket to open.
3168
316935f0
DE
31692014-09-09 Doug Evans <xdje42@gmail.com>
3170
3171 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3172 _caller_matches, _any_caller_is, _any_caller_matches.
3173
83740597
DE
31742014-09-09 Doug Evans <xdje42@gmail.com>
3175
3176 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3177
4c122fc3
YQ
31782014-09-09 Yao Qi <yao@codesourcery.com>
3179
3180 * gdb.mi/mi-var-display.exp: Set print symbol off.
3181
a9f116cb
GKB
31822014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3183
3184 PR gdb/17035
3185 * gdb.base/commands.exp: Add tests to verify user-defined
3186 commands with empty bodies.
3187 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3188 python commands in `show user command`.
3189 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3190 scheme commands in `show user command`.
3191
c75bd3a2
JK
31922014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3193
3194 PR python/17355
3195 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3196 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3197 * gdb.python/py-framefilter-invalidarg.exp: New file.
3198 * gdb.python/py-framefilter-invalidarg.py: New file.
3199
faa42425
DE
32002014-09-06 Doug Evans <xdje42@gmail.com>
3201
3202 PR 15276
3203 * gdb.python/py-caller-is.c: New file.
3204 * gdb.python/py-caller-is.exp: New file.
3205
474ca4f6
SDJ
32062014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3207
3208 PR gdb/17235
3209 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3210 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3211
eb0b0463
SDJ
32122014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3213
3214 PR fortran/17237
3215 * gdb.fortran/print-formatted.exp: New file.
3216 * gdb.fortran/print-formatted.f90: Likewise.
3217
5f3b99cf
SS
32182014-09-03 Sasha Smundak <asmundak@google.com>
3219
3220 * gdb.python/py-frame.exp: Test Frame.read_register.
3221
7d793aa9
SDJ
32222014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3223
3224 PR python/16699
3225 * gdb.python/py-completion.exp: New file.
3226 * gdb.python/py-completion.py: Likewise.
3227
fb0576e9
DE
32282014-08-28 Doug Evans <dje@google.com>
3229
3230 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3231 eax,etc. are live with values set by gdb and thus the compiler can't
3232 use them.
3233 * gdb.arch/i386-pseudo.c (main): Ditto.
3234
ee92b0dd
DE
32352014-08-27 Doug Evans <dje@google.com>
3236
3237 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3238
6649db35
DE
32392014-08-25 Doug Evans <dje@google.com>
3240
3241 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3242 (main): Ditto.
3243
564b7600
DE
32442014-08-25 Doug Evans <dje@google.com>
3245
3246 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3247
3881fb67
YQ
32482014-08-24 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3251 symbol off.
3252 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3253
a05a36a5
DE
32542014-08-22 Doug Evans <dje@google.com>
3255
3256 PR 17276
3257 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3258 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3259 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3260
7c343b48
YQ
32612014-08-22 Yao Qi <yao@codesourcery.com>
3262
3263 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3264 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3265 * gdb.python/python.exp: Likewise. Use .py file on the host
3266 instead of the build.
3267
22fd09ae
JK
32682014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3269
3270 * gdb.threads/gcore-stale-thread.c: New file.
3271 * gdb.threads/gcore-stale-thread.exp: New file.
3272
a8454a7c
PA
32732014-08-21 Pedro Alves <palves@redhat.com>
3274
3275 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3276 * gdb.base/gcore-relro-pie.exp: Likewise.
3277 * gdb.base/gcore-relro.exp: Likewise.
3278 * gdb.base/gcore.exp: Likewise.
3279 * gdb.base/print-symbol-loading.exp: Likewise.
3280 * gdb.threads/gcore-thread.exp: Likewise.
3281 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3282
2a31c623
PA
32832014-08-20 Pedro Alves <palves@redhat.com>
3284 Jan Kratochvil <jan.kratochvil@redhat.com>
3285
3286 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3287 configure.
3288 (EXPECT): Handle READ1 being set.
3289 (all): Depend on EXTRA_RULES.
3290 (check-read1, expect-read1, read1.so, read1): New rules.
3291 * README (Testsuite Parameters): Document the READ1 make variable.
3292 (Race detection): New section.
3293 * configure: Regenerate.
3294 * configure.ac: If build==host==target, and running under a
3295 GNU/glibc system, add read1 to the extra Makefile rules.
3296 (EXTRA_RULES): AC_SUBST it.
3297 * lib/read1.c: New file.
3298
d36430db
JB
32992014-08-20 Joel Brobecker <brobecker@adacore.com>
3300
3301 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3302 the handling of variables declared as a typedef to an array
3303 which a DW_AT_data_location attribute.
3304
9a0dc9e3
PA
33052014-08-19 Andrew Burgess <aburgess@broadcom.com>
3306 Pedro Alves <palves@redhat.com>
3307
3308 PR symtab/14604
3309 PR symtab/14605
3310 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3311 gdb_test.
3312
0718a8da
PA
33132014-08-19 Pedro Alves <palves@redhat.com>
3314
3315 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3316
13b448cd
YQ
33172014-08-19 Yao Qi <yao@codesourcery.com>
3318
3319 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3320 right line.
3321
1cbf5077
DB
33222014-08-18 David Blaikie <dblaikie@gmail.com>
3323
3324 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3325
bf0fae19
JB
33262014-08-18 Joel Brobecker <brobecker@adacore.com>
3327
3328 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3329 attribute in array range.
3330
3c8c5dcc
JB
33312014-08-18 Joel Brobecker <brobecker@adacore.com>
3332
3333 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3334
e66d4446
SC
33352014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3336
3337 PR c++/17132
3338 * gdb.cp/pr17132.cc: New file.
3339 * gdb.cp/pr17132.exp: New file.
3340
940df408
SC
33412014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3342
3343 * gdb.python/py-xmethods.py (A_getarrayind)
3344 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3345 Use 'print' with function call syntax.
3346 (E_method_matcher.match): Fix tab vs space indentation mixup.
3347
ebcc6c3a
YQ
33482014-08-15 Yao Qi <yao@codesourcery.com>
3349
3350 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3351 false.
3352
775e0f04
YQ
33532014-08-15 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.cp/casts.exp: Set print symbol off.
3356 * gdb.cp/class2.exp: Likewise.
3357 * gdb.cp/overload.exp: Likewise.
3358 * gdb.cp/templates.exp: Likewise.
3359
d769e349
DE
33602014-08-11 Doug Evans <dje@google.com>
3361
3362 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3363 (test_load_shlib): Update.
3364
20c6f1e1
YQ
33652014-08-09 Yao Qi <yao@codesourcery.com>
3366
3367 * gdb.base/display.exp: Invoke is_address_zero_readable.
3368 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3369 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3370 * gdb.base/hbreak-unmapped.exp: Return if
3371 is_address_zero_readable returns true.
3372 * gdb.base/signest.exp: Likewise.
3373 * gdb.base/signull.exp: Likewise.
3374 * gdb.base/sigbpt.exp: Likewise.
3375 * gdb.guile/scm-disasm.exp: Do the test if
3376 is_address_zero_readable returns false.
3377 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3378 * gdb.python/py-arch.exp: Likewise.
3379 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3380 * lib/gdb.exp (is_address_zero_readable): New proc.
3381
5792e8e3
YQ
33822014-08-09 Yao Qi <yao@codesourcery.com>
3383
3384 PR testsuite/13443
3385 * gdb.mi/mi-var-display.exp: Make test messages unique.
3386
3cecbbbe
TT
33872014-08-04 Tom Tromey <tromey@redhat.com>
3388
3389 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3390 target 0".
3391
00b51ff5
TT
33922014-08-04 Tom Tromey <tromey@redhat.com>
3393
3394 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3395 "target_resume".
3396
6908c509
JB
33972014-08-01 Joel Brobecker <brobecker@adacore.com>
3398
3399 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3400 inner_vla_struct_object_size.
3401 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3402 as xfail.
3403
cc6563d2
PA
34042014-07-30 Pedro Alves <palves@redhat.com>
3405
3406 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3407 comment.
3408
7e09a223
YQ
34092014-07-29 Yao Qi <yao@codesourcery.com>
3410
3411 PR gdb/17206
3412 * gdb.base/until-nodebug.exp: New.
3413
7ebdbe92
DE
34142014-07-28 Doug Evans <xdje42@gmail.com>
3415
3416 PR guile/17203
3417 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3418 previously existing parameter, and previously ambiguously spelled
3419 parameter.
3420
fdb1adc6
WN
34212014-07-28 Will Newton <will.newton@linaro.org>
3422
3423 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3424
186fcde0
DE
34252014-07-26 Ludovic Courtès <ludo@gnu.org>
3426 Doug Evans <xdje42@gmail.com>
3427
3428 PR guile/17146
3429 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3430
70509625
PA
34312014-07-25 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.threads/signal-command-handle-nopass.c: New file.
3434 * gdb.threads/signal-command-handle-nopass.exp: New file.
3435 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3436 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3437 * gdb.threads/signal-delivered-right-thread.c: New file.
3438 * gdb.threads/signal-delivered-right-thread.exp: New file.
3439
c3f814a1
PA
34402014-07-25 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.base/double-prompt-target-event-error.exp
3443 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3444 match.
3445 (cancel_pagination_in_target_event): Rework double prompt
3446 detection.
3447 * gdb.base/paginate-after-ctrl-c-running.exp
3448 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3449 <return>' match.
3450 * gdb.base/paginate-bg-execution.exp
3451 (test_bg_execution_pagination_return)
3452 (test_bg_execution_pagination_cancel): Remove '-notransfer
3453 <return>' matches.
3454 * gdb.base/paginate-execution-startup.exp
3455 (test_fg_execution_pagination_return)
3456 (test_fg_execution_pagination_cancel): Remove '-notransfer
3457 <return>' matches.
3458 * gdb.base/paginate-inferior-exit.exp
3459 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3460 match.
3461 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3462 * lib/gdb.exp (pagination_prompt): Run text through
3463 string_to_regexp.
3464 (gdb_test_multiple): Match $pagination_prompt instead of
3465 "<return>".
3466 (string_to_regexp): Move to lib/gdb-utils.exp.
3467
e214cf6c
JK
34682014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3469
3470 * gdb.arch/amd64-entry-value-paramref.S: New file.
3471 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3472 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3473 * gdb.arch/amd64-optimout-repeat.S: New file.
3474 * gdb.arch/amd64-optimout-repeat.c: New file.
3475 * gdb.arch/amd64-optimout-repeat.exp: New file.
3476
17d0c5c8
JK
34772014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3478
3479 PR gdb/17170
3480 * gdb.base/statistics.exp: New file.
3481
b8b8facf
DE
34822014-07-17 Doug Evans <dje@google.com>
3483
74b49205 3484 PR gdb/17170
b8b8facf
DE
3485 * gdb.base/maint.exp: Update testing of per-command stats.
3486
1b5d0ab3
PA
34872014-07-16 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3490 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3491 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3492 (tfile_write_buf): New functions.
3493 (add_memory_block): Rewrite using the above.
3494 (adjust_function_address): New function.
3495 (FUNCTION_ADDRESS): New macro.
3496 (write_basic_trace_file): Remove short_x local, and use
3497 tfile_write_16. Change type of func_addr local to unsigned long
3498 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3499 here. Cast argument of add_memory_block to char pointer.
3500 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3501 (main): Remove parameters.
3502 * gdb.trace/tfile.exp: Remove nowarnings.
3503
4d974e88
SM
35042014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3505
3506 * gdb.base/debug-expr.exp: Test string evaluation with
3507 "debug expression" on.
3508
41e99568
PA
35092014-07-15 Pedro Alves <palves@redhat.com>
3510
3511 * gdb.base/reread.exp: Use clean_restart.
3512
487d9753
PL
35132014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3514
3515 * gdb.arch/avr-flash-qualifer.c: New.
3516 * gdb.arch/avr-flash-qualifer.exp: New.
3517
cc1c52ad
PA
35182014-07-14 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3521 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3522
1e973570
PA
35232014-07-14 Pedro Alves <palves@redhat.com>
3524
3525 * gdb.base/double-prompt-target-event-error.c: New file.
3526 * gdb.base/double-prompt-target-event-error.exp: New file.
3527
93d6eb10
PA
35282014-07-14 Pedro Alves <palves@redhat.com>
3529
3530 PR gdb/17072
3531 * gdb.base/paginate-inferior-exit.c: New file.
3532 * gdb.base/paginate-inferior-exit.exp: New file.
3533
0017922d
PA
35342014-07-14 Pedro Alves <palves@redhat.com>
3535
3536 PR gdb/17072
3537 * gdb.base/paginate-bg-execution.c: New file.
3538 * gdb.base/paginate-bg-execution.exp: New file.
3539
94696ad3
PA
35402014-07-14 Pedro Alves <palves@redhat.com>
3541
3542 PR gdb/17072
3543 * gdb.base/paginate-execution-startup.c: New file.
3544 * gdb.base/paginate-execution-startup.exp: New file.
3545 * lib/gdb.exp (pagination_prompt): New global.
3546 (default_gdb_spawn): New procedure, factored out from
3547 default_gdb_spawn.
3548 (default_gdb_start): Adjust to call default_gdb_spawn.
3549 (gdb_spawn): New procedure.
3550
bd293940
PA
35512014-07-14 Pedro Alves <palves@redhat.com>
3552
3553 * lib/gdb.exp (gdb_assert): New procedure.
3554 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3555
c933f875
PA
35562014-07-14 Pedro Alves <palves@redhat.com>
3557
3558 * gdb.base/execution-termios.c: New file.
3559 * gdb.base/execution-termios.exp: New file.
3560
d98b7a16
TT
35612014-07-14 Tom Tromey <tromey@redhat.com>
3562
3563 * gdb.cp/vla-cxx.cc: New file.
3564 * gdb.cp/vla-cxx.exp: New file.
3565
548740d6
TT
35662014-07-14 Tom Tromey <tromey@redhat.com>
3567
3568 * gdb.reverse/rerun-prec.c: New file.
3569 * gdb.reverse/rerun-prec.exp: New file.
3570
a25eb028
MR
35712014-07-12 Maciej W. Rozycki <macro@mips.com>
3572 Maciej W. Rozycki <macro@codesourcery.com>
3573
3574 * lib/gdb-utils.exp: New file.
3575 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3576 inline `gdb_init_command' processing.
3577 (gdb_start_cmd): Likewise.
3578 * lib/mi-support.exp (mi_run_cmd): Likewise.
3579 * README: Document `gdb_init_command' and `gdb_init_commands'.
3580
218c2655
JK
35812014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3582
3583 Fix false FAIL running under a very long directory name.
3584 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3585 and "set print elements 10000". Twice.
3586
5401fde3
YQ
35872014-07-11 Yao Qi <yao@codesourcery.com>
3588
3589 * gdb.base/exprs.exp: "set print symbol off".
3590
e76126e8
PA
35912014-07-11 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.threads/kill.c: New file.
3594 * gdb.threads/kill.exp: New file.
3595
2d6f0de6
YQ
35962014-07-10 Yao Qi <yao@codesourcery.com>
3597
3598 * gdb.trace/tfile.c (write_basic_trace_file)
3599 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3600 address written to trace file.
3601
7180e04a
PA
36022014-07-09 Pedro Alves <palves@redhat.com>
3603
3604 * gdb.base/attach-wait-input.exp: New file.
3605 * gdb.base/attach-wait-input.c: New file.
3606
9a9a7608
AB
36072014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3610 setting up test structures.
3611 (main): Call new test function.
3612 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3613 test function, continue into test function and walk test
3614 structures.
3615
161ac41e
YQ
36162014-07-02 Yao Qi <yao@codesourcery.com>
3617
3618 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3619 'bar_start' at the beginning of functions 'foo' and 'bar'
3620 respectively.
3621 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3622 instead of 'foo' and 'bar'.
3623
1f267ae3
MM
36242014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3625
3626 * gdb.btrace/segv.exp: New.
3627 * gdb.btrace/segv.c: New.
3628
2b239efb
LM
36292014-07-02 Luis Machado <lgustavo@codesourcery.com>
3630
3631 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3632 instruction.
3633
cf363f18
MW
36342014-06-30 Mark Wielaard <mjw@redhat.com>
3635
3636 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3637 vulture, vilify, villar): New volatile array constants.
3638 (vindictive, vegetation): New const volatile array constants.
3639 * gdb.base/volatile.exp: Test volatile and const volatile array
3640 types.
3641
aebf9d24
AA
36422014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3643
3644 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3645 target lacks support for awatch, rwatch, or hbreak.
3646
b67a2c6f
YQ
36472014-06-27 Yao Qi <yao@codesourcery.com>
3648
3649 * gdb.multi/dummy-frame-restore.exp: New.
3650 * gdb.multi/dummy-frame-restore.c: New.
3651
aef92902
MM
36522014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3653
3654 * gdb.btrace/gcore.exp: New.
3655
8e9db26e
PA
36562014-06-23 Pedro Alves <palves@redhat.com>
3657
3658 * gdb.base/watchpoint-reuse-slot.c: New file.
3659 * gdb.base/watchpoint-reuse-slot.exp: New file.
3660
70afc5b7
SC
36612014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3662
3663 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3664 progspace's filename in 'info', 'enable' and 'disable' command
3665 tests.
3666
b972bd9c
JK
36672014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3668
3669 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3670 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3671 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3672
125f8a3d
GB
36732014-06-20 Gary Benson <gbenson@redhat.com>
3674
3675 * gdb.arch/i386-avx.exp: Fix include file location.
3676 * gdb.arch/i386-sse.exp: Likewise.
3677
3ed9baed
IB
36782014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3679
3680 * gdb.dlang/expression.exp: New file.
3681
034f788c
PA
36822014-06-19 Pedro Alves <palves@redhat.com>
3683
3684 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3685 out from ...
3686 (top level): ... here. Iterate running tests under different
3687 scheduler-locking settings.
3688
45371d0c
LM
36892014-06-18 Luis Machado <lgustavo@codesourcery.com>
3690
3691 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3692 to DW_FORM_addr and use non-zero addresses.
3693
5d376983
SC
36942014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3695
3696 PR gdb/17017
3697 * gdb.python/py-xmethods.cc: Add global function call counters and
3698 increment them in their respective functions. Remove "cout"
3699 statements.
3700 * gdb.python/py-xmethods.exp: Make tests check the global function
3701 call counters instead of depending on inferior IO.
3702
a1aa2221
LM
37032014-06-18 Don Breazeal <donb@codesourcery.com>
3704
3705 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3706 Deleted procedure.
3707 (explicit_fork_parent_follow): Deleted procedure.
3708 (explicit_fork_child_follow): Deleted procedure.
3709 (test_follow_fork): New procedure.
3710 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 3711 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
3712 procedure calls.
3713
0fc05997
YQ
37142014-06-17 Yao Qi <yao@codesourcery.com>
3715
3716 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3717 CP1252.
3718
70795c52
LM
37192014-06-17 Luis Machado <lgustavo@codesourcery.com>
3720
3721 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3722 Initialize ptr and S explicitly.
3723 (skip_type_update_when_not_use_rtti_test): Likewise.
3724
6be47f0c
KS
37252014-06-16 Keith Seitz <keiths@redhat.com>
3726
3727 PR mi/15863
3728 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3729 the inferior is started.
3730
d03de421
PA
37312014-06-16 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/break-main-file-remove-fail.c: New file.
3734 * gdb.base/break-main-file-remove-fail.exp: New file.
3735 * gdb.base/break-unload-file.exp: Use build_executable instead of
3736 prepare_for_testing.
3737 (test_break): New parameter "initial_load". Handle it.
3738 (top level): Add initial_load cmdline/file axis.
3739
f9579b99
TT
37402014-06-12 Tom Tromey <tromey@redhat.com>
3741
3742 * gdb.base/completion.exp: Don't use directory name in test.
3743
3657956b
GB
37442014-06-09 Gary Benson <gbenson@redhat.com>
3745
3746 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3747 separate the always-available ANSI-standard signals from the
3748 signals that require checking.
3749 (main): Likewise.
3750 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3751 Likewise.
3752 (main): Likewise.
3753
4186eb54
KS
37542014-06-07 Keith Seitz <keiths@redhat.com>
3755
3756 Revert:
3757 PR c++/16253
3758 * gdb.cp/var-tag.cc: New file.
3759 * gdb.cp/var-tag.exp: New file.
3760 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3761 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3762 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3763 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3764
25326a28 37652014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3766
3767 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3768
829155c9
PA
37692014-06-06 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3772 in target debug output instead of looking at RSP packets,
3773 disabling the test on any target that uses hardware stepping.
3774 Update comments.
3775
61c8d22e
PA
37762014-06-06 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.base/break-unload-file.exp: Fix typo.
3779
d9a47287
YQ
37802014-06-06 Yao Qi <yao@codesourcery.com>
3781
3782 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3783 from "jit_function" to "^jit_function".
3784
e5e01dbf
YQ
37852014-06-06 Yao Qi <yao@codesourcery.com>
3786
3787 * gdb.base/async.c (foo): Add one statement.
3788 * gdb.base/async.exp: Get the next instruction address and
3789 match the output of "nexti" by instruction address. Match
3790 the hex address in the output of "finish".
3791
73ba372c
GB
37922014-06-06 Gary Benson <gbenson@redhat.com>
3793
3794 * gdb.base/call-signals.c: Remove preprocessor conditionals
3795 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3796 SIGSEGV and SIGTERM.
3797 * gdb.base/sigall.c: Likewise.
3798 * gdb.base/unwindonsignal.c: Likewise.
3799 * gdb.reverse/sigall-reverse.c: Likewise.
3800
831517df
YQ
38012014-06-06 Yao Qi <yao@codesourcery.com>
3802
3803 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3804 readable, skip the test.
3805
b8b91e98
YQ
38062014-06-06 Yao Qi <yao@codesourcery.com>
3807
3808 * gdb.threads/staticthreads.c (thread_function): Move the line
3809 setting breakpoint on forward.
3810 * gdb.threads/staticthreads.exp: Update comments.
3811
fb934770
LC
38122014-06-05 Ludovic Courtès <ludo@gnu.org>
3813
3814 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3815 "history-append! type error".
3816
6ef284bd
SM
38172014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3818
3819 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3820 erroneous dprintf expected input.
3821
a872e241
DE
38222014-06-04 Doug Evans <xdje42@gmail.com>
3823
3824 * gdb.guile/scm-generics.exp: Delete.
3825
16f691fb
DE
38262014-06-04 Doug Evans <xdje42@gmail.com>
3827
3828 * gdb.guile/scm-breakpoint.exp: Update.
3829 Add tests for breakpoint registration.
3830
012370f6
TT
38312014-06-04 Tom Tromey <tromey@redhat.com>
3832
3833 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3834 VLA-in-union.
3835 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3836 inner_vla_struct, vla_union types. Initialize objects of those
3837 types and compute their sizes.
3838
9f5a4cef
HZ
38392014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3840 Hui Zhu <hui@codesourcery.com>
3841
3842 * gdb.base/fileio.exp: Add test for shell not available as well as
3843 available.
3844 * gdb.base/fileio.c (test_system): Check for shell twice.
3845
90a45c4d
YQ
38462014-06-04 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.base/auto-connect-native-target.exp: Remove redundant
3849 space from the regexp pattern.
3850
70017e41
YQ
38512014-06-04 Yao Qi <yao@codesourcery.com>
3852
3853 * gdb.base/default.exp: Replace "child" with "native" in
3854 regexp pattern.
3855
883964a7
SC
38562014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3857
3858 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3859 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3860 * gdb.python/py-xmethods.py: Python script supporting the
3861 new testcase and tests.
3862
ef370185
JB
38632014-06-03 Joel Brobecker <brobecker@adacore.com>
3864 Pedro Alves <palves@redhat.com>
3865
3866 PR breakpoints/17000
3867 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3868 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3869
1e2ccb61
BM
38702014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3871
3872 * gdb.base/subst.exp: Add tests to verify partial path matching
3873 output.
3874
c6ec5ab2
PA
38752014-06-03 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3878 target that doesn't use software single-stepping.
3879
835c559f
PA
38802014-06-03 Pedro Alves <palves@redhat.com>
3881
3882 PR breakpoints/17000
3883 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3884 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3885
06eb1586
DE
38862014-06-02 Doug Evans <xdje42@gmail.com>
3887
3888 * gdb.guile/scm-parameter.exp: New file.
3889
e698b8c4
DE
38902014-06-02 Doug Evans <xdje42@gmail.com>
3891
3892 * gdb.guile/scm-cmd.c: New file.
3893 * gdb.guile/scm-cmd.exp: New file.
3894
ded03782
DE
38952014-06-02 Doug Evans <xdje42@gmail.com>
3896
3897 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3898 pretty-printer lookup.
3899 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3900 (make-pp_s-printer): Call it.
3901 (make-pretty-printer-from-dict): New function.
3902 (lookup-pretty-printer-maker-from-dict): New function.
3903 (*pretty-printer*): Simplify.
3904 (make-objfile-pp_s-printer): New function.
3905 (install-objfile-pretty-printers!): New function.
3906 (make-progspace-pp_s-printer): New function.
3907 (install-progspace-pretty-printers!): New function.
3908 * gdb.guile/scm-progspace.c: New file.
3909 * gdb.guile/scm-progspace.exp: New file.
3910
41fac0cf
PA
39112014-06-02 Pedro Alves <palves@redhat.com>
3912
3913 * gdb.base/dprintf-bp-same-addr.c: New file.
3914 * gdb.base/dprintf-bp-same-addr.exp: New file.
3915
96ae5695
EBM
39162014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3917
3918 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3919 * gdb.arch/powerpc-power.s: Likewise.
3920
da02b3a8
JB
39212014-06-02 Joel Brobecker <brobecker@adacore.com>
3922
3923 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3924
c72b2e7b
YQ
39252014-06-01 Yao Qi <yao@codesourcery.com>
3926
3927 * gdb.base/watchpoint.exp (test_watch_location): Check null
3928 pointer can be dereferenced. If not, do the test, otherwise
3929 skip it.
3930
53e8a631
AB
39312014-05-30 Andrew Burgess <aburgess@broadcom.com>
3932
3933 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3934 results.
3935 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3936
938f0e2f
AB
39372014-05-30 Andrew Burgess <aburgess@broadcom.com>
3938
3939 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3940 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3941 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3942 * gdb.arch/amd64-invalid-stack-top.c: New file.
3943 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3944
9ba6657a
PA
39452014-05-30 Pedro Alves <palves@redhat.com>
3946
3947 PR breakpoints/17000
3948 * gdb.base/sss-bp-on-user-bp.c: New file.
3949 * gdb.base/sss-bp-on-user-bp.exp: New file.
3950
522c09bf
DB
39512014-05-30 David Blaikie <dblaikie@gmail.com>
3952
3953 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3954 gnu_inline semantics via attribute.
3955 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3956 source explicitly specifies the required semantics.
3957
bf4ef81e
MR
39582014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3959
3960 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3961
329ea579
PA
39622014-05-29 Pedro Alves <palves@redhat.com>
3963 Tom Tromey <tromey@redhat.com>
3964
3965 * gdb.base/async-shell.exp: Don't enable target-async.
3966 * gdb.base/async.exp
3967 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3968 parameter. Adjust.
3969 (top level): Don't test with "target-async".
3970 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3971 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3972 * gdb.base/inferior-died.exp: Don't enable target-async.
3973 * gdb.base/interrupt-noterm.exp: Likewise.
3974 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3975 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3976 * gdb.mi/mi-nonstop.exp: Likewise.
3977 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3978 * gdb.mi/mi-nsintrall.exp: Likewise.
3979 * gdb.mi/mi-nsmoribund.exp: Likewise.
3980 * gdb.mi/mi-nsthrexec.exp: Likewise.
3981 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3982 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3983 * gdb.python/py-evsignal.exp: Don't enable target-async.
3984 * gdb.python/py-evthreads.exp: Likewise.
3985 * gdb.python/py-prompt.exp: Likewise.
3986 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3987 * gdb.server/solib-list.exp: Don't enable target-async.
3988 * gdb.threads/thread-specific-bp.exp: Likewise.
3989 * lib/mi-support.exp: Adjust to use mi-async.
3990
fd664c91
PA
39912014-05-29 Pedro Alves <palves@redhat.com>
3992
3993 PR gdb/13860
3994 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3995 reason, even in sync mode.
3996
251bde03
PA
39972014-05-29 Pedro Alves <palves@redhat.com>
3998 Hui Zhu <hui@codesourcery.com>
3999
4000 PR PR15693
4001 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4002 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4003 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4004 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4005
7f3c0343
JB
40062014-05-28 Joel Brobecker <brobecker@adacore.com>
4007
4008 * config/monitor.exp (gdb_target_monitor): Replace use of
4009 "set remotebaud" by "set serial baud".
4010
b2715b27
AW
40112014-05-26 Andy Wingo <wingo@igalia.com>
4012
4013 * gdb.guile/scm-breakpoint.exp:
4014 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4015 properties instead of gdb-object-properties.
4016
498a4489
YQ
40172014-05-26 Yao Qi <yao@codesourcery.com>
4018
4019 * gdb.server/no-thread-db.exp: Specify source file name
4020 explicitly when setting a breakpoint.
4021
589fdceb
MM
40222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4023
4024 * gdb.btrace/vdso.c: New.
4025 * gdb.btrace/vdso.exp: New.
4026
e9089e05
MM
40272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4028
4029 * gdb.base/gcore.exp (capture_command_output): Move ...
4030 * lib/gdb.exp (capture_command_output): ... here.
4031
67b5c0c1
MM
40322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4033
4034 * gdb.btrace/data.exp: Test memory access during btrace replay.
4035
a2199296
SM
40362014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4037
4038 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4039
17b2616c
PA
40402014-05-21 Pedro Alves <palves@redhat.com>
4041
4042 PR gdb/13860
4043 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4044 (top level): Test that output related to execution commands is
4045 sent to the console with CLI commands, but not with MI commands.
4046 Test that breakpoint events are always mirrored to the console.
4047 Also expect the new source line to be output after a "next" in
4048 async mode too. Make it a pass/fail test.
4049 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4050 output.
4051 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4052
5166082f
PA
40532014-05-21 Pedro Alves <palves@redhat.com>
4054
4055 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4056 Use them to test variations of "list" after reaching a breakpoint.
4057 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4058 Test "list" with listsize 10 after reaching a breakpoint.
4059 * gdb.python/python.exp (decode_line current location line
4060 number): Adjust expected line number.
4061
2f25d70f
SM
40622014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4063
4064 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4065 behavior for $args, pass it directly to "run".
4066
ff604a67
MR
40672014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4068
4069 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4070 30000 to 65536.
4071
6a3cb8e8
PA
40722014-05-21 Pedro Alves <palves@redhat.com>
4073
4074 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4075 auto-connect-native-target off".
4076 * gdb.base/auto-connect-native-target.c: New file.
4077 * gdb.base/auto-connect-native-target.exp: New file.
4078
4ebfc96e
PA
40792014-05-21 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/default.exp: Test "target native" instead of "target
4082 child".
4083
36d46afb
MW
40842014-05-21 Mark Wielaard <mjw@redhat.com>
4085
4086 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4087
5876f503
JK
40882014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4089
4090 Fix TLS access for -static -pthread.
4091 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4092 <HAVE_TLS> (thread_function, main): Initialize it.
4093 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4094 Add clean_restart.
4095 <$have_tls != "">: Check TLSVAR.
4096
0256a6ac
PA
40972014-05-21 Pedro Alves <palves@redhat.com>
4098
4099 * gdb.base/dcache-line-read-error.c: New.
4100 * gdb.base/dcache-line-read-error.exp: New.
4101
936d2992
PA
41022014-05-20 Pedro Alves <palves@redhat.com>
4103
4104 * gdb.base/compare-sections.c: New file.
4105 * gdb.base/compare-sections.exp: New file.
4106
802e8e6d
PA
41072014-05-20 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/break-idempotent.c: New file.
4110 * gdb.base/break-idempotent.exp: New file.
4111
e59fa00f
MM
41122014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4113
4114 * gdb.btrace/nohist.exp: New.
4115
8b696e31
YQ
41162014-05-20 Yao Qi <yao@codesourcery.com>
4117
4118 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4119 gdb.reverse directory and gdb_reverse_timeout exists in board
4120 setting.
4121 * README: Document gdb_reverse_timeout.
4122
73c9764f
YQ
41232014-05-20 Yao Qi <yao@codesourcery.com>
4124
4125 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4126 'test_file_name'. Treat args as a string instead of a list.
4127 (gdb_init): Rename argument 'args' by 'test_file_name'.
4128
f1f4348a
JK
41292014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.arch/powerpc-power.exp: New file.
4132 * gdb.arch/powerpc-power.s: New file.
4133
0dbe70ce
DE
41342014-05-16 Doug Evans <dje@google.com>
4135
4136 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
4137 * gdb.base/completion.exp: Check that all expected files exist
4138 before doing file completion.
0dbe70ce 4139
8d551b02
DE
41402014-05-16 Doug Evans <dje@google.com>
4141
4142 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4143 Update.
4144 (do_syscall_tests_without_xml): Update.
4145
73eb7709
PA
41462014-05-16 Pedro Alves <palves@redhat.com>
4147
4148 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4149 instead of "unknown output after running".
4150
3fae92fc
YQ
41512014-05-16 Yao Qi <yao@codesourcery.com>
4152
4153 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4154 file1.txt from host at the end.
4155 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4156
c2b2ccc5
DE
41572014-05-15 Doug Evans <dje@google.com>
4158
4159 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4160 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4161 loading file. Add test for TU lookup.
4162
8c217a4b
SM
41632014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4164
4165 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4166 calling "-exec-arguments" or "set args" before running the
4167 inferior.
4168
3deb39c6
SM
41692014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4170
4171 * lib/mi-support.exp (mi_expect_stop): Expect message for
4172 inferiors that exit with non-zero exit code.
4173
71a79f8c
YQ
41742014-05-14 Yao Qi <yao@codesourcery.com>
4175
4176 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4177 match absolute path on remote host.
4178 (test_file_list_exec_source_files): Remove "/" from the
4179 pattern.
4180
f23fcd46
YQ
41812014-05-14 Yao Qi <yao@codesourcery.com>
4182
4183 * boards/local-remote-host-notty.exp (${board}_file): New
4184 proc.
4185
9404b58f
KM
41862014-05-07 Kyle McMartin <kyle@redhat.com>
4187
4188 Pushed by Joel Brobecker <brobecker@adacore.com>.
4189 * gdb.arch/aarch64-atomic-inst.c: New file.
4190 * gdb.arch/aarch64-atomic-inst.exp: New file.
4191
5e45f04c
YQ
41922014-05-07 Yao Qi <yao@codesourcery.com>
4193
4194 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4195 in current context" too.
4196
c888a17d
KS
41972014-05-05 Keith Seitz <keiths@redhat.com>
4198
4199 * gdb.linespec/ls-dollar.exp: Add test for linespec
4200 file:convenience_variable.
4201
290a839c
YQ
42022014-05-05 Yao Qi <yao@codesourcery.com>
4203
4204 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4205 traceframes into tfile and ctf trace files. Read data from
4206 trace file and test collected data.
4207 (gdb_collect_locals_test): Likewise.
4208 (gdb_unavailable_registers_test): Likewise.
4209 (gdb_unavailable_floats): Likewise.
4210 (gdb_collect_globals_test): Likewise.
4211 (top-level): Append "ctf" to trace_file_targets if GDB
4212 supports.
4213
b5262cd0
YQ
42142014-05-05 Yao Qi <yao@codesourcery.com>
4215
4216 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4217 code to ...
4218 (gdb_collect_args_test_1): ... it. New proc.
4219 (gdb_collect_locals_test): Move some code to ...
4220 (gdb_collect_locals_test_1): ... it. New proc.
4221 (gdb_unavailable_registers_test): Move some code to ...
4222 (gdb_unavailable_registers_test_1): ... it. New proc.
4223 (gdb_unavailable_floats): Move some code to ...
4224 (gdb_unavailable_floats_1): ... it. New proc.
4225
30a1e6cc
SDJ
42262014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4227
4228 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4229 probes to test for bitness recognition.
4230 * gdb.arch/amd64-stap-optional-prefix.exp
4231 (test_probe_value_without_reg): New procedure.
4232 Add code to test for different kinds of bitness.
4233
f33da99a
SDJ
42342014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4235
4236 PR breakpoints/16889
4237 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4238 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4239
5b80f00d
PA
42402014-05-01 Pedro Alves <palves@redhat.com>
4241
4242 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4243 gdb_file_cmd if no file is specified.
4244 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4245 last_loaded_file to set the remote exec-file.
4246
f8c2a73c
PA
42472014-05-01 Pedro Alves <palves@redhat.com>
4248
4249 * boards/local-remote-host.exp: New file.
4250
be6e8ac7
PA
42512014-05-01 Pedro Alves <palves@redhat.com>
4252
4253 * boards/local-remote-host.exp: Rename to ...
4254 * boards/local-remote-host-notty.exp: ... this.
4255
cac0dc8f
JB
42562014-04-28 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.ada/dyn_arrayidx: New testcase.
4259
9730e6cc
YQ
42602014-04-26 Yao Qi <yao@codesourcery.com>
4261
4262 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4263 and compute the length of function main. Save it in
4264 $main_length.
4265 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4266 (top-level): Use gdb_compile to compile objects into
4267 executable and restart GDB. Remove invocation to
4268 prepare_for_testing.
4269
7ae1a6a6
PA
42702014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4271 Pedro Alves <palves@redhat.com>
4272
4273 PR server/16255
4274 * gdb.multi/multi-attach.c: New file.
4275 * gdb.multi/multi-attach.exp: New file.
4276
4082afcc
PA
42772014-04-25 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4280 user.
4281 (top level): Test that "set remote conditional-breakpoints-packet
4282 off" works as intended.
4283 * gdb.base/dprintf.exp: Test that "set remote
4284 breakpoint-commands-packet off" works as intended.
4285 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4286 New function.
4287 (top level): Call it.
4288 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4289 remote fast-tracepoints-packet off" works as intended.
4290 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4291 * lib/gdb.exp (gdb_is_target_remote): ... here.
4292
2abc3f8d
DB
42932014-04-24 David Blaikie <dblaikie@gmail.com>
4294
4295 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4296 ensure clang would not discard them.
4297 * gdb.base/gdbvars.c: Ditto.
4298 * gdb.base/memattr.c: Ditto.
4299 * gdb.base/whatis.c: Ditto.
4300 * gdb.python/py-prettyprint.c: Ditto.
4301 * gdb.trace/actions.c: Ditto.
4302 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4303 ensure clang would not discard it.
4304
bfd39632
DB
43052014-04-24 David Blaikie <dblaikie@gmail.com>
4306
4307 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4308 clang to emit the full definition of type required by the test
4309 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4310
22842ff6
DB
43112014-04-24 David Blaikie <dblaikie@gmail.com>
4312
4313 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4314 coax Clang into emitting the definition of the type.
4315 * gdb.cp/pr10728-x.h (y): Ditto.
4316 * gdb.cp/pr10728-y.cc (y): Ditto.
4317
c2e827ad
DB
43182014-04-24 David Blaikie <dblaikie@gmail.com>
4319
4320 * gdb.base/label.exp: XFAIL label related tests under Clang.
4321 * gdb.cp/cplabel.exp: Ditto.
4322 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4323 under Clang those using labels.
4324
4c2d33e7
YQ
43252014-04-25 Yao Qi <yao@codesourcery.com>
4326
4327 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4328 double_label.
4329 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4330 partial_label and double_label.
4331
56083b99
DB
43322014-04-24 David Blaikie <dblaikie@gmail.com>
4333
4334 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4335
25d4e99d
DB
43362014-04-24 David Blaikie <dblaikie@gmail.com>
4337
4338 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4339 of the function to work across GCC and Clang.
4340 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4341 pointer types (const void ** const V void **).
4342
01f9f808
MS
43432014-04-24 Michael Sturm <michael.sturm@mintel.com>
4344 Walfred Tedeschi <walfred.tedeschi@intel.com>
4345
4346 * Makefile.in (EXECUTABLES): Added i386-avx512.
4347 * gdb.arch/i386-avx512.c: New file.
4348 * gdb.arch/i386-avx512.exp: Likewise.
4349
4b48d439
KS
43502014-04-23 Keith Seitz <keiths@redhat.com>
4351
4352 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4353 (mi_make_breakpoint_table): New procedure.
4354 (mi_create_breakpoint): Use mi_make_breakpoint
4355 and return the result.
4356 (mi_make_breakpoint): New procedure.
4357 (mi_build_kv_pairs): New procedure.
4358
4359 * gdb.mi/mi-break.exp: Remove unused globals,
4360 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4361 All callers updated.
4362 * gdb.mi/mi-dprintf.exp: Use variable to track command
4363 number.
4364 Update all callers of mi_create_breakpoint and use
4365 mi_make_breakpoint_table.
4366 Remove any unused global variables.
4367 * gdb.mi/mi-nonstop.exp: Likewise.
4368 * gdb.mi/mi-nsintrall.exp: Likewise.
4369 * gdb.mi/mi-nsmoribund.exp: Likewise.
4370 * gdb.mi/mi-nsthrexec.exp: Likewise.
4371 * gdb.mi/mi-reverse.exp: Likewise.
4372 * gdb.mi/mi-simplerun.exp: Likewise.
4373 * gdb.mi/mi-stepn.exp: Likewise.
4374 * gdb.mi/mi-syn-frame.exp: Likewise.
4375 * gdb.mi/mi-until.exp: Likewise.
4376 * gdb.mi/mi-var-cp.exp: Likewise.
4377 * gdb.mi/mi-var-display.exp: Likewise.
4378 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4379 * gdb.mi/mi2-var-child.exp: Likewise.
4380 * gdb.mi/mi-vla-c99.exp: Likewise.
4381 * lib/mi-support.exp: Likewise.
4382
4383 From Ian Lance Taylor <iant@cygnus.com>:
4384 * lib/gdb.exp (parse_args): New procedure.
4385
08351840
PA
43862014-04-23 Pedro Alves <palves@redhat.com>
4387
4388 * gdb.base/break-unload-file.c: New file.
4389 * gdb.base/break-unload-file.exp: New file.
4390 * gdb.base/sym-file-lib.c (baz): New function.
4391 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4392 field.
4393 (load): Store the segment's mapped size.
4394 (unload): New function.
4395 (unload_shlib): New function.
4396 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4397 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4398 set a breakpoint at baz, and call it.
4399 * gdb.base/sym-file.exp: New tests for stale breakpoint
4400 instructions.
4401
076855f9
PA
44022014-04-23 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4405 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4406 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4407 * gdb.base/hbreak-unmapped.c: New file.
4408 * gdb.base/hbreak-unmapped.exp: New file.
4409 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4410 * lib/gdb.exp (gdb_is_target_remote): ... here.
4411
483805cf
PA
44122014-04-22 Pedro Alves <palves@redhat.com>
4413
4414 * gdb.base/consecutive-step-over.c: New file.
4415 * gdb.base/consecutive-step-over.exp: New file.
4416
06d97543
PA
44172014-04-22 Pedro Alves <palves@redhat.com>
4418
4419 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4420 instead of send_gdb/gdb_expect.
4421
b4429ea2
YQ
44222014-04-22 Yao Qi <yao@codesourcery.com>
4423
4424 * lib/trace-support.exp (generate_tracefile): New procedure.
4425 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4426 return 0.
4427 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4428 if generate_tracefile returns 1.
4429
51d48146
PA
44302014-04-18 Tom Tromey <palves@redhat.com>
4431 Pedro alves <tromey@redhat.com>
4432
4433 PR backtrace/15558
4434 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4435 with a backtrace limit.
4436 * gdb.python/py-frame-inline.exp: Test running to an inline
4437 function with a backtrace limit, and printing the newest frame.
4438 * gdb.python/py-frame-inline.c (main): Call f.
4439
bd1dce5f
MS
44402014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4441
4442 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4443
40d1a503
MS
44442014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4445
4446 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4447 Drop prefix from unsupported source file path.
4448
389b98f7
YQ
44492014-04-17 Yao Qi <yao@codesourcery.com>
4450
4451 * lib/gdb.exp (with_target_charset): New proc.
4452 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4453 with_target_charset.
4454 (test_print_strings): Likewise.
4455 (test_repeat_bytes): Likewise.
4456 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4457 for some tests.
4458
22869d73
KS
44592014-04-16 Keith Seitz <keiths@redhat.com>
4460
4461 PR gdb/15827
4462 * gdb.dwarf2/corrupt.c: New file.
4463 * gdb.dwarf2/corrupt.exp: New file.
4464
c4f87ca6
KS
44652014-04-16 Keith Seitz <keiths@redhat.com>
4466
4467 PR c++/16597
4468 * gdb.cp/namelessclass.cc: New file.
4469 * gdb.cp/namelessclass.exp: New file.
4470 * gdb.cp/namelessclass.S: New file.
4471
ab19de87
DE
44722014-04-16 Doug Evans <dje@google.com>
4473
4474 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4475 Add comment.
4476 (gdbserver_default_get_comm_port): New function.
4477 (gdbserver_start): Check if board file provided
4478 "gdbserver,get_comm_port" and use it if so.
4479 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4480 (gdb,socketport): Set to "stdio".
4481 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4482 (stdio_gdbserver_template): Delete.
4483 (${board}_get_remote_address): Update.
4484 (${board}_build_remote_cmd): Delete.
4485 (${board}_get_comm_port): New function.
4486 (${board}_spawn): Update.
4487 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4488 Delete.
4489 (${board}_get_remote_address): Update.
4490 (${board}_get_comm_port): New function.
4491
fc98a809
AB
44922014-04-16 Andrew Burgess <aburgess@broadcom.com>
4493
4494 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4495 appearing in any order.
4496
87fd9e6e
DE
44972014-04-15 Doug Evans <dje@google.com>
4498
4499 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4500 uninitialized value of "description".
4501
099fc3ea
KS
45022014-04-15 Keith Seitz <keiths@redhat.com>
4503
4504 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4505 Remove unused globals.
4506 (test_running_the_program): Likewise.
4507 (test_controlled_execution): Likewise.
4508 (test_controlling_breakpoints): Likewise.
4509 (test_program_termination): Likewise.
4510
5da151d4
KS
45112014-04-15 Keith Seitz <keiths@redhat.com>
4512
4513 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4514 unused globals.
4515 (test_rbreak_creation_and_listing): Likewise.
4516 (test_ignore_count): Likewise.
4517 (test_error): Likewise.
4518
35e5d2f0
PA
45192014-04-15 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4522 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4523 sym-file-loader.c.
4524 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4525 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4526 to sym-file-loader.c.
4527 (struct library): Forward declare.
4528 (load_shlib, lookup_function): Change prototypes.
4529 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4530 (translate_offset): Remove declarations.
4531 (get_text_addr): New declaration.
4532 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4533 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4534 sym-file-loader.h.
4535 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4536 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4537 here from sym-file-loader.h.
4538 (struct library): New structure.
4539 (load_shlib, lookup_function): Change prototypes and adjust to
4540 work with a struct library.
4541 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4542 (translate_offset): Make static.
4543 (get_text_addr): New function.
4544 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4545
eb4c1710
PA
45462014-04-15 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4549
2d1baf52
PA
45502014-04-15 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/sym-file-loader.c: Include <limits.h>.
4553 (SELF_LINK): New define.
4554 (get_origin): New function.
4555 (load_shlib): Use it.
4556 * gdb.base/sym-file.exp: Don't early return if the target is
4557 remote. Use runto_main, and issue fail is that fails. Use
4558 gdb_load_shlibs.
4559 (shlib_name): Delete.
4560 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4561
7dd6df01
PA
45622014-04-15 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/sym-file.exp: Remove regex characters from test
4565 message. Don't refer to breakpoint numbers in test messages.
4566
b50c8614
KS
45672014-04-14 Keith Seitz <keiths@redhat.com>
4568
4569 PR c++/16253
4570 * gdb.cp/var-tag.cc: New file.
4571 * gdb.cp/var-tag.exp: New file.
4572 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4573 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4574 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4575 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4576
3d567982
TT
45772014-04-14 Tom Tromey <tromey@redhat.com>
4578
4579 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4580 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4581 type.
4582 * gdb.cp/enum-class.exp: New file.
4583 * gdb.cp/enum-class.cc: New file.
4584
0626fc76
TT
45852014-04-14 Tom Tromey <tromey@redhat.com>
4586
4587 * gdb.dwarf2/enum-type.exp: New file.
4588
dca325b3
SA
45892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4590
4591 * gdb.mi/mi-vla-c99.exp: New file.
4592 * gdb.mi/vla.c: New file.
4593
5854b38a
SA
45942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4595
4596 * gdb.base/vla-datatypes.c: New file.
4597 * gdb.base/vla-datatypes.exp: New file.
4598
463bb957
SA
45992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4600
4601 * gdb.base/vla-ptr.c: New file.
4602 * gdb.base/vla-ptr.exp: New file.
4603
3dd170be
SA
46042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4605
4606 * gdb.dwarf2/count.exp: New file.
4607
5ecaaa66
SA
46082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4609
4610 * gdb.base/vla-sideeffect.c: New file.
4611 * gdb.base/vla-sideeffect.exp: New file.
4612
41f1ada5
DB
46132014-04-14 David Blaikie <dblaikie@gmail.com>
4614
4615 * gdb.mi/non-stop.c: Add return value for non-void function return
4616 statement.
4617 * gdb.threads/staticthreads.c: Ditto.
4618
0be03e84
DE
46192014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4620 Doug Evans <xdje42@gmail.com>
4621
4622 * gdb.guile/scm-value.c: Improve test case.
4623 * gdb.guile/scm-value.exp: Add new test.
4624
f180a1fb
DB
46252014-04-11 David Blaikie <dblaikie@gmail.com>
4626
4627 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4628 override Clang's default.
4629
6b662e19
JB
46302014-04-11 Joel Brobecker <brobecker@adacore.com>
4631
4632 Revert the following changes (regressions):
4633
4634 * gdb.base/vla-sideeffect.c: New file.
4635 * gdb.base/vla-sideeffect.exp: New file.
4636
4637 * gdb.dwarf2/count.exp: New file.
4638
4639 * gdb.base/vla-multi.c: New file.
4640 * gdb.base/vla-multi.exp: New file.
4641
4642 * gdb.base/vla-ptr.c: New file.
4643 * gdb.base/vla-ptr.exp: New file.
4644
4645 * gdb.base/vla-datatypes.c: New file.
4646 * gdb.base/vla-datatypes.exp: New file.
4647
4648 * gdb.mi/mi-vla-c99.exp: New file.
4649 * gdb.mi/vla.c: New file.
4650
245a5f0b
KS
46512014-04-11 Keith Seitz <keiths@redhat.com>
4652
4653 PR c++/16675
4654 * gdb.cp/cpsizeof.exp: New file.
4655 * gdb.cp/cpsizeof.cc: New file.
4656
58a84dcf
SA
46572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4658
191a8a90
JB
4659 * gdb.mi/mi-vla-c99.exp: New file.
4660 * gdb.mi/vla.c: New file.
58a84dcf 4661
c8655f75
SA
46622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4663
4664 * gdb.base/vla-datatypes.c: New file.
4665 * gdb.base/vla-datatypes.exp: New file.
4666
024e13b4
SA
46672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4668
4669 * gdb.base/vla-ptr.c: New file.
4670 * gdb.base/vla-ptr.exp: New file.
4671
1a237e0e
SA
46722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4673
4674 * gdb.base/vla-multi.c: New file.
4675 * gdb.base/vla-multi.exp: New file.
4676
504f3432
SA
46772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4678
4679 * gdb.dwarf2/count.exp: New file.
4680
3bce8237
SA
46812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4682
191a8a90
JB
4683 * gdb.base/vla-sideeffect.c: New file.
4684 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4685
322f9c21
YQ
46862014-04-11 Yao Qi <yao@codesourcery.com>
4687
4688 * gdb.base/completion.exp: Check file exists before running tests
4689 on file completion.
4690
d708bcd1
PA
46912014-04-10 Pedro Alves <palves@redhat.com>
4692
4693 * gdb.base/cond-eval-mode.c: New file.
4694 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4695 prepare_for_testing to build the new file. Check result of
4696 runto_main.
4697 (test_break, test_watch): New procedures.
4698 (top level): Use them.
4699
ae1d2761
PM
47002014-04-08 Pierre Muller <muller@sourceware.org>
4701
4702 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4703 Ctrl-V use for mingw hosts.
4704
7af389b8
SC
47052014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4706
4707 * gdb.python/py-value.c: Improve test case.
4708 * gdb.python/py-value.exp: Add new test.
4709
5e703181
DE
47102014-04-07 David Blaikie <dblaikie@gmail.com>
4711
4712 * lib/compiler.c: Identify the clang compiler.
4713 * lib/compiler.cc: Ditto.
4714
9810b410
YQ
47152014-04-03 Yao Qi <yao@codesourcery.com>
4716
4717 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4718
98d1b8dc
AB
47192014-04-01 Anton Blanchard <anton@samba.org>
4720
4721 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4722 messages unique.
4723
3114cea1
AB
47242014-04-01 Anton Blanchard <anton@samba.org>
4725
4726 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4727 prepare_for_testing.
4728
62f7182c
AB
47292014-04-01 Anton Blanchard <anton@samba.org>
4730
4731 * gdb.arch/ppc64-atomic-inst.c: Remove.
4732 * gdb.arch/ppc64-atomic-inst.S: New file.
4733 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4734
770e7fc7
DE
47352014-03-31 Doug Evans <dje@google.com>
4736
4737 * gdb.base/print-symbol-loading-lib.c: New file.
4738 * gdb.base/print-symbol-loading-main.c: New file.
4739 * gdb.base/print-symbol-loading.exp: New file.
4740
46e2bafa
YQ
47412014-03-31 Yao Qi <yao@codesourcery.com>
4742
4743 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4744
8776cfe9
JB
47452014-03-28 Joel Brobecker <brobecker@adacore.com>
4746
4747 * gdb.ada/mi_dyn_arr: New testcase.
4748
5d1ef361
DE
47492014-03-27 Doug Evans <dje@google.com>
4750
4751 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4752
b5bee914
YQ
47532014-03-27 Yao Qi <yao@codesourcery.com>
4754
4755 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4756 if target is nios2-*-*.
4757
0d4d0e77
YQ
47582014-03-26 Yao Qi <yao@codesourcery.com>
4759
4760 * lib/gdb.exp (readline_is_used): New proc.
4761 * gdb.base/completion.exp: Move tests on command complete up.
4762 Skip the rest of tests if readline is not used.
4763 * gdb.ada/complete.exp: Skp the test if readline is not
4764 used.
4765 * gdb.base/filesym.exp: Likewise.
4766 * gdb.base/macscp.exp: Likewise.
4767 * gdb.base/readline-ask.exp: Likewise.
4768 * gdb.base/readline.exp: Likewise.
4769 * gdb.python/py-cmd.exp: Likewise.
4770 * gdb.trace/tfile.exp: Likewise.
4771
29361eee
YQ
47722014-03-26 Yao Qi <yao@codesourcery.com>
4773
4774 * gdb.base/macscp.exp: Fix code format issues.
4775
bc9a5525
UW
47762014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4777
4778 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4779 * gdb.asm/powerpc64le.inc: New file.
4780
d3839ede
PA
47812014-03-25 Pedro Alves <palves@redhat.com>
4782 Doug Evans <dje@google.com>
4783
4784 * gdb.base/source-execution.c: New file.
4785 * gdb.base/source-execution.exp: New file.
4786 * gdb.base/source-execution.gdb: New file.
4787
01672a57
DE
47882014-03-24 Doug Evans <dje@google.com>
4789
4790 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4791 using fission.
4792
88bbeca9
HZ
47932014-03-24 Hui Zhu <hui@codesourcery.com>
4794 Pedro Alves <palves@redhat.com>
4795
4796 PR breakpoints/16101
4797 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4798 test pass/fail messages. Detect missing support for dprintf when
4799 breakpoints are actually inserted.
4800 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4801 breakpoints are actually inserted.
4802 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4803 fails.
4804
d2348791
JK
48052014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4806
4807 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4808
feef67ab
DE
48092014-03-22 Doug Evans <xdje42@gmail.com>
4810
4811 * gdb.python/python.exp (python not supported): Verify multi-line
4812 python command issues an error.
25d743f9 4813 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4814 guile command issues an error.
feef67ab 4815
ecebef6a
MR
48162014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4817
4818 * gdb.threads/thread-specific.exp: Handle the lack of usable
4819 $this_breakpoint and $this_thread.
4820
ccdd1909
HZ
48212014-03-21 Hui Zhu <hui@codesourcery.com>
4822
4823 * gdb.base/attach.exp (do_command_attach_tests): New.
4824
beb460e8
PA
48252014-03-20 Tom Tromey <tromey@redhat.com>
4826 Pedro Alves <palves@redhat.com>
4827
4828 PR cli/15718
4829 * gdb.base/condbreak-call-false.c: New file.
4830 * gdb.base/condbreak-call-false.exp: New file.
4831
40acf43a
PA
48322014-03-20 Pedro Alves <palves@redhat.com>
4833
4834 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4835 Delete.
4836 (block_signals, unblock_signals): Delete.
4837 (child_function_2, main): Remove references to deleted variable
4838 and functions.
4839
9f5e1e02
PA
48402014-03-20 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4843 Use pthread_kill to signal thread 2.
4844 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4845 Adjust to make the test send itself a signal rather than using the
4846 host's "kill" command.
4847
99619bea
PA
48482014-03-20 Pedro Alves <palves@redhat.com>
4849
4850 * gdb.threads/multiple-step-overs.c: New file.
4851 * gdb.threads/multiple-step-overs.exp: New file.
4852 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4853 Adjust expected infrun debug output.
4854
2adfaa28
PA
48552014-03-20 Pedro Alves <palves@redhat.com>
4856
4857 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4858 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4859
31e77af2
PA
48602014-03-20 Pedro Alves <palves@redhat.com>
4861
4862 PR breakpoints/7143
4863 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4864 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4865 of gdb_test_multiple.
4866 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4867 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4868
b9f437de
PA
48692014-03-20 Pedro Alves <palves@redhat.com>
4870
4871 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4872 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4873
05adc73e
PA
48742014-03-19 Pedro Alves <palves@redhat.com>
4875
4876 * gdb.base/async.exp: Remove early return.
4877
6048b950
PA
48782014-03-19 Pedro Alves <palves@redhat.com>
4879
4880 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4881
8bcfb00a
PA
48822014-03-19 Pedro Alves <palves@redhat.com>
4883
4884 * gdb.base/async.exp (test_background): Expect \r\n after
4885 "completed." in the fail pattern.
4886
884e37dc
PA
48872014-03-19 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.base/async.exp (test_background): New procedure.
4890 Use it for all background execution command tests.
4891
148e57e2
PA
48922014-03-19 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.base/async.exp: Use prepare_for_testing.
4895
f48088c7
PA
48962014-03-19 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4899 the same line.
4900
e2f6c966
PA
49012014-03-19 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/async.c (main): Add "jump here" and "until here" line
4904 marker comments.
4905 * gdb.base/async.exp (jump_here): New global.
4906 (jump& test): Use it.
4907 (until_here): New global.
4908 (until& test): Use it.
4909
c30568d4
PA
49102014-03-19 Pedro Alves <palves@redhat.com>
4911
4912 * gdb.base/async.exp: Don't frob gdb_protocol.
4913
0172b6a7
DE
49142014-03-18 Doug Evans <xdje42@gmail.com>
4915
4916 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4917 Fix spelling of exec-done-display.
4918
06c868a8
JK
49192014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4920
4921 PR gdb/15358
4922 * gdb.base/gdb-sigterm.c: New file.
4923 * gdb.base/gdb-sigterm.exp: New file.
4924
0c7e1a46
PA
49252014-03-18 Pedro Alves <palves@redhat.com>
4926
4927 PR gdb/13860
4928 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4929 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4930 solib-event.
4931
f7c77d93
JB
49322014-03-17 Joel Brobecker <brobecker@adacore.com>
4933
4934 * gdb.ada/pckd_arr_ren: New testcase.
4935
5a1e8c7a
DE
49362014-03-13 Doug Evans <xdje42@gmail.com>
4937
4938 PR guile/16612
4939 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4940 collect after discarding symbols.
4941
350e1a76
DE
49422014-03-13 Ludovic Courtès <ludo@gnu.org>
4943 Doug Evans <xdje42@gmail.com>
4944
4945 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4946 to history survives a gc.
4947
a69900ae
PA
49482014-03-13 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.base/default.exp: Don't test "target procfs".
4951
5db9f0bd
PA
49522014-03-13 Pedro Alves <palves@redhat.com>
4953
4954 * gdb.base/default.exp: Update "target child" and "target procfs"
4955 tests to not expect "Unix".
4956
b3ccfe11
TT
49572014-03-12 Tom Tromey <tromey@redhat.com>
4958
4959 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4960 New procs. Add target-async tests.
4961 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4962 Add target-async tests.
4963
646f4417
AA
49642014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4965
4966 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4967 'func_start' and 'func_end' for the beginning and end of the
4968 function code, respectively.
4969 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4970 'func_end' instead of 'func' and 'main'.
4971
288c211f
AA
49722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4973
4974 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4975 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4976 generate the debug info assembler source.
4977
e0c0f156
AA
49782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4979
4980 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4981 * gdb.dwarf2/arr-subrange.exp: Likewise.
4982 * gdb.dwarf2/dwz.exp: Likewise.
4983 * gdb.dwarf2/method-ptr.exp: Likewise.
4984 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4985 * gdb.dwarf2/subrange.exp: Likewise.
4986 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4987 * gdb.dwarf2/implptrpiece.exp: Likewise.
4988 * gdb.dwarf2/nostaticblock.exp: Likewise.
4989
0e5c4555
AA
49902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4991
4992 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4993 directory to absolute path name arguments.
4994
5ec18f2b
JG
49952014-03-10 Joel Brobecker <brobecker@adacore.com>
4996
4997 * gdb.ada/tagged_access: New testcase.
4998
847fc4f2
MM
49992014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5000
5001 * gdb.btrace/data.exp: Update expected output.
5002
cc3da688
YQ
50032014-03-06 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.trace/pr16508.exp: New file.
5006
0f26cec1
PA
50072014-03-05 Pedro Alves <palves@redhat.com>
5008
5009 PR gdb/16575
5010 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5011 procedure.
5012 (top level): Adjust to use it. Add tests that exercise breakpoint
5013 interaction with the code-cache.
5014
7a5a839f
LC
50152014-02-26 Ludovic Courtès <ludo@gnu.org>
5016
5017 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5018 test for 'history-append!'.
5019
31aa7e4e
JB
50202014-02-26 Joel Brobecker <brobecker@adacore.com>
5021
5022 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5023 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5024 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5025 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5026 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5027 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5028
1b588015
JB
50292014-02-26 Joel Brobecker <brobecker@adacore.com>
5030
5031 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5032 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5033 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5034
55426c9d
JB
50352014-02-26 Joel Brobecker <brobecker@adacore.com>
5036
5037 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5038
dc53a7ad
JB
50392014-02-26 Joel Brobecker <brobecker@adacore.com>
5040
5041 * gdb.dwarf2/arr-stride.c: New file.
5042 * gdb.dwarf2/arr-stride.exp: New file.
5043
12ab52e9
PA
50442014-02-26 Pedro Alves <palves@redhat.com>
5045
5046 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5047 that won't ever trigger. Make sure that GDB reports the correct
5048 breakpoint that caused the stop.
5049
849c862e
JK
50502014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5051
5052 PR gdb/16626
5053 * gdb.base/auto-load-script: New file.
5054 * gdb.base/auto-load.c: New file.
5055 * gdb.base/auto-load.exp: New file.
5056
71b7d793
JK
5057 PR gdb/16626
5058 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5059
e2f0d509
JK
50602014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5063 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5064
50cc37c8
DE
50652014-02-24 Doug Evans <dje@google.com>
5066
5067 * lib/gdb.exp (run_on_host): Log error output if program fails.
5068
ea4758f2
PA
50692014-02-21 Pedro Alves <palves@redhat.com>
5070
5071 * gdb.threads/step-after-sr-lock.c: Rename to ...
5072 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5073 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5074 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5075 ... this.
5076
d7b30f67
SDJ
50772014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5078
5079 PR tdep/16397
5080 * gdb.arch/amd64-stap-special-operands.exp: New file.
5081 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5082 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5083 * gdb.arch/amd64-stap-triplet.S: Likewise.
5084 * gdb.arch/amd64-stap-triplet.c: Likewise.
5085
83deb43f
JB
50862014-02-20 Joel Brobecker <brobecker@adacore.com>
5087
5088 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5089 in .section pseudo-op.
5090
adde2bff
DE
50912014-02-20 lin zuojian <manjian2006@gmail.com>
5092 Joel Brobecker <brobecker@adacore.com>
5093 Doug Evans <xdje42@gmail.com>
5094
5095 PR symtab/16581
5096 * gdb.dwarf2/dw2-icycle.S: New file.
5097 * gdb.dwarf2/dw2-icycle.c: New file.
5098 * gdb.dwarf2/dw2-icycle.exp: New file.
5099
f7bd0f78
SC
51002014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5101
5102 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5103 operations on gdb.Value objects.
5104 * gdb.python/py-value-cc.exp: Add new test to test operations on
5105 gdb.Value objects.
5106
c17ef0d5
DE
51072014-02-18 Doug Evans <dje@google.com>
5108
5109 * Makefile.in (TESTS): New variable.
5110 (expanded_tests, expanded_tests_or_none): New variables
5111 (check-single): Pass $(expanded_tests_or_none) to runtest.
5112 (check-parallel): Only run tests in $(TESTS) if non-empty.
5113 (check/no-matching-tests-found): New rule.
5114 * README: Document TESTS makefile variable.
5115
5dd3176f
DE
51162014-02-18 Doug Evans <dje@google.com>
5117
5118 * Makefile.in (check-parallel): rm -rf outputs temp.
5119
0b10be4f
JK
51202014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5121
5122 Fix "ERROR: no fileid for" in the testsuite.
5123 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5124
85f224e7
DE
51252014-02-12 Doug Evans <dje@google.com>
5126
5127 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5128 (MISCELLANEOUS): New variable.
5129 (clean): rm -rf $(MISCELLANEOUS).
5130 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5131 dwp live in the same directory as symlinks, with each symlink pointed
5132 to a differently named file in a different directory.
5133
149b30ff
DE
51342014-02-11 Doug Evans <dje@google.com>
5135
5136 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5137 of Tcl file commands.
5138
1dfdac32
MK
51392014-02-10 Mark Kettenis <kettenis@gnu.org>
5140
5141 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5142 "kill -SIGUSR1 -1".
5143
aa4fb036
JB
51442014-02-10 Joel Brobecker <brobecker@adacore.com>
5145
5146 * gdb.ada/tick_length_array_enum_idx: New testcase.
5147
ed3ef339
DE
51482014-02-10 Doug Evans <xdje42@gmail.com>
5149
5150 * configure.ac (AC_OUTPUT): Add gdb.guile.
5151 * configure: Regenerate.
5152 * lib/gdb-guile.exp: New file.
5153 * lib/gdb.exp (get_target_charset): New function.
5154 * gdb.base/help.exp: Update expected output from "apropos apropos".
5155 * gdb.guile/Makefile.in: New file.
5156 * gdb.guile/guile.exp: New file.
5157 * gdb.guile/scm-arch.c: New file.
5158 * gdb.guile/scm-arch.exp: New file.
5159 * gdb.guile/scm-block.c: New file.
5160 * gdb.guile/scm-block.exp: New file.
5161 * gdb.guile/scm-breakpoint.c: New file.
5162 * gdb.guile/scm-breakpoint.exp: New file.
5163 * gdb.guile/scm-disasm.c: New file.
5164 * gdb.guile/scm-disasm.exp: New file.
5165 * gdb.guile/scm-equal.c: New file.
5166 * gdb.guile/scm-equal.exp: New file.
5167 * gdb.guile/scm-error.exp: New file.
5168 * gdb.guile/scm-error.scm: New file.
5169 * gdb.guile/scm-frame-args.c: New file.
5170 * gdb.guile/scm-frame-args.exp: New file.
5171 * gdb.guile/scm-frame-args.scm: New file.
5172 * gdb.guile/scm-frame-inline.c: New file.
5173 * gdb.guile/scm-frame-inline.exp: New file.
5174 * gdb.guile/scm-frame.c: New file.
5175 * gdb.guile/scm-frame.exp: New file.
5176 * gdb.guile/scm-generics.exp: New file.
5177 * gdb.guile/scm-gsmob.exp: New file.
5178 * gdb.guile/scm-iterator.c: New file.
5179 * gdb.guile/scm-iterator.exp: New file.
5180 * gdb.guile/scm-math.c: New file.
5181 * gdb.guile/scm-math.exp: New file.
5182 * gdb.guile/scm-objfile-script-gdb.in: New file.
5183 * gdb.guile/scm-objfile-script.c: New file.
5184 * gdb.guile/scm-objfile-script.exp: New file.
5185 * gdb.guile/scm-objfile.c: New file.
5186 * gdb.guile/scm-objfile.exp: New file.
5187 * gdb.guile/scm-ports.exp: New file.
5188 * gdb.guile/scm-pretty-print.c: New file.
5189 * gdb.guile/scm-pretty-print.exp: New file.
5190 * gdb.guile/scm-pretty-print.scm: New file.
5191 * gdb.guile/scm-section-script.c: New file.
5192 * gdb.guile/scm-section-script.exp: New file.
5193 * gdb.guile/scm-section-script.scm: New file.
5194 * gdb.guile/scm-symbol.c: New file.
5195 * gdb.guile/scm-symbol.exp: New file.
5196 * gdb.guile/scm-symtab-2.c: New file.
5197 * gdb.guile/scm-symtab.c: New file.
5198 * gdb.guile/scm-symtab.exp: New file.
5199 * gdb.guile/scm-type.c: New file.
5200 * gdb.guile/scm-type.exp: New file.
5201 * gdb.guile/scm-value-cc.cc: New file.
5202 * gdb.guile/scm-value-cc.exp: New file.
5203 * gdb.guile/scm-value.c: New file.
5204 * gdb.guile/scm-value.exp: New file.
5205 * gdb.guile/source2.scm: New file.
5206 * gdb.guile/types-module.cc: New file.
5207 * gdb.guile/types-module.exp: New file.
5208
7026a7c1
YQ
52092014-02-10 Yao Qi <yao@codesourcery.com>
5210
5211 PR testsuite/16543
5212 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5213 * configure: Regenerated.
5214 * Makefile.in: New file.
5215
6c466447
AS
52162014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5217
5218 * gdb.python/py-framefilter.exp: Fix typo.
5219
6e854735
YQ
52202014-02-08 Yao Qi <yao@codesourcery.com>
5221
5222 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5223 that no =breakpoint-modified is emitted when breakpoints are
5224 modified through MI commands.
5225
d137e6dc
PA
52262014-02-07 Pedro Alves <pedro@codesourcery.com>
5227 Pedro Alves <palves@redhat.com>
5228
5229 * gdb.threads/step-after-sr-lock.c: New file.
5230 * gdb.threads/step-after-sr-lock.exp: New file.
5231
b5ee5a50
PA
52322014-02-07 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5235
3c77faf3
JK
52362014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5237
5238 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5239 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5240
6dddc817
DE
52412014-02-06 Doug Evans <xdje42@gmail.com>
5242
5243 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5244 output.
5245
5246 * gdb.gdb/python-interrupts.exp: New file.
5247
de7b2893
YQ
52482014-02-05 Yao Qi <yao@codesourcery.com>
5249
5250 * gdb.trace/report.exp (use_collected_data): Test the output
5251 of "info threads" and "info inferiors".
5252
66d032ac
YQ
52532014-02-05 Yao Qi <yao@codesourcery.com>
5254
5255 Revert this patch:
5256
5257 2013-05-24 Yao Qi <yao@codesourcery.com>
5258
5259 * gdb.trace/tfile.exp: Test inferior and thread.
5260
591a12a1
UW
52612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5262
5263 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5264 on a function.
5265 * gdb.base/step-bt.c: Call hello via function pointer to make
5266 sure its first instruction is executed on powerpc64le-linux.
5267
0ff3e01f
UW
52682014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5269
5270 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5271
084ee545
UW
52722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5273
5274 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5275 of the test patterns for use on little-endian systems.
5276
6ed14ff3
UW
52772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5278
5279 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5280 (decimal_vector): Fix for little-endian.
5281
401e27fd
JM
52822014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5283
5284 * gdb.arch/sparc-sysstep.exp: New file.
5285 * gdb.arch/sparc-sysstep.c: Likewise.
5286
5287 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5288
8b924729
EBM
52892014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5290
5291 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5292
fb151210
JB
52932014-01-23 Tom Tromey <tromey@redhat.com>
5294
5295 * gdb.ada/array_char_idx: New testcase.
5296
0740f8d8
TT
52972014-01-23 Tom Tromey <tromey@redhat.com>
5298
5299 PR python/16487:
5300 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5301 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5302 classes.
5303
21909fa1
TT
53042014-01-23 Tom Tromey <tromey@redhat.com>
5305
5306 PR python/16491:
5307 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5308 string from an inferior frame.
5309 * gdb.python/py-framefilter-mi.exp: Update.
5310
87ce2a04
DE
53112014-01-22 Doug Evans <dje@google.com>
5312
5313 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5314
237b092b
AA
53152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5316
5317 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5318
d674a709
AA
53192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5320
5321 * gdb.trace/entry-values.exp: Remove excess space character from
5322 regex patterns. Handle s390 call instruction.
5323
20fa3390
AA
53242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5325
5326 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5327 define "*_start" label. Make "name" static.
5328 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5329 ${name} by references to ${name}_start.
5330
78466714
AA
53312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5332
5333 * gdb.base/info-macros.exp: Remove "debug" from the compile
5334 options.
5335
ec9f644a
IB
53362014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5337
5338 * gdb.dlang/demangle.exp: New file.
5339
94b1b47e
IB
53402014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5341
5342 * gdb.dlang/primitive-types.exp: New file.
5343
7f420862
IB
53442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5345
5346 * configure.ac: Create gdb.dlang/Makefile.
5347 * configure: Regenerate.
5348 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5349 * gdb.dlang/Makefile.in: New file.
5350 * lib/d-support.exp: New file.
5351 * lib/gdb.exp (skip_d_tests): New proc.
5352
52834460
MM
53532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5354
5355 * gdb.btrace/delta.exp: Check reverse stepi.
5356 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5357 * gdb.btrace/finish.exp: New.
5358 * gdb.btrace/next.exp: New.
5359 * gdb.btrace/nexti.exp: New.
5360 * gdb.btrace/record_goto.c: Add comments.
5361 * gdb.btrace/step.exp: New.
5362 * gdb.btrace/stepi.exp: New.
5363 * gdb.btrace/multi-thread-step.c: New.
5364 * gdb.btrace/multi-thread-step.exp: New.
5365 * gdb.btrace/rn-dl-bind.c: New.
5366 * gdb.btrace/rn-dl-bind.exp: New.
5367 * gdb.btrace/data.c: New.
5368 * gdb.btrace/data.exp: New.
5369 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5370
6e07b1d2
MM
53712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5372
5373 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5374 * gdb.btrace/exception.exp: Update.
5375 * gdb.btrace/instruction_history.exp: Update.
5376 * gdb.btrace/record_goto.exp: Update.
5377 * gdb.btrace/tailcall.exp: Update.
5378 * gdb.btrace/unknown_functions.exp: Update.
5379 * gdb.btrace/delta.exp: New.
5380
0b722aec
MM
53812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5382
5383 * gdb.btrace/record_goto.exp: Add backtrace test.
5384 * gdb.btrace/tailcall.exp: Add backtrace test.
5385
066ce621
MM
53862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5387
5388 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5389 * gdb.btrace/record_goto.c: New.
5390 * gdb.btrace/record_goto.exp: New.
5391 * gdb.btrace/x86-record_goto.S: New.
5392
0688d04e
MM
53932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5394
5395 * gdb.btrace/function_call_history.exp: Update tests.
5396 * gdb.btrace/instruction_history.exp: Update tests.
5397
8710b709
MM
53982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5399
5400 * gdb.btrace/function_call_history.exp: Fix expected field
5401 order for "record function-call-history".
5402 Add new tests for "record function-call-history /c".
5403 * gdb.btrace/exception.cc: New.
5404 * gdb.btrace/exception.exp: New.
5405 * gdb.btrace/tailcall.exp: New.
5406 * gdb.btrace/x86-tailcall.S: New.
5407 * gdb.btrace/x86-tailcall.c: New.
5408 * gdb.btrace/unknown_functions.c: New.
5409 * gdb.btrace/unknown_functions.exp: New.
5410 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5411
5de9129b
MM
54122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5413
5414 * gdb.btrace/instruction_history.exp: Update.
5415 * gdb.btrace/function_call_history.exp: Update.
5416
23a7fe75
MM
54172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5418
5419 * gdb.btrace/function_call_history.exp: Fix expected function
5420 trace.
5421 * gdb.btrace/instruction_history.exp: Initialize traced.
5422 Remove traced_functions.
5423
724c7dd8
MM
54242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5425
5426 * gdb.btrace/function_call_history.exp: Update
5427 * gdb.btrace/instruction_history.exp: Update.
5428
6d78d93b
MM
54292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5430
5431 * gdb.btrace/enable.exp: Update expected text.
5432
93a360cc
OJ
54332014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5434
5435 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5436 bytes.
5437
3772b53f
MR
54382014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5439
5440 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5441
596662fa
OJ
54422014-01-15 Omair Javaid <omair.javaid@linaro.org>
5443
5444 * lib/gdb.exp (supports_process_record): Return true for
5445 arm*-linux*. (supports_reverse): Likewise.
5446
b5b08fb4
SC
54472014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5448
5449 PR python/15464
5450 PR python/16113
5451 * gdb.python/py-type.c: Enhance test case.
5452 * gdb.python/py-value-cc.cc: Likewise
5453 * gdb.python/py-type.exp: Add new tests.
5454 * gdb.python/py-value-cc.exp: Likewise
5455
52d7fb13
AA
54562014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5457 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5460 Make "name" extern.
5461 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5462 references to ${name}_start by references to ${name}.
5463
a2cd8cfe
JB
54642014-01-10 Joel Brobecker <brobecker@adacore.com>
5465
5466 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5467
4e23fced
JB
54682014-01-10 Joel Brobecker <brobecker@adacore.com>
5469
5470 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5471
c6a9e42c
PA
54722014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5473 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 5476 mi_gdb_target_load.
c6a9e42c 5477
b7ea362b
PA
54782014-01-08 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.threads/reconnect-signal.c: New file.
5481 * gdb.threads/reconnect-signal.exp: New file.
5482
5e3f4fab
EBM
54832014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5484
5485 * gdb.base/source-dir.exp: New file.
5486
79301218
JB
54872014-01-07 Joel Brobecker <brobecker@adacore.com>
5488
5489 * gdb.ada/mi_interface: New testcase.
5490
8e355c5d
JB
54912014-01-07 Joel Brobecker <brobecker@adacore.com>
5492
5493 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5494 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5495 gdb.ada/pp-rec-component/pck.ads: New files.
5496
c0d48811
JB
54972014-01-07 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.python/py-pp-integral.c: New file.
5500 * gdb.python/py-pp-integral.py: New file.
5501 * gdb.python/py-pp-integral.exp: New file.
5502
17b609c3 5503For older changes see ChangeLog-1993-2013.
c906108c 5504\f
8d8cb839
EZ
5505;; Local Variables:
5506;; mode: change-log
5507;; left-margin: 8
5508;; fill-column: 74
5509;; version-control: never
5510;; End:
902f2ccb 5511
32d0add0 5512 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5513 Copying and distribution of this file, with or without modification,
5514 are permitted provided the copyright notice and this notice are preserved.