Don't truncate the history file when history size is unlimited
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2093d2d3
PP
12015-06-17 Patrick Palka <patrick@parcs.ath.cx>
2
3 * gdb.base/gdbinit-history.exp: Add test case to check that
4 an unlimited history file does not get truncated on exit.
5
e6c693af
AA
62015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7
8 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9 (VECTOR): New macro. Use it...
10 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
11 ...for these typedefs.
12 (int8, char1, int1, double1): New typedefs.
13 (struct just_int2, struct two_int2): New structures.
14 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15 (add_structvecs, add_singlevecs): New functions.
16 (main): Call add_some_intvecs twice.
17 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18 the compile and exit upon failure. Try compiling for the "native"
19 architecture. Test inferior function calls with vector arguments
20 and vector return value handling with "finish" and "return".
21
c74f7d1c
JT
222015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
23
24 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
25 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
26 PE file.
27 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
28
98aa42ee
AT
292015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
30
31 PR breakpoints/16465
32 * gdb.mi/mi-dprintf-pending.c: New file.
33 * gdb.mi/mi-dprintf-pending.exp: New test.
34 * gdb.mi/mi-dprintf-pendshr.c: New file.
35
7d73c23c
WT
362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
37 Mircea Gherzan <mircea.gherzan@intel.com>
38
39 * gdb.arch/i386-mpx-map.c: New file.
40 * gdb.arch/i386-mpx-map.exp: New File.
41
422015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
43
44 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
45 * gdb.arch/i386-mpx.exp: Indentation fixed.
46
472015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
48
49 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
50 function and improved indentation.
51 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
52 gdb_test_multiple. Added additional tests to skip the test.
53
542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
55
56 * gdb.arch/i386-avx512.c: Change path in include file.
57 * gdb.arch/i386-avx512.exp: Change include dir path
58 compilation flag.
59 * gdb.arch/i386-mpx.c: Change path in include file.
60 * gdb.arch/i386-mpx.exp: Change include dir path compilation
61 flag.
62
d5eba19a
JK
632015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
64
65 * gdb.compile/compile-print.exp (compile print *vararray@3)
66 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
67
7f361056
JK
682015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
69
70 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
71 (do not keep jit in memory): ... this.
72 (expect 5): Change it to ...
73 (expect no 5): ... this.
74
3b462ec2
SM
752015-06-02 Simon Marchi <simon.marchi@ericsson.com>
76
77 PR gdb/15564
78 * gdb.mi/mi-detach.exp: New file.
79
e0619de6
JK
802015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
81
82 PR symtab/18392
83 * gdb.arch/amd64-tailcall-self.S: New file.
84 * gdb.arch/amd64-tailcall-self.c: New file.
85 * gdb.arch/amd64-tailcall-self.exp: New file.
86
e970cb34
DB
872015-05-28 Don Breazeal <donb@codesourcery.com>
88
89 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
90 tests for remote targets by checking is_target_gdbserver.
91
b2e2f908
DE
922015-05-27 Doug Evans <dje@google.com>
93
94 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
95 * gdb.dwarf2/opaque-type-lookup.c: New file.
96 * gdb.dwarf2/opaque-type-lookup.exp: New file.
97
82c7be31
DE
982015-05-26 Doug Evans <dje@google.com>
99
100 * gdb.cp/iostream.cc: New file.
101 * gdb.cp/iostream.exp: New file.
102
b4f54984
DE
1032015-05-26 Doug Evans <dje@google.com>
104
105 * gdb.dwarf2/dw2-op-call.exp: Update.
106 * gdb.dwarf2/dw4-sig-types.exp: Update.
107 * gdb.dwarf2/implptr.exp: Update.
108 * gdb.mi/mi-cmd-param-changed.exp: Update.
109
4ea6efe9
DE
1102015-05-26 Doug Evans <dje@google.com>
111
112 * gdb.python/py-lazy-string.c: New file.
113 * gdb.python/py-lazy-string.exp: New file.
114 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
115 (main): Update. Add estring3.
116 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
117 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
118
f6bb7db3
YQ
1192015-05-26 Omair Javaid <omair.javaid@linaro.org>
120 Yao Qi <yao.qi@linaro.org>
121
122 * gdb.reverse/aarch64.c: New.
123 * gdb.reverse/aarch64.exp: New.
124
a81bfbd0
OJ
1252015-05-26 Omair Javaid <omair.javaid@linaro.org>
126
127 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
128 (supports_reverse): Likewise.
129
158bf1b4
PP
1302015-05-22 Patrick Palka <patrick@parcs.ath.cx>
131
132 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
133 Use with_test_prefix.
134
a0145030
AB
1352015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.base/completion.exp: Add test for completion of layout
138 names.
139
ebe3b578
AB
1402015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
141
142 * lib/gdb.exp (skip_tui_tests): New proc.
143 * gdb.base/tui-layout.exp: Check skip_tui_tests.
144
84204ed7
PA
1452015-05-19 Pedro Alves <palves@redhat.com>
146
147 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
148 Save the whole env array instead of just HOME. Unset HISTSIZE in
149 the environment while testing. Restore whole environment
150 afterwards.
151
37442ce1
DE
1522015-05-16 Doug Evans <xdje42@gmail.com>
153
154 * gdb.guile/scm-ports.c: New file.
155 * gdb.guile/scm-ports.exp: Add memory port tests.
156
36de76f9
JK
1572015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
158
159 * gdb.compile/compile-print.c: New file.
160 * gdb.compile/compile-print.exp: New file.
161
3a9558c4
JK
1622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 * gdb.compile/compile-ops.exp: Cast param to void.
165 * gdb.compile/compile.exp: Complete type for _gdb_expr.
166 (compile code struct_object.selffield = &struct_object): Add xfail.
167
aa715135
JG
1682015-05-15 Joel Brobecker <brobecker@adacore.com>
169
170 * gdb.ada/arr_enum_with_gap: New testcase.
171
931e5bc3
JG
1722015-05-15 Joel Brobecker <brobecker@adacore.com>
173
174 * gdb.ada/byte_packed_arr: New testcase.
175
9cd4d857
JB
1762015-05-15 Joel Brobecker <brobecker@adacore.com>
177
178 * gdb.ada/pckd_neg: New testcase.
179
ebfd00d2
PP
1802015-05-13 Patrick Palka <patrick@parcs.ath.cx>
181
182 PR gdb/17820
183 * gdb.base/gdbinit-history.exp: New test.
184 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
185 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
186
4c082a81
SC
1872015-05-09 Siva Chandra Reddy <sivachandra@google.com>
188
189 * gdb.python/py-xmethods.cc: Enhance test case.
190 * gdb.python/py-xmethods.exp: New tests.
191 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
192 function.
193 (B_indexoper): Likewise.
194 (global_dm_list) : Add new xmethod worker functions.
195
f7797074
SDJ
1962015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
197
198 * gdb.base/coredump-filter.exp: Correctly unset
199 "coredump_var_addr" array.
200
a4674e4e
PA
2012015-05-08 Pedro Alves <palves@redhat.com>
202
203 * gdb.server/non-existing-program.exp: Unset spawn_id.
204
df2eb078
SC
2052015-05-08 Siva Chandra Reddy <sivachandra@google.com>
206
207 PR python/18291
208 * gdb.python/py-xmethods.exp: Add tests.
209
422349a3
YQ
2102015-05-08 Yao Qi <yao.qi@linaro.org>
211
212 PR gdb/18208
213 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
214 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
215 function set_coredump_filter, and remove remote_exec call.
216 Remove argument ipid. Callers update.
217 (top level): Don't get inferior's PID.
218
63fc80ce
AA
2192015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
220
221 * gdb.base/watch_thread_num.exp: Skip test on targets without
222 access watchpoints.
223
80ad801e
PA
2242015-05-06 Pedro Alves <palves@redhat.com>
225
226 PR server/18081
227 * gdb.server/non-existing-program.exp: New file.
228
0fa7fe50
JB
2292015-05-05 Joel Brobecker <brobecker@adacore.com>
230
231 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
232
3ea89b92
PMR
2332015-05-05 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.ada/out_of_line_in_inlined: New testcase.
236
87b8eff0
JB
2372015-05-05 Joel Brobecker <brobecker@adacore.com>
238
239 * gdb.ada/var_rec_arr: New testcase.
240
5fccc635
YQ
2412015-04-30 Yao Qi <yao.qi@linaro.org>
242
243 * gdb.base/break-idempotent.exp: If
244 skip_hw_watchpoint_multi_tests returns true, skip the tests
245 on "rwatch" and "awatch".
246
42d38f42
YQ
2472015-04-30 Yao Qi <yao.qi@linaro.org>
248
249 * gdb.base/relativedebug.exp: Invoke gdb command
250 "info sharedlibrary", and if libc.so doesn't have debug info,
251 skip the test.
252
2ce1cdbf
DE
2532015-04-29 Doug Evans <dje@google.com>
254
255 * gdb.python/py-xmethods.exp: Add ptype tests.
256 * gdb.python/py-xmethods.py (E_method_char_worker): Add
257 get_result_type method.
258
f24a38c5
LM
2592015-04-29 Luis Machado <lgustavo@codesourcery.com>
260
261 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
262 the target does not support hardware watchpoints.
263
ecbf2b3c
LM
2642015-04-29 Luis Machado <lgustavo@codesourcery.com>
265
266 * gdb.base/break-always.exp: Abort testing if writing to memory
267 causes an error.
268
34f5f757
DE
2692015-04-28 Doug Evans <dje@google.com>
270
271 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
272 * gdb.python/py-pp-registration.exp: ... here. New file.
273 * gdb.python/py-pp-registration.c: New file.
274 * gdb.python/py-pp-registration.py: New file.
275
69b4374a
DE
2762015-04-28 Doug Evans <dje@google.com>
277
278 * gdb.python/py-bad-printers.c: New file.
279 * gdb.python/py-bad-printers.py: New file.
280 * gdb.python/py-bad-printers.exp: New file.
281
59fb7612
SS
2822015-04-28 Sasha Smundak <asmundak@google.com>
283
284 * gdb.python/py-type.exp: New test.
285
2631b16a
AW
2862015-04-28 Andy Wingo <wingo@igalia.com>
287
288 * gdb.python/py-parameter.exp:
289 * gdb.guile/scm-parameter.exp: Escape the path that we are
290 matching against, as it might contain characters that are special
291 to regular expressions.
292
460efde1
JB
2932015-04-27 Joel Brobecker <brobecker@adacore.com>
294
295 * gdb.ada/rec_comp: New testcase.
296
2d369d8e
SDJ
2972015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
298
299 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
300 before using it.
301
cf75d6c3
AB
3022015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
305 new tests for verilog output.
306
8dbe7ca5
YQ
3072015-04-24 Yao Qi <yao.qi@linaro.org>
308
309 * boards/remote-gdbserver-on-localhost.exp: New file.
310
4ef9fb2f
PA
3112015-04-23 Pedro Alves <palves@redhat.com>
312
313 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
314 $inferior_spawn_id instead of $inferior_spawn_id directly. On
315 "end of file", remove $inferior_spawn_id from the indirect list.
316
0a803169
PA
3172015-04-23 Pedro Alves <palves@redhat.com>
318
319 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
320
749ef8f8
PA
3212015-04-23 Pedro Alves <palves@redhat.com>
322
323 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
324 on $any_spawn_id instead of only on $gdb_spawn_id.
325
8aae4344
PM
3262015-04-21 Pierre Muller <muller@sourceware.org>
327
328 PR pascal/17815
329 * lib/pascal.exp (gpc_compile): Add new option "class".
330 (fpc_compile): Likewise.
331 * gdb.pascal/case-insensitive-symbols.pas: New file.
332 * gdb.pascal/case-insensitive-symbols.exp: New file.
333
1586c8fb
GB
3342015-04-20 Gary Benson <gbenson@redhat.com>
335
336 * gdb.base/attach.exp: Fix three extended remote failures.
337
1b6e6f5c
GB
3382015-04-17 Gary Benson <gbenson@redhat.com>
339
340 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
341 the main executable over the remote protocol.
342
e797481d
PA
3432015-04-16 Pedro Alves <palves@redhat.com>
344
345 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
346 a new gdbserver if gdbserver_reconnect_p is set.
347
1ca99c42
PA
3482015-04-16 Pedro Alves <palves@redhat.com>
349
350 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
351 is set, don't exit gdbserver.
352
af9fd6f8
AA
3532015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
354
355 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
356 appropriate .insn, such that an older assembler can be used.
357 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
358 the z/Architecture instruction set on 31-bit targets as well.
359
04ff1e61
AA
3602015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
361
362 * gdb.go/handcall.exp: Remove all logic related to the first
363 breakpoint and rely on go_runto_main instead.
364 * gdb.go/strings.exp: Likewise.
365 * gdb.go/unsafe.exp: Likewise.
366 * gdb.go/hello.exp: Likewise. Also rename the remaining
367 breakpoint marker to "breakpoint 1".
368 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
369 * gdb.go/strings.go: Likewise.
370 * gdb.go/unsafe.go: Likewise.
371 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
372 "set breakpoint 2 here" and rename the remaining breakpoint marker
373 to "breakpoint 1".
374
40d2f8d6
SM
3752015-04-15 Simon Marchi <simon.marchi@ericsson.com>
376
377 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
378 if itertools.imap is not present.
379 * gdb.python/py-objfile.exp: Add parentheses.
380 * gdb.python/py-type.exp: Same.
381 * gdb.python/py-unwind-maint.py: Same.
382
8cbc97c6
YQ
3832015-04-15 Yao Qi <yao.qi@linaro.org>
384
385 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
386 of ":$ptr_size" and set its form explicitly.
387
45fd756c
YQ
3882015-04-15 Pedro Alves <palves@redhat.com>
389 Yao Qi <yao.qi@linaro.org>
390
391 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
392 timeout by factor of 4.
393 (test_regular_watch): Likewise.
394 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
395 * gdb.reverse/sigall-reverse.exp: Likewise.
396 * gdb.reverse/until-precsave.exp: Likewise.
397 * lib/gdb.exp (with_timeout_factor): New proc.
398 (gdb_expect): Move some code to ...
399 (get_largest_timeout): ... here. New procedure.
400
9e811bc3
LM
4012015-04-14 Luis Machado <lgustavo@codesourcery.com>
402
403 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
404
0ff6fcb2
LM
4052015-04-13 Luis Machado <lgustavo@codesourcery.com>
406
407 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
408 to write to the .text section.
409
7578d5f7
LM
4102015-04-13 Luis Machado <lgustavo@codesourcery.com>
411
412 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
413 Handle the case of targets that do not provide PID information.
414
2efe15c4
YQ
4152015-04-13 Yao Qi <yao.qi@linaro.org>
416
417 * lib/gdbserver-support.exp (gdb_exit): Catch exception
418 and use expect instead of gdb_expect.
419
8cd8f2f8
SDJ
4202015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
421
422 * gdb.base/coredump-filter.exp: Rename variable "addr" to
423 "coredump_var_addr" to avoid naming conflict with other testcases.
424
9ee41772
PA
4252015-04-10 Pedro Alves <palves@redhat.com>
426
427 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
428 gdb_test_sequence and gdb_assert.
429
07473109
PA
4302015-04-10 Pedro Alves <palves@redhat.com>
431
432 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
433 test messages that don't include the breakpoint address.
434
de3db44c
YQ
4352015-04-10 Yao Qi <yao.qi@linaro.org>
436
437 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
438 false for some offset and width combinations which aren't
439 supported by linux kernel.
440
c79d856c
PA
4412015-04-10 Pedro Alves <palves@redhat.com>
442
443 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
444 procedure, factored out from ...
445 (top level): ... here. Add "set displaced-stepping" testing axis.
446 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
447 parameter "displaced". Use it.
448 (top level): Use foreach and add "set displaced-stepping" testing
449 axis.
450
ebc90b50
PA
4512015-04-10 Pedro Alves <palves@redhat.com>
452
453 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
454 Remove comment.
455 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
456 both the address of the instruction that triggers the watchpoint
457 and the address of the instruction immediately after, and use
458 those addresses for the test. Fix comment.
459
8f572e5c
PA
4602015-04-10 Pedro Alves <palves@redhat.com>
461
462 * gdb.base/sigstep.exp (breakpoint_to_handler)
463 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
464 Test "backtrace" in handler.
465 (breakpoint_over_handler): New parameter 'displaced'. Use it.
466 (top level): Add new "displaced" test axis to
467 breakpoint_to_handler, breakpoint_to_handler_entry and
468 breakpoint_over_handler.
469
8d707a12
PA
4702015-04-10 Pedro Alves <palves@redhat.com>
471
472 PR gdb/18216
473 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
474
ef713951
YQ
4752015-04-10 Yao Qi <yao.qi@linaro.org>
476
477 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
478 (test_add_rn_pc): New function.
479 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
480 (top level): Invoke test_add_rn_pc.
481
906d60cf
PA
4822015-04-10 Pedro Alves <palves@redhat.com>
483
484 PR gdb/13858
485 * gdb.base/step-over-no-symbols.exp: New file.
486
f2983cc3
AW
4872015-04-09 Andy Wingo <wingo@igalia.com>
488
489 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
490 after the Python tests.
491
6d62641c
SDJ
4922015-04-08 Keith Seitz <keiths@redhat.com>
493
494 PR python/16699
495 * gdb.python/py-completion.exp: New tests for completion.
496 * gdb.python/py-completion.py (CompleteLimit1): New class.
497 (CompleteLimit2): Likewise.
498 (CompleteLimit3): Likewise.
499 (CompleteLimit4): Likewise.
500 (CompleteLimit5): Likewise.
501 (CompleteLimit6): Likewise.
502 (CompleteLimit7): Likewise.
503
f3770638
PA
5042015-04-08 Pedro Alves <palves@redhat.com>
505
506 PR gdb/18214
507 PR gdb/18216
508 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
509 function.
510 (main): Install it as SIGUSR1 handler.
511 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
512 parameter. Always use "setup" as prefix. Toggle "set
513 displaced-stepping" off/on depending on global. Don't switch to
514 thread 1 here.
515 (top level): Add displaced stepping "off/on" test axis. Update
516 "setup" calls. Wrap each subtest with with_test_prefix. Test
517 continuing with a queued signal in each thread.
518
4496bed7
PA
5192015-04-08 Pedro Alves <palves@redhat.com>
520
521 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
522 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
523 gdb_breakpoint instead of gdb_test that doesn't expect anything.
524 Return early if running to main fails.
525 * gdb.trace/while-stepping.exp: Likewise.
526
b97fde92
PA
5272015-04-07 Pedro Alves <palves@redhat.com>
528
529 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
530 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
531 interact with inferior program.
532
f71c18e7
PA
5332015-04-07 Pedro Alves <palves@redhat.com>
534
535 * lib/gdb.exp (inferior_spawn_id): New global.
536 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
537 spawn id after processing the user code.
538 (default_gdb_start): Set inferior_spawn_id.
539 (send_inferior): New procedure.
540 * lib/gdbserver-support.exp (gdbserver_start): Set
541 inferior_spawn_id.
542 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
543
6423214f
PA
5442015-04-07 Pedro Alves <palves@redhat.com>
545
546 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
547 * lib/gdbserver-support.exp (gdbserver_start): Make
548 $server_spawn_id global.
549 (gdbserver_start): Don't wait for gdbserver's spawn id with
550 expect_background.
551 (close_gdbserver): New procedure.
552 (gdb_exit): Rename the default version and reimplement.
553
71c0ee8c
PA
5542015-04-07 Pedro Alves <palves@redhat.com>
555
556 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
557 append the substituted item, not the original item.
558
203bc29b
PA
5592015-04-07 Pedro Alves <palves@redhat.com>
560
561 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
562 gdb_expect.
563
508a3ddf
PA
5642015-04-07 Pedro Alves <palves@redhat.com>
565
566 * gdb.base/interrupt.exp: Don't handle the case of the inferior
567 output appearing once only.
568
9f6dbe2b
PA
5692015-04-07 Pedro Alves <palves@redhat.com>
570
571 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
572 that doesn't expect anything. Return early if running to main
573 fails.
574
337532fa
YQ
5752015-04-07 Yao Qi <yao.qi@linaro.org>
576
577 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
578 (child_function): Call alarm.
579 (main): Move call to alarm into the loop.
580 * gdb.threads/non-stop-fair-events.exp: Build program with
581 -DTIMEOUT=$timeout.
582
01b622d4
DE
5832015-04-06 Doug Evans <xdje42@gmail.com>
584
585 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
586 Fix dest parameter to board_info.
587 (fpc_compile): Ditto.
588 (gdb_compile_pascal): Rename dest arg to destfile.
589
961f4160
PMR
5902015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
591
592 * gdb.ada/funcall_ref.exp: New file.
593 * gdb.ada/funcall_ref/foo.adb: New file.
594
cafda597
YQ
5952015-04-02 Yao Qi <yao.qi@linaro.org>
596
597 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
598 is remote.
599
fed040c6
GB
6002015-04-02 Gary Benson <gbenson@redhat.com>
601
602 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
603
d11916aa
SS
6042015-04-01 Sasha Smundak <asmundak@google.com>
605
606 * gdb.python/py-unwind-maint.c: New file.
607 * gdb.python/py-unwind-maint.exp: New test.
608 * gdb.python/py-unwind-maint.py: New file.
609 * gdb.python/py-unwind.c: New file.
610 * gdb.python/py-unwind.exp: New test.
611 * gdb.python/py-unwind.py: New test.
612
a1471180
PA
6132015-04-01 Pedro Alves <palves@redhat.com>
614
615 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
616 to fail instead of non-existent $test.
617
0bbeccb1
PA
6182015-04-01 Pedro Alves <palves@redhat.com>
619
620 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
621 GDBFLAGS if not empty.
622
3c724c8c
PMR
6232015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
624
625 * gdb.ada/complete.exp: Remove "multi_line".
626 * gdb.ada/info_exc.exp: Remove "multi_line".
627 * gdb.ada/packed_tagged.exp: Remove "multi_line".
628 * gdb.ada/ptype_field.exp: Remove "multi_line".
629 * gdb.ada/sym_print_name.exp: Remove "multi_line".
630 * gdb.ada/tagged.exp: Remove "multi_line".
631 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
632 [multi_line ...]
633 * gdb.btrace/delta.exp: Likewise.
634 * gdb.btrace/exception.exp: Likewise.
635 * gdb.btrace/function_call_history.exp: Likewise.
636 * gdb.btrace/instruction_history.exp: Likewise.
637 * gdb.btrace/nohist.exp: Likewise.
638 * gdb.btrace/record_goto.exp: Likewise.
639 * gdb.btrace/segv.exp: Likewise.
640 * gdb.btrace/stepi.exp: Likewise.
641 * gdb.btrace/tailcall.exp: Likewise.
642 * gdb.btrace/unknown_functions.exp: Likewise.
643 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
644 * lib/gdb.exp: Add the "multi_line" helper.
645
4eec2deb
PA
6462015-04-01 Pedro Alves <palves@redhat.com>
647
648 * gdb.threads/tid-reuse.c: New file.
649 * gdb.threads/tid-reuse.exp: New file.
650
df8411da
SDJ
6512015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
652
653 PR corefiles/16092
654 * gdb.base/coredump-filter.c: New file.
655 * gdb.base/coredump-filter.exp: Likewise.
656
6ef37366
PM
6572015-03-27 Petr Machata <pmachata@redhat.com>
658
659 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
660 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
661 (Dwarf::assemble): Initialize them.
662 (Dwarf::lines): New function.
663
7ec911b0
JT
6642015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
665
666 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
667 SYMBOL_PREFIX for x86_64-*-cygwin.
668
ff908ebf
AW
6692015-03-26 Andy Wingo <wingo@igalia.com>
670
671 PR symtab/18148
672 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
673 const_value but not a location.
674 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
675 location defined in non-main CUs are visible.
676
6d5f0679
YQ
6772015-03-26 Yao Qi <yao.qi@linaro.org>
678
679 PR testsuite/18139
680 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
681 Add a line number entry for the same line.
682 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
683 Add a line number entry for the same line.
684
2898689b
YQ
6852015-03-26 Yao Qi <yao.qi@linaro.org>
686
687 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
688 .int 0.
689 (func): Likewise. Add .Lfunc_1 label.
690 Use .Lfunc_1 label.
691 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
692 .int 0.
693 (func): Likewise.
694 Use .Lfunc_1 label.
695
85180498
YQ
6962015-03-26 Yao Qi <yao.qi@linaro.org>
697
698 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
699 Call gdb_compile instead to compile each .s files without debug
700 information.
701
8aa08a8d
YQ
7022015-03-26 Yao Qi <yao.qi@linaro.org>
703
704 * gdb.base/savedregs.exp (process_saved_regs): Make
705 "Saved registers:" optional in the pattern.
706
66849923
MM
7072015-03-25 Markus Metzger <markus.t.metzger@intel.com>
708
709 * gdb.btrace/next.exp: Merged into step.exp.
710 * gdb.btrace/finish.exp: Merged into step.exp.
711 * gdb.btrace/nexti.exp: Merged into stepi.exp.
712 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
713 "record goto" and checking the exact replay position.
714 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
715 check for "Recording format" in "info record" output.
716 * gdb.btrace/record_goto.exp: Choose test file based on target.
717 * gdb.btrace/x86-record_goto.S: Renamed into ...
718 * gdb.btrace/x86_64-record_goto.S: ... this.
719 * gdb.btrace/i686-record_goto.S: New.
720 * gdb.btrace/x86-tailcall.S: Renamed into ...
721 * gdb.btrace/x86_64-tailcall.S: ... this.
722 * gdb.btrace/i686-tailcall.S: New.
723 * gdb.btrace/x86-tailcall.c: Renamed into ...
724 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
725 separate statements. Update test.
726 * gdb.btrace/delta.exp: Use record_goto.c as test file.
727 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
728 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
729 * gdb.btrace/tailcall.exp: Choose test file based on target.
730 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
731
11cc1b74
MM
7322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
733
734 * gdb.btrace/exception.exp: Increase BTS buffer size.
735
a25d8bf9
PA
7362015-03-24 Pedro Alves <palves@redhat.com>
737
738 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
739
856e7dd6
PA
7402015-03-24 Pedro Alves <palves@redhat.com>
741
742 * gdb.threads/schedlock.exp (test_step): No longer expect that
743 "set scheduler-locking step" with "next" over a function call runs
744 threads unlocked.
745
ad235a41
AT
7462015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
747
748 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
749
15630549
AT
7502015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
751
752 PR breakpoints/16466
753 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
754 * gdb.mi/mi-pending.c (thread_func): New function.
755 (int main): Add threading support required.
756 * gdb.mi/mi-pending.exp: Add tests for this issue.
757 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
758 (pendfunc2): Remove stdio dependency.
759 * gdb.mi/mi-pendshr2.c: New file.
760
693dca06
KS
7612015-03-23 Keith Seitz <keiths@redhat.com>
762
763 * gdb.linespec/keywords.c: New file.
764 * gdb.linespec/keywords.exp: New file.
765
7e993ebf
KS
7662015-03-23 Keith Seitz <keiths@redhat.com>
767
768 PR gdb/18021
769 * gdb.dwarf2/staticvirtual.exp: New test.
770
bc23328c
JK
7712015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
772
773 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
774 * README: Remove HP-UX and gdb.hp.
775 (configuration):
776 * configure: Regenerate.
777 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
778 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
779 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
780 gdb.hp/gdb.defects/Makefile.
781 * gdb.hp/Makefile.in: File deleted.
782 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
783 * gdb.hp/gdb.aCC/optimize.c: File deleted.
784 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
785 * gdb.hp/gdb.aCC/run.c: File deleted.
786 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
787 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
788 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
789 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
790 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
791 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
792 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
793 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
794 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
795 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
796 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
797 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
798 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
799 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
800 * gdb.hp/gdb.base-hp/reg.s: File deleted.
801 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
802 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
803 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
804 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
805 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
806 * gdb.hp/gdb.compat/Makefile.in: File deleted.
807 * gdb.hp/gdb.compat/average.c: File deleted.
808 * gdb.hp/gdb.compat/sum.c: File deleted.
809 * gdb.hp/gdb.compat/xdb.c: File deleted.
810 * gdb.hp/gdb.compat/xdb0.c: File deleted.
811 * gdb.hp/gdb.compat/xdb0.h: File deleted.
812 * gdb.hp/gdb.compat/xdb1.c: File deleted.
813 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
814 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
815 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
816 * gdb.hp/gdb.defects/Makefile.in: File deleted.
817 * gdb.hp/gdb.defects/bs14602.c: File deleted.
818 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
819 * gdb.hp/gdb.defects/solib-d.c: File deleted.
820 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
821 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
822 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
823 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
824 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
825 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
826 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
827 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
828 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
829 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
830 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
831 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
832 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
833 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
834 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
835 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
836 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
837 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
838 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
839 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
840 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
841 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
842 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
843 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
844 * gdb.hp/tools/odump: File deleted.
845
8bf3b159
PA
8462015-03-19 Pedro Alves <palves@redhat.com>
847
848 * gdb.threads/continue-pending-status.exp (saw_thread_2)
849 (saw_thread_3): New globals.
850 (top level): Increment them when an event for the corresponding
851 thread is seen.
852 (no thread starvation): New test.
853
eb54c8bf
PA
8542015-03-19 Pedro Alves <palves@redhat.com>
855
856 * gdb.threads/continue-pending-status.c: New file.
857 * gdb.threads/continue-pending-status.exp: New file.
858
32d2e5d6
PA
8592015-03-18 Pedro Alves <palves@redhat.com>
860
861 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
862 Use gdb_is_target_remote instead of is_remote. Use
863 gdb_test_multiple instead of gdb_expect. Exit early if
864 gdb_test_multiple hits its internal matches. Tighten stepi tests
865 expected output. Fail on exit with any signal, instead of just
866 SIGILL.
867
f68f11b7
YQ
8682015-03-18 Yao Qi <yao.qi@linaro.org>
869
870 PR tdep/18107
871 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
872 variable.
873 * gdb.base/catch-syscall.exp: Don't skip it on
874 aarch64*-*-linux* target. Remove elements in all_syscalls.
875 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
876 target.
877 (setup_all_syscalls): New proc.
878
ca5fd19b
YQ
8792015-03-16 Yao Qi <yao.qi@linaro.org>
880
881 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
882 (top level): Skip tests if valid_addr_p returns false for
883 $cmd1 or $cmd2.
884
85642ba0
AW
8852015-03-11 Andy Wingo <wingo@igalia.com>
886
887 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
888
e03f9645
YQ
8892015-03-11 Yao Qi <yao.qi@linaro.org>
890
891 * gdb.base/catch-syscall.exp: Fix typo in comments.
892
5d0962b2
YQ
8932015-03-11 Yao Qi <yao.qi@linaro.org>
894
895 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
896
b2df3cef
PA
8972015-03-09 Pedro Alves <palves@redhat.com>
898
899 * dg-extract-results.py: Delete.
900
ef878e53
PA
9012015-03-09 Pedro Alves <palves@redhat.com>
902
903 Merge dg-extract-results.sh from GCC upstream (r218843).
904
905 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
906 * dg-extract-results.sh: Use --text with grep to avoid issues with
907 binary files. Fall back to cat -v, if that doesn't work.
908
9494d219
PA
9092015-03-05 Pedro Alves <palves@redhat.com>
910
911 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
912
a8d9763a
SM
9132015-03-04 Simon Marchi <simon.marchi@ericsson.com>
914
915 * lib/mi-support.exp (mi_expect_interrupt): Accept
916 alternative event for when in all-stop mode.
917
be9957b8
PA
9182015-03-04 Pedro Alves <palves@redhat.com>
919
920 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
921
d57be0f4 9222015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
923
924 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
925
c214c7cf
AA
9262015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
927
928 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
929 regexps for GDB's current line display, accept a hex address
930 preceding the line number.
931
6d74a497
AA
9322015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
933
934 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
935 the 'arch1' variable for "s390*-linux*" targets.
936
511aee7c
PA
9372015-03-04 Pedro Alves <palves@redhat.com>
938
939 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
940 (main): Pass missing retval argument to pthread_join call.
941
95e50b27
PA
9422015-03-02 Pedro Alves <palves@redhat.com>
943
944 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
945 (top level): Call do_test with non-stop as well.
946
28054d69
PA
9472015-03-02 Pedro Alves <palves@redhat.com>
948
949 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
950 -1.
951
4fa5d7b4
AA
9522015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
953
954 * gdb.arch/s390-vregs.exp: New test.
955 * gdb.arch/s390-vregs.S: New file.
956
97c18565
PA
9572015-02-27 Pedro Alves <palves@redhat.com>
958
959 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
960 call to catch_command_errors.
961 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
962 catch_command_errors.
963
a37bfa30
PA
9642015-02-27 Pedro Alves <palves@redhat.com>
965
966 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
967 "true" for boolean result.
968 * gdb.gdb/selftest.exp (test_with_self): Also accept full
969 prototype of main.
970
6f98576f
PA
9712015-02-27 Pedro Alves <palves@redhat.com>
972
973 * lib/unbuffer_output.c: New file.
974 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
975 (main): Call gdb_unbuffer_output.
976
eba5ab56
YQ
9772015-02-27 Yao Qi <yao.qi@linaro.org>
978
979 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
980 target.
981
0def5aaa
DE
9822015-02-26 Doug Evans <dje@google.com>
983
984 * gdb.cp/class2.cc (Dbase, D): New classes.
985 (main): New local delta.
986 * gdb.cp/class2.exp: Test printing delta.
987 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
988 (dynbar): New global.
989 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
990
081a1c2c
JK
9912015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
992
993 * gdb.compile/compile-ifunc.c: New file.
994 * gdb.compile/compile-ifunc.exp: New file.
995
2f41223f
AT
9962015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
997
998 * gdb.base/structs.exp: Check for correct struct on finish.
999
03eddd80
YQ
10002015-02-26 Yao Qi <yao.qi@linaro.org>
1001
1002 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1003 is zero.
1004
80c57053
JK
10052015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1006
1007 * gdb.arch/cordic.ko.bz2: New file.
1008 * gdb.arch/cordic.ko.debug.bz2: New file.
1009 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1010
21613c12
YQ
10112015-02-25 Yao Qi <yao.qi@linaro.org>
1012
1013 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1014 aarch64*-*-* target.
1015
d8b901ed
PA
10162015-02-23 Pedro Alves <palves@redhat.com>
1017
1018 * lib/gdb.exp (delete_breakpoints): Rewrite using
1019 gdb_test_multiple.
1020
e5b85ead
PA
10212015-02-23 Pedro Alves <palves@redhat.com>
1022
1023 * gdb.base/info-os.c: Include stdlib.h.
1024
85c3a371
DE
10252015-02-22 Doug Evans <xdje42@gmail.com>
1026
1027 PR symtab/17855
1028 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1029 is read after symbols have been re-read.
1030 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1031 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1032
96553a0c
DE
10332015-02-21 Doug Evans <dje@google.com>
1034
1035 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1036
97a0c697
JK
10372015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1038
1039 PR corefiles/17808
1040 * gdb.arch/i386-biarch-core.core.bz2: New file.
1041 * gdb.arch/i386-biarch-core.exp: New file.
1042
a47cd6e9
PA
10432015-02-21 Pedro Alves <palves@redhat.com>
1044
1045 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1046 runto_main fails.
1047
c5facdc4
PA
10482015-02-20 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1051 info probes.
1052
2db9a427
PA
10532015-02-20 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1056
60fb7e9e
PA
10572015-02-20 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1060 clean_restart before gdb_target_supports_trace.
1061
5c5019c2
PA
10622015-02-20 Pedro Alves <palves@redhat.com>
1063
1064 PR threads/18006
1065 * gdb.threads/clone-thread_db.c: New file.
1066 * gdb.threads/clone-thread_db.exp: New file.
1067
c9587f88
AT
10682015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1069
1070 PR breakpoints/16812
1071 * gdb.base/catch-gdb-caused-signals.c: New file.
1072 * gdb.base/catch-gdb-caused-signals.exp: New file.
1073
f6a88844
JM
10742015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1075
1076 * configure: Regenerated.
1077 * configure.ac: Use GDB_AC_TRANSFORM.
1078 * aclocal.m4: sinclude ../transform.m4.
1079
497c491b
JM
10802015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1081
1082 * lib/dtrace.exp: New file.
1083 * gdb.base/dtrace-probe.exp: Likewise.
1084 * gdb.base/dtrace-probe.d: Likewise.
1085 * gdb.base/dtrace-probe.c: Likewise.
1086 * lib/pdtrace.in: Likewise.
1087 * configure.ac: Output variables with the transformed names of
1088 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1089 * configure: Regenerated.
1090
03e98035
JM
10912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1092
1093 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1094 expected message when trying to access $_probe_* convenience
1095 variables while not on a probe.
1096
63cc30e9
JK
10972015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1098
1099 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1100
0703599a
PA
11012015-02-11 Pedro Alves <pedro@codesourcery.com>
1102
1103 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1104 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1105
7e60a48e
DE
11062015-02-10 Doug Evans <xdje42@gmail.com>
1107
1108 * lib/gdb.exp (gdb_load): Always return a result.
1109
01b088bc
PA
11102015-02-10 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.threads/signal-sigtrap.c: New file.
1113 * gdb.threads/signal-sigtrap.exp: New file.
1114
b05ec7a5
AT
11152015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1116
1117 * gdb.trace/no-attach-trace.c: New file.
1118 * gdb.trace/no-attach-trace.exp: New file.
1119
a2c2acaf
MW
11202015-02-09 Mark Wielaard <mjw@redhat.com>
1121
1122 * gdb.dwarf2/atomic.c: New file.
1123 * gdb.dwarf2/atomic-type.exp: Likewise.
1124
31fd9caa
MM
11252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1126
1127 * gdb.btrace/buffer-size.exp: Update "info record" output.
1128 * gdb.btrace/delta.exp: Update "info record" output.
1129 * gdb.btrace/enable.exp: Update "info record" output.
1130 * gdb.btrace/finish.exp: Update "info record" output.
1131 * gdb.btrace/instruction_history.exp: Update "info record" output.
1132 * gdb.btrace/next.exp: Update "info record" output.
1133 * gdb.btrace/nexti.exp: Update "info record" output.
1134 * gdb.btrace/step.exp: Update "info record" output.
1135 * gdb.btrace/stepi.exp: Update "info record" output.
1136 * gdb.btrace/nohist.exp: Update "info record" output.
1137
d33501a5
MM
11382015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1139
1140 * gdb.btrace/buffer-size: New.
1141
f4abbc16
MM
11422015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1143
1144 * gdb.btrace/delta.exp: Update "info record" output.
1145 * gdb.btrace/enable.exp: Update "info record" output.
1146 * gdb.btrace/finish.exp: Update "info record" output.
1147 * gdb.btrace/instruction_history.exp: Update "info record" output.
1148 * gdb.btrace/next.exp: Update "info record" output.
1149 * gdb.btrace/nexti.exp: Update "info record" output.
1150 * gdb.btrace/step.exp: Update "info record" output.
1151 * gdb.btrace/stepi.exp: Update "info record" output.
1152 * gdb.btrace/nohist.exp: Update "info record" output.
1153
b9d61307
SM
11542015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1155
1156 PR gdb/15678
1157 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1158
e584fdbc
PA
11592015-02-06 Pedro Alves <palves@redhat.com>
1160
1161 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1162 macro.
1163 (seconds_left, again): New globals.
1164 (main): Wait seconds_left in a 1-second sleep loop instead of
1165 sleeping 180 seconds. If 'again' is set, reset the seconds
1166 counter.
1167 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1168 'again' in the inferior before detaching. Print the seconds left.
1169 (options): New global.
1170 (top level): Build program with -DTIMEOUT=$timeout.
1171
77f41761
PA
11722015-02-06 Pedro Alves <palves@redhat.com>
1173
1174 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1175 determine how many seconds to pass to 'alarm'.
1176 * gdb.base/gdb-sigterm.exp (top level): Build program with
1177 -DTIMEOUT=$timeout.
1178 (do_test): Return success/failure indication. Add more verbose
1179 logging. Don't fail if 200 single steps are seen. Instead, fail
1180 when the test times out.
1181 (passes): New global.
1182 (top level): Break the testing loop if testing fails on any
1183 iteration. Use gdb_assert.
1184
b9394193
DB
11852015-02-04 Don Breazeal <donb@codesourcery.com>
1186
1187 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1188 and initialize them.
1189 (ipc_cleanup): New function.
1190 (main): Don't declare shmid, semid, and msqid. Add a call to
1191 atexit so that we call ipc_cleanup on exit.
1192
42d9e528
PA
11932015-02-04 Pedro Alves <palves@redhat.com>
1194
1195 * boards/native-extended-gdbserver.exp: Remove any target variant
1196 specifications from the board name before clearing the isremote
1197 flag from board_info.
1198
ae6ae975
DE
11992015-01-31 Doug Evans <xdje42@gmail.com>
1200
1201 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1202
cfb069a8
GB
12032015-01-31 Gary Benson <gbenson@redhat.com>
1204
1205 * gdb.base/completion.exp: Disable completion limiting for
1206 existing tests. Add new tests to check completion limiting.
1207 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1208
5dd31d79
DE
12092015-01-31 Doug Evans <xdje42@gmail.com>
1210
1211 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1212
9f050062
DE
12132015-01-31 Doug Evans <xdje42@gmail.com>
1214
1215 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1216 entries. Duplicate file section script entries.
1217 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1218 inlined entries. Add test for safe-path rejection.
1219 * gdb.python/py-section-script.c: Add duplicate inlined section script
1220 entries. Duplicate file section script entries.
1221 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1222 inlined entries. Add test for safe-path rejection.
1223
df25ebbd
JB
12242015-01-29 Joel Brobecker <brobecker@adacore.com>
1225
1226 * gdb.ada/disc_arr_bound: New testcase.
1227
4a0ca9ec
JB
12282015-01-29 Joel Brobecker <brobecker@adacore.com>
1229
1230 * gdb.ada/mi_var_array: New testcase.
1231
3a8b707a
DE
12322015-01-27 Doug Evans <dje@google.com>
1233
1234 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1235 Add test for objfile.filename, objfile.username after objfile
1236 has been unloaded.
1237
f8313f6e
JB
12382015-01-26 Joel Brobecker <brobecker@adacore.com>
1239
1240 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1241 the second test to print the name attribute of value
1242 returned by the call to gdb.lookup_type, and adjust
1243 the expected output accordingly.
1244
37bc665e
MW
12452015-01-25 Mark Wielaard <mjw@redhat.com>
1246
1247 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1248 * gdb.base/disp-step-fork.c: Include unistd.h.
1249 * gdb.base/siginfo-obj.c: Include stdio.h.
1250 * gdb.base/siginfo-thread.c: Likewise.
1251 * gdb.mi/non-stop.c: Include unistd.h.
1252 * gdb.mi/nsthrexec.c: Include stdio.h.
1253 * gdb.mi/pthreads.c: Include unistd.h.
1254 * gdb.modula2/unbounded1.c (main): Declare returns int.
1255 * gdb.reverse/consecutive-reverse.c: Likewise.
1256 * gdb.threads/create-fail.c: Include unistd.h.
1257 * gdb.threads/killed.c: Likewise.
1258 * gdb.threads/linux-dp.c: Likewise.
1259 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1260 * gdb.threads/non-ldr-exc-2.c: Likewise.
1261 * gdb.threads/non-ldr-exc-3.c: Likewise.
1262 * gdb.threads/non-ldr-exc-4.c: Likewise.
1263 * gdb.threads/pthreads.c: Include unistd.h.
1264 (main): Declare returns int.
1265 * gdb.threads/tls-main.c (foo): New declaration.
1266 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1267
f7e5394d
SM
12682015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1269
1270 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1271 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1272
743649fd
MW
12732015-01-15 Mark Wielaard <mjw@redhat.com>
1274
1275 * gdb.base/noreturn-return.c: New file.
1276 * gdb.base/noreturn-return.exp: New file.
1277 * gdb.base/noreturn-finish.c: New file.
1278 * gdb.base/noreturn-finish.exp: New file.
1279
198297aa
PA
12802015-01-23 Pedro Alves <palves@redhat.com>
1281
1282 * gdb.threads/continue-pending-after-query.c: New file.
1283 * gdb.threads/continue-pending-after-query.exp: New file.
1284
717cf30c
AG
12852015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1286 Simon Marchi <simon.marchi@ericsson.com>
1287
1288 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1289 * gdb.base/valgrind-db-attach.exp: Same.
1290 * gdb.base/valgrind-infcall.exp: Same.
1291 * lib/mi-support.exp (default_mi_gdb_start): Same.
1292 * lib/prompt.exp (default_prompt_gdb_start): Same.
1293 * lib/gdb.exp (default_gdb_spawn): Same.
1294 (gdb_interact): New.
1295
1296
4b62a76e
JK
12972015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1298
1299 * gdb.compile/compile.exp (pointer to jit function): New test.
1300
b4cdae6f
WW
13012015-01-17 Wei-cheng Wang <cole945@gmail.com>
1302
1303 * lib/gdb.exp (supports_process_record): Return true for
1304 powerpc*-*-linux*.
1305 (supports_reverse): Likewise.
1306
d221e7ef
DB
13072015-01-15 Don Breazeal <donb@codesourcery.com>
1308
1309 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1310 instead of checking whether the target board is remote and
1311 use spawn_wait_for_attach instead of exec/sleep.
1312 * gdb.base/attach-twice.exp: Likewise.
1313
bafffb51
JB
13142015-01-15 Joel Brobecker <brobecker@adacore.com>
1315
1316 * gdb.ada/var_arr_attrs: New testcase.
1317
5589af0e
PA
13182015-01-14 Pedro Alves <palves@redhat.com>
1319 Joel Brobecker <brobecker@adacore.com>
1320
1321 PR gdb/17525
1322 * gdb.base/bp-cmds-execution-x-script.c: New file.
1323 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1324 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1325
6c400b59
PA
13262015-01-14 Pedro Alves <palves@redhat.com>
1327
1328 PR cli/17828
1329 * gdb.base/batch-preserve-term-settings.c: New file.
1330 * gdb.base/batch-preserve-term-settings.exp: New file.
1331
e02c96a7
DE
13322015-01-13 Doug Evans <dje@google.com>
1333
1334 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1335 binary.
1336
576fd14c
JB
13372015-01-13 Joel Brobecker <brobecker@adacore.com>
1338
1339 * Makefile.in (clean mostlyclean): Do not delete *.py.
1340
04dccad0
JB
13412015-01-13 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.python/py-lookup-type.exp: New file.
1344
3d230f71
PA
13452015-01-12 Pedro Alves <palves@redhat.com>
1346
1347 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1348 restore GDBFLAGS before returning.
1349
7e67715d
JK
13502015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1351
1352 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1353 is_amd64_regs_target and is_x86_like_target.
1354
f2e0d4b4
DE
13552015-01-11 Doug Evans <xdje42@gmail.com>
1356
1357 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1358 is given without an explicit form.
1359 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1360 attributes.
1361 * gdb.dwarf/corrupt.exp: Ditto.
1362 * gdb.dwarf2/enum-type.exp: Ditto.
1363 * gdb.trace/entry-values.exp: Ditto.
1364 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1365
439250fb
DE
13662015-01-11 Doug Evans <xdje42@gmail.com>
1367
1368 PR gdb/15830
1369 * gdb.base/maint.exp: Remove references to "maint demangle".
1370 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1371 Add tests for explicitly specifying language to demangle.
1372 * gdb.dlang/demangle.exp: Ditto.
1373
ede9f622
PA
13742015-01-09 Pedro Alves <palves@redhat.com>
1375
1376 * gdb.threads/non-stop-fair-events.c: New file.
1377 * gdb.threads/non-stop-fair-events.exp: New file.
1378
a7b796db
PA
13792015-01-09 Pedro Alves <palves@redhat.com>
1380
1381 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1382 the global scope. Set a breakpoint after all threads are started
1383 rather than stepping over two source lines. Expect the prompt.
1384 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1385 global.
1386 (NUM): Now 15.
1387 (main): Use threads_started_barrier to wait for all threads to
1388 start. Main thread no longer calls thread_function. Exit after
1389 180 seconds.
1390 (loop): New function.
1391 (thread_function): Wait on threads_started_barrier barrier. Call
1392 'loop' at each iteration.
1393 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1394 threads have started, instead of hardcoding number of "next"
1395 steps. Use an access watchpoint instead of a write watchpoint.
1396
9665ffdd
PA
13972015-01-09 Pedro Alves <palves@redhat.com>
1398
1399 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1400 (thread_func): Wait on barrier.
1401 (main): Wait for all threads to start before stopping GDB.
1402 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1403 global.
1404 (thread1_func, thread2_func): Wait on barrier.
1405 (main): Wait for all threads to start before stopping GDB.
1406 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1407 New global.
1408 (thread1_func, thread2_func): Wait on barrier.
1409 (main): Wait for all threads to start before stopping GDB.
1410
c945a99f
PA
14112015-01-09 Pedro Alves <palves@redhat.com>
1412
1413 * gdb.threads/attach-many-short-lived-threads.c: New file.
1414 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1415
c1a747c1
PA
14162014-01-09 Pedro Alves <palves@redhat.com>
1417
1418 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1419 instead of to thread 2.
1420 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1421 Add barrier around each pthread_create call instead of around all
1422 calls.
1423 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1424 Set a break on thread_function and have the child threads hit it
1425 one at at a time.
1426
60b3033e
PA
14272015-01-09 Pedro Alves <palves@redhat.com>
1428
1429 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1430 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1431 false.
1432 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1433 checking whether the target board is remote.
1434 * gdb.multi/multi-attach.exp: Likewise.
1435 * gdb.python/py-sync-interp.exp: Likewise.
1436 * gdb.server/ext-attach.exp: Likewise.
1437 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1438 tests that need to attach, instead of checking whether the target
1439 board is remote at the top of the file.
1440
acc018ac
YQ
14412015-01-08 Yao Qi <yao@codesourcery.com>
1442
1443 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1444
50a18af8
JK
14452015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1446
1447 Fix testcase compilation.
1448 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1449
8503d6e1
JB
14502015-01-06 Joel Brobecker <brobecker@adacore.com>
1451
1452 * gdb.python/py-type.exp: Add a couple test about empty
1453 array creation, and negative-length array creation.
1454
cc73dbcc
DE
14552015-01-02 Doug Evans <xdje42@gmail.com>
1456
1457 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1458
0300bbc7
DE
14592015-01-02 Doug Evans <dje@google.com>
1460
1461 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1462
9d85a0ec
YQ
14632014-12-29 Yao Qi <yao@codesourcery.com>
1464
1465 * gdb.trace/entry-values.exp: Update comments. Rename variable
1466 bar_call_foo to returned_from_foo.
1467
87186c6a
MMN
14682014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1469
1470 PR gdb/17394
1471 * gdb.linespec/break-asm-file.c: New file.
1472 * gdb.linespec/break-asm-file.exp: New file.
1473 * gdb.linespec/break-asm-file0.s: New file.
1474 * gdb.linespec/break-asm-file1.s: New file.
1475
1bab7383
YQ
14762014-12-18 Nigel Stephens <nigel@mips.com>
1477 Maciej W. Rozycki <macro@codesourcery.com>
1478
1479 * gdb.base/float.exp: Handle the new output from "info float" on
1480 MIPS targets.
1481
1bc1068a
JK
14822014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 Fix MinGW compilation.
1485 * gdb.compile/compile-ops.exp: Update untested message if
1486 !skip_compile_feature_tests.
1487 * gdb.compile/compile-setjmp.exp: Likewise.
1488 * gdb.compile/compile-tls.exp: Likewise.
1489 * gdb.compile/compile.exp: Likewise.
1490 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1491 supported on this host".
1492
b6615d10
DE
14932014-12-16 Doug Evans <xdje42@gmail.com>
1494
1495 * boards/stabs.exp: New file.
1496
25dda427
AA
14972014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1498
1499 * gdb.base/completion.exp: Adjust to format changes of "maint
1500 print user-registers".
1501
bf330350
CU
15022014-12-16 Catalin Udma <catalin.udma@freescale.com>
1503
1504 PR server/17457
1505 * gdb.arch/aarch64-fp.c: New file.
1506 * gdb.arch/aarch64-fp.exp: New file.
1507
395cf596
SDJ
15082014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1509
1510 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1511 r210637, r210913, r211666, r215400, r215817).
1512
1513 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1514 * dg-extract-results.py: New file.
1515 * dg-extract-results.sh: Use it if the environment seems
1516 suitable.
1517
1518 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1519
1520 * dg-extract-results.py (parse_run): Handle warnings that
1521 are printed before a test harness is run.
1522
1523 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1524
1525 * dg-extract-results.py (Named): Remove __cmp__ method.
1526 (output_variation): Use a key to sort variation.harnesses.
1527
1528 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1529
1530 * dg-extract-results.py: For Python 3, force sys.stdout to
1531 handle surrogate escape sequences.
1532 (safe_open): New function.
1533 (output_segment, main): Use it.
1534
1535 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1536
1537 * dg-extract-results.py (Prog.result_re): Include options
1538 in test name.
1539
1540 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1541
1542 * dg-extract-results.py (output_variation): Always sort if
1543 do_sum.
1544
e882ef3c
SM
15452014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1546
1547 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1548 as long as we get pagination notifications.
1549
4992aa20
JM
15502014-12-15 Jason Merrill <jason@redhat.com>
1551
1552 * Makefile.in (check-gdb.%): Restore.
1553 * README: Mention it.
1554
c1b5a1a6
JB
15552014-12-13 Joel Brobecker <brobecker@adacore.com>
1556
1557 * gdb.ada/str_uninit: New testcase.
1558
5537b577
JK
15592014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1560
1561 PR symtab/17642
1562 * gdb.base/vla-stub-define.c: New file.
1563 * gdb.base/vla-stub.c: New file.
1564 * gdb.base/vla-stub.exp: New file.
1565
bb2ec1b3
TT
15662014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1567 Jan Kratochvil <jan.kratochvil@redhat.com>
1568 Tom Tromey <tromey@redhat.com>
1569
1570 * configure.ac: Add gdb.compile/.
1571 * configure: Regenerate.
1572 * gdb.compile/Makefile.in: New file.
1573 * gdb.compile/compile-ops.exp: New file.
1574 * gdb.compile/compile-ops.c: New file.
1575 * gdb.compile/compile-tls.c: New file.
1576 * gdb.compile/compile-tls.exp: New file.
1577 * gdb.compile/compile-constvar.S: New file.
1578 * gdb.compile/compile-constvar.c: New file.
1579 * gdb.compile/compile-mod.c: New file.
1580 * gdb.compile/compile-nodebug.c: New file.
1581 * gdb.compile/compile-setjmp-mod.c: New file.
1582 * gdb.compile/compile-setjmp.c: New file.
1583 * gdb.compile/compile-setjmp.exp: New file.
1584 * gdb.compile/compile-shlib.c: New file.
1585 * gdb.compile/compile.c: New file.
1586 * gdb.compile/compile.exp: New file.
1587 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1588
4ff709eb
TT
15892014-12-12 Tom Tromey <tromey@redhat.com>
1590
1591 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1592 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1593
6dddd6a5
DE
15942014-12-12 Doug Evans <dje@google.com>
1595
1596 * lib/gdb-python.exp (get_python_valueof): New function.
1597 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1598
71c24708
AA
15992014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1600
1601 * gdb.base/completion.exp: Add test for completion of "info
1602 registers ".
1603
3e29f34a
MR
16042014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1605
1606 * gdb.base/func-ptrs.c: New file.
1607 * gdb.base/func-ptrs.exp: New file.
1608
fc126975
SM
16092014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1610
1611 PR breakpoints/17012
1612 * gdb.base/dprintf-detach.c: New file.
1613 * gdb.base/dprintf-detach.exp: New file.
1614
0a46d518
SM
16152014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1616
1617 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1618 * lib/gdb.exp (target_is_gdbserver): New procedure.
1619
a0be3e44
DE
16202014-12-08 Doug Evans <dje@google.com>
1621
1622 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1623
df1b803a
YQ
16242014-12-05 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.guile/scm-error.exp: Remove the third argument to
1627 gdb_remote_download.
1628 * gdb.guile/scm-frame-args.exp: Likewise.
1629 * gdb.guile/scm-section-script.exp: Likewise.
1630
ddb9f679
YQ
16312014-12-05 Yao Qi <yao@codesourcery.com>
1632
1633 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1634
86e4ed39
DE
16352014-12-04 Doug Evans <dje@google.com>
1636
1637 * gdb.python/py-objfile.exp: Add tests for
1638 objfile.add_separate_debug_file.
1639
7c50a931
DE
16402014-12-04 Doug Evans <dje@google.com>
1641
1642 * lib/gdb.exp (get_build_id): New function.
1643 (build_id_debug_filename_get): Rewrite to use it.
1644 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1645
621661e3
MR
16462014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1647
1648 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1649 `method(long)', not just 0x0.
1650 * gdb.cp/nsalias.exp: Align code labels to 4.
1651 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1652 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1653 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1654 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1655 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1656 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1657
29f0c3b7
DE
16582014-12-02 Doug Evans <dje@google.com>
1659
e1e061e7 1660 PR symtab/17602
29f0c3b7 1661 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1662 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1663 * gdb.cp/anon-ns.exp: Update.
1664
162078c8
NB
16652014-12-02 Nick Bull <nicholaspbull@gmail.com>
1666
1667 * gdb.python/py-events.py (inferior_call_handler): New.
1668 (register_changed_handler, memory_changed_handler): New.
1669 (test_events.invoke): Register new handlers.
1670 * gdb.python/py-events.exp: Add tests for inferior call,
1671 memory_changed and register_changed events.
1672
fdb09caf
AA
16732014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1674
1675 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1676 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1677 if the linker doesn't understand this.
1678
55cfb2c4
SM
16792014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1680
1681 * gdb.python/python.exp: Change expected reply to help().
1682
9e8cd6df
YQ
16832014-12-01 Yao Qi <yao@codesourcery.com>
1684
1685 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1686 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1687 * configure: Re-generated.
1688
6c659fc2
SC
16892014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1690
1691 * gdb.cp/chained-calls.cc: New file.
1692 * gdb.cp/chained-calls.exp: New file.
1693 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1694
d7fc3181
SM
16952014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1696
1697 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1698 * gdb.dwarf2/symtab-producer.exp: Same.
1699 * gdb.gdb/python-interrupts.exp: Same.
1700 * gdb.gdb/python-selftest.exp: Same.
1701 * gdb.python/py-linetable.exp: Same.
1702 * gdb.python/py-type.exp: Same.
1703 * gdb.python/py-value-cc.exp: Same.
1704 * gdb.python/py-value.exp: Same.
1705
10e79639
YQ
17062014-11-28 Yao Qi <yao@codesourcery.com>
1707
1708 * gdb.base/break-probes.exp: Match library name prefixed with
1709 sysroot.
1710
f28a0564
SM
17112014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1712
1713 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1714 test expected output. Add parentheses for the call to print.
1715 Remove L suffix from integers.
1716
3fe1ce1d
DE
17172014-11-26 Doug Evans <dje@google.com>
1718
1719 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1720
84429e27
YQ
17212014-11-22 Yao Qi <yao@codesourcery.com>
1722
1723 * gdb.trace/entry-values.c: Remove asms.
1724 (foo): Add foo_label.
1725 (bar): Add bar_label.
1726 * gdb.trace/entry-values.exp: Remove code computing foo's
1727 length and bar's length.
1728 (Dwarf::assemble): Invoke function_range for bar and use
1729 MACRO_AT_func for foo.
1730
26741859
YQ
17312014-11-22 Yao Qi <yao@codesourcery.com>
1732
1733 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1734 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1735 Use .Lgcc43_procstart instead of gcc43.
1736
45e44d27
JB
17372014-11-21 Joel Brobecker <brobecker@adacore.com>
1738
1739 * gdb.ada/n_arr_bound: New testcase.
1740
458c8db8
SDJ
17412014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1742
1743 PR breakpoints/10737
1744 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1745 test_catch_syscall_multi_arch.
1746 (test_catch_syscall_multi_arch): New function.
1747
43f3e411
DE
17482014-11-20 Doug Evans <xdje42@gmail.com>
1749
1750 * gdb.base/maint.exp: Update expected output.
1751
0d7b2549
AA
17522014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1753
1754 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1755 4-byte instruction on S390.
1756
8908fca5
JB
17572014-11-19 Joel Brobecker <brobecker@adacore.com>
1758
1759 * gdb.ada/arr_arr: New testcase.
1760
4a46959e
JB
17612014-11-19 Joel Brobecker <brobecker@adacore.com>
1762
1763 * gdb.ada/pkd_arr_elem: New Testcase.
1764
470e2f4e
LM
17652014-11-18 Luis Machado <lgustavo@codesourcery.com>
1766
1767 * gdb.reverse/break-precsave: Expect completion message for
1768 core file reads.
1769 * gdb.reverse/consecutive-precsave.exp: Likewise.
1770 * gdb.reverse/finish-precsave.exp: Likewise.
1771 * gdb.reverse/i386-precsave.exp: Likewise.
1772 * gdb.reverse/machinestate-precsave.exp: Likewise.
1773 * gdb.reverse/sigall-precsave.exp: Likewise.
1774 * gdb.reverse/solib-precsave.exp: Likewise.
1775 * gdb.reverse/step-precsave.exp: Likewise.
1776 * gdb.reverse/until-precsave.exp: Likewise.
1777 * gdb.reverse/watch-precsave.exp: Likewise.
1778
a267f3ad
AA
17792014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1780
1781 * gdb.base/bp-permanent.c: Include unistd.h.
1782 * gdb.python/py-framefilter-mi.c (main): Add return type.
1783 * gdb.python/py-framefilter.c (main): Likewise.
1784 * gdb.trace/actions-changed.c (main): Likewise.
1785
12084a9a
AA
17862014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1787
1788 * gdb.mi/until.c: Add eye-catchers.
1789 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1790 line numbers.
1791
dc7e1a77
AA
17922014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1793
1794 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1795 function header variants in break1.c.
1796 * gdb.base/ena-dis-br.exp: Likewise.
1797 * gdb.base/hbreak2.exp: Likewise.
1798 * gdb.reverse/until-precsave.exp: Drop references to removed
1799 non-prototype function header variants in ur1.c.
1800 * gdb.reverse/until-reverse.exp: Likewise.
1801
41c77605
PM
18022014-11-17 Petr Machata <pmachata@redhat.com>
1803
1804 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1805 ${_cu_offset_size} bytes abbrev offset.
1806
34248c3a
DE
18072014-11-15 Doug Evans <xdje42@gmail.com>
1808
1809 PR symtab/17559
1810 * gdb.base/line-symtabs.exp: New file.
1811 * gdb.base/line-symtabs.c: New file.
1812 * gdb.base/line-symtabs.h: New file.
1813
646da059
YQ
18142014-11-14 Yao Qi <yao@codesourcery.com>
1815
1816 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1817 (func): Add label func_label.
1818 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1819 Replace low_pc and high_pc with MACRO_AT_range.
1820 Replace name, low_pc and high_pc with MACRO_AT_func.
1821
9301ebe6
YQ
18222014-11-14 Yao Qi <yao@codesourcery.com>
1823
1824 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1825 Replace name, low_pc and high_pc with MACRO_AT_func.
1826
f166b542
YQ
18272014-11-14 Yao Qi <yao@codesourcery.com>
1828
1829 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1830 produce debug information.
1831 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1832
0f6e71e3
YQ
18332014-11-14 Yao Qi <yao@codesourcery.com>
1834
1835 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1836 object and get function length.
1837 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1838 with MACRO_AT_func.
1839 (top-level): Replace gdb_compile and clean_restart with
1840 prepare_for_testing.
1841 * gdb.dwarf2/main.c (main): Add label main_label.
1842
876c4df9
YQ
18432014-11-14 Yao Qi <yao@codesourcery.com>
1844
1845 * lib/dwarf.exp (function_range): New procedure.
1846 (Dwarf::_handle_macro_at_func): New procedure.
1847 (Dwarf::_handle_macro_at_range): New procedure.
1848 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1849
02ad9cf1
YQ
18502014-11-14 Yao Qi <yao@codesourcery.com>
1851
1852 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1853 (_handle_attribute): New procedure.
1854
a59add0c
AA
18552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1856
1857 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1858 * gdb.base/call-sc.c (zed): Likewise.
1859 * gdb.base/checkpoint.c (main): Likewise.
1860 * gdb.base/dump.c (main): Likewise.
1861 * gdb.base/gcore.c (main): Likewise.
1862 * gdb.base/huge.c (main): Likewise.
1863 * gdb.base/multi-forks.c (main): Likewise.
1864 * gdb.base/pr10179-a.c (main): Likewise.
1865 * gdb.base/savedregs.c (main): Likewise.
1866 * gdb.base/sigaltstack.c (main): Likewise.
1867 * gdb.base/siginfo.c (main): Likewise.
1868 * gdb.base/structs.c (zed): Likewise.
1869 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1870 * gdb.mi/mi-syn-frame.c (main): Likewise.
1871 * gdb.mi/until.c (foo, main): Likewise.
1872 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1873 * gdb.base/solib-weak.c (foo): Declare.
1874 * gdb.base/attach-twice.c: Include stdio.h.
1875 * gdb.base/weaklib1.c: Likewise.
1876 * gdb.base/weaklib2.c: Likewise.
1877 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1878 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1879 unistd.h.
1880 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1881 * gdb.mi/mi-exit-code.c: Likewise.
1882 * gdb.base/break-interp-lib.c: Include string.h.
1883 * gdb.base/coremaker.c: Likewise.
1884 * gdb.base/testenv.c: Likewise.
1885 * gdb.python/py-finish-breakpoint.c: Likewise.
1886 * gdb.base/inferior-died.c: Include sys/wait.h.
1887 * gdb.base/fileio.c: Include time.h.
1888 * gdb.base/async-shell.c: Include unistd.h.
1889 * gdb.base/dprintf-non-stop.c: Likewise.
1890 * gdb.base/info-os.c: Likewise.
1891 * gdb.mi/mi-console.c: Likewise.
1892 * gdb.mi/watch-nonstop.c: Likewise.
1893 * gdb.python/py-events.c: Likewise.
1894 * gdb.base/async.c (baz): Move up before its invocation.
1895 * gdb.base/code_elim2.c (my_global_func): Likewise.
1896 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1897 * gdb.base/advance.c (func2): Likewise.
1898
3b5d5997
AA
18992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1900
1901 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1902 variant.
1903 * gdb.base/annota3.c: Likewise.
1904 * gdb.base/async.c: Likewise.
1905 * gdb.base/average.c: Likewise.
1906 * gdb.base/call-ar-st.c: Likewise.
1907 * gdb.base/call-rt-st.c: Likewise.
1908 * gdb.base/call-sc.c: Likewise.
1909 * gdb.base/call-strs.c: Likewise.
1910 * gdb.base/ending-run.c: Likewise.
1911 * gdb.base/execd-prog.c: Likewise.
1912 * gdb.base/exprs.c: Likewise.
1913 * gdb.base/foll-exec.c: Likewise.
1914 * gdb.base/foll-fork.c: Likewise.
1915 * gdb.base/foll-vfork.c: Likewise.
1916 * gdb.base/funcargs.c: Likewise.
1917 * gdb.base/gcore.c: Likewise.
1918 * gdb.base/jump.c: Likewise.
1919 * gdb.base/langs0.c: Likewise.
1920 * gdb.base/langs1.c: Likewise.
1921 * gdb.base/langs2.c: Likewise.
1922 * gdb.base/mips_pro.c: Likewise.
1923 * gdb.base/nodebug.c: Likewise.
1924 * gdb.base/opaque0.c: Likewise.
1925 * gdb.base/opaque1.c: Likewise.
1926 * gdb.base/recurse.c: Likewise.
1927 * gdb.base/run.c: Likewise.
1928 * gdb.base/scope0.c: Likewise.
1929 * gdb.base/scope1.c: Likewise.
1930 * gdb.base/setshow.c: Likewise.
1931 * gdb.base/setvar.c: Likewise.
1932 * gdb.base/shmain.c: Likewise.
1933 * gdb.base/shr1.c: Likewise.
1934 * gdb.base/shr2.c: Likewise.
1935 * gdb.base/sigall.c: Likewise.
1936 * gdb.base/signals.c: Likewise.
1937 * gdb.base/so-indr-cl.c: Likewise.
1938 * gdb.base/solib2.c: Likewise.
1939 * gdb.base/structs.c: Likewise.
1940 * gdb.base/sum.c: Likewise.
1941 * gdb.base/vforked-prog.c: Likewise.
1942 * gdb.base/watchpoint.c: Likewise.
1943 * gdb.reverse/shr2.c: Likewise.
1944 * gdb.reverse/until-reverse.c: Likewise.
1945 * gdb.reverse/ur1.c: Likewise.
1946 * gdb.reverse/watch-reverse.c: Likewise.
1947
066a77c5
AA
19482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1951 variant.
1952 * gdb.base/sepdebug.exp: Drop references to removed code.
1953
4f204ea5
AA
19542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1955
1956 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1957 variant. Preserve original line numbering.
1958 * gdb.base/list1.c: Likewise.
1959
3b377a3a
AA
19602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1961
1962 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1963 variant.
1964 * gdb.base/break1.c: Likewise.
1965 * gdb.base/break.exp: Drop references to removed code.
1966
e444df73
AA
19672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1968
1969 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1970 variant.
1971
8008f2a7
AA
19722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1973
1974 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1975
a5a06887
AA
19762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1977
1978 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1979 logic into perform_all_tests() and invoke it with and without
1980 function header prototypes.
1981 (do_function_calls): Remove conditional XFAIL for PR 5318.
1982 (rerun_and_prepare): Remove duplicate code.
1983 (perform_all_tests): New. Main logic moved here.
1984
44dba9b9
AA
19852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1986
1987 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1988 code guarded by #ifdef NO_PROTOTYPES.
1989 (t_double_many_args): Likewise.
1990 (DEF_FUNC_MANY_ARGS_1): Likewise.
1991 (DEF_FUNC_VALUES_1): Likewise.
1992 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1993 guarded by #ifdef PROTOTYPES.
1994
d1fbcd56
AA
19952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1996
1997 * gdb.mi/mi-console.c: Add eye-catcher.
1998 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1999 instead of literal line number.
2000
b0e59b8f
AA
20012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2002
2003 * gdb.base/shr2.c: Add eye-catcher.
2004 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2005 line number.
2006
78f98cca
AA
20072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2008
2009 * gdb.base/jump.c: Add eye-catchers.
2010 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2011 numbers.
2012
58fa2af0
AA
20132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2014
2015 * gdb.base/execd-prog.c: Add eye-catchers.
2016 * gdb.base/foll-exec.c: Likewise.
2017 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2018 line numbers.
2019
04e5059b
AA
20202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2021
2022 * gdb.base/ending-run.c: Add eye-catchers.
2023 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2024 literal line numbers.
2025
dbfdb174
AA
20262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2027
2028 * gdb.base/call-rt-st.c: Add eye-catchers.
2029 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2030 literal line numbers.
2031
888a2ade
AA
20322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2033
2034 * gdb.base/call-ar-st.c: Add eye-catchers.
2035 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2036 literal line numbers.
2037
6acc2dde
AA
20382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2039
2040 * gdb.base/average.c: Add eye-catchers.
2041 * gdb.base/sum.c: Likewise.
2042 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2043 regexps dynamically.
2044
9ecfcd1d
AA
20452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2046
2047 * gdb.base/solib1.c: Add eye-catchers.
2048 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2049 literal line numbers.
2050
78708b7c
PA
20512014-11-12 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2054 leader has exited.
2055
af48d08f
PA
20562014-11-12 Pedro Alves <palves@redhat.com>
2057
2058 * gdb.arch/i386-bp_permanent.c: New file.
2059 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2060 (srcfile): Set to i386-bp_permanent.c.
2061 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2062 that stepi does not execute the 'leave' instruction, instead of
2063 testing it does execute.
2064 * gdb.base/bp-permanent.c: New file.
2065 * gdb.base/bp-permanent.exp: New file.
2066
af3768e9
DE
20672014-11-10 Doug Evans <xdje42@gmail.com>
2068
2069 PR symtab/17564
2070 * gdb.base/symtab-search-order.exp: New file.
2071 * gdb.base/symtab-search-order.c: New file.
2072 * gdb.base/symtab-search-order-1.c: New file.
2073 * gdb.base/symtab-search-order-shlib-1.c: New file.
2074
9de00a4a
PA
20752014-11-07 Pedro Alves <palves@redhat.com>
2076
2077 PR gdb/17511
2078 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2079 i?86-*-linux*.
2080
e0f52461
SC
20812014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2082
2083 PR c++/17494
2084 * gdb.cp/pr17494.cc: New file.
2085 * gdb.cp/pr17494.exp: New file.
2086
6ce8c980
YQ
20872014-11-02 Yao Qi <yao@codesourcery.com>
2088
2089 * gdb.python/python.exp: Get working directory and match the
2090 output of "set extended-prompt \\w " with it.
2091
02be9a71
DE
20922014-10-30 Doug Evans <dje@google.com>
2093
2094 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2095 in objfiles.
2096 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2097 in progspaces.
2098
3bdff46b
LM
20992014-10-30 Janis Johnson <janisjo@codesourcery.com>
2100
2101 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2102 * gdb.base/realname-expand.exp: Likewise.
2103 * gdb.linespec/macro-relative.exp: Likewise.
2104
ab917dfb
PA
21052014-10-29 Pedro Alves <palves@redhat.com>
2106
2107 PR gdb/17408
2108 * gdb.threads/schedlock.c (some_function): New function.
2109 (call_function): New global.
2110 (MAYBE_CALL_SOME_FUNCTION): New macro.
2111 (thread_function): Call it.
2112 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2113 and use it instead of a global counter. Adjust all callers.
2114 (get_current_thread): Use "find current thread" for test message
2115 here rather than having all callers pass down the same string.
2116 (goto_loop): New procedure, factored out from ...
2117 (my_continue): ... this.
2118 (step_ten_loops): Change parameter from test message to command to
2119 use. Adjust.
2120 (list_count): Delete global.
2121 (check_result): New procedure, factored out from duplicate top
2122 level code.
2123 (continue tests): Wrap in with_test_prefix.
2124 (test_step): New procedure, factored out from duplicate top level
2125 code.
2126 (top level): Test "step" in combination with all scheduler-locking
2127 modes. Test "next" in combination with all scheduler-locking
2128 modes, and in combination with stepping over a function call or
2129 not.
2130 * gdb.threads/next-bp-other-thread.c: New file.
2131 * gdb.threads/next-bp-other-thread.exp: New file.
2132
d3d4baed
PA
21332014-10-29 Pedro Alves <palves@redhat.com>
2134
2135 PR python/17372
2136 * gdb.python/python.exp: Test a multi-line command that spawns
2137 interactive Python.
2138 * gdb.base/multi-line-starts-subshell.exp: New file.
2139
563e8d85
YQ
21402014-10-29 Yao Qi <yao@codesourcery.com>
2141
2142 * gdb.base/fileio.exp: Make directories on host.
2143
0ea4d52e
YQ
21442014-10-29 Yao Qi <yao@codesourcery.com>
2145
2146 * gdb.base/fileio.c (test_write): Close the file.
2147
7f5ef605
PA
21482014-10-28 Pedro Alves <palves@redhat.com>
2149
2150 PR gdb/12623
2151 * gdb.base/sigstep.c (no_handler): New global.
2152 (main): If 'no_handler is true, set the signal handlers to
2153 SIG_IGN.
2154 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2155 with_sw_watch and no_handler parameters. Handle them.
2156 (top level) <stepping over handler when stopped at a breakpoint
2157 test>: Add a test axis for testing with a software watchpoint, and
2158 another for testing with the signal handler set to SIG_IGN.
2159 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2160 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2161
abbdbd03
PA
21622014-10-28 Pedro Alves <palves@redhat.com>
2163
2164 PR gdb/17511
2165 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2166 * gdb.base/sigstep.exp (other_handler_location): New global.
2167 (advance): Support stepping into the signal handler, and running
2168 commands while in the handler.
2169 (in_handler_map): New global.
2170 (top level): In the advance test, add combinations for getting
2171 into the handler with stepping commands, and for running commands
2172 in the handler. Add comment descripting the advancei tests.
2173
1df4399f
PA
21742014-10-28 Pedro Alves <palves@redhat.com>
2175
2176 * gdb.base/sigstep.exp: Use build_executable instead of
2177 prepare_for_testing.
2178 (top level): Move code that starts GDB, runs to main and creates a
2179 display to ...
2180 (restart): ... this new procedure.
2181 (top level): Move backtrace from signal handler test to ...
2182 (validate_backtrace): ... this new procedure.
2183 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2184 with_test_prefix. Always restart GDB.
2185 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2186 with_test_prefix. Always restart GDB. No need to delete
2187 breakpoints after the test.
2188 (test_skip_handler): Remove prefix parameter.
2189 (skip_over_handler, breakpoint_to_handler)
2190 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2191 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2192 restart GDB. No need to delete breakpoints after the test.
2193 (top level): Use foreach to call the test procedures with
2194 different commands.
2195
a5b6e449
PA
21962014-10-28 Pedro Alves <palves@redhat.com>
2197
2198 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2199 instead of GNATS numbers.
2200 * gdb.base/sigbpt.exp: Likewise.
2201 * gdb.base/siginfo.exp: Likewise.
2202 * gdb.base/sigstep.exp: Likewise.
2203
e5f8a7cc
PA
22042014-10-27 Pedro Alves <palves@redhat.com>
2205
2206 * gdb.base/sigstep.c (dummy): New global.
2207 (main): Issue a couple writes to the new global.
2208 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2209 procedures.
2210 (skip_over_handler): Use test_skip_handler.
2211 (top level): Call skip_over_handler for stepi and nexti too.
2212 (breakpoint_over_handler): Use test_skip_handler.
2213 (top level): Call breakpoint_over_handler for stepi and nexti too.
2214
763905a3
YQ
22152014-10-27 Yao Qi <yao@codesourcery.com>
2216
2217 * gdb.trace/tfile.c (adjust_function_address)
2218 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2219 function descriptor.
2220
6f259a23
DB
22212014-10-24 Don Breazeal <donb@codesourcery.com>
2222
2223 * gdb.base/foll-fork.exp (test_follow_fork,
2224 catch_fork_child_follow): Check for updated fork messages emitted
2225 from infrun.c.
2226 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2227 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2228 vfork_and_exec_child_follow_through_step): Check for updated vfork
2229 messages emitted from infrun.c.
2230
09dd9a69
PA
22312014-10-24 Pedro Alves <palves@redhat.com>
2232
2233 * gdb.base/corefile.exp: Remove references to ultrix.
2234 * gdb.base/interrupt.exp: Likewise.
2235 * gdb.base/whatis.exp: Likewise.
2236 * gdb.gdb/selftest.exp: Likewise.
2237 * gdb.threads/manythreads.exp: Likewise.
2238 * gdb.threads/print-threads.exp: Likewise.
2239 * gdb.threads/pthreads.exp:: Likewise.
2240 * gdb.threads/schedlock.exp: Likewise.
2241
3433cfa5
SC
22422014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2243
2244 * gdb.cp/non-trivial-retval.cc: Add a test case.
2245 * gdb.cp/non-trivial-retval.exp: Add a test.
2246
092f880b
YQ
22472014-10-20 Yao Qi <yao@codesourcery.com>
2248
2249 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2250 * gdb.python/py-objfile-script-gdb.py: New file.
2251 * gdb.python/py-objfile-script.exp: Update reference to
2252 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2253 of remote_download. Remove the dest file.
2254
acbdb7f3
YQ
22552014-10-20 Yao Qi <yao@codesourcery.com>
2256
2257 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2258 * gdb.base/step-line.exp: Likewise.
2259 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2260 * gdb.dwarf2/dw2-basic.exp: Likewise.
2261 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2262 * gdb.dwarf2/dw2-filename.exp: Likewise.
2263 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2264 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2265 * gdb.dwarf2/dw2-producer.exp: Likewise.
2266 * gdb.dwarf2/mac-fileno.exp: Likewise.
2267 * gdb.python/py-frame-args.exp: Likewise.
2268 * gdb.python/py-framefilter.exp: Likewise.
2269 * gdb.python/py-mi.exp: Likewise.
2270 * gdb.python/py-objfile-script.exp: Likewise
2271 * gdb.python/py-pp-integral.exp: Likewise.
2272 * gdb.python/py-pp-re-notag.exp: Likewise.
2273 * gdb.python/py-prettyprint.exp: Likewise.
2274 * gdb.python/py-section-script.exp: Likewise.
2275 * gdb.python/py-typeprint.exp: Likewise.
2276 * gdb.python/py-xmethods.exp: Likewise.
2277 * gdb.stabs/weird.exp: Likewise.
2278 * gdb.xml/tdesc-regs.exp: Likewise.
2279
bd286a29
KCY
22802014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2281
2282 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2283 (out_cu): Use addr_len for the size of addresses.
2284 (out_line): Likewise. Size DW_LNE_set_address instruction
2285 according to addr_len.
2286 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2287 (FUNC): Add START_INSNS to definition.
2288
673dc4a0
YQ
22892014-10-18 Yao Qi <yao@codesourcery.com>
2290
2291 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2292 gdb_has_argv0 return true.
2293 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2294 check [target_info exists noargs], check [gdb_has_argv0]
2295 instead.
2296 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2297 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2298 procedures.
2299
4ffbba72
DE
23002014-10-17 Doug Evans <dje@google.com>
2301
2302 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2303 event.
2304 * gdb.python/py-events.py: Add clear_objfiles event.
2305
d096d8c1
DE
23062014-10-17 Doug Evans <dje@google.com>
2307
2308 * gdb.python/py-objfile.exp: Test progspace attribute.
2309
a80db015
LM
23102014-10-17 Luis Machado <lgustavo@codesourcery.com>
2311
2312 * gdb.guile/scm-breakpoint.exp: Do not assume any
2313 directory separators when matching source file paths.
2314 * gdb.python/py-breakpoint.exp: Likewise.
2315 * gdb.reverse/break-precsave.exp: Likewise.
2316 * gdb.reverse/break-reverse.exp: Likewise.
2317 * gdb.reverse/consecutive-precsave.exp: Likewise.
2318 * gdb.reverse/finish-precsave.exp: Likewise.
2319 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2320 * gdb.reverse/finish-reverse.exp: Likewise.
2321 * gdb.reverse/i386-precsave.exp: Likewise.
2322 * gdb.reverse/i387-env-reverse.exp: Likewise.
2323 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2324 * gdb.reverse/machinestate-precsave.exp: Likewise.
2325 * gdb.reverse/machinestate.exp: Likewise.
2326 * gdb.reverse/sigall-precsave.exp: Likewise.
2327 * gdb.reverse/solib-precsave.exp: Likewise.
2328 * gdb.reverse/step-precsave.exp: Likewise.
2329 * gdb.reverse/until-precsave.exp: Likewise.
2330 * gdb.reverse/watch-precsave.exp: Likewise.
2331 * gdb.reverse/watch-reverse.exp: Likewise.
2332
b22089ab
YQ
23332014-10-17 Yao Qi <yao@codesourcery.com>
2334
2335 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2336 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2337
6c4486e6
PA
23382014-10-17 Pedro Alves <palves@redhat.com>
2339
2340 PR gdb/17471
2341 * gdb.base/bg-execution-repeat.c: New file.
2342 * gdb.base/bg-execution-repeat.exp: New file.
2343
0ff33695
PA
23442014-10-17 Pedro Alves <palves@redhat.com>
2345
2346 PR gdb/17300
2347 * gdb.base/continue-all-already-running.c: New file.
2348 * gdb.base/continue-all-already-running.exp: New file.
2349
6fdebc3d
PA
23502014-10-17 Pedro Alves <palves@redhat.com>
2351
2352 PR gdb/17472
2353 * gdb.base/annota-input-while-running.c: New file.
2354 * gdb.base/annota-input-while-running.exp: New file.
2355
32a8097b
PA
23562014-10-17 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/callfuncs.exp: emove references to osf.
2359 * gdb.base/sigall.exp: Likewise.
2360 * gdb.gdb/selftest.exp: Likewise.
2361 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2362 * gdb.mi/non-stop.c: Likewise.
2363 * gdb.mi/pthreads.c: Likewise.
2364 * gdb.reverse/sigall-precsave.exp: Likewise.
2365 * gdb.reverse/sigall-reverse.exp: Likewise.
2366 * gdb.threads/pthreads.c: Likewise.
2367 * gdb.threads/pthreads.exp: Likewise.
2368
7a3517ff
YQ
23692014-10-17 Yao Qi <yao@codesourcery.com>
2370
2371 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2372 check 'target_info exists noargs'.
2373 (test_command_prompt_position): Likewise.
2374 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2375 Remove "set args".
2376 (progvar_simple_while_test): Likewise.
2377 (progvar_complex_if_while_test): Likewise.
2378 (if_while_breakpoint_command_test): Likewise.
2379 (infrun_breakpoint_command_test): Likewise.
2380 (breakpoint_command_test): Likewise.
2381 (watchpoint_command_test): Likewise.
2382 (bp_deleted_in_command_test): Likewise.
2383 (temporary_breakpoint_commands): Likewise.
2384
bb99c472
YQ
23852014-10-16 Yao Qi <yao@codesourcery.com>
2386
2387 * gdb.base/remotetimeout.exp: Remove noargs checking.
2388
7c16b83e
PA
23892014-10-15 Pedro Alves <palves@redhat.com>
2390
2391 PR breakpoints/9649
2392 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2393 * gdb.base/breakpoint-in-ro-region.exp
2394 (probe_target_hardware_step): New procedure.
2395 (top level): Probe hardware stepping and hardware breakpoint
2396 support. Test stepping through a read-only region, with both
2397 "breakpoint auto-hw" on and off and both "always-inserted" on and
2398 off.
2399
35a49624
IB
24002014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2401
2402 * gdb.dlang/demangle.exp: Update for demangling changes.
2403
2d1c107c
SC
24042014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2405
2406 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2407 * gdb.cp/non-trivial-retval.exp: Add new tests.
2408
778811d5
SC
24092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2410
2411 PR c++/13403
2412 PR c++/15154
2413 * gdb.cp/non-trivial-retval.cc: New file.
2414 * gdb.cp/non-trivial-retval.exp: New file.
2415
10c5f0a8
YQ
24162014-10-15 Yao Qi <yao@codesourcery.com>
2417
2418 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2419 remote host.
2420
65d7b369
YQ
24212014-10-15 Yao Qi <yao@codesourcery.com>
2422
2423 * gdb.python/py-symbol.exp: Match file base name if host is
2424 remote, otherwise match file name with dir name.
2425 * gdb.python/py-symtab.exp: Likewise.
2426 * gdb.python/python.exp: Likewise.
2427
46dc1394
YQ
24282014-10-15 Yao Qi <yao@codesourcery.com>
2429
2430 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2431 pattern.
2432 * gdb.python/py-symtab.exp: Likewise.
2433 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2434 locationn.
2435
c40cc657
JB
24362014-10-14 Joel Brobecker <brobecker@adacore.com>
2437
2438 * gdb.ada/addr_arith: New testcase.
2439
2abf49e1
MR
24402014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2441
2442 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2443 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2444 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2445 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2446
f7088df3
SDJ
24472014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2448
2449 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2450 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2451 * gdb.arch/stap-eval-lang-ada.exp: New file.
2452
4dc06805
YQ
24532014-10-14 Yao Qi <yao@codesourcery.com>
2454
2455 * gdb.mi/mi-var-child.c (nothing1): New function.
2456 (nothing2): New function.
2457 (do_children_tests): Set function pointers by nothing1 and
2458 nothing2.
2459 * gdb.mi/mi-var-child.exp: Step over new added statements.
2460 Update test to match the new output.
2461 * gdb.mi/var-cmd.c (nothing1): New function.
2462 (nothing2): New function.
2463 (do_children_tests): Set function pointers by nothing1 and
2464 nothing2.
2465 * gdb.mi/mi-var-display.exp: Update test to match output.
2466 Step to the line specified by $line_dct_nothing.
2467 Increase the number of lines to step.
2468
46a93de2
YQ
24692014-10-14 Yao Qi <yao@codesourcery.com>
2470
2471 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2472 tests.
2473 * gdb.mi/mi2-var-child.exp: Likewise.
2474
14ea52ee
DE
24752014-10-13 Doug Evans <dje@google.com>
2476
2477 * gdb.python/py-objfile.exp: Change name of file name test.
2478
e5c6e92b
DE
24792014-10-13 Doug Evans <dje@google.com>
2480
2481 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2482 from the start of the CU.
2483
c780cc2f
JK
24842014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2485 Yao Qi <yao@codesourcery.com>
2486
2487 Fix "save breakpoints" for "catch" command.
2488 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2489 Remove -nonewline. Match also the added "main" line.
2490
99894e11
JK
24912014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2492
2493 Fix "save breakpoints" for "disable $bpnum" command.
2494 * gdb.base/save-bp.c (main): Add label.
2495 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2496
6e1ac5a3
JK
24972014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2498
2499 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2500
754dd2b0
YQ
25012014-10-11 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.server/server-kill.exp: Execute command
2504 "set remote trace-status-packet on" before "tstatus".
2505
f90183d7
YQ
25062014-10-11 Yao Qi <yao@codesourcery.com>
2507
2508 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2509 (main): Call getppid.
2510 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2511 and continue to it. Read variable "server_pid".
2512
bf40a607
YQ
25132014-10-11 Yao Qi <yao@codesourcery.com>
2514
2515 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2516
052ca370
YQ
25172014-10-11 Yao Qi <yao@codesourcery.com>
2518
2519 * gdb.threads/thread-find.exp: Don't execute command
2520 "info threads".
2521 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2522 * gdb.threads/linux-dp.exp: Don't check the condition
2523 $threads_created equals to zero.
2524
3831839c
PA
25252014-10-10 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.base/bigcore.exp: Remove references to IRIX.
2528 * gdb.base/funcargs.exp: Likewise.
2529 * gdb.base/interrupt.exp: Likewise.
2530 * gdb.base/mips_pro.exp: Likewise.
2531 * gdb.base/nodebug.exp: Likewise.
2532 * gdb.base/setvar.exp: Likewise.
2533 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2534
8b9a549d
PA
25352014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2536 Pedro Alves <palves@redhat.com>
2537
2538 PR symtab/14466
2539 * gdb.base/vdso-warning.c: New file.
2540 * gdb.base/vdso-warning.exp: New file.
2541
d48ba5e8
DE
25422014-10-02 Doug Evans <dje@google.com>
2543
2544 * gdb.base/structs.c (main): Don't run forever.
2545
2278c276
PA
25462014-10-02 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2549 (top level) <stop threads 1, stop threads 2>: Use it.
2550
b57bacec
PA
25512014-10-02 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.threads/break-while-running.exp (test): Add new
2554 'update_thread_list' argument. Skip "info threads" if false.
2555 (top level): Add new 'update_thread_list' axis.
2556
13fd3ff3
PA
25572014-10-02 Pedro Alves <palves@redhat.com>
2558
2559 PR breakpoints/17431
2560 * gdb.base/execl-update-breakpoints.c: New file.
2561 * gdb.base/execl-update-breakpoints.exp: New file.
2562
0fec99e8
PA
25632014-10-01 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.base/breakpoint-in-ro-region.c: New file.
2566 * gdb.base/breakpoint-in-ro-region.exp: New file.
2567
2ddf4301
SM
25682014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2569
2570 * gdb.mi/mi-exit-code.exp: New file.
2571 * gdb.mi/mi-exit-code.c: New file.
2572
6a5f3f43
YQ
25732014-09-30 Yao Qi <yao@codesourcery.com>
2574
2575 * lib/prelink-support.exp (build_executable_own_libs): Error if
2576 the target isn't native.
2577
345bcc73
YQ
25782014-09-30 Yao Qi <yao@codesourcery.com>
2579
2580 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2581 false.
2582
a25a5a45
PA
25832014-09-22 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.threads/break-while-running.exp: New file.
2586 * gdb.threads/break-while-running.c: New file.
2587
00ba3162
YQ
25882014-09-19 Yao Qi <yao@codesourcery.com>
2589
2590 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2591 Invoke test. Restart GDB with --readnow and invoke test again.
2592
c3b7b696
YQ
25932014-09-19 Yao Qi <yao@codesourcery.com>
2594
2595 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2596 proc set_breakpoint_on_gcd_function. Invoke
2597 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2598 invoke set_breakpoint_on_gcd_function again.
2599
2b4fd423
DE
26002014-09-18 Doug Evans <dje@google.com>
2601
2602 * gdb.dwarf2/symtab-producer.exp: New file.
2603
a5947601
SDJ
26042014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2605
2606 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2607 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2608 * gdb.base/global-var-nested-by-dso.c: Likewise.
2609 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2610
91c19059
SDJ
26112014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2612 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.base/watch-bitfields.exp: Pass string other than test file
2615 name to prepare_for_testing.
2616 (watch): New procedure.
2617 (expect_watchpoint): Use with_test_prefix.
2618 (top level): Factor out tests to ...
2619 (test_watch_location, test_regular_watch): ... these new
2620 procedures, and use with_test_prefix and gdb_continue_to_end.
2621
bb9d5f81
PP
26222014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2623
2624 PR breakpoints/12526
2625 * gdb.base/watch-bitfields.exp: New file.
2626 * gdb.base/watch-bitfields.c: New file.
2627
635856f5
PA
26282014-09-16 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2631 software and hardware addresses, not software address against
2632 itself.
2633
7280ceea
PA
26342014-09-16 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2637 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2638
428b16bd
PA
26392014-09-16 Pedro Alves <palves@redhat.com>
2640
2641 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2642 files.
2643 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2644 "*-*-vxworks*" throughout.
2645 * gdb.base/break.exp: Likewise.
2646 * gdb.base/default.exp: Likewise.
2647 * gdb.base/scope.exp: Likewise.
2648 * gdb.base/sepdebug.exp: Likewise.
2649 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2650 throughout.
2651 * gdb.base/run.c: Likewise.
2652 * gdb.base/sepdebug.c: Likewise.
2653 * gdb.hp/gdb.aCC/run.c: Likewise.
2654 * gdb.reverse/until-reverse.c: Likewise.
2655 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2656
666d413c
YQ
26572014-09-16 Yao Qi <yao@codesourcery.com>
2658
2659 * boards/local-remote-host-native.exp: New file.
2660
57cbd724
DE
26612014-09-14 Doug Evans <xdje42@gmail.com>
2662
2663 * gdb.threads/queue-signal.c (thread_count): New variable.
2664 (thread_count_mutex, thread_count_condvar): New variables.
2665 (incr_thread_count, wait_all_threads_running): New functions.
2666 (main): Wait for all threads to be in their thread functions.
2667
81219e53
DE
26682014-09-13 Doug Evans <xdje42@gmail.com>
2669
2670 * gdb.threads/queue-signal.c: New file.
2671 * gdb.threads/queue-signal.exp: New file.
2672
3714cea7
DE
26732014-09-13 Doug Evans <xdje42@gmail.com>
2674
2675 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2676 be consistent with what default_gdb_init uses.
2677 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2678 the plain text of the prompt. Add some logging printfs.
2679 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2680
fa43b1d7
PA
26812014-09-12 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2684 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2685 * gdb.arch/i386-size-overlap.exp: Likewise.
2686 * gdb.arch/i386-size.exp: Likewise.
2687 * gdb.arch/i386-unwind.exp: Likewise.
2688 * gdb.base/a2-run.exp: Likewise.
2689 * gdb.base/break.exp: Likewise.
2690 * gdb.base/charset.exp: Likewise.
2691 * gdb.base/chng-syms.exp: Likewise.
2692 * gdb.base/commands.exp: Likewise.
2693 * gdb.base/dbx.exp: Likewise.
2694 * gdb.base/find.exp: Likewise.
2695 * gdb.base/funcargs.exp: Likewise.
2696 * gdb.base/jit-simple.exp: Likewise.
2697 * gdb.base/reread.exp: Likewise.
2698 * gdb.base/sepdebug.exp: Likewise.
2699 * gdb.base/step-bt.exp: Likewise.
2700 * gdb.cp/mb-inline.exp: Likewise.
2701 * gdb.cp/mb-templates.exp: Likewise.
2702 * gdb.objc/basicclass.exp: Likewise.
2703 * gdb.threads/killed.exp: Likewise.
2704
9d9bf2df
EBM
27052014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2706
2707 PR tdep/17379
2708 * gdb.arch/powerpc-stackless.S: New file.
2709 * gdb.arch/powerpc-stackless.exp: New file.
2710
1cf2f1b0
JK
27112014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2712
2713 * gdb.base/attach.c: Include unistd.h.
2714 (main): Call alarm. Add label postloop.
2715 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2716 gdb_breakpoint, gdb_continue_to_breakpoint.
2717 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2718
98880d46
PA
27192014-09-11 Pedro Alves <palves@redhat.com>
2720
2721 PR gdb/17347
2722 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2723 * gdb.base/attach.exp (test_command_line_attach_run): New
2724 procedure.
2725 (top level): Call it.
2726
4c92ff2c
PA
27272014-09-11 Pedro Alves <palves@redhat.com>
2728
2729 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2730 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2731 (do_command_attach_tests): Use spawn_wait_for_attach.
2732 * gdb.base/solib-overlap.exp: Likewise.
2733 * gdb.multi/multi-attach.exp: Likewise.
2734 * gdb.python/py-prompt.exp: Likewise.
2735 * gdb.python/py-sync-interp.exp: Likewise.
2736 * gdb.server/ext-attach.exp: Likewise.
2737
3adc1a7d
GKB
27382014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2739
2740 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2741 command in testcase. Simplify testcase.
2742
96334934
JB
27432014-09-10 Joel Brobecker <brobecker@adacore.com>
2744
2745 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2746
eb479039
JB
27472014-09-10 Joel Brobecker <brobecker@adacore.com>
2748
2749 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2750
deede10c
JB
27512014-09-10 Joel Brobecker <brobecker@adacore.com>
2752
2753 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2754
7828a5f5
JB
27552014-09-10 Joel Brobecker <brobecker@adacore.com>
2756
2757 * gdb.dwarf2/dynarr-ptr.c: New file.
2758 * gdb.dwarf2/dynarr-ptr.exp: New file.
2759
33aeebcf
MR
27602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2761
2762 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2763 of 30 rather than hardcoding 120 for a slow test case. Take the
2764 `gdb,timeout' target setting into account for this calculation.
2765 Don't extend the timeout for the test cases that don't need it.
2766
7b415901
MR
27672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2768
2769 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2770 a factor of 2 for a slow test case. Take the `gdb,timeout'
2771 target setting into account for this calculation.
2772 * gdb.reverse/until-precsave.exp: Increase the timeout by
2773 a factor of 15 and 3 respectively rather than adding 120
2774 for a pair of slow test cases. Take the `gdb,timeout'
2775 target setting into account for this calculation.
2776
4a40f85a
MR
27772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2778
2779 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2780 timeout, don't pass one down to gdb_expect.
2781 (gdb_expect): Rework timeout selection.
2782
09635af7
MR
27832014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2784
2785 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2786 exception on timeout.
2787 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2788 (gdbserver_start_extended): Catch any `gdbserver_start' error
2789 exceptions.
2790 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2791 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2792 `gdbserver_gdb_load' error exceptions.
2793
2bdd10b7
MR
27942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2795
2796 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2797 120 on waiting for the TCP socket to open.
2798
316935f0
DE
27992014-09-09 Doug Evans <xdje42@gmail.com>
2800
2801 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2802 _caller_matches, _any_caller_is, _any_caller_matches.
2803
83740597
DE
28042014-09-09 Doug Evans <xdje42@gmail.com>
2805
2806 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2807
4c122fc3
YQ
28082014-09-09 Yao Qi <yao@codesourcery.com>
2809
2810 * gdb.mi/mi-var-display.exp: Set print symbol off.
2811
a9f116cb
GKB
28122014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2813
2814 PR gdb/17035
2815 * gdb.base/commands.exp: Add tests to verify user-defined
2816 commands with empty bodies.
2817 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2818 python commands in `show user command`.
2819 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2820 scheme commands in `show user command`.
2821
c75bd3a2
JK
28222014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2823
2824 PR python/17355
2825 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2826 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2827 * gdb.python/py-framefilter-invalidarg.exp: New file.
2828 * gdb.python/py-framefilter-invalidarg.py: New file.
2829
faa42425
DE
28302014-09-06 Doug Evans <xdje42@gmail.com>
2831
2832 PR 15276
2833 * gdb.python/py-caller-is.c: New file.
2834 * gdb.python/py-caller-is.exp: New file.
2835
474ca4f6
SDJ
28362014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2837
2838 PR gdb/17235
2839 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2840 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2841
eb0b0463
SDJ
28422014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2843
2844 PR fortran/17237
2845 * gdb.fortran/print-formatted.exp: New file.
2846 * gdb.fortran/print-formatted.f90: Likewise.
2847
5f3b99cf
SS
28482014-09-03 Sasha Smundak <asmundak@google.com>
2849
2850 * gdb.python/py-frame.exp: Test Frame.read_register.
2851
7d793aa9
SDJ
28522014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2853
2854 PR python/16699
2855 * gdb.python/py-completion.exp: New file.
2856 * gdb.python/py-completion.py: Likewise.
2857
fb0576e9
DE
28582014-08-28 Doug Evans <dje@google.com>
2859
2860 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2861 eax,etc. are live with values set by gdb and thus the compiler can't
2862 use them.
2863 * gdb.arch/i386-pseudo.c (main): Ditto.
2864
ee92b0dd
DE
28652014-08-27 Doug Evans <dje@google.com>
2866
2867 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2868
6649db35
DE
28692014-08-25 Doug Evans <dje@google.com>
2870
2871 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2872 (main): Ditto.
2873
564b7600
DE
28742014-08-25 Doug Evans <dje@google.com>
2875
2876 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2877
3881fb67
YQ
28782014-08-24 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2881 symbol off.
2882 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2883
a05a36a5
DE
28842014-08-22 Doug Evans <dje@google.com>
2885
2886 PR 17276
2887 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2888 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2889 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2890
7c343b48
YQ
28912014-08-22 Yao Qi <yao@codesourcery.com>
2892
2893 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2894 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2895 * gdb.python/python.exp: Likewise. Use .py file on the host
2896 instead of the build.
2897
22fd09ae
JK
28982014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2899
2900 * gdb.threads/gcore-stale-thread.c: New file.
2901 * gdb.threads/gcore-stale-thread.exp: New file.
2902
a8454a7c
PA
29032014-08-21 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2906 * gdb.base/gcore-relro-pie.exp: Likewise.
2907 * gdb.base/gcore-relro.exp: Likewise.
2908 * gdb.base/gcore.exp: Likewise.
2909 * gdb.base/print-symbol-loading.exp: Likewise.
2910 * gdb.threads/gcore-thread.exp: Likewise.
2911 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2912
2a31c623
PA
29132014-08-20 Pedro Alves <palves@redhat.com>
2914 Jan Kratochvil <jan.kratochvil@redhat.com>
2915
2916 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2917 configure.
2918 (EXPECT): Handle READ1 being set.
2919 (all): Depend on EXTRA_RULES.
2920 (check-read1, expect-read1, read1.so, read1): New rules.
2921 * README (Testsuite Parameters): Document the READ1 make variable.
2922 (Race detection): New section.
2923 * configure: Regenerate.
2924 * configure.ac: If build==host==target, and running under a
2925 GNU/glibc system, add read1 to the extra Makefile rules.
2926 (EXTRA_RULES): AC_SUBST it.
2927 * lib/read1.c: New file.
2928
d36430db
JB
29292014-08-20 Joel Brobecker <brobecker@adacore.com>
2930
2931 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2932 the handling of variables declared as a typedef to an array
2933 which a DW_AT_data_location attribute.
2934
9a0dc9e3
PA
29352014-08-19 Andrew Burgess <aburgess@broadcom.com>
2936 Pedro Alves <palves@redhat.com>
2937
2938 PR symtab/14604
2939 PR symtab/14605
2940 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2941 gdb_test.
2942
0718a8da
PA
29432014-08-19 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2946
13b448cd
YQ
29472014-08-19 Yao Qi <yao@codesourcery.com>
2948
2949 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2950 right line.
2951
1cbf5077
DB
29522014-08-18 David Blaikie <dblaikie@gmail.com>
2953
2954 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2955
bf0fae19
JB
29562014-08-18 Joel Brobecker <brobecker@adacore.com>
2957
2958 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2959 attribute in array range.
2960
3c8c5dcc
JB
29612014-08-18 Joel Brobecker <brobecker@adacore.com>
2962
2963 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2964
e66d4446
SC
29652014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2966
2967 PR c++/17132
2968 * gdb.cp/pr17132.cc: New file.
2969 * gdb.cp/pr17132.exp: New file.
2970
940df408
SC
29712014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2972
2973 * gdb.python/py-xmethods.py (A_getarrayind)
2974 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2975 Use 'print' with function call syntax.
2976 (E_method_matcher.match): Fix tab vs space indentation mixup.
2977
ebcc6c3a
YQ
29782014-08-15 Yao Qi <yao@codesourcery.com>
2979
2980 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2981 false.
2982
775e0f04
YQ
29832014-08-15 Yao Qi <yao@codesourcery.com>
2984
2985 * gdb.cp/casts.exp: Set print symbol off.
2986 * gdb.cp/class2.exp: Likewise.
2987 * gdb.cp/overload.exp: Likewise.
2988 * gdb.cp/templates.exp: Likewise.
2989
d769e349
DE
29902014-08-11 Doug Evans <dje@google.com>
2991
2992 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2993 (test_load_shlib): Update.
2994
20c6f1e1
YQ
29952014-08-09 Yao Qi <yao@codesourcery.com>
2996
2997 * gdb.base/display.exp: Invoke is_address_zero_readable.
2998 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2999 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3000 * gdb.base/hbreak-unmapped.exp: Return if
3001 is_address_zero_readable returns true.
3002 * gdb.base/signest.exp: Likewise.
3003 * gdb.base/signull.exp: Likewise.
3004 * gdb.base/sigbpt.exp: Likewise.
3005 * gdb.guile/scm-disasm.exp: Do the test if
3006 is_address_zero_readable returns false.
3007 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3008 * gdb.python/py-arch.exp: Likewise.
3009 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3010 * lib/gdb.exp (is_address_zero_readable): New proc.
3011
5792e8e3
YQ
30122014-08-09 Yao Qi <yao@codesourcery.com>
3013
3014 PR testsuite/13443
3015 * gdb.mi/mi-var-display.exp: Make test messages unique.
3016
3cecbbbe
TT
30172014-08-04 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3020 target 0".
3021
00b51ff5
TT
30222014-08-04 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3025 "target_resume".
3026
6908c509
JB
30272014-08-01 Joel Brobecker <brobecker@adacore.com>
3028
3029 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3030 inner_vla_struct_object_size.
3031 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3032 as xfail.
3033
cc6563d2
PA
30342014-07-30 Pedro Alves <palves@redhat.com>
3035
3036 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3037 comment.
3038
7e09a223
YQ
30392014-07-29 Yao Qi <yao@codesourcery.com>
3040
3041 PR gdb/17206
3042 * gdb.base/until-nodebug.exp: New.
3043
7ebdbe92
DE
30442014-07-28 Doug Evans <xdje42@gmail.com>
3045
3046 PR guile/17203
3047 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3048 previously existing parameter, and previously ambiguously spelled
3049 parameter.
3050
fdb1adc6
WN
30512014-07-28 Will Newton <will.newton@linaro.org>
3052
3053 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3054
186fcde0
DE
30552014-07-26 Ludovic Courtès <ludo@gnu.org>
3056 Doug Evans <xdje42@gmail.com>
3057
3058 PR guile/17146
3059 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3060
70509625
PA
30612014-07-25 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.threads/signal-command-handle-nopass.c: New file.
3064 * gdb.threads/signal-command-handle-nopass.exp: New file.
3065 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3066 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3067 * gdb.threads/signal-delivered-right-thread.c: New file.
3068 * gdb.threads/signal-delivered-right-thread.exp: New file.
3069
c3f814a1
PA
30702014-07-25 Pedro Alves <palves@redhat.com>
3071
3072 * gdb.base/double-prompt-target-event-error.exp
3073 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3074 match.
3075 (cancel_pagination_in_target_event): Rework double prompt
3076 detection.
3077 * gdb.base/paginate-after-ctrl-c-running.exp
3078 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3079 <return>' match.
3080 * gdb.base/paginate-bg-execution.exp
3081 (test_bg_execution_pagination_return)
3082 (test_bg_execution_pagination_cancel): Remove '-notransfer
3083 <return>' matches.
3084 * gdb.base/paginate-execution-startup.exp
3085 (test_fg_execution_pagination_return)
3086 (test_fg_execution_pagination_cancel): Remove '-notransfer
3087 <return>' matches.
3088 * gdb.base/paginate-inferior-exit.exp
3089 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3090 match.
3091 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3092 * lib/gdb.exp (pagination_prompt): Run text through
3093 string_to_regexp.
3094 (gdb_test_multiple): Match $pagination_prompt instead of
3095 "<return>".
3096 (string_to_regexp): Move to lib/gdb-utils.exp.
3097
e214cf6c
JK
30982014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3099
3100 * gdb.arch/amd64-entry-value-paramref.S: New file.
3101 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3102 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3103 * gdb.arch/amd64-optimout-repeat.S: New file.
3104 * gdb.arch/amd64-optimout-repeat.c: New file.
3105 * gdb.arch/amd64-optimout-repeat.exp: New file.
3106
17d0c5c8
JK
31072014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3108
3109 PR gdb/17170
3110 * gdb.base/statistics.exp: New file.
3111
b8b8facf
DE
31122014-07-17 Doug Evans <dje@google.com>
3113
74b49205 3114 PR gdb/17170
b8b8facf
DE
3115 * gdb.base/maint.exp: Update testing of per-command stats.
3116
1b5d0ab3
PA
31172014-07-16 Pedro Alves <palves@redhat.com>
3118
3119 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3120 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3121 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3122 (tfile_write_buf): New functions.
3123 (add_memory_block): Rewrite using the above.
3124 (adjust_function_address): New function.
3125 (FUNCTION_ADDRESS): New macro.
3126 (write_basic_trace_file): Remove short_x local, and use
3127 tfile_write_16. Change type of func_addr local to unsigned long
3128 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3129 here. Cast argument of add_memory_block to char pointer.
3130 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3131 (main): Remove parameters.
3132 * gdb.trace/tfile.exp: Remove nowarnings.
3133
4d974e88
SM
31342014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3135
3136 * gdb.base/debug-expr.exp: Test string evaluation with
3137 "debug expression" on.
3138
41e99568
PA
31392014-07-15 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.base/reread.exp: Use clean_restart.
3142
487d9753
PL
31432014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3144
3145 * gdb.arch/avr-flash-qualifer.c: New.
3146 * gdb.arch/avr-flash-qualifer.exp: New.
3147
cc1c52ad
PA
31482014-07-14 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3151 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3152
1e973570
PA
31532014-07-14 Pedro Alves <palves@redhat.com>
3154
3155 * gdb.base/double-prompt-target-event-error.c: New file.
3156 * gdb.base/double-prompt-target-event-error.exp: New file.
3157
93d6eb10
PA
31582014-07-14 Pedro Alves <palves@redhat.com>
3159
3160 PR gdb/17072
3161 * gdb.base/paginate-inferior-exit.c: New file.
3162 * gdb.base/paginate-inferior-exit.exp: New file.
3163
0017922d
PA
31642014-07-14 Pedro Alves <palves@redhat.com>
3165
3166 PR gdb/17072
3167 * gdb.base/paginate-bg-execution.c: New file.
3168 * gdb.base/paginate-bg-execution.exp: New file.
3169
94696ad3
PA
31702014-07-14 Pedro Alves <palves@redhat.com>
3171
3172 PR gdb/17072
3173 * gdb.base/paginate-execution-startup.c: New file.
3174 * gdb.base/paginate-execution-startup.exp: New file.
3175 * lib/gdb.exp (pagination_prompt): New global.
3176 (default_gdb_spawn): New procedure, factored out from
3177 default_gdb_spawn.
3178 (default_gdb_start): Adjust to call default_gdb_spawn.
3179 (gdb_spawn): New procedure.
3180
bd293940
PA
31812014-07-14 Pedro Alves <palves@redhat.com>
3182
3183 * lib/gdb.exp (gdb_assert): New procedure.
3184 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3185
c933f875
PA
31862014-07-14 Pedro Alves <palves@redhat.com>
3187
3188 * gdb.base/execution-termios.c: New file.
3189 * gdb.base/execution-termios.exp: New file.
3190
d98b7a16
TT
31912014-07-14 Tom Tromey <tromey@redhat.com>
3192
3193 * gdb.cp/vla-cxx.cc: New file.
3194 * gdb.cp/vla-cxx.exp: New file.
3195
548740d6
TT
31962014-07-14 Tom Tromey <tromey@redhat.com>
3197
3198 * gdb.reverse/rerun-prec.c: New file.
3199 * gdb.reverse/rerun-prec.exp: New file.
3200
a25eb028
MR
32012014-07-12 Maciej W. Rozycki <macro@mips.com>
3202 Maciej W. Rozycki <macro@codesourcery.com>
3203
3204 * lib/gdb-utils.exp: New file.
3205 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3206 inline `gdb_init_command' processing.
3207 (gdb_start_cmd): Likewise.
3208 * lib/mi-support.exp (mi_run_cmd): Likewise.
3209 * README: Document `gdb_init_command' and `gdb_init_commands'.
3210
218c2655
JK
32112014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3212
3213 Fix false FAIL running under a very long directory name.
3214 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3215 and "set print elements 10000". Twice.
3216
5401fde3
YQ
32172014-07-11 Yao Qi <yao@codesourcery.com>
3218
3219 * gdb.base/exprs.exp: "set print symbol off".
3220
e76126e8
PA
32212014-07-11 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.threads/kill.c: New file.
3224 * gdb.threads/kill.exp: New file.
3225
2d6f0de6
YQ
32262014-07-10 Yao Qi <yao@codesourcery.com>
3227
3228 * gdb.trace/tfile.c (write_basic_trace_file)
3229 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3230 address written to trace file.
3231
7180e04a
PA
32322014-07-09 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/attach-wait-input.exp: New file.
3235 * gdb.base/attach-wait-input.c: New file.
3236
9a9a7608
AB
32372014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3238
3239 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3240 setting up test structures.
3241 (main): Call new test function.
3242 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3243 test function, continue into test function and walk test
3244 structures.
3245
161ac41e
YQ
32462014-07-02 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3249 'bar_start' at the beginning of functions 'foo' and 'bar'
3250 respectively.
3251 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3252 instead of 'foo' and 'bar'.
3253
1f267ae3
MM
32542014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3255
3256 * gdb.btrace/segv.exp: New.
3257 * gdb.btrace/segv.c: New.
3258
2b239efb
LM
32592014-07-02 Luis Machado <lgustavo@codesourcery.com>
3260
3261 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3262 instruction.
3263
cf363f18
MW
32642014-06-30 Mark Wielaard <mjw@redhat.com>
3265
3266 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3267 vulture, vilify, villar): New volatile array constants.
3268 (vindictive, vegetation): New const volatile array constants.
3269 * gdb.base/volatile.exp: Test volatile and const volatile array
3270 types.
3271
aebf9d24
AA
32722014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3273
3274 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3275 target lacks support for awatch, rwatch, or hbreak.
3276
b67a2c6f
YQ
32772014-06-27 Yao Qi <yao@codesourcery.com>
3278
3279 * gdb.multi/dummy-frame-restore.exp: New.
3280 * gdb.multi/dummy-frame-restore.c: New.
3281
aef92902
MM
32822014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3283
3284 * gdb.btrace/gcore.exp: New.
3285
8e9db26e
PA
32862014-06-23 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.base/watchpoint-reuse-slot.c: New file.
3289 * gdb.base/watchpoint-reuse-slot.exp: New file.
3290
70afc5b7
SC
32912014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3292
3293 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3294 progspace's filename in 'info', 'enable' and 'disable' command
3295 tests.
3296
b972bd9c
JK
32972014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3298
3299 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3300 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3301 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3302
125f8a3d
GB
33032014-06-20 Gary Benson <gbenson@redhat.com>
3304
3305 * gdb.arch/i386-avx.exp: Fix include file location.
3306 * gdb.arch/i386-sse.exp: Likewise.
3307
3ed9baed
IB
33082014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3309
3310 * gdb.dlang/expression.exp: New file.
3311
034f788c
PA
33122014-06-19 Pedro Alves <palves@redhat.com>
3313
3314 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3315 out from ...
3316 (top level): ... here. Iterate running tests under different
3317 scheduler-locking settings.
3318
45371d0c
LM
33192014-06-18 Luis Machado <lgustavo@codesourcery.com>
3320
3321 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3322 to DW_FORM_addr and use non-zero addresses.
3323
5d376983
SC
33242014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3325
3326 PR gdb/17017
3327 * gdb.python/py-xmethods.cc: Add global function call counters and
3328 increment them in their respective functions. Remove "cout"
3329 statements.
3330 * gdb.python/py-xmethods.exp: Make tests check the global function
3331 call counters instead of depending on inferior IO.
3332
a1aa2221
LM
33332014-06-18 Don Breazeal <donb@codesourcery.com>
3334
3335 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3336 Deleted procedure.
3337 (explicit_fork_parent_follow): Deleted procedure.
3338 (explicit_fork_child_follow): Deleted procedure.
3339 (test_follow_fork): New procedure.
3340 (do_fork_tests): Replace calls to deleted procedures with
3341 calls to test_follow_fork and reset GDB for subsequent
3342 procedure calls.
3343
0fc05997
YQ
33442014-06-17 Yao Qi <yao@codesourcery.com>
3345
3346 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3347 CP1252.
3348
70795c52
LM
33492014-06-17 Luis Machado <lgustavo@codesourcery.com>
3350
3351 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3352 Initialize ptr and S explicitly.
3353 (skip_type_update_when_not_use_rtti_test): Likewise.
3354
6be47f0c
KS
33552014-06-16 Keith Seitz <keiths@redhat.com>
3356
3357 PR mi/15863
3358 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3359 the inferior is started.
3360
d03de421
PA
33612014-06-16 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/break-main-file-remove-fail.c: New file.
3364 * gdb.base/break-main-file-remove-fail.exp: New file.
3365 * gdb.base/break-unload-file.exp: Use build_executable instead of
3366 prepare_for_testing.
3367 (test_break): New parameter "initial_load". Handle it.
3368 (top level): Add initial_load cmdline/file axis.
3369
f9579b99
TT
33702014-06-12 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.base/completion.exp: Don't use directory name in test.
3373
3657956b
GB
33742014-06-09 Gary Benson <gbenson@redhat.com>
3375
3376 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3377 separate the always-available ANSI-standard signals from the
3378 signals that require checking.
3379 (main): Likewise.
3380 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3381 Likewise.
3382 (main): Likewise.
3383
4186eb54
KS
33842014-06-07 Keith Seitz <keiths@redhat.com>
3385
3386 Revert:
3387 PR c++/16253
3388 * gdb.cp/var-tag.cc: New file.
3389 * gdb.cp/var-tag.exp: New file.
3390 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3391 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3392 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3393 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3394
25326a28 33952014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3396
3397 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3398
829155c9
PA
33992014-06-06 Pedro Alves <palves@redhat.com>
3400
3401 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3402 in target debug output instead of looking at RSP packets,
3403 disabling the test on any target that uses hardware stepping.
3404 Update comments.
3405
61c8d22e
PA
34062014-06-06 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.base/break-unload-file.exp: Fix typo.
3409
d9a47287
YQ
34102014-06-06 Yao Qi <yao@codesourcery.com>
3411
3412 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3413 from "jit_function" to "^jit_function".
3414
e5e01dbf
YQ
34152014-06-06 Yao Qi <yao@codesourcery.com>
3416
3417 * gdb.base/async.c (foo): Add one statement.
3418 * gdb.base/async.exp: Get the next instruction address and
3419 match the output of "nexti" by instruction address. Match
3420 the hex address in the output of "finish".
3421
73ba372c
GB
34222014-06-06 Gary Benson <gbenson@redhat.com>
3423
3424 * gdb.base/call-signals.c: Remove preprocessor conditionals
3425 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3426 SIGSEGV and SIGTERM.
3427 * gdb.base/sigall.c: Likewise.
3428 * gdb.base/unwindonsignal.c: Likewise.
3429 * gdb.reverse/sigall-reverse.c: Likewise.
3430
831517df
YQ
34312014-06-06 Yao Qi <yao@codesourcery.com>
3432
3433 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3434 readable, skip the test.
3435
b8b91e98
YQ
34362014-06-06 Yao Qi <yao@codesourcery.com>
3437
3438 * gdb.threads/staticthreads.c (thread_function): Move the line
3439 setting breakpoint on forward.
3440 * gdb.threads/staticthreads.exp: Update comments.
3441
fb934770
LC
34422014-06-05 Ludovic Courtès <ludo@gnu.org>
3443
3444 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3445 "history-append! type error".
3446
6ef284bd
SM
34472014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3448
3449 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3450 erroneous dprintf expected input.
3451
a872e241
DE
34522014-06-04 Doug Evans <xdje42@gmail.com>
3453
3454 * gdb.guile/scm-generics.exp: Delete.
3455
16f691fb
DE
34562014-06-04 Doug Evans <xdje42@gmail.com>
3457
3458 * gdb.guile/scm-breakpoint.exp: Update.
3459 Add tests for breakpoint registration.
3460
012370f6
TT
34612014-06-04 Tom Tromey <tromey@redhat.com>
3462
3463 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3464 VLA-in-union.
3465 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3466 inner_vla_struct, vla_union types. Initialize objects of those
3467 types and compute their sizes.
3468
9f5a4cef
HZ
34692014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3470 Hui Zhu <hui@codesourcery.com>
3471
3472 * gdb.base/fileio.exp: Add test for shell not available as well as
3473 available.
3474 * gdb.base/fileio.c (test_system): Check for shell twice.
3475
90a45c4d
YQ
34762014-06-04 Yao Qi <yao@codesourcery.com>
3477
3478 * gdb.base/auto-connect-native-target.exp: Remove redundant
3479 space from the regexp pattern.
3480
70017e41
YQ
34812014-06-04 Yao Qi <yao@codesourcery.com>
3482
3483 * gdb.base/default.exp: Replace "child" with "native" in
3484 regexp pattern.
3485
883964a7
SC
34862014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3487
3488 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3489 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3490 * gdb.python/py-xmethods.py: Python script supporting the
3491 new testcase and tests.
3492
ef370185
JB
34932014-06-03 Joel Brobecker <brobecker@adacore.com>
3494 Pedro Alves <palves@redhat.com>
3495
3496 PR breakpoints/17000
3497 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3498 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3499
1e2ccb61
BM
35002014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3501
3502 * gdb.base/subst.exp: Add tests to verify partial path matching
3503 output.
3504
c6ec5ab2
PA
35052014-06-03 Pedro Alves <palves@redhat.com>
3506
3507 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3508 target that doesn't use software single-stepping.
3509
835c559f
PA
35102014-06-03 Pedro Alves <palves@redhat.com>
3511
3512 PR breakpoints/17000
3513 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3514 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3515
06eb1586
DE
35162014-06-02 Doug Evans <xdje42@gmail.com>
3517
3518 * gdb.guile/scm-parameter.exp: New file.
3519
e698b8c4
DE
35202014-06-02 Doug Evans <xdje42@gmail.com>
3521
3522 * gdb.guile/scm-cmd.c: New file.
3523 * gdb.guile/scm-cmd.exp: New file.
3524
ded03782
DE
35252014-06-02 Doug Evans <xdje42@gmail.com>
3526
3527 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3528 pretty-printer lookup.
3529 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3530 (make-pp_s-printer): Call it.
3531 (make-pretty-printer-from-dict): New function.
3532 (lookup-pretty-printer-maker-from-dict): New function.
3533 (*pretty-printer*): Simplify.
3534 (make-objfile-pp_s-printer): New function.
3535 (install-objfile-pretty-printers!): New function.
3536 (make-progspace-pp_s-printer): New function.
3537 (install-progspace-pretty-printers!): New function.
3538 * gdb.guile/scm-progspace.c: New file.
3539 * gdb.guile/scm-progspace.exp: New file.
3540
41fac0cf
PA
35412014-06-02 Pedro Alves <palves@redhat.com>
3542
3543 * gdb.base/dprintf-bp-same-addr.c: New file.
3544 * gdb.base/dprintf-bp-same-addr.exp: New file.
3545
96ae5695
EBM
35462014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3547
3548 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3549 * gdb.arch/powerpc-power.s: Likewise.
3550
da02b3a8
JB
35512014-06-02 Joel Brobecker <brobecker@adacore.com>
3552
3553 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3554
c72b2e7b
YQ
35552014-06-01 Yao Qi <yao@codesourcery.com>
3556
3557 * gdb.base/watchpoint.exp (test_watch_location): Check null
3558 pointer can be dereferenced. If not, do the test, otherwise
3559 skip it.
3560
53e8a631
AB
35612014-05-30 Andrew Burgess <aburgess@broadcom.com>
3562
3563 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3564 results.
3565 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3566
938f0e2f
AB
35672014-05-30 Andrew Burgess <aburgess@broadcom.com>
3568
3569 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3570 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3571 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3572 * gdb.arch/amd64-invalid-stack-top.c: New file.
3573 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3574
9ba6657a
PA
35752014-05-30 Pedro Alves <palves@redhat.com>
3576
3577 PR breakpoints/17000
3578 * gdb.base/sss-bp-on-user-bp.c: New file.
3579 * gdb.base/sss-bp-on-user-bp.exp: New file.
3580
522c09bf
DB
35812014-05-30 David Blaikie <dblaikie@gmail.com>
3582
3583 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3584 gnu_inline semantics via attribute.
3585 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3586 source explicitly specifies the required semantics.
3587
bf4ef81e
MR
35882014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3589
3590 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3591
329ea579
PA
35922014-05-29 Pedro Alves <palves@redhat.com>
3593 Tom Tromey <tromey@redhat.com>
3594
3595 * gdb.base/async-shell.exp: Don't enable target-async.
3596 * gdb.base/async.exp
3597 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3598 parameter. Adjust.
3599 (top level): Don't test with "target-async".
3600 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3601 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3602 * gdb.base/inferior-died.exp: Don't enable target-async.
3603 * gdb.base/interrupt-noterm.exp: Likewise.
3604 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3605 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3606 * gdb.mi/mi-nonstop.exp: Likewise.
3607 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3608 * gdb.mi/mi-nsintrall.exp: Likewise.
3609 * gdb.mi/mi-nsmoribund.exp: Likewise.
3610 * gdb.mi/mi-nsthrexec.exp: Likewise.
3611 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3612 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3613 * gdb.python/py-evsignal.exp: Don't enable target-async.
3614 * gdb.python/py-evthreads.exp: Likewise.
3615 * gdb.python/py-prompt.exp: Likewise.
3616 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3617 * gdb.server/solib-list.exp: Don't enable target-async.
3618 * gdb.threads/thread-specific-bp.exp: Likewise.
3619 * lib/mi-support.exp: Adjust to use mi-async.
3620
fd664c91
PA
36212014-05-29 Pedro Alves <palves@redhat.com>
3622
3623 PR gdb/13860
3624 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3625 reason, even in sync mode.
3626
251bde03
PA
36272014-05-29 Pedro Alves <palves@redhat.com>
3628 Hui Zhu <hui@codesourcery.com>
3629
3630 PR PR15693
3631 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3632 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3633 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3634 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3635
7f3c0343
JB
36362014-05-28 Joel Brobecker <brobecker@adacore.com>
3637
3638 * config/monitor.exp (gdb_target_monitor): Replace use of
3639 "set remotebaud" by "set serial baud".
3640
b2715b27
AW
36412014-05-26 Andy Wingo <wingo@igalia.com>
3642
3643 * gdb.guile/scm-breakpoint.exp:
3644 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3645 properties instead of gdb-object-properties.
3646
498a4489
YQ
36472014-05-26 Yao Qi <yao@codesourcery.com>
3648
3649 * gdb.server/no-thread-db.exp: Specify source file name
3650 explicitly when setting a breakpoint.
3651
589fdceb
MM
36522014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3653
3654 * gdb.btrace/vdso.c: New.
3655 * gdb.btrace/vdso.exp: New.
3656
e9089e05
MM
36572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3658
3659 * gdb.base/gcore.exp (capture_command_output): Move ...
3660 * lib/gdb.exp (capture_command_output): ... here.
3661
67b5c0c1
MM
36622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3663
3664 * gdb.btrace/data.exp: Test memory access during btrace replay.
3665
a2199296
SM
36662014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3667
3668 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3669
17b2616c
PA
36702014-05-21 Pedro Alves <palves@redhat.com>
3671
3672 PR gdb/13860
3673 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3674 (top level): Test that output related to execution commands is
3675 sent to the console with CLI commands, but not with MI commands.
3676 Test that breakpoint events are always mirrored to the console.
3677 Also expect the new source line to be output after a "next" in
3678 async mode too. Make it a pass/fail test.
3679 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3680 output.
3681 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3682
5166082f
PA
36832014-05-21 Pedro Alves <palves@redhat.com>
3684
3685 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3686 Use them to test variations of "list" after reaching a breakpoint.
3687 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3688 Test "list" with listsize 10 after reaching a breakpoint.
3689 * gdb.python/python.exp (decode_line current location line
3690 number): Adjust expected line number.
3691
2f25d70f
SM
36922014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3693
3694 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3695 behavior for $args, pass it directly to "run".
3696
ff604a67
MR
36972014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3698
3699 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3700 30000 to 65536.
3701
6a3cb8e8
PA
37022014-05-21 Pedro Alves <palves@redhat.com>
3703
3704 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3705 auto-connect-native-target off".
3706 * gdb.base/auto-connect-native-target.c: New file.
3707 * gdb.base/auto-connect-native-target.exp: New file.
3708
4ebfc96e
PA
37092014-05-21 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.base/default.exp: Test "target native" instead of "target
3712 child".
3713
36d46afb
MW
37142014-05-21 Mark Wielaard <mjw@redhat.com>
3715
3716 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3717
5876f503
JK
37182014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3719
3720 Fix TLS access for -static -pthread.
3721 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3722 <HAVE_TLS> (thread_function, main): Initialize it.
3723 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3724 Add clean_restart.
3725 <$have_tls != "">: Check TLSVAR.
3726
0256a6ac
PA
37272014-05-21 Pedro Alves <palves@redhat.com>
3728
3729 * gdb.base/dcache-line-read-error.c: New.
3730 * gdb.base/dcache-line-read-error.exp: New.
3731
936d2992
PA
37322014-05-20 Pedro Alves <palves@redhat.com>
3733
3734 * gdb.base/compare-sections.c: New file.
3735 * gdb.base/compare-sections.exp: New file.
3736
802e8e6d
PA
37372014-05-20 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.base/break-idempotent.c: New file.
3740 * gdb.base/break-idempotent.exp: New file.
3741
e59fa00f
MM
37422014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3743
3744 * gdb.btrace/nohist.exp: New.
3745
8b696e31
YQ
37462014-05-20 Yao Qi <yao@codesourcery.com>
3747
3748 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3749 gdb.reverse directory and gdb_reverse_timeout exists in board
3750 setting.
3751 * README: Document gdb_reverse_timeout.
3752
73c9764f
YQ
37532014-05-20 Yao Qi <yao@codesourcery.com>
3754
3755 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3756 'test_file_name'. Treat args as a string instead of a list.
3757 (gdb_init): Rename argument 'args' by 'test_file_name'.
3758
f1f4348a
JK
37592014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3760
3761 * gdb.arch/powerpc-power.exp: New file.
3762 * gdb.arch/powerpc-power.s: New file.
3763
0dbe70ce
DE
37642014-05-16 Doug Evans <dje@google.com>
3765
3766 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3767 * gdb.base/completion.exp: Check that all expected files exist
3768 before doing file completion.
0dbe70ce 3769
8d551b02
DE
37702014-05-16 Doug Evans <dje@google.com>
3771
3772 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3773 Update.
3774 (do_syscall_tests_without_xml): Update.
3775
73eb7709
PA
37762014-05-16 Pedro Alves <palves@redhat.com>
3777
3778 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3779 instead of "unknown output after running".
3780
3fae92fc
YQ
37812014-05-16 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3784 file1.txt from host at the end.
3785 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3786
c2b2ccc5
DE
37872014-05-15 Doug Evans <dje@google.com>
3788
3789 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3790 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3791 loading file. Add test for TU lookup.
3792
8c217a4b
SM
37932014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3794
3795 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3796 calling "-exec-arguments" or "set args" before running the
3797 inferior.
3798
3deb39c6
SM
37992014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3800
3801 * lib/mi-support.exp (mi_expect_stop): Expect message for
3802 inferiors that exit with non-zero exit code.
3803
71a79f8c
YQ
38042014-05-14 Yao Qi <yao@codesourcery.com>
3805
3806 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3807 match absolute path on remote host.
3808 (test_file_list_exec_source_files): Remove "/" from the
3809 pattern.
3810
f23fcd46
YQ
38112014-05-14 Yao Qi <yao@codesourcery.com>
3812
3813 * boards/local-remote-host-notty.exp (${board}_file): New
3814 proc.
3815
9404b58f
KM
38162014-05-07 Kyle McMartin <kyle@redhat.com>
3817
3818 Pushed by Joel Brobecker <brobecker@adacore.com>.
3819 * gdb.arch/aarch64-atomic-inst.c: New file.
3820 * gdb.arch/aarch64-atomic-inst.exp: New file.
3821
5e45f04c
YQ
38222014-05-07 Yao Qi <yao@codesourcery.com>
3823
3824 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3825 in current context" too.
3826
c888a17d
KS
38272014-05-05 Keith Seitz <keiths@redhat.com>
3828
3829 * gdb.linespec/ls-dollar.exp: Add test for linespec
3830 file:convenience_variable.
3831
290a839c
YQ
38322014-05-05 Yao Qi <yao@codesourcery.com>
3833
3834 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3835 traceframes into tfile and ctf trace files. Read data from
3836 trace file and test collected data.
3837 (gdb_collect_locals_test): Likewise.
3838 (gdb_unavailable_registers_test): Likewise.
3839 (gdb_unavailable_floats): Likewise.
3840 (gdb_collect_globals_test): Likewise.
3841 (top-level): Append "ctf" to trace_file_targets if GDB
3842 supports.
3843
b5262cd0
YQ
38442014-05-05 Yao Qi <yao@codesourcery.com>
3845
3846 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3847 code to ...
3848 (gdb_collect_args_test_1): ... it. New proc.
3849 (gdb_collect_locals_test): Move some code to ...
3850 (gdb_collect_locals_test_1): ... it. New proc.
3851 (gdb_unavailable_registers_test): Move some code to ...
3852 (gdb_unavailable_registers_test_1): ... it. New proc.
3853 (gdb_unavailable_floats): Move some code to ...
3854 (gdb_unavailable_floats_1): ... it. New proc.
3855
30a1e6cc
SDJ
38562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3857
3858 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3859 probes to test for bitness recognition.
3860 * gdb.arch/amd64-stap-optional-prefix.exp
3861 (test_probe_value_without_reg): New procedure.
3862 Add code to test for different kinds of bitness.
3863
f33da99a
SDJ
38642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3865
3866 PR breakpoints/16889
3867 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3868 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3869
5b80f00d
PA
38702014-05-01 Pedro Alves <palves@redhat.com>
3871
3872 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3873 gdb_file_cmd if no file is specified.
3874 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3875 last_loaded_file to set the remote exec-file.
3876
f8c2a73c
PA
38772014-05-01 Pedro Alves <palves@redhat.com>
3878
3879 * boards/local-remote-host.exp: New file.
3880
be6e8ac7
PA
38812014-05-01 Pedro Alves <palves@redhat.com>
3882
3883 * boards/local-remote-host.exp: Rename to ...
3884 * boards/local-remote-host-notty.exp: ... this.
3885
cac0dc8f
JB
38862014-04-28 Joel Brobecker <brobecker@adacore.com>
3887
3888 * gdb.ada/dyn_arrayidx: New testcase.
3889
9730e6cc
YQ
38902014-04-26 Yao Qi <yao@codesourcery.com>
3891
3892 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3893 and compute the length of function main. Save it in
3894 $main_length.
3895 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3896 (top-level): Use gdb_compile to compile objects into
3897 executable and restart GDB. Remove invocation to
3898 prepare_for_testing.
3899
7ae1a6a6
PA
39002014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3901 Pedro Alves <palves@redhat.com>
3902
3903 PR server/16255
3904 * gdb.multi/multi-attach.c: New file.
3905 * gdb.multi/multi-attach.exp: New file.
3906
4082afcc
PA
39072014-04-25 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3910 user.
3911 (top level): Test that "set remote conditional-breakpoints-packet
3912 off" works as intended.
3913 * gdb.base/dprintf.exp: Test that "set remote
3914 breakpoint-commands-packet off" works as intended.
3915 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3916 New function.
3917 (top level): Call it.
3918 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3919 remote fast-tracepoints-packet off" works as intended.
3920 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3921 * lib/gdb.exp (gdb_is_target_remote): ... here.
3922
2abc3f8d
DB
39232014-04-24 David Blaikie <dblaikie@gmail.com>
3924
3925 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3926 ensure clang would not discard them.
3927 * gdb.base/gdbvars.c: Ditto.
3928 * gdb.base/memattr.c: Ditto.
3929 * gdb.base/whatis.c: Ditto.
3930 * gdb.python/py-prettyprint.c: Ditto.
3931 * gdb.trace/actions.c: Ditto.
3932 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3933 ensure clang would not discard it.
3934
bfd39632
DB
39352014-04-24 David Blaikie <dblaikie@gmail.com>
3936
3937 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3938 clang to emit the full definition of type required by the test
3939 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3940
22842ff6
DB
39412014-04-24 David Blaikie <dblaikie@gmail.com>
3942
3943 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3944 coax Clang into emitting the definition of the type.
3945 * gdb.cp/pr10728-x.h (y): Ditto.
3946 * gdb.cp/pr10728-y.cc (y): Ditto.
3947
c2e827ad
DB
39482014-04-24 David Blaikie <dblaikie@gmail.com>
3949
3950 * gdb.base/label.exp: XFAIL label related tests under Clang.
3951 * gdb.cp/cplabel.exp: Ditto.
3952 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3953 under Clang those using labels.
3954
4c2d33e7
YQ
39552014-04-25 Yao Qi <yao@codesourcery.com>
3956
3957 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3958 double_label.
3959 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3960 partial_label and double_label.
3961
56083b99
DB
39622014-04-24 David Blaikie <dblaikie@gmail.com>
3963
3964 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3965
25d4e99d
DB
39662014-04-24 David Blaikie <dblaikie@gmail.com>
3967
3968 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3969 of the function to work across GCC and Clang.
3970 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3971 pointer types (const void ** const V void **).
3972
01f9f808
MS
39732014-04-24 Michael Sturm <michael.sturm@mintel.com>
3974 Walfred Tedeschi <walfred.tedeschi@intel.com>
3975
3976 * Makefile.in (EXECUTABLES): Added i386-avx512.
3977 * gdb.arch/i386-avx512.c: New file.
3978 * gdb.arch/i386-avx512.exp: Likewise.
3979
4b48d439
KS
39802014-04-23 Keith Seitz <keiths@redhat.com>
3981
3982 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3983 (mi_make_breakpoint_table): New procedure.
3984 (mi_create_breakpoint): Use mi_make_breakpoint
3985 and return the result.
3986 (mi_make_breakpoint): New procedure.
3987 (mi_build_kv_pairs): New procedure.
3988
3989 * gdb.mi/mi-break.exp: Remove unused globals,
3990 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3991 All callers updated.
3992 * gdb.mi/mi-dprintf.exp: Use variable to track command
3993 number.
3994 Update all callers of mi_create_breakpoint and use
3995 mi_make_breakpoint_table.
3996 Remove any unused global variables.
3997 * gdb.mi/mi-nonstop.exp: Likewise.
3998 * gdb.mi/mi-nsintrall.exp: Likewise.
3999 * gdb.mi/mi-nsmoribund.exp: Likewise.
4000 * gdb.mi/mi-nsthrexec.exp: Likewise.
4001 * gdb.mi/mi-reverse.exp: Likewise.
4002 * gdb.mi/mi-simplerun.exp: Likewise.
4003 * gdb.mi/mi-stepn.exp: Likewise.
4004 * gdb.mi/mi-syn-frame.exp: Likewise.
4005 * gdb.mi/mi-until.exp: Likewise.
4006 * gdb.mi/mi-var-cp.exp: Likewise.
4007 * gdb.mi/mi-var-display.exp: Likewise.
4008 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4009 * gdb.mi/mi2-var-child.exp: Likewise.
4010 * gdb.mi/mi-vla-c99.exp: Likewise.
4011 * lib/mi-support.exp: Likewise.
4012
4013 From Ian Lance Taylor <iant@cygnus.com>:
4014 * lib/gdb.exp (parse_args): New procedure.
4015
08351840
PA
40162014-04-23 Pedro Alves <palves@redhat.com>
4017
4018 * gdb.base/break-unload-file.c: New file.
4019 * gdb.base/break-unload-file.exp: New file.
4020 * gdb.base/sym-file-lib.c (baz): New function.
4021 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4022 field.
4023 (load): Store the segment's mapped size.
4024 (unload): New function.
4025 (unload_shlib): New function.
4026 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4027 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4028 set a breakpoint at baz, and call it.
4029 * gdb.base/sym-file.exp: New tests for stale breakpoint
4030 instructions.
4031
076855f9
PA
40322014-04-23 Pedro Alves <palves@redhat.com>
4033
4034 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4035 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4036 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4037 * gdb.base/hbreak-unmapped.c: New file.
4038 * gdb.base/hbreak-unmapped.exp: New file.
4039 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4040 * lib/gdb.exp (gdb_is_target_remote): ... here.
4041
483805cf
PA
40422014-04-22 Pedro Alves <palves@redhat.com>
4043
4044 * gdb.base/consecutive-step-over.c: New file.
4045 * gdb.base/consecutive-step-over.exp: New file.
4046
06d97543
PA
40472014-04-22 Pedro Alves <palves@redhat.com>
4048
4049 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4050 instead of send_gdb/gdb_expect.
4051
b4429ea2
YQ
40522014-04-22 Yao Qi <yao@codesourcery.com>
4053
4054 * lib/trace-support.exp (generate_tracefile): New procedure.
4055 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4056 return 0.
4057 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4058 if generate_tracefile returns 1.
4059
51d48146
PA
40602014-04-18 Tom Tromey <palves@redhat.com>
4061 Pedro alves <tromey@redhat.com>
4062
4063 PR backtrace/15558
4064 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4065 with a backtrace limit.
4066 * gdb.python/py-frame-inline.exp: Test running to an inline
4067 function with a backtrace limit, and printing the newest frame.
4068 * gdb.python/py-frame-inline.c (main): Call f.
4069
bd1dce5f
MS
40702014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4071
4072 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4073
40d1a503
MS
40742014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4075
4076 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4077 Drop prefix from unsupported source file path.
4078
389b98f7
YQ
40792014-04-17 Yao Qi <yao@codesourcery.com>
4080
4081 * lib/gdb.exp (with_target_charset): New proc.
4082 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4083 with_target_charset.
4084 (test_print_strings): Likewise.
4085 (test_repeat_bytes): Likewise.
4086 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4087 for some tests.
4088
22869d73
KS
40892014-04-16 Keith Seitz <keiths@redhat.com>
4090
4091 PR gdb/15827
4092 * gdb.dwarf2/corrupt.c: New file.
4093 * gdb.dwarf2/corrupt.exp: New file.
4094
c4f87ca6
KS
40952014-04-16 Keith Seitz <keiths@redhat.com>
4096
4097 PR c++/16597
4098 * gdb.cp/namelessclass.cc: New file.
4099 * gdb.cp/namelessclass.exp: New file.
4100 * gdb.cp/namelessclass.S: New file.
4101
ab19de87
DE
41022014-04-16 Doug Evans <dje@google.com>
4103
4104 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4105 Add comment.
4106 (gdbserver_default_get_comm_port): New function.
4107 (gdbserver_start): Check if board file provided
4108 "gdbserver,get_comm_port" and use it if so.
4109 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4110 (gdb,socketport): Set to "stdio".
4111 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4112 (stdio_gdbserver_template): Delete.
4113 (${board}_get_remote_address): Update.
4114 (${board}_build_remote_cmd): Delete.
4115 (${board}_get_comm_port): New function.
4116 (${board}_spawn): Update.
4117 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4118 Delete.
4119 (${board}_get_remote_address): Update.
4120 (${board}_get_comm_port): New function.
4121
fc98a809
AB
41222014-04-16 Andrew Burgess <aburgess@broadcom.com>
4123
4124 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4125 appearing in any order.
4126
87fd9e6e
DE
41272014-04-15 Doug Evans <dje@google.com>
4128
4129 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4130 uninitialized value of "description".
4131
099fc3ea
KS
41322014-04-15 Keith Seitz <keiths@redhat.com>
4133
4134 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4135 Remove unused globals.
4136 (test_running_the_program): Likewise.
4137 (test_controlled_execution): Likewise.
4138 (test_controlling_breakpoints): Likewise.
4139 (test_program_termination): Likewise.
4140
5da151d4
KS
41412014-04-15 Keith Seitz <keiths@redhat.com>
4142
4143 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4144 unused globals.
4145 (test_rbreak_creation_and_listing): Likewise.
4146 (test_ignore_count): Likewise.
4147 (test_error): Likewise.
4148
35e5d2f0
PA
41492014-04-15 Pedro Alves <palves@redhat.com>
4150
4151 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4152 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4153 sym-file-loader.c.
4154 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4155 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4156 to sym-file-loader.c.
4157 (struct library): Forward declare.
4158 (load_shlib, lookup_function): Change prototypes.
4159 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4160 (translate_offset): Remove declarations.
4161 (get_text_addr): New declaration.
4162 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4163 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4164 sym-file-loader.h.
4165 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4166 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4167 here from sym-file-loader.h.
4168 (struct library): New structure.
4169 (load_shlib, lookup_function): Change prototypes and adjust to
4170 work with a struct library.
4171 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4172 (translate_offset): Make static.
4173 (get_text_addr): New function.
4174 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4175
eb4c1710
PA
41762014-04-15 Pedro Alves <palves@redhat.com>
4177
4178 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4179
2d1baf52
PA
41802014-04-15 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/sym-file-loader.c: Include <limits.h>.
4183 (SELF_LINK): New define.
4184 (get_origin): New function.
4185 (load_shlib): Use it.
4186 * gdb.base/sym-file.exp: Don't early return if the target is
4187 remote. Use runto_main, and issue fail is that fails. Use
4188 gdb_load_shlibs.
4189 (shlib_name): Delete.
4190 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4191
7dd6df01
PA
41922014-04-15 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/sym-file.exp: Remove regex characters from test
4195 message. Don't refer to breakpoint numbers in test messages.
4196
b50c8614
KS
41972014-04-14 Keith Seitz <keiths@redhat.com>
4198
4199 PR c++/16253
4200 * gdb.cp/var-tag.cc: New file.
4201 * gdb.cp/var-tag.exp: New file.
4202 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4203 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4204 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4205 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4206
3d567982
TT
42072014-04-14 Tom Tromey <tromey@redhat.com>
4208
4209 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4210 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4211 type.
4212 * gdb.cp/enum-class.exp: New file.
4213 * gdb.cp/enum-class.cc: New file.
4214
0626fc76
TT
42152014-04-14 Tom Tromey <tromey@redhat.com>
4216
4217 * gdb.dwarf2/enum-type.exp: New file.
4218
dca325b3
SA
42192014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4220
4221 * gdb.mi/mi-vla-c99.exp: New file.
4222 * gdb.mi/vla.c: New file.
4223
5854b38a
SA
42242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4225
4226 * gdb.base/vla-datatypes.c: New file.
4227 * gdb.base/vla-datatypes.exp: New file.
4228
463bb957
SA
42292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4230
4231 * gdb.base/vla-ptr.c: New file.
4232 * gdb.base/vla-ptr.exp: New file.
4233
3dd170be
SA
42342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4235
4236 * gdb.dwarf2/count.exp: New file.
4237
5ecaaa66
SA
42382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4239
4240 * gdb.base/vla-sideeffect.c: New file.
4241 * gdb.base/vla-sideeffect.exp: New file.
4242
41f1ada5
DB
42432014-04-14 David Blaikie <dblaikie@gmail.com>
4244
4245 * gdb.mi/non-stop.c: Add return value for non-void function return
4246 statement.
4247 * gdb.threads/staticthreads.c: Ditto.
4248
0be03e84
DE
42492014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4250 Doug Evans <xdje42@gmail.com>
4251
4252 * gdb.guile/scm-value.c: Improve test case.
4253 * gdb.guile/scm-value.exp: Add new test.
4254
f180a1fb
DB
42552014-04-11 David Blaikie <dblaikie@gmail.com>
4256
4257 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4258 override Clang's default.
4259
6b662e19
JB
42602014-04-11 Joel Brobecker <brobecker@adacore.com>
4261
4262 Revert the following changes (regressions):
4263
4264 * gdb.base/vla-sideeffect.c: New file.
4265 * gdb.base/vla-sideeffect.exp: New file.
4266
4267 * gdb.dwarf2/count.exp: New file.
4268
4269 * gdb.base/vla-multi.c: New file.
4270 * gdb.base/vla-multi.exp: New file.
4271
4272 * gdb.base/vla-ptr.c: New file.
4273 * gdb.base/vla-ptr.exp: New file.
4274
4275 * gdb.base/vla-datatypes.c: New file.
4276 * gdb.base/vla-datatypes.exp: New file.
4277
4278 * gdb.mi/mi-vla-c99.exp: New file.
4279 * gdb.mi/vla.c: New file.
4280
245a5f0b
KS
42812014-04-11 Keith Seitz <keiths@redhat.com>
4282
4283 PR c++/16675
4284 * gdb.cp/cpsizeof.exp: New file.
4285 * gdb.cp/cpsizeof.cc: New file.
4286
58a84dcf
SA
42872014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4288
191a8a90
JB
4289 * gdb.mi/mi-vla-c99.exp: New file.
4290 * gdb.mi/vla.c: New file.
58a84dcf 4291
c8655f75
SA
42922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4293
4294 * gdb.base/vla-datatypes.c: New file.
4295 * gdb.base/vla-datatypes.exp: New file.
4296
024e13b4
SA
42972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4298
4299 * gdb.base/vla-ptr.c: New file.
4300 * gdb.base/vla-ptr.exp: New file.
4301
1a237e0e
SA
43022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4303
4304 * gdb.base/vla-multi.c: New file.
4305 * gdb.base/vla-multi.exp: New file.
4306
504f3432
SA
43072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4308
4309 * gdb.dwarf2/count.exp: New file.
4310
3bce8237
SA
43112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4312
191a8a90
JB
4313 * gdb.base/vla-sideeffect.c: New file.
4314 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4315
322f9c21
YQ
43162014-04-11 Yao Qi <yao@codesourcery.com>
4317
4318 * gdb.base/completion.exp: Check file exists before running tests
4319 on file completion.
4320
d708bcd1
PA
43212014-04-10 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/cond-eval-mode.c: New file.
4324 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4325 prepare_for_testing to build the new file. Check result of
4326 runto_main.
4327 (test_break, test_watch): New procedures.
4328 (top level): Use them.
4329
ae1d2761
PM
43302014-04-08 Pierre Muller <muller@sourceware.org>
4331
4332 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4333 Ctrl-V use for mingw hosts.
4334
7af389b8
SC
43352014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4336
4337 * gdb.python/py-value.c: Improve test case.
4338 * gdb.python/py-value.exp: Add new test.
4339
5e703181
DE
43402014-04-07 David Blaikie <dblaikie@gmail.com>
4341
4342 * lib/compiler.c: Identify the clang compiler.
4343 * lib/compiler.cc: Ditto.
4344
9810b410
YQ
43452014-04-03 Yao Qi <yao@codesourcery.com>
4346
4347 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4348
98d1b8dc
AB
43492014-04-01 Anton Blanchard <anton@samba.org>
4350
4351 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4352 messages unique.
4353
3114cea1
AB
43542014-04-01 Anton Blanchard <anton@samba.org>
4355
4356 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4357 prepare_for_testing.
4358
62f7182c
AB
43592014-04-01 Anton Blanchard <anton@samba.org>
4360
4361 * gdb.arch/ppc64-atomic-inst.c: Remove.
4362 * gdb.arch/ppc64-atomic-inst.S: New file.
4363 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4364
770e7fc7
DE
43652014-03-31 Doug Evans <dje@google.com>
4366
4367 * gdb.base/print-symbol-loading-lib.c: New file.
4368 * gdb.base/print-symbol-loading-main.c: New file.
4369 * gdb.base/print-symbol-loading.exp: New file.
4370
46e2bafa
YQ
43712014-03-31 Yao Qi <yao@codesourcery.com>
4372
4373 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4374
8776cfe9
JB
43752014-03-28 Joel Brobecker <brobecker@adacore.com>
4376
4377 * gdb.ada/mi_dyn_arr: New testcase.
4378
5d1ef361
DE
43792014-03-27 Doug Evans <dje@google.com>
4380
4381 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4382
b5bee914
YQ
43832014-03-27 Yao Qi <yao@codesourcery.com>
4384
4385 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4386 if target is nios2-*-*.
4387
0d4d0e77
YQ
43882014-03-26 Yao Qi <yao@codesourcery.com>
4389
4390 * lib/gdb.exp (readline_is_used): New proc.
4391 * gdb.base/completion.exp: Move tests on command complete up.
4392 Skip the rest of tests if readline is not used.
4393 * gdb.ada/complete.exp: Skp the test if readline is not
4394 used.
4395 * gdb.base/filesym.exp: Likewise.
4396 * gdb.base/macscp.exp: Likewise.
4397 * gdb.base/readline-ask.exp: Likewise.
4398 * gdb.base/readline.exp: Likewise.
4399 * gdb.python/py-cmd.exp: Likewise.
4400 * gdb.trace/tfile.exp: Likewise.
4401
29361eee
YQ
44022014-03-26 Yao Qi <yao@codesourcery.com>
4403
4404 * gdb.base/macscp.exp: Fix code format issues.
4405
bc9a5525
UW
44062014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4407
4408 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4409 * gdb.asm/powerpc64le.inc: New file.
4410
d3839ede
PA
44112014-03-25 Pedro Alves <palves@redhat.com>
4412 Doug Evans <dje@google.com>
4413
4414 * gdb.base/source-execution.c: New file.
4415 * gdb.base/source-execution.exp: New file.
4416 * gdb.base/source-execution.gdb: New file.
4417
01672a57
DE
44182014-03-24 Doug Evans <dje@google.com>
4419
4420 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4421 using fission.
4422
88bbeca9
HZ
44232014-03-24 Hui Zhu <hui@codesourcery.com>
4424 Pedro Alves <palves@redhat.com>
4425
4426 PR breakpoints/16101
4427 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4428 test pass/fail messages. Detect missing support for dprintf when
4429 breakpoints are actually inserted.
4430 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4431 breakpoints are actually inserted.
4432 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4433 fails.
4434
d2348791
JK
44352014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4436
4437 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4438
feef67ab
DE
44392014-03-22 Doug Evans <xdje42@gmail.com>
4440
4441 * gdb.python/python.exp (python not supported): Verify multi-line
4442 python command issues an error.
25d743f9 4443 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4444 guile command issues an error.
feef67ab 4445
ecebef6a
MR
44462014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4447
4448 * gdb.threads/thread-specific.exp: Handle the lack of usable
4449 $this_breakpoint and $this_thread.
4450
ccdd1909
HZ
44512014-03-21 Hui Zhu <hui@codesourcery.com>
4452
4453 * gdb.base/attach.exp (do_command_attach_tests): New.
4454
beb460e8
PA
44552014-03-20 Tom Tromey <tromey@redhat.com>
4456 Pedro Alves <palves@redhat.com>
4457
4458 PR cli/15718
4459 * gdb.base/condbreak-call-false.c: New file.
4460 * gdb.base/condbreak-call-false.exp: New file.
4461
40acf43a
PA
44622014-03-20 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4465 Delete.
4466 (block_signals, unblock_signals): Delete.
4467 (child_function_2, main): Remove references to deleted variable
4468 and functions.
4469
9f5e1e02
PA
44702014-03-20 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4473 Use pthread_kill to signal thread 2.
4474 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4475 Adjust to make the test send itself a signal rather than using the
4476 host's "kill" command.
4477
99619bea
PA
44782014-03-20 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.threads/multiple-step-overs.c: New file.
4481 * gdb.threads/multiple-step-overs.exp: New file.
4482 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4483 Adjust expected infrun debug output.
4484
2adfaa28
PA
44852014-03-20 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4488 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4489
31e77af2
PA
44902014-03-20 Pedro Alves <palves@redhat.com>
4491
4492 PR breakpoints/7143
4493 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4494 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4495 of gdb_test_multiple.
4496 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4497 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4498
b9f437de
PA
44992014-03-20 Pedro Alves <palves@redhat.com>
4500
4501 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4502 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4503
05adc73e
PA
45042014-03-19 Pedro Alves <palves@redhat.com>
4505
4506 * gdb.base/async.exp: Remove early return.
4507
6048b950
PA
45082014-03-19 Pedro Alves <palves@redhat.com>
4509
4510 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4511
8bcfb00a
PA
45122014-03-19 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.base/async.exp (test_background): Expect \r\n after
4515 "completed." in the fail pattern.
4516
884e37dc
PA
45172014-03-19 Pedro Alves <palves@redhat.com>
4518
4519 * gdb.base/async.exp (test_background): New procedure.
4520 Use it for all background execution command tests.
4521
148e57e2
PA
45222014-03-19 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/async.exp: Use prepare_for_testing.
4525
f48088c7
PA
45262014-03-19 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4529 the same line.
4530
e2f6c966
PA
45312014-03-19 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.base/async.c (main): Add "jump here" and "until here" line
4534 marker comments.
4535 * gdb.base/async.exp (jump_here): New global.
4536 (jump& test): Use it.
4537 (until_here): New global.
4538 (until& test): Use it.
4539
c30568d4
PA
45402014-03-19 Pedro Alves <palves@redhat.com>
4541
4542 * gdb.base/async.exp: Don't frob gdb_protocol.
4543
0172b6a7
DE
45442014-03-18 Doug Evans <xdje42@gmail.com>
4545
4546 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4547 Fix spelling of exec-done-display.
4548
06c868a8
JK
45492014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4550
4551 PR gdb/15358
4552 * gdb.base/gdb-sigterm.c: New file.
4553 * gdb.base/gdb-sigterm.exp: New file.
4554
0c7e1a46
PA
45552014-03-18 Pedro Alves <palves@redhat.com>
4556
4557 PR gdb/13860
4558 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4559 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4560 solib-event.
4561
f7c77d93
JB
45622014-03-17 Joel Brobecker <brobecker@adacore.com>
4563
4564 * gdb.ada/pckd_arr_ren: New testcase.
4565
5a1e8c7a
DE
45662014-03-13 Doug Evans <xdje42@gmail.com>
4567
4568 PR guile/16612
4569 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4570 collect after discarding symbols.
4571
350e1a76
DE
45722014-03-13 Ludovic Courtès <ludo@gnu.org>
4573 Doug Evans <xdje42@gmail.com>
4574
4575 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4576 to history survives a gc.
4577
a69900ae
PA
45782014-03-13 Pedro Alves <palves@redhat.com>
4579
4580 * gdb.base/default.exp: Don't test "target procfs".
4581
5db9f0bd
PA
45822014-03-13 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/default.exp: Update "target child" and "target procfs"
4585 tests to not expect "Unix".
4586
b3ccfe11
TT
45872014-03-12 Tom Tromey <tromey@redhat.com>
4588
4589 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4590 New procs. Add target-async tests.
4591 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4592 Add target-async tests.
4593
646f4417
AA
45942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4595
4596 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4597 'func_start' and 'func_end' for the beginning and end of the
4598 function code, respectively.
4599 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4600 'func_end' instead of 'func' and 'main'.
4601
288c211f
AA
46022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4603
4604 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4605 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4606 generate the debug info assembler source.
4607
e0c0f156
AA
46082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4609
4610 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4611 * gdb.dwarf2/arr-subrange.exp: Likewise.
4612 * gdb.dwarf2/dwz.exp: Likewise.
4613 * gdb.dwarf2/method-ptr.exp: Likewise.
4614 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4615 * gdb.dwarf2/subrange.exp: Likewise.
4616 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4617 * gdb.dwarf2/implptrpiece.exp: Likewise.
4618 * gdb.dwarf2/nostaticblock.exp: Likewise.
4619
0e5c4555
AA
46202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4621
4622 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4623 directory to absolute path name arguments.
4624
5ec18f2b
JG
46252014-03-10 Joel Brobecker <brobecker@adacore.com>
4626
4627 * gdb.ada/tagged_access: New testcase.
4628
847fc4f2
MM
46292014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4630
4631 * gdb.btrace/data.exp: Update expected output.
4632
cc3da688
YQ
46332014-03-06 Yao Qi <yao@codesourcery.com>
4634
4635 * gdb.trace/pr16508.exp: New file.
4636
0f26cec1
PA
46372014-03-05 Pedro Alves <palves@redhat.com>
4638
4639 PR gdb/16575
4640 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4641 procedure.
4642 (top level): Adjust to use it. Add tests that exercise breakpoint
4643 interaction with the code-cache.
4644
7a5a839f
LC
46452014-02-26 Ludovic Courtès <ludo@gnu.org>
4646
4647 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4648 test for 'history-append!'.
4649
31aa7e4e
JB
46502014-02-26 Joel Brobecker <brobecker@adacore.com>
4651
4652 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4653 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4654 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4655 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4656 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4657 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4658
1b588015
JB
46592014-02-26 Joel Brobecker <brobecker@adacore.com>
4660
4661 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4662 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4663 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4664
55426c9d
JB
46652014-02-26 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4668
dc53a7ad
JB
46692014-02-26 Joel Brobecker <brobecker@adacore.com>
4670
4671 * gdb.dwarf2/arr-stride.c: New file.
4672 * gdb.dwarf2/arr-stride.exp: New file.
4673
12ab52e9
PA
46742014-02-26 Pedro Alves <palves@redhat.com>
4675
4676 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4677 that won't ever trigger. Make sure that GDB reports the correct
4678 breakpoint that caused the stop.
4679
849c862e
JK
46802014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4681
4682 PR gdb/16626
4683 * gdb.base/auto-load-script: New file.
4684 * gdb.base/auto-load.c: New file.
4685 * gdb.base/auto-load.exp: New file.
4686
71b7d793
JK
4687 PR gdb/16626
4688 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4689
e2f0d509
JK
46902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4691
4692 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4693 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4694
50cc37c8
DE
46952014-02-24 Doug Evans <dje@google.com>
4696
4697 * lib/gdb.exp (run_on_host): Log error output if program fails.
4698
ea4758f2
PA
46992014-02-21 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.threads/step-after-sr-lock.c: Rename to ...
4702 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4703 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4704 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4705 ... this.
4706
d7b30f67
SDJ
47072014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4708
4709 PR tdep/16397
4710 * gdb.arch/amd64-stap-special-operands.exp: New file.
4711 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4712 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4713 * gdb.arch/amd64-stap-triplet.S: Likewise.
4714 * gdb.arch/amd64-stap-triplet.c: Likewise.
4715
83deb43f
JB
47162014-02-20 Joel Brobecker <brobecker@adacore.com>
4717
4718 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4719 in .section pseudo-op.
4720
adde2bff
DE
47212014-02-20 lin zuojian <manjian2006@gmail.com>
4722 Joel Brobecker <brobecker@adacore.com>
4723 Doug Evans <xdje42@gmail.com>
4724
4725 PR symtab/16581
4726 * gdb.dwarf2/dw2-icycle.S: New file.
4727 * gdb.dwarf2/dw2-icycle.c: New file.
4728 * gdb.dwarf2/dw2-icycle.exp: New file.
4729
f7bd0f78
SC
47302014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4731
4732 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4733 operations on gdb.Value objects.
4734 * gdb.python/py-value-cc.exp: Add new test to test operations on
4735 gdb.Value objects.
4736
c17ef0d5
DE
47372014-02-18 Doug Evans <dje@google.com>
4738
4739 * Makefile.in (TESTS): New variable.
4740 (expanded_tests, expanded_tests_or_none): New variables
4741 (check-single): Pass $(expanded_tests_or_none) to runtest.
4742 (check-parallel): Only run tests in $(TESTS) if non-empty.
4743 (check/no-matching-tests-found): New rule.
4744 * README: Document TESTS makefile variable.
4745
5dd3176f
DE
47462014-02-18 Doug Evans <dje@google.com>
4747
4748 * Makefile.in (check-parallel): rm -rf outputs temp.
4749
0b10be4f
JK
47502014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4751
4752 Fix "ERROR: no fileid for" in the testsuite.
4753 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4754
85f224e7
DE
47552014-02-12 Doug Evans <dje@google.com>
4756
4757 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4758 (MISCELLANEOUS): New variable.
4759 (clean): rm -rf $(MISCELLANEOUS).
4760 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4761 dwp live in the same directory as symlinks, with each symlink pointed
4762 to a differently named file in a different directory.
4763
149b30ff
DE
47642014-02-11 Doug Evans <dje@google.com>
4765
4766 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4767 of Tcl file commands.
4768
1dfdac32
MK
47692014-02-10 Mark Kettenis <kettenis@gnu.org>
4770
4771 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4772 "kill -SIGUSR1 -1".
4773
aa4fb036
JB
47742014-02-10 Joel Brobecker <brobecker@adacore.com>
4775
4776 * gdb.ada/tick_length_array_enum_idx: New testcase.
4777
ed3ef339
DE
47782014-02-10 Doug Evans <xdje42@gmail.com>
4779
4780 * configure.ac (AC_OUTPUT): Add gdb.guile.
4781 * configure: Regenerate.
4782 * lib/gdb-guile.exp: New file.
4783 * lib/gdb.exp (get_target_charset): New function.
4784 * gdb.base/help.exp: Update expected output from "apropos apropos".
4785 * gdb.guile/Makefile.in: New file.
4786 * gdb.guile/guile.exp: New file.
4787 * gdb.guile/scm-arch.c: New file.
4788 * gdb.guile/scm-arch.exp: New file.
4789 * gdb.guile/scm-block.c: New file.
4790 * gdb.guile/scm-block.exp: New file.
4791 * gdb.guile/scm-breakpoint.c: New file.
4792 * gdb.guile/scm-breakpoint.exp: New file.
4793 * gdb.guile/scm-disasm.c: New file.
4794 * gdb.guile/scm-disasm.exp: New file.
4795 * gdb.guile/scm-equal.c: New file.
4796 * gdb.guile/scm-equal.exp: New file.
4797 * gdb.guile/scm-error.exp: New file.
4798 * gdb.guile/scm-error.scm: New file.
4799 * gdb.guile/scm-frame-args.c: New file.
4800 * gdb.guile/scm-frame-args.exp: New file.
4801 * gdb.guile/scm-frame-args.scm: New file.
4802 * gdb.guile/scm-frame-inline.c: New file.
4803 * gdb.guile/scm-frame-inline.exp: New file.
4804 * gdb.guile/scm-frame.c: New file.
4805 * gdb.guile/scm-frame.exp: New file.
4806 * gdb.guile/scm-generics.exp: New file.
4807 * gdb.guile/scm-gsmob.exp: New file.
4808 * gdb.guile/scm-iterator.c: New file.
4809 * gdb.guile/scm-iterator.exp: New file.
4810 * gdb.guile/scm-math.c: New file.
4811 * gdb.guile/scm-math.exp: New file.
4812 * gdb.guile/scm-objfile-script-gdb.in: New file.
4813 * gdb.guile/scm-objfile-script.c: New file.
4814 * gdb.guile/scm-objfile-script.exp: New file.
4815 * gdb.guile/scm-objfile.c: New file.
4816 * gdb.guile/scm-objfile.exp: New file.
4817 * gdb.guile/scm-ports.exp: New file.
4818 * gdb.guile/scm-pretty-print.c: New file.
4819 * gdb.guile/scm-pretty-print.exp: New file.
4820 * gdb.guile/scm-pretty-print.scm: New file.
4821 * gdb.guile/scm-section-script.c: New file.
4822 * gdb.guile/scm-section-script.exp: New file.
4823 * gdb.guile/scm-section-script.scm: New file.
4824 * gdb.guile/scm-symbol.c: New file.
4825 * gdb.guile/scm-symbol.exp: New file.
4826 * gdb.guile/scm-symtab-2.c: New file.
4827 * gdb.guile/scm-symtab.c: New file.
4828 * gdb.guile/scm-symtab.exp: New file.
4829 * gdb.guile/scm-type.c: New file.
4830 * gdb.guile/scm-type.exp: New file.
4831 * gdb.guile/scm-value-cc.cc: New file.
4832 * gdb.guile/scm-value-cc.exp: New file.
4833 * gdb.guile/scm-value.c: New file.
4834 * gdb.guile/scm-value.exp: New file.
4835 * gdb.guile/source2.scm: New file.
4836 * gdb.guile/types-module.cc: New file.
4837 * gdb.guile/types-module.exp: New file.
4838
7026a7c1
YQ
48392014-02-10 Yao Qi <yao@codesourcery.com>
4840
4841 PR testsuite/16543
4842 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4843 * configure: Regenerated.
4844 * Makefile.in: New file.
4845
6c466447
AS
48462014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4847
4848 * gdb.python/py-framefilter.exp: Fix typo.
4849
6e854735
YQ
48502014-02-08 Yao Qi <yao@codesourcery.com>
4851
4852 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4853 that no =breakpoint-modified is emitted when breakpoints are
4854 modified through MI commands.
4855
d137e6dc
PA
48562014-02-07 Pedro Alves <pedro@codesourcery.com>
4857 Pedro Alves <palves@redhat.com>
4858
4859 * gdb.threads/step-after-sr-lock.c: New file.
4860 * gdb.threads/step-after-sr-lock.exp: New file.
4861
b5ee5a50
PA
48622014-02-07 Pedro Alves <palves@redhat.com>
4863
4864 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4865
3c77faf3
JK
48662014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4869 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4870
6dddc817
DE
48712014-02-06 Doug Evans <xdje42@gmail.com>
4872
4873 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4874 output.
4875
4876 * gdb.gdb/python-interrupts.exp: New file.
4877
de7b2893
YQ
48782014-02-05 Yao Qi <yao@codesourcery.com>
4879
4880 * gdb.trace/report.exp (use_collected_data): Test the output
4881 of "info threads" and "info inferiors".
4882
66d032ac
YQ
48832014-02-05 Yao Qi <yao@codesourcery.com>
4884
4885 Revert this patch:
4886
4887 2013-05-24 Yao Qi <yao@codesourcery.com>
4888
4889 * gdb.trace/tfile.exp: Test inferior and thread.
4890
591a12a1
UW
48912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4892
4893 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4894 on a function.
4895 * gdb.base/step-bt.c: Call hello via function pointer to make
4896 sure its first instruction is executed on powerpc64le-linux.
4897
0ff3e01f
UW
48982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4899
4900 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4901
084ee545
UW
49022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4903
4904 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4905 of the test patterns for use on little-endian systems.
4906
6ed14ff3
UW
49072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4908
4909 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4910 (decimal_vector): Fix for little-endian.
4911
401e27fd
JM
49122014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4913
4914 * gdb.arch/sparc-sysstep.exp: New file.
4915 * gdb.arch/sparc-sysstep.c: Likewise.
4916
4917 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4918
8b924729
EBM
49192014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4920
4921 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4922
fb151210
JB
49232014-01-23 Tom Tromey <tromey@redhat.com>
4924
4925 * gdb.ada/array_char_idx: New testcase.
4926
0740f8d8
TT
49272014-01-23 Tom Tromey <tromey@redhat.com>
4928
4929 PR python/16487:
4930 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4931 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4932 classes.
4933
21909fa1
TT
49342014-01-23 Tom Tromey <tromey@redhat.com>
4935
4936 PR python/16491:
4937 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4938 string from an inferior frame.
4939 * gdb.python/py-framefilter-mi.exp: Update.
4940
87ce2a04
DE
49412014-01-22 Doug Evans <dje@google.com>
4942
4943 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4944
237b092b
AA
49452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4946
4947 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4948
d674a709
AA
49492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4950
4951 * gdb.trace/entry-values.exp: Remove excess space character from
4952 regex patterns. Handle s390 call instruction.
4953
20fa3390
AA
49542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4955
4956 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4957 define "*_start" label. Make "name" static.
4958 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4959 ${name} by references to ${name}_start.
4960
78466714
AA
49612014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4962
4963 * gdb.base/info-macros.exp: Remove "debug" from the compile
4964 options.
4965
ec9f644a
IB
49662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4967
4968 * gdb.dlang/demangle.exp: New file.
4969
94b1b47e
IB
49702014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4971
4972 * gdb.dlang/primitive-types.exp: New file.
4973
7f420862
IB
49742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4975
4976 * configure.ac: Create gdb.dlang/Makefile.
4977 * configure: Regenerate.
4978 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4979 * gdb.dlang/Makefile.in: New file.
4980 * lib/d-support.exp: New file.
4981 * lib/gdb.exp (skip_d_tests): New proc.
4982
52834460
MM
49832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4984
4985 * gdb.btrace/delta.exp: Check reverse stepi.
4986 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4987 * gdb.btrace/finish.exp: New.
4988 * gdb.btrace/next.exp: New.
4989 * gdb.btrace/nexti.exp: New.
4990 * gdb.btrace/record_goto.c: Add comments.
4991 * gdb.btrace/step.exp: New.
4992 * gdb.btrace/stepi.exp: New.
4993 * gdb.btrace/multi-thread-step.c: New.
4994 * gdb.btrace/multi-thread-step.exp: New.
4995 * gdb.btrace/rn-dl-bind.c: New.
4996 * gdb.btrace/rn-dl-bind.exp: New.
4997 * gdb.btrace/data.c: New.
4998 * gdb.btrace/data.exp: New.
4999 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5000
6e07b1d2
MM
50012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5002
5003 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5004 * gdb.btrace/exception.exp: Update.
5005 * gdb.btrace/instruction_history.exp: Update.
5006 * gdb.btrace/record_goto.exp: Update.
5007 * gdb.btrace/tailcall.exp: Update.
5008 * gdb.btrace/unknown_functions.exp: Update.
5009 * gdb.btrace/delta.exp: New.
5010
0b722aec
MM
50112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5012
5013 * gdb.btrace/record_goto.exp: Add backtrace test.
5014 * gdb.btrace/tailcall.exp: Add backtrace test.
5015
066ce621
MM
50162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5017
5018 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5019 * gdb.btrace/record_goto.c: New.
5020 * gdb.btrace/record_goto.exp: New.
5021 * gdb.btrace/x86-record_goto.S: New.
5022
0688d04e
MM
50232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5024
5025 * gdb.btrace/function_call_history.exp: Update tests.
5026 * gdb.btrace/instruction_history.exp: Update tests.
5027
8710b709
MM
50282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5029
5030 * gdb.btrace/function_call_history.exp: Fix expected field
5031 order for "record function-call-history".
5032 Add new tests for "record function-call-history /c".
5033 * gdb.btrace/exception.cc: New.
5034 * gdb.btrace/exception.exp: New.
5035 * gdb.btrace/tailcall.exp: New.
5036 * gdb.btrace/x86-tailcall.S: New.
5037 * gdb.btrace/x86-tailcall.c: New.
5038 * gdb.btrace/unknown_functions.c: New.
5039 * gdb.btrace/unknown_functions.exp: New.
5040 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5041
5de9129b
MM
50422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5043
5044 * gdb.btrace/instruction_history.exp: Update.
5045 * gdb.btrace/function_call_history.exp: Update.
5046
23a7fe75
MM
50472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5048
5049 * gdb.btrace/function_call_history.exp: Fix expected function
5050 trace.
5051 * gdb.btrace/instruction_history.exp: Initialize traced.
5052 Remove traced_functions.
5053
724c7dd8
MM
50542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5055
5056 * gdb.btrace/function_call_history.exp: Update
5057 * gdb.btrace/instruction_history.exp: Update.
5058
6d78d93b
MM
50592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5060
5061 * gdb.btrace/enable.exp: Update expected text.
5062
93a360cc
OJ
50632014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5064
5065 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5066 bytes.
5067
3772b53f
MR
50682014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5069
5070 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5071
596662fa
OJ
50722014-01-15 Omair Javaid <omair.javaid@linaro.org>
5073
5074 * lib/gdb.exp (supports_process_record): Return true for
5075 arm*-linux*. (supports_reverse): Likewise.
5076
b5b08fb4
SC
50772014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5078
5079 PR python/15464
5080 PR python/16113
5081 * gdb.python/py-type.c: Enhance test case.
5082 * gdb.python/py-value-cc.cc: Likewise
5083 * gdb.python/py-type.exp: Add new tests.
5084 * gdb.python/py-value-cc.exp: Likewise
5085
52d7fb13
AA
50862014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5087 Pedro Alves <palves@redhat.com>
5088
5089 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5090 Make "name" extern.
5091 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5092 references to ${name}_start by references to ${name}.
5093
a2cd8cfe
JB
50942014-01-10 Joel Brobecker <brobecker@adacore.com>
5095
5096 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5097
4e23fced
JB
50982014-01-10 Joel Brobecker <brobecker@adacore.com>
5099
5100 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5101
c6a9e42c
PA
51022014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5103 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.mi/mi-info-os.exp: Connect to the target with
5106 mi_gdb_target_load.
5107
b7ea362b
PA
51082014-01-08 Pedro Alves <palves@redhat.com>
5109
5110 * gdb.threads/reconnect-signal.c: New file.
5111 * gdb.threads/reconnect-signal.exp: New file.
5112
5e3f4fab
EBM
51132014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5114
5115 * gdb.base/source-dir.exp: New file.
5116
79301218
JB
51172014-01-07 Joel Brobecker <brobecker@adacore.com>
5118
5119 * gdb.ada/mi_interface: New testcase.
5120
8e355c5d
JB
51212014-01-07 Joel Brobecker <brobecker@adacore.com>
5122
5123 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5124 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5125 gdb.ada/pp-rec-component/pck.ads: New files.
5126
c0d48811
JB
51272014-01-07 Joel Brobecker <brobecker@adacore.com>
5128
5129 * gdb.python/py-pp-integral.c: New file.
5130 * gdb.python/py-pp-integral.py: New file.
5131 * gdb.python/py-pp-integral.exp: New file.
5132
17b609c3 5133For older changes see ChangeLog-1993-2013.
c906108c 5134\f
8d8cb839
EZ
5135;; Local Variables:
5136;; mode: change-log
5137;; left-margin: 8
5138;; fill-column: 74
5139;; version-control: never
5140;; End:
902f2ccb 5141
32d0add0 5142 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5143 Copying and distribution of this file, with or without modification,
5144 are permitted provided the copyright notice and this notice are preserved.
This page took 3.924872 seconds and 4 git commands to generate.