]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Initialize last_resume_kind for remote fork child
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b2e2f908
DE
12015-05-27 Doug Evans <dje@google.com>
2
3 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4 * gdb.dwarf2/opaque-type-lookup.c: New file.
5 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6
82c7be31
DE
72015-05-26 Doug Evans <dje@google.com>
8
9 * gdb.cp/iostream.cc: New file.
10 * gdb.cp/iostream.exp: New file.
11
b4f54984
DE
122015-05-26 Doug Evans <dje@google.com>
13
14 * gdb.dwarf2/dw2-op-call.exp: Update.
15 * gdb.dwarf2/dw4-sig-types.exp: Update.
16 * gdb.dwarf2/implptr.exp: Update.
17 * gdb.mi/mi-cmd-param-changed.exp: Update.
18
4ea6efe9
DE
192015-05-26 Doug Evans <dje@google.com>
20
21 * gdb.python/py-lazy-string.c: New file.
22 * gdb.python/py-lazy-string.exp: New file.
23 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
24 (main): Update. Add estring3.
25 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
26 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
27
f6bb7db3
YQ
282015-05-26 Omair Javaid <omair.javaid@linaro.org>
29 Yao Qi <yao.qi@linaro.org>
30
31 * gdb.reverse/aarch64.c: New.
32 * gdb.reverse/aarch64.exp: New.
33
a81bfbd0
OJ
342015-05-26 Omair Javaid <omair.javaid@linaro.org>
35
36 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
37 (supports_reverse): Likewise.
38
158bf1b4
PP
392015-05-22 Patrick Palka <patrick@parcs.ath.cx>
40
41 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
42 Use with_test_prefix.
43
a0145030
AB
442015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.base/completion.exp: Add test for completion of layout
47 names.
48
ebe3b578
AB
492015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * lib/gdb.exp (skip_tui_tests): New proc.
52 * gdb.base/tui-layout.exp: Check skip_tui_tests.
53
84204ed7
PA
542015-05-19 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
57 Save the whole env array instead of just HOME. Unset HISTSIZE in
58 the environment while testing. Restore whole environment
59 afterwards.
60
37442ce1
DE
612015-05-16 Doug Evans <xdje42@gmail.com>
62
63 * gdb.guile/scm-ports.c: New file.
64 * gdb.guile/scm-ports.exp: Add memory port tests.
65
36de76f9
JK
662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
67
68 * gdb.compile/compile-print.c: New file.
69 * gdb.compile/compile-print.exp: New file.
70
3a9558c4
JK
712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * gdb.compile/compile-ops.exp: Cast param to void.
74 * gdb.compile/compile.exp: Complete type for _gdb_expr.
75 (compile code struct_object.selffield = &struct_object): Add xfail.
76
aa715135
JG
772015-05-15 Joel Brobecker <brobecker@adacore.com>
78
79 * gdb.ada/arr_enum_with_gap: New testcase.
80
931e5bc3
JG
812015-05-15 Joel Brobecker <brobecker@adacore.com>
82
83 * gdb.ada/byte_packed_arr: New testcase.
84
9cd4d857
JB
852015-05-15 Joel Brobecker <brobecker@adacore.com>
86
87 * gdb.ada/pckd_neg: New testcase.
88
ebfd00d2
PP
892015-05-13 Patrick Palka <patrick@parcs.ath.cx>
90
91 PR gdb/17820
92 * gdb.base/gdbinit-history.exp: New test.
93 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
94 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
95
4c082a81
SC
962015-05-09 Siva Chandra Reddy <sivachandra@google.com>
97
98 * gdb.python/py-xmethods.cc: Enhance test case.
99 * gdb.python/py-xmethods.exp: New tests.
100 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
101 function.
102 (B_indexoper): Likewise.
103 (global_dm_list) : Add new xmethod worker functions.
104
f7797074
SDJ
1052015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
106
107 * gdb.base/coredump-filter.exp: Correctly unset
108 "coredump_var_addr" array.
109
a4674e4e
PA
1102015-05-08 Pedro Alves <palves@redhat.com>
111
112 * gdb.server/non-existing-program.exp: Unset spawn_id.
113
df2eb078
SC
1142015-05-08 Siva Chandra Reddy <sivachandra@google.com>
115
116 PR python/18291
117 * gdb.python/py-xmethods.exp: Add tests.
118
422349a3
YQ
1192015-05-08 Yao Qi <yao.qi@linaro.org>
120
121 PR gdb/18208
122 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
123 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
124 function set_coredump_filter, and remove remote_exec call.
125 Remove argument ipid. Callers update.
126 (top level): Don't get inferior's PID.
127
63fc80ce
AA
1282015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
129
130 * gdb.base/watch_thread_num.exp: Skip test on targets without
131 access watchpoints.
132
80ad801e
PA
1332015-05-06 Pedro Alves <palves@redhat.com>
134
135 PR server/18081
136 * gdb.server/non-existing-program.exp: New file.
137
0fa7fe50
JB
1382015-05-05 Joel Brobecker <brobecker@adacore.com>
139
140 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
141
3ea89b92
PMR
1422015-05-05 Joel Brobecker <brobecker@adacore.com>
143
144 * gdb.ada/out_of_line_in_inlined: New testcase.
145
87b8eff0
JB
1462015-05-05 Joel Brobecker <brobecker@adacore.com>
147
148 * gdb.ada/var_rec_arr: New testcase.
149
5fccc635
YQ
1502015-04-30 Yao Qi <yao.qi@linaro.org>
151
152 * gdb.base/break-idempotent.exp: If
153 skip_hw_watchpoint_multi_tests returns true, skip the tests
154 on "rwatch" and "awatch".
155
42d38f42
YQ
1562015-04-30 Yao Qi <yao.qi@linaro.org>
157
158 * gdb.base/relativedebug.exp: Invoke gdb command
159 "info sharedlibrary", and if libc.so doesn't have debug info,
160 skip the test.
161
2ce1cdbf
DE
1622015-04-29 Doug Evans <dje@google.com>
163
164 * gdb.python/py-xmethods.exp: Add ptype tests.
165 * gdb.python/py-xmethods.py (E_method_char_worker): Add
166 get_result_type method.
167
f24a38c5
LM
1682015-04-29 Luis Machado <lgustavo@codesourcery.com>
169
170 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
171 the target does not support hardware watchpoints.
172
ecbf2b3c
LM
1732015-04-29 Luis Machado <lgustavo@codesourcery.com>
174
175 * gdb.base/break-always.exp: Abort testing if writing to memory
176 causes an error.
177
34f5f757
DE
1782015-04-28 Doug Evans <dje@google.com>
179
180 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
181 * gdb.python/py-pp-registration.exp: ... here. New file.
182 * gdb.python/py-pp-registration.c: New file.
183 * gdb.python/py-pp-registration.py: New file.
184
69b4374a
DE
1852015-04-28 Doug Evans <dje@google.com>
186
187 * gdb.python/py-bad-printers.c: New file.
188 * gdb.python/py-bad-printers.py: New file.
189 * gdb.python/py-bad-printers.exp: New file.
190
59fb7612
SS
1912015-04-28 Sasha Smundak <asmundak@google.com>
192
193 * gdb.python/py-type.exp: New test.
194
2631b16a
AW
1952015-04-28 Andy Wingo <wingo@igalia.com>
196
197 * gdb.python/py-parameter.exp:
198 * gdb.guile/scm-parameter.exp: Escape the path that we are
199 matching against, as it might contain characters that are special
200 to regular expressions.
201
460efde1
JB
2022015-04-27 Joel Brobecker <brobecker@adacore.com>
203
204 * gdb.ada/rec_comp: New testcase.
205
2d369d8e
SDJ
2062015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
207
208 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
209 before using it.
210
cf75d6c3
AB
2112015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
214 new tests for verilog output.
215
8dbe7ca5
YQ
2162015-04-24 Yao Qi <yao.qi@linaro.org>
217
218 * boards/remote-gdbserver-on-localhost.exp: New file.
219
4ef9fb2f
PA
2202015-04-23 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
223 $inferior_spawn_id instead of $inferior_spawn_id directly. On
224 "end of file", remove $inferior_spawn_id from the indirect list.
225
0a803169
PA
2262015-04-23 Pedro Alves <palves@redhat.com>
227
228 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
229
749ef8f8
PA
2302015-04-23 Pedro Alves <palves@redhat.com>
231
232 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
233 on $any_spawn_id instead of only on $gdb_spawn_id.
234
8aae4344
PM
2352015-04-21 Pierre Muller <muller@sourceware.org>
236
237 PR pascal/17815
238 * lib/pascal.exp (gpc_compile): Add new option "class".
239 (fpc_compile): Likewise.
240 * gdb.pascal/case-insensitive-symbols.pas: New file.
241 * gdb.pascal/case-insensitive-symbols.exp: New file.
242
1586c8fb
GB
2432015-04-20 Gary Benson <gbenson@redhat.com>
244
245 * gdb.base/attach.exp: Fix three extended remote failures.
246
1b6e6f5c
GB
2472015-04-17 Gary Benson <gbenson@redhat.com>
248
249 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
250 the main executable over the remote protocol.
251
e797481d
PA
2522015-04-16 Pedro Alves <palves@redhat.com>
253
254 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
255 a new gdbserver if gdbserver_reconnect_p is set.
256
1ca99c42
PA
2572015-04-16 Pedro Alves <palves@redhat.com>
258
259 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
260 is set, don't exit gdbserver.
261
af9fd6f8
AA
2622015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
263
264 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
265 appropriate .insn, such that an older assembler can be used.
266 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
267 the z/Architecture instruction set on 31-bit targets as well.
268
04ff1e61
AA
2692015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
270
271 * gdb.go/handcall.exp: Remove all logic related to the first
272 breakpoint and rely on go_runto_main instead.
273 * gdb.go/strings.exp: Likewise.
274 * gdb.go/unsafe.exp: Likewise.
275 * gdb.go/hello.exp: Likewise. Also rename the remaining
276 breakpoint marker to "breakpoint 1".
277 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
278 * gdb.go/strings.go: Likewise.
279 * gdb.go/unsafe.go: Likewise.
280 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
281 "set breakpoint 2 here" and rename the remaining breakpoint marker
282 to "breakpoint 1".
283
40d2f8d6
SM
2842015-04-15 Simon Marchi <simon.marchi@ericsson.com>
285
286 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
287 if itertools.imap is not present.
288 * gdb.python/py-objfile.exp: Add parentheses.
289 * gdb.python/py-type.exp: Same.
290 * gdb.python/py-unwind-maint.py: Same.
291
8cbc97c6
YQ
2922015-04-15 Yao Qi <yao.qi@linaro.org>
293
294 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
295 of ":$ptr_size" and set its form explicitly.
296
45fd756c
YQ
2972015-04-15 Pedro Alves <palves@redhat.com>
298 Yao Qi <yao.qi@linaro.org>
299
300 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
301 timeout by factor of 4.
302 (test_regular_watch): Likewise.
303 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
304 * gdb.reverse/sigall-reverse.exp: Likewise.
305 * gdb.reverse/until-precsave.exp: Likewise.
306 * lib/gdb.exp (with_timeout_factor): New proc.
307 (gdb_expect): Move some code to ...
308 (get_largest_timeout): ... here. New procedure.
309
9e811bc3
LM
3102015-04-14 Luis Machado <lgustavo@codesourcery.com>
311
312 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
313
0ff6fcb2
LM
3142015-04-13 Luis Machado <lgustavo@codesourcery.com>
315
316 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
317 to write to the .text section.
318
7578d5f7
LM
3192015-04-13 Luis Machado <lgustavo@codesourcery.com>
320
321 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
322 Handle the case of targets that do not provide PID information.
323
2efe15c4
YQ
3242015-04-13 Yao Qi <yao.qi@linaro.org>
325
326 * lib/gdbserver-support.exp (gdb_exit): Catch exception
327 and use expect instead of gdb_expect.
328
8cd8f2f8
SDJ
3292015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
330
331 * gdb.base/coredump-filter.exp: Rename variable "addr" to
332 "coredump_var_addr" to avoid naming conflict with other testcases.
333
9ee41772
PA
3342015-04-10 Pedro Alves <palves@redhat.com>
335
336 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
337 gdb_test_sequence and gdb_assert.
338
07473109
PA
3392015-04-10 Pedro Alves <palves@redhat.com>
340
341 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
342 test messages that don't include the breakpoint address.
343
de3db44c
YQ
3442015-04-10 Yao Qi <yao.qi@linaro.org>
345
346 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
347 false for some offset and width combinations which aren't
348 supported by linux kernel.
349
c79d856c
PA
3502015-04-10 Pedro Alves <palves@redhat.com>
351
352 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
353 procedure, factored out from ...
354 (top level): ... here. Add "set displaced-stepping" testing axis.
355 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
356 parameter "displaced". Use it.
357 (top level): Use foreach and add "set displaced-stepping" testing
358 axis.
359
ebc90b50
PA
3602015-04-10 Pedro Alves <palves@redhat.com>
361
362 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
363 Remove comment.
364 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
365 both the address of the instruction that triggers the watchpoint
366 and the address of the instruction immediately after, and use
367 those addresses for the test. Fix comment.
368
8f572e5c
PA
3692015-04-10 Pedro Alves <palves@redhat.com>
370
371 * gdb.base/sigstep.exp (breakpoint_to_handler)
372 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
373 Test "backtrace" in handler.
374 (breakpoint_over_handler): New parameter 'displaced'. Use it.
375 (top level): Add new "displaced" test axis to
376 breakpoint_to_handler, breakpoint_to_handler_entry and
377 breakpoint_over_handler.
378
8d707a12
PA
3792015-04-10 Pedro Alves <palves@redhat.com>
380
381 PR gdb/18216
382 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
383
ef713951
YQ
3842015-04-10 Yao Qi <yao.qi@linaro.org>
385
386 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
387 (test_add_rn_pc): New function.
388 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
389 (top level): Invoke test_add_rn_pc.
390
906d60cf
PA
3912015-04-10 Pedro Alves <palves@redhat.com>
392
393 PR gdb/13858
394 * gdb.base/step-over-no-symbols.exp: New file.
395
f2983cc3
AW
3962015-04-09 Andy Wingo <wingo@igalia.com>
397
398 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
399 after the Python tests.
400
6d62641c
SDJ
4012015-04-08 Keith Seitz <keiths@redhat.com>
402
403 PR python/16699
404 * gdb.python/py-completion.exp: New tests for completion.
405 * gdb.python/py-completion.py (CompleteLimit1): New class.
406 (CompleteLimit2): Likewise.
407 (CompleteLimit3): Likewise.
408 (CompleteLimit4): Likewise.
409 (CompleteLimit5): Likewise.
410 (CompleteLimit6): Likewise.
411 (CompleteLimit7): Likewise.
412
f3770638
PA
4132015-04-08 Pedro Alves <palves@redhat.com>
414
415 PR gdb/18214
416 PR gdb/18216
417 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
418 function.
419 (main): Install it as SIGUSR1 handler.
420 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
421 parameter. Always use "setup" as prefix. Toggle "set
422 displaced-stepping" off/on depending on global. Don't switch to
423 thread 1 here.
424 (top level): Add displaced stepping "off/on" test axis. Update
425 "setup" calls. Wrap each subtest with with_test_prefix. Test
426 continuing with a queued signal in each thread.
427
4496bed7
PA
4282015-04-08 Pedro Alves <palves@redhat.com>
429
430 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
431 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
432 gdb_breakpoint instead of gdb_test that doesn't expect anything.
433 Return early if running to main fails.
434 * gdb.trace/while-stepping.exp: Likewise.
435
b97fde92
PA
4362015-04-07 Pedro Alves <palves@redhat.com>
437
438 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
439 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
440 interact with inferior program.
441
f71c18e7
PA
4422015-04-07 Pedro Alves <palves@redhat.com>
443
444 * lib/gdb.exp (inferior_spawn_id): New global.
445 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
446 spawn id after processing the user code.
447 (default_gdb_start): Set inferior_spawn_id.
448 (send_inferior): New procedure.
449 * lib/gdbserver-support.exp (gdbserver_start): Set
450 inferior_spawn_id.
451 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
452
6423214f
PA
4532015-04-07 Pedro Alves <palves@redhat.com>
454
455 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
456 * lib/gdbserver-support.exp (gdbserver_start): Make
457 $server_spawn_id global.
458 (gdbserver_start): Don't wait for gdbserver's spawn id with
459 expect_background.
460 (close_gdbserver): New procedure.
461 (gdb_exit): Rename the default version and reimplement.
462
71c0ee8c
PA
4632015-04-07 Pedro Alves <palves@redhat.com>
464
465 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
466 append the substituted item, not the original item.
467
203bc29b
PA
4682015-04-07 Pedro Alves <palves@redhat.com>
469
470 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
471 gdb_expect.
472
508a3ddf
PA
4732015-04-07 Pedro Alves <palves@redhat.com>
474
475 * gdb.base/interrupt.exp: Don't handle the case of the inferior
476 output appearing once only.
477
9f6dbe2b
PA
4782015-04-07 Pedro Alves <palves@redhat.com>
479
480 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
481 that doesn't expect anything. Return early if running to main
482 fails.
483
337532fa
YQ
4842015-04-07 Yao Qi <yao.qi@linaro.org>
485
486 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
487 (child_function): Call alarm.
488 (main): Move call to alarm into the loop.
489 * gdb.threads/non-stop-fair-events.exp: Build program with
490 -DTIMEOUT=$timeout.
491
01b622d4
DE
4922015-04-06 Doug Evans <xdje42@gmail.com>
493
494 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
495 Fix dest parameter to board_info.
496 (fpc_compile): Ditto.
497 (gdb_compile_pascal): Rename dest arg to destfile.
498
961f4160
PMR
4992015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
500
501 * gdb.ada/funcall_ref.exp: New file.
502 * gdb.ada/funcall_ref/foo.adb: New file.
503
cafda597
YQ
5042015-04-02 Yao Qi <yao.qi@linaro.org>
505
506 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
507 is remote.
508
fed040c6
GB
5092015-04-02 Gary Benson <gbenson@redhat.com>
510
511 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
512
d11916aa
SS
5132015-04-01 Sasha Smundak <asmundak@google.com>
514
515 * gdb.python/py-unwind-maint.c: New file.
516 * gdb.python/py-unwind-maint.exp: New test.
517 * gdb.python/py-unwind-maint.py: New file.
518 * gdb.python/py-unwind.c: New file.
519 * gdb.python/py-unwind.exp: New test.
520 * gdb.python/py-unwind.py: New test.
521
a1471180
PA
5222015-04-01 Pedro Alves <palves@redhat.com>
523
524 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
525 to fail instead of non-existent $test.
526
0bbeccb1
PA
5272015-04-01 Pedro Alves <palves@redhat.com>
528
529 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
530 GDBFLAGS if not empty.
531
3c724c8c
PMR
5322015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
533
534 * gdb.ada/complete.exp: Remove "multi_line".
535 * gdb.ada/info_exc.exp: Remove "multi_line".
536 * gdb.ada/packed_tagged.exp: Remove "multi_line".
537 * gdb.ada/ptype_field.exp: Remove "multi_line".
538 * gdb.ada/sym_print_name.exp: Remove "multi_line".
539 * gdb.ada/tagged.exp: Remove "multi_line".
540 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
541 [multi_line ...]
542 * gdb.btrace/delta.exp: Likewise.
543 * gdb.btrace/exception.exp: Likewise.
544 * gdb.btrace/function_call_history.exp: Likewise.
545 * gdb.btrace/instruction_history.exp: Likewise.
546 * gdb.btrace/nohist.exp: Likewise.
547 * gdb.btrace/record_goto.exp: Likewise.
548 * gdb.btrace/segv.exp: Likewise.
549 * gdb.btrace/stepi.exp: Likewise.
550 * gdb.btrace/tailcall.exp: Likewise.
551 * gdb.btrace/unknown_functions.exp: Likewise.
552 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
553 * lib/gdb.exp: Add the "multi_line" helper.
554
4eec2deb
PA
5552015-04-01 Pedro Alves <palves@redhat.com>
556
557 * gdb.threads/tid-reuse.c: New file.
558 * gdb.threads/tid-reuse.exp: New file.
559
df8411da
SDJ
5602015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
561
562 PR corefiles/16092
563 * gdb.base/coredump-filter.c: New file.
564 * gdb.base/coredump-filter.exp: Likewise.
565
6ef37366
PM
5662015-03-27 Petr Machata <pmachata@redhat.com>
567
568 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
569 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
570 (Dwarf::assemble): Initialize them.
571 (Dwarf::lines): New function.
572
7ec911b0
JT
5732015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
574
575 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
576 SYMBOL_PREFIX for x86_64-*-cygwin.
577
ff908ebf
AW
5782015-03-26 Andy Wingo <wingo@igalia.com>
579
580 PR symtab/18148
581 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
582 const_value but not a location.
583 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
584 location defined in non-main CUs are visible.
585
6d5f0679
YQ
5862015-03-26 Yao Qi <yao.qi@linaro.org>
587
588 PR testsuite/18139
589 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
590 Add a line number entry for the same line.
591 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
592 Add a line number entry for the same line.
593
2898689b
YQ
5942015-03-26 Yao Qi <yao.qi@linaro.org>
595
596 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
597 .int 0.
598 (func): Likewise. Add .Lfunc_1 label.
599 Use .Lfunc_1 label.
600 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
601 .int 0.
602 (func): Likewise.
603 Use .Lfunc_1 label.
604
85180498
YQ
6052015-03-26 Yao Qi <yao.qi@linaro.org>
606
607 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
608 Call gdb_compile instead to compile each .s files without debug
609 information.
610
8aa08a8d
YQ
6112015-03-26 Yao Qi <yao.qi@linaro.org>
612
613 * gdb.base/savedregs.exp (process_saved_regs): Make
614 "Saved registers:" optional in the pattern.
615
66849923
MM
6162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
617
618 * gdb.btrace/next.exp: Merged into step.exp.
619 * gdb.btrace/finish.exp: Merged into step.exp.
620 * gdb.btrace/nexti.exp: Merged into stepi.exp.
621 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
622 "record goto" and checking the exact replay position.
623 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
624 check for "Recording format" in "info record" output.
625 * gdb.btrace/record_goto.exp: Choose test file based on target.
626 * gdb.btrace/x86-record_goto.S: Renamed into ...
627 * gdb.btrace/x86_64-record_goto.S: ... this.
628 * gdb.btrace/i686-record_goto.S: New.
629 * gdb.btrace/x86-tailcall.S: Renamed into ...
630 * gdb.btrace/x86_64-tailcall.S: ... this.
631 * gdb.btrace/i686-tailcall.S: New.
632 * gdb.btrace/x86-tailcall.c: Renamed into ...
633 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
634 separate statements. Update test.
635 * gdb.btrace/delta.exp: Use record_goto.c as test file.
636 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
637 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
638 * gdb.btrace/tailcall.exp: Choose test file based on target.
639 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
640
11cc1b74
MM
6412015-03-25 Markus Metzger <markus.t.metzger@intel.com>
642
643 * gdb.btrace/exception.exp: Increase BTS buffer size.
644
a25d8bf9
PA
6452015-03-24 Pedro Alves <palves@redhat.com>
646
647 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
648
856e7dd6
PA
6492015-03-24 Pedro Alves <palves@redhat.com>
650
651 * gdb.threads/schedlock.exp (test_step): No longer expect that
652 "set scheduler-locking step" with "next" over a function call runs
653 threads unlocked.
654
ad235a41
AT
6552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
656
657 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
658
15630549
AT
6592015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
660
661 PR breakpoints/16466
662 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
663 * gdb.mi/mi-pending.c (thread_func): New function.
664 (int main): Add threading support required.
665 * gdb.mi/mi-pending.exp: Add tests for this issue.
666 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
667 (pendfunc2): Remove stdio dependency.
668 * gdb.mi/mi-pendshr2.c: New file.
669
693dca06
KS
6702015-03-23 Keith Seitz <keiths@redhat.com>
671
672 * gdb.linespec/keywords.c: New file.
673 * gdb.linespec/keywords.exp: New file.
674
7e993ebf
KS
6752015-03-23 Keith Seitz <keiths@redhat.com>
676
677 PR gdb/18021
678 * gdb.dwarf2/staticvirtual.exp: New test.
679
bc23328c
JK
6802015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
681
682 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
683 * README: Remove HP-UX and gdb.hp.
684 (configuration):
685 * configure: Regenerate.
686 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
687 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
688 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
689 gdb.hp/gdb.defects/Makefile.
690 * gdb.hp/Makefile.in: File deleted.
691 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
692 * gdb.hp/gdb.aCC/optimize.c: File deleted.
693 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
694 * gdb.hp/gdb.aCC/run.c: File deleted.
695 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
696 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
697 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
698 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
699 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
700 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
701 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
702 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
703 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
704 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
705 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
706 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
707 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
708 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
709 * gdb.hp/gdb.base-hp/reg.s: File deleted.
710 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
711 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
712 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
713 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
714 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
715 * gdb.hp/gdb.compat/Makefile.in: File deleted.
716 * gdb.hp/gdb.compat/average.c: File deleted.
717 * gdb.hp/gdb.compat/sum.c: File deleted.
718 * gdb.hp/gdb.compat/xdb.c: File deleted.
719 * gdb.hp/gdb.compat/xdb0.c: File deleted.
720 * gdb.hp/gdb.compat/xdb0.h: File deleted.
721 * gdb.hp/gdb.compat/xdb1.c: File deleted.
722 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
723 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
724 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
725 * gdb.hp/gdb.defects/Makefile.in: File deleted.
726 * gdb.hp/gdb.defects/bs14602.c: File deleted.
727 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
728 * gdb.hp/gdb.defects/solib-d.c: File deleted.
729 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
730 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
731 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
732 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
733 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
734 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
735 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
736 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
737 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
738 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
739 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
740 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
741 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
742 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
743 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
744 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
745 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
746 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
747 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
748 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
749 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
750 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
751 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
752 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
753 * gdb.hp/tools/odump: File deleted.
754
8bf3b159
PA
7552015-03-19 Pedro Alves <palves@redhat.com>
756
757 * gdb.threads/continue-pending-status.exp (saw_thread_2)
758 (saw_thread_3): New globals.
759 (top level): Increment them when an event for the corresponding
760 thread is seen.
761 (no thread starvation): New test.
762
eb54c8bf
PA
7632015-03-19 Pedro Alves <palves@redhat.com>
764
765 * gdb.threads/continue-pending-status.c: New file.
766 * gdb.threads/continue-pending-status.exp: New file.
767
32d2e5d6
PA
7682015-03-18 Pedro Alves <palves@redhat.com>
769
770 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
771 Use gdb_is_target_remote instead of is_remote. Use
772 gdb_test_multiple instead of gdb_expect. Exit early if
773 gdb_test_multiple hits its internal matches. Tighten stepi tests
774 expected output. Fail on exit with any signal, instead of just
775 SIGILL.
776
f68f11b7
YQ
7772015-03-18 Yao Qi <yao.qi@linaro.org>
778
779 PR tdep/18107
780 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
781 variable.
782 * gdb.base/catch-syscall.exp: Don't skip it on
783 aarch64*-*-linux* target. Remove elements in all_syscalls.
784 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
785 target.
786 (setup_all_syscalls): New proc.
787
ca5fd19b
YQ
7882015-03-16 Yao Qi <yao.qi@linaro.org>
789
790 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
791 (top level): Skip tests if valid_addr_p returns false for
792 $cmd1 or $cmd2.
793
85642ba0
AW
7942015-03-11 Andy Wingo <wingo@igalia.com>
795
796 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
797
e03f9645
YQ
7982015-03-11 Yao Qi <yao.qi@linaro.org>
799
800 * gdb.base/catch-syscall.exp: Fix typo in comments.
801
5d0962b2
YQ
8022015-03-11 Yao Qi <yao.qi@linaro.org>
803
804 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
805
b2df3cef
PA
8062015-03-09 Pedro Alves <palves@redhat.com>
807
808 * dg-extract-results.py: Delete.
809
ef878e53
PA
8102015-03-09 Pedro Alves <palves@redhat.com>
811
812 Merge dg-extract-results.sh from GCC upstream (r218843).
813
814 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
815 * dg-extract-results.sh: Use --text with grep to avoid issues with
816 binary files. Fall back to cat -v, if that doesn't work.
817
9494d219
PA
8182015-03-05 Pedro Alves <palves@redhat.com>
819
820 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
821
a8d9763a
SM
8222015-03-04 Simon Marchi <simon.marchi@ericsson.com>
823
824 * lib/mi-support.exp (mi_expect_interrupt): Accept
825 alternative event for when in all-stop mode.
826
be9957b8
PA
8272015-03-04 Pedro Alves <palves@redhat.com>
828
829 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
830
d57be0f4 8312015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
832
833 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
834
c214c7cf
AA
8352015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
836
837 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
838 regexps for GDB's current line display, accept a hex address
839 preceding the line number.
840
6d74a497
AA
8412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
842
843 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
844 the 'arch1' variable for "s390*-linux*" targets.
845
511aee7c
PA
8462015-03-04 Pedro Alves <palves@redhat.com>
847
848 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
849 (main): Pass missing retval argument to pthread_join call.
850
95e50b27
PA
8512015-03-02 Pedro Alves <palves@redhat.com>
852
853 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
854 (top level): Call do_test with non-stop as well.
855
28054d69
PA
8562015-03-02 Pedro Alves <palves@redhat.com>
857
858 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
859 -1.
860
4fa5d7b4
AA
8612015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
862
863 * gdb.arch/s390-vregs.exp: New test.
864 * gdb.arch/s390-vregs.S: New file.
865
97c18565
PA
8662015-02-27 Pedro Alves <palves@redhat.com>
867
868 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
869 call to catch_command_errors.
870 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
871 catch_command_errors.
872
a37bfa30
PA
8732015-02-27 Pedro Alves <palves@redhat.com>
874
875 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
876 "true" for boolean result.
877 * gdb.gdb/selftest.exp (test_with_self): Also accept full
878 prototype of main.
879
6f98576f
PA
8802015-02-27 Pedro Alves <palves@redhat.com>
881
882 * lib/unbuffer_output.c: New file.
883 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
884 (main): Call gdb_unbuffer_output.
885
eba5ab56
YQ
8862015-02-27 Yao Qi <yao.qi@linaro.org>
887
888 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
889 target.
890
0def5aaa
DE
8912015-02-26 Doug Evans <dje@google.com>
892
893 * gdb.cp/class2.cc (Dbase, D): New classes.
894 (main): New local delta.
895 * gdb.cp/class2.exp: Test printing delta.
896 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
897 (dynbar): New global.
898 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
899
081a1c2c
JK
9002015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
901
902 * gdb.compile/compile-ifunc.c: New file.
903 * gdb.compile/compile-ifunc.exp: New file.
904
2f41223f
AT
9052015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
906
907 * gdb.base/structs.exp: Check for correct struct on finish.
908
03eddd80
YQ
9092015-02-26 Yao Qi <yao.qi@linaro.org>
910
911 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
912 is zero.
913
80c57053
JK
9142015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
915
916 * gdb.arch/cordic.ko.bz2: New file.
917 * gdb.arch/cordic.ko.debug.bz2: New file.
918 * gdb.arch/ppc64-symtab-cordic.exp: New file.
919
21613c12
YQ
9202015-02-25 Yao Qi <yao.qi@linaro.org>
921
922 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
923 aarch64*-*-* target.
924
d8b901ed
PA
9252015-02-23 Pedro Alves <palves@redhat.com>
926
927 * lib/gdb.exp (delete_breakpoints): Rewrite using
928 gdb_test_multiple.
929
e5b85ead
PA
9302015-02-23 Pedro Alves <palves@redhat.com>
931
932 * gdb.base/info-os.c: Include stdlib.h.
933
85c3a371
DE
9342015-02-22 Doug Evans <xdje42@gmail.com>
935
936 PR symtab/17855
937 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
938 is read after symbols have been re-read.
939 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
940 * gdb.ada/exec_changed/second.adb (Second): Ditto.
941
96553a0c
DE
9422015-02-21 Doug Evans <dje@google.com>
943
944 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
945
97a0c697
JK
9462015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
947
948 PR corefiles/17808
949 * gdb.arch/i386-biarch-core.core.bz2: New file.
950 * gdb.arch/i386-biarch-core.exp: New file.
951
a47cd6e9
PA
9522015-02-21 Pedro Alves <palves@redhat.com>
953
954 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
955 runto_main fails.
956
c5facdc4
PA
9572015-02-20 Pedro Alves <palves@redhat.com>
958
959 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
960 info probes.
961
2db9a427
PA
9622015-02-20 Pedro Alves <palves@redhat.com>
963
964 * gdb.threads/multi-create-ns-info-thr.exp: New file.
965
60fb7e9e
PA
9662015-02-20 Pedro Alves <palves@redhat.com>
967
968 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
969 clean_restart before gdb_target_supports_trace.
970
5c5019c2
PA
9712015-02-20 Pedro Alves <palves@redhat.com>
972
973 PR threads/18006
974 * gdb.threads/clone-thread_db.c: New file.
975 * gdb.threads/clone-thread_db.exp: New file.
976
c9587f88
AT
9772015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
978
979 PR breakpoints/16812
980 * gdb.base/catch-gdb-caused-signals.c: New file.
981 * gdb.base/catch-gdb-caused-signals.exp: New file.
982
f6a88844
JM
9832015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
984
985 * configure: Regenerated.
986 * configure.ac: Use GDB_AC_TRANSFORM.
987 * aclocal.m4: sinclude ../transform.m4.
988
497c491b
JM
9892015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
990
991 * lib/dtrace.exp: New file.
992 * gdb.base/dtrace-probe.exp: Likewise.
993 * gdb.base/dtrace-probe.d: Likewise.
994 * gdb.base/dtrace-probe.c: Likewise.
995 * lib/pdtrace.in: Likewise.
996 * configure.ac: Output variables with the transformed names of
997 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
998 * configure: Regenerated.
999
03e98035
JM
10002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1001
1002 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1003 expected message when trying to access $_probe_* convenience
1004 variables while not on a probe.
1005
63cc30e9
JK
10062015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1007
1008 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1009
0703599a
PA
10102015-02-11 Pedro Alves <pedro@codesourcery.com>
1011
1012 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1013 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1014
7e60a48e
DE
10152015-02-10 Doug Evans <xdje42@gmail.com>
1016
1017 * lib/gdb.exp (gdb_load): Always return a result.
1018
01b088bc
PA
10192015-02-10 Pedro Alves <palves@redhat.com>
1020
1021 * gdb.threads/signal-sigtrap.c: New file.
1022 * gdb.threads/signal-sigtrap.exp: New file.
1023
b05ec7a5
AT
10242015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1025
1026 * gdb.trace/no-attach-trace.c: New file.
1027 * gdb.trace/no-attach-trace.exp: New file.
1028
a2c2acaf
MW
10292015-02-09 Mark Wielaard <mjw@redhat.com>
1030
1031 * gdb.dwarf2/atomic.c: New file.
1032 * gdb.dwarf2/atomic-type.exp: Likewise.
1033
31fd9caa
MM
10342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1035
1036 * gdb.btrace/buffer-size.exp: Update "info record" output.
1037 * gdb.btrace/delta.exp: Update "info record" output.
1038 * gdb.btrace/enable.exp: Update "info record" output.
1039 * gdb.btrace/finish.exp: Update "info record" output.
1040 * gdb.btrace/instruction_history.exp: Update "info record" output.
1041 * gdb.btrace/next.exp: Update "info record" output.
1042 * gdb.btrace/nexti.exp: Update "info record" output.
1043 * gdb.btrace/step.exp: Update "info record" output.
1044 * gdb.btrace/stepi.exp: Update "info record" output.
1045 * gdb.btrace/nohist.exp: Update "info record" output.
1046
d33501a5
MM
10472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1048
1049 * gdb.btrace/buffer-size: New.
1050
f4abbc16
MM
10512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1052
1053 * gdb.btrace/delta.exp: Update "info record" output.
1054 * gdb.btrace/enable.exp: Update "info record" output.
1055 * gdb.btrace/finish.exp: Update "info record" output.
1056 * gdb.btrace/instruction_history.exp: Update "info record" output.
1057 * gdb.btrace/next.exp: Update "info record" output.
1058 * gdb.btrace/nexti.exp: Update "info record" output.
1059 * gdb.btrace/step.exp: Update "info record" output.
1060 * gdb.btrace/stepi.exp: Update "info record" output.
1061 * gdb.btrace/nohist.exp: Update "info record" output.
1062
b9d61307
SM
10632015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1064
1065 PR gdb/15678
1066 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1067
e584fdbc
PA
10682015-02-06 Pedro Alves <palves@redhat.com>
1069
1070 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1071 macro.
1072 (seconds_left, again): New globals.
1073 (main): Wait seconds_left in a 1-second sleep loop instead of
1074 sleeping 180 seconds. If 'again' is set, reset the seconds
1075 counter.
1076 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1077 'again' in the inferior before detaching. Print the seconds left.
1078 (options): New global.
1079 (top level): Build program with -DTIMEOUT=$timeout.
1080
77f41761
PA
10812015-02-06 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1084 determine how many seconds to pass to 'alarm'.
1085 * gdb.base/gdb-sigterm.exp (top level): Build program with
1086 -DTIMEOUT=$timeout.
1087 (do_test): Return success/failure indication. Add more verbose
1088 logging. Don't fail if 200 single steps are seen. Instead, fail
1089 when the test times out.
1090 (passes): New global.
1091 (top level): Break the testing loop if testing fails on any
1092 iteration. Use gdb_assert.
1093
b9394193
DB
10942015-02-04 Don Breazeal <donb@codesourcery.com>
1095
1096 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1097 and initialize them.
1098 (ipc_cleanup): New function.
1099 (main): Don't declare shmid, semid, and msqid. Add a call to
1100 atexit so that we call ipc_cleanup on exit.
1101
42d9e528
PA
11022015-02-04 Pedro Alves <palves@redhat.com>
1103
1104 * boards/native-extended-gdbserver.exp: Remove any target variant
1105 specifications from the board name before clearing the isremote
1106 flag from board_info.
1107
ae6ae975
DE
11082015-01-31 Doug Evans <xdje42@gmail.com>
1109
1110 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1111
cfb069a8
GB
11122015-01-31 Gary Benson <gbenson@redhat.com>
1113
1114 * gdb.base/completion.exp: Disable completion limiting for
1115 existing tests. Add new tests to check completion limiting.
1116 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1117
5dd31d79
DE
11182015-01-31 Doug Evans <xdje42@gmail.com>
1119
1120 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1121
9f050062
DE
11222015-01-31 Doug Evans <xdje42@gmail.com>
1123
1124 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1125 entries. Duplicate file section script entries.
1126 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1127 inlined entries. Add test for safe-path rejection.
1128 * gdb.python/py-section-script.c: Add duplicate inlined section script
1129 entries. Duplicate file section script entries.
1130 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1131 inlined entries. Add test for safe-path rejection.
1132
df25ebbd
JB
11332015-01-29 Joel Brobecker <brobecker@adacore.com>
1134
1135 * gdb.ada/disc_arr_bound: New testcase.
1136
4a0ca9ec
JB
11372015-01-29 Joel Brobecker <brobecker@adacore.com>
1138
1139 * gdb.ada/mi_var_array: New testcase.
1140
3a8b707a
DE
11412015-01-27 Doug Evans <dje@google.com>
1142
1143 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1144 Add test for objfile.filename, objfile.username after objfile
1145 has been unloaded.
1146
f8313f6e
JB
11472015-01-26 Joel Brobecker <brobecker@adacore.com>
1148
1149 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1150 the second test to print the name attribute of value
1151 returned by the call to gdb.lookup_type, and adjust
1152 the expected output accordingly.
1153
37bc665e
MW
11542015-01-25 Mark Wielaard <mjw@redhat.com>
1155
1156 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1157 * gdb.base/disp-step-fork.c: Include unistd.h.
1158 * gdb.base/siginfo-obj.c: Include stdio.h.
1159 * gdb.base/siginfo-thread.c: Likewise.
1160 * gdb.mi/non-stop.c: Include unistd.h.
1161 * gdb.mi/nsthrexec.c: Include stdio.h.
1162 * gdb.mi/pthreads.c: Include unistd.h.
1163 * gdb.modula2/unbounded1.c (main): Declare returns int.
1164 * gdb.reverse/consecutive-reverse.c: Likewise.
1165 * gdb.threads/create-fail.c: Include unistd.h.
1166 * gdb.threads/killed.c: Likewise.
1167 * gdb.threads/linux-dp.c: Likewise.
1168 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1169 * gdb.threads/non-ldr-exc-2.c: Likewise.
1170 * gdb.threads/non-ldr-exc-3.c: Likewise.
1171 * gdb.threads/non-ldr-exc-4.c: Likewise.
1172 * gdb.threads/pthreads.c: Include unistd.h.
1173 (main): Declare returns int.
1174 * gdb.threads/tls-main.c (foo): New declaration.
1175 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1176
f7e5394d
SM
11772015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1178
1179 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1180 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1181
743649fd
MW
11822015-01-15 Mark Wielaard <mjw@redhat.com>
1183
1184 * gdb.base/noreturn-return.c: New file.
1185 * gdb.base/noreturn-return.exp: New file.
1186 * gdb.base/noreturn-finish.c: New file.
1187 * gdb.base/noreturn-finish.exp: New file.
1188
198297aa
PA
11892015-01-23 Pedro Alves <palves@redhat.com>
1190
1191 * gdb.threads/continue-pending-after-query.c: New file.
1192 * gdb.threads/continue-pending-after-query.exp: New file.
1193
717cf30c
AG
11942015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1195 Simon Marchi <simon.marchi@ericsson.com>
1196
1197 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1198 * gdb.base/valgrind-db-attach.exp: Same.
1199 * gdb.base/valgrind-infcall.exp: Same.
1200 * lib/mi-support.exp (default_mi_gdb_start): Same.
1201 * lib/prompt.exp (default_prompt_gdb_start): Same.
1202 * lib/gdb.exp (default_gdb_spawn): Same.
1203 (gdb_interact): New.
1204
1205
4b62a76e
JK
12062015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1207
1208 * gdb.compile/compile.exp (pointer to jit function): New test.
1209
b4cdae6f
WW
12102015-01-17 Wei-cheng Wang <cole945@gmail.com>
1211
1212 * lib/gdb.exp (supports_process_record): Return true for
1213 powerpc*-*-linux*.
1214 (supports_reverse): Likewise.
1215
d221e7ef
DB
12162015-01-15 Don Breazeal <donb@codesourcery.com>
1217
1218 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1219 instead of checking whether the target board is remote and
1220 use spawn_wait_for_attach instead of exec/sleep.
1221 * gdb.base/attach-twice.exp: Likewise.
1222
bafffb51
JB
12232015-01-15 Joel Brobecker <brobecker@adacore.com>
1224
1225 * gdb.ada/var_arr_attrs: New testcase.
1226
5589af0e
PA
12272015-01-14 Pedro Alves <palves@redhat.com>
1228 Joel Brobecker <brobecker@adacore.com>
1229
1230 PR gdb/17525
1231 * gdb.base/bp-cmds-execution-x-script.c: New file.
1232 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1233 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1234
6c400b59
PA
12352015-01-14 Pedro Alves <palves@redhat.com>
1236
1237 PR cli/17828
1238 * gdb.base/batch-preserve-term-settings.c: New file.
1239 * gdb.base/batch-preserve-term-settings.exp: New file.
1240
e02c96a7
DE
12412015-01-13 Doug Evans <dje@google.com>
1242
1243 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1244 binary.
1245
576fd14c
JB
12462015-01-13 Joel Brobecker <brobecker@adacore.com>
1247
1248 * Makefile.in (clean mostlyclean): Do not delete *.py.
1249
04dccad0
JB
12502015-01-13 Joel Brobecker <brobecker@adacore.com>
1251
1252 * gdb.python/py-lookup-type.exp: New file.
1253
3d230f71
PA
12542015-01-12 Pedro Alves <palves@redhat.com>
1255
1256 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1257 restore GDBFLAGS before returning.
1258
7e67715d
JK
12592015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1260
1261 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1262 is_amd64_regs_target and is_x86_like_target.
1263
f2e0d4b4
DE
12642015-01-11 Doug Evans <xdje42@gmail.com>
1265
1266 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1267 is given without an explicit form.
1268 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1269 attributes.
1270 * gdb.dwarf/corrupt.exp: Ditto.
1271 * gdb.dwarf2/enum-type.exp: Ditto.
1272 * gdb.trace/entry-values.exp: Ditto.
1273 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1274
439250fb
DE
12752015-01-11 Doug Evans <xdje42@gmail.com>
1276
1277 PR gdb/15830
1278 * gdb.base/maint.exp: Remove references to "maint demangle".
1279 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1280 Add tests for explicitly specifying language to demangle.
1281 * gdb.dlang/demangle.exp: Ditto.
1282
ede9f622
PA
12832015-01-09 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.threads/non-stop-fair-events.c: New file.
1286 * gdb.threads/non-stop-fair-events.exp: New file.
1287
a7b796db
PA
12882015-01-09 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1291 the global scope. Set a breakpoint after all threads are started
1292 rather than stepping over two source lines. Expect the prompt.
1293 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1294 global.
1295 (NUM): Now 15.
1296 (main): Use threads_started_barrier to wait for all threads to
1297 start. Main thread no longer calls thread_function. Exit after
1298 180 seconds.
1299 (loop): New function.
1300 (thread_function): Wait on threads_started_barrier barrier. Call
1301 'loop' at each iteration.
1302 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1303 threads have started, instead of hardcoding number of "next"
1304 steps. Use an access watchpoint instead of a write watchpoint.
1305
9665ffdd
PA
13062015-01-09 Pedro Alves <palves@redhat.com>
1307
1308 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1309 (thread_func): Wait on barrier.
1310 (main): Wait for all threads to start before stopping GDB.
1311 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1312 global.
1313 (thread1_func, thread2_func): Wait on barrier.
1314 (main): Wait for all threads to start before stopping GDB.
1315 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1316 New global.
1317 (thread1_func, thread2_func): Wait on barrier.
1318 (main): Wait for all threads to start before stopping GDB.
1319
c945a99f
PA
13202015-01-09 Pedro Alves <palves@redhat.com>
1321
1322 * gdb.threads/attach-many-short-lived-threads.c: New file.
1323 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1324
c1a747c1
PA
13252014-01-09 Pedro Alves <palves@redhat.com>
1326
1327 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1328 instead of to thread 2.
1329 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1330 Add barrier around each pthread_create call instead of around all
1331 calls.
1332 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1333 Set a break on thread_function and have the child threads hit it
1334 one at at a time.
1335
60b3033e
PA
13362015-01-09 Pedro Alves <palves@redhat.com>
1337
1338 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1339 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1340 false.
1341 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1342 checking whether the target board is remote.
1343 * gdb.multi/multi-attach.exp: Likewise.
1344 * gdb.python/py-sync-interp.exp: Likewise.
1345 * gdb.server/ext-attach.exp: Likewise.
1346 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1347 tests that need to attach, instead of checking whether the target
1348 board is remote at the top of the file.
1349
acc018ac
YQ
13502015-01-08 Yao Qi <yao@codesourcery.com>
1351
1352 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1353
50a18af8
JK
13542015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1355
1356 Fix testcase compilation.
1357 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1358
8503d6e1
JB
13592015-01-06 Joel Brobecker <brobecker@adacore.com>
1360
1361 * gdb.python/py-type.exp: Add a couple test about empty
1362 array creation, and negative-length array creation.
1363
cc73dbcc
DE
13642015-01-02 Doug Evans <xdje42@gmail.com>
1365
1366 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1367
0300bbc7
DE
13682015-01-02 Doug Evans <dje@google.com>
1369
1370 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1371
9d85a0ec
YQ
13722014-12-29 Yao Qi <yao@codesourcery.com>
1373
1374 * gdb.trace/entry-values.exp: Update comments. Rename variable
1375 bar_call_foo to returned_from_foo.
1376
87186c6a
MMN
13772014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1378
1379 PR gdb/17394
1380 * gdb.linespec/break-asm-file.c: New file.
1381 * gdb.linespec/break-asm-file.exp: New file.
1382 * gdb.linespec/break-asm-file0.s: New file.
1383 * gdb.linespec/break-asm-file1.s: New file.
1384
1bab7383
YQ
13852014-12-18 Nigel Stephens <nigel@mips.com>
1386 Maciej W. Rozycki <macro@codesourcery.com>
1387
1388 * gdb.base/float.exp: Handle the new output from "info float" on
1389 MIPS targets.
1390
1bc1068a
JK
13912014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1392
1393 Fix MinGW compilation.
1394 * gdb.compile/compile-ops.exp: Update untested message if
1395 !skip_compile_feature_tests.
1396 * gdb.compile/compile-setjmp.exp: Likewise.
1397 * gdb.compile/compile-tls.exp: Likewise.
1398 * gdb.compile/compile.exp: Likewise.
1399 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1400 supported on this host".
1401
b6615d10
DE
14022014-12-16 Doug Evans <xdje42@gmail.com>
1403
1404 * boards/stabs.exp: New file.
1405
25dda427
AA
14062014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1407
1408 * gdb.base/completion.exp: Adjust to format changes of "maint
1409 print user-registers".
1410
bf330350
CU
14112014-12-16 Catalin Udma <catalin.udma@freescale.com>
1412
1413 PR server/17457
1414 * gdb.arch/aarch64-fp.c: New file.
1415 * gdb.arch/aarch64-fp.exp: New file.
1416
395cf596
SDJ
14172014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1418
1419 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1420 r210637, r210913, r211666, r215400, r215817).
1421
1422 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1423 * dg-extract-results.py: New file.
1424 * dg-extract-results.sh: Use it if the environment seems
1425 suitable.
1426
1427 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1428
1429 * dg-extract-results.py (parse_run): Handle warnings that
1430 are printed before a test harness is run.
1431
1432 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1433
1434 * dg-extract-results.py (Named): Remove __cmp__ method.
1435 (output_variation): Use a key to sort variation.harnesses.
1436
1437 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1438
1439 * dg-extract-results.py: For Python 3, force sys.stdout to
1440 handle surrogate escape sequences.
1441 (safe_open): New function.
1442 (output_segment, main): Use it.
1443
1444 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1445
1446 * dg-extract-results.py (Prog.result_re): Include options
1447 in test name.
1448
1449 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1450
1451 * dg-extract-results.py (output_variation): Always sort if
1452 do_sum.
1453
e882ef3c
SM
14542014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1455
1456 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1457 as long as we get pagination notifications.
1458
4992aa20
JM
14592014-12-15 Jason Merrill <jason@redhat.com>
1460
1461 * Makefile.in (check-gdb.%): Restore.
1462 * README: Mention it.
1463
c1b5a1a6
JB
14642014-12-13 Joel Brobecker <brobecker@adacore.com>
1465
1466 * gdb.ada/str_uninit: New testcase.
1467
5537b577
JK
14682014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1469
1470 PR symtab/17642
1471 * gdb.base/vla-stub-define.c: New file.
1472 * gdb.base/vla-stub.c: New file.
1473 * gdb.base/vla-stub.exp: New file.
1474
bb2ec1b3
TT
14752014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1476 Jan Kratochvil <jan.kratochvil@redhat.com>
1477 Tom Tromey <tromey@redhat.com>
1478
1479 * configure.ac: Add gdb.compile/.
1480 * configure: Regenerate.
1481 * gdb.compile/Makefile.in: New file.
1482 * gdb.compile/compile-ops.exp: New file.
1483 * gdb.compile/compile-ops.c: New file.
1484 * gdb.compile/compile-tls.c: New file.
1485 * gdb.compile/compile-tls.exp: New file.
1486 * gdb.compile/compile-constvar.S: New file.
1487 * gdb.compile/compile-constvar.c: New file.
1488 * gdb.compile/compile-mod.c: New file.
1489 * gdb.compile/compile-nodebug.c: New file.
1490 * gdb.compile/compile-setjmp-mod.c: New file.
1491 * gdb.compile/compile-setjmp.c: New file.
1492 * gdb.compile/compile-setjmp.exp: New file.
1493 * gdb.compile/compile-shlib.c: New file.
1494 * gdb.compile/compile.c: New file.
1495 * gdb.compile/compile.exp: New file.
1496 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1497
4ff709eb
TT
14982014-12-12 Tom Tromey <tromey@redhat.com>
1499
1500 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1501 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1502
6dddd6a5
DE
15032014-12-12 Doug Evans <dje@google.com>
1504
1505 * lib/gdb-python.exp (get_python_valueof): New function.
1506 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1507
71c24708
AA
15082014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1509
1510 * gdb.base/completion.exp: Add test for completion of "info
1511 registers ".
1512
3e29f34a
MR
15132014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1514
1515 * gdb.base/func-ptrs.c: New file.
1516 * gdb.base/func-ptrs.exp: New file.
1517
fc126975
SM
15182014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1519
1520 PR breakpoints/17012
1521 * gdb.base/dprintf-detach.c: New file.
1522 * gdb.base/dprintf-detach.exp: New file.
1523
0a46d518
SM
15242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1525
1526 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1527 * lib/gdb.exp (target_is_gdbserver): New procedure.
1528
a0be3e44
DE
15292014-12-08 Doug Evans <dje@google.com>
1530
1531 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1532
df1b803a
YQ
15332014-12-05 Yao Qi <yao@codesourcery.com>
1534
1535 * gdb.guile/scm-error.exp: Remove the third argument to
1536 gdb_remote_download.
1537 * gdb.guile/scm-frame-args.exp: Likewise.
1538 * gdb.guile/scm-section-script.exp: Likewise.
1539
ddb9f679
YQ
15402014-12-05 Yao Qi <yao@codesourcery.com>
1541
1542 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1543
86e4ed39
DE
15442014-12-04 Doug Evans <dje@google.com>
1545
1546 * gdb.python/py-objfile.exp: Add tests for
1547 objfile.add_separate_debug_file.
1548
7c50a931
DE
15492014-12-04 Doug Evans <dje@google.com>
1550
1551 * lib/gdb.exp (get_build_id): New function.
1552 (build_id_debug_filename_get): Rewrite to use it.
1553 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1554
621661e3
MR
15552014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1556
1557 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1558 `method(long)', not just 0x0.
1559 * gdb.cp/nsalias.exp: Align code labels to 4.
1560 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1561 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1562 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1563 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1564 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1565 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1566
29f0c3b7
DE
15672014-12-02 Doug Evans <dje@google.com>
1568
e1e061e7 1569 PR symtab/17602
29f0c3b7 1570 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1571 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1572 * gdb.cp/anon-ns.exp: Update.
1573
162078c8
NB
15742014-12-02 Nick Bull <nicholaspbull@gmail.com>
1575
1576 * gdb.python/py-events.py (inferior_call_handler): New.
1577 (register_changed_handler, memory_changed_handler): New.
1578 (test_events.invoke): Register new handlers.
1579 * gdb.python/py-events.exp: Add tests for inferior call,
1580 memory_changed and register_changed events.
1581
fdb09caf
AA
15822014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1583
1584 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1585 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1586 if the linker doesn't understand this.
1587
55cfb2c4
SM
15882014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1589
1590 * gdb.python/python.exp: Change expected reply to help().
1591
9e8cd6df
YQ
15922014-12-01 Yao Qi <yao@codesourcery.com>
1593
1594 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1595 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1596 * configure: Re-generated.
1597
6c659fc2
SC
15982014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1599
1600 * gdb.cp/chained-calls.cc: New file.
1601 * gdb.cp/chained-calls.exp: New file.
1602 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1603
d7fc3181
SM
16042014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1605
1606 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1607 * gdb.dwarf2/symtab-producer.exp: Same.
1608 * gdb.gdb/python-interrupts.exp: Same.
1609 * gdb.gdb/python-selftest.exp: Same.
1610 * gdb.python/py-linetable.exp: Same.
1611 * gdb.python/py-type.exp: Same.
1612 * gdb.python/py-value-cc.exp: Same.
1613 * gdb.python/py-value.exp: Same.
1614
10e79639
YQ
16152014-11-28 Yao Qi <yao@codesourcery.com>
1616
1617 * gdb.base/break-probes.exp: Match library name prefixed with
1618 sysroot.
1619
f28a0564
SM
16202014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1621
1622 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1623 test expected output. Add parentheses for the call to print.
1624 Remove L suffix from integers.
1625
3fe1ce1d
DE
16262014-11-26 Doug Evans <dje@google.com>
1627
1628 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1629
84429e27
YQ
16302014-11-22 Yao Qi <yao@codesourcery.com>
1631
1632 * gdb.trace/entry-values.c: Remove asms.
1633 (foo): Add foo_label.
1634 (bar): Add bar_label.
1635 * gdb.trace/entry-values.exp: Remove code computing foo's
1636 length and bar's length.
1637 (Dwarf::assemble): Invoke function_range for bar and use
1638 MACRO_AT_func for foo.
1639
26741859
YQ
16402014-11-22 Yao Qi <yao@codesourcery.com>
1641
1642 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1643 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1644 Use .Lgcc43_procstart instead of gcc43.
1645
45e44d27
JB
16462014-11-21 Joel Brobecker <brobecker@adacore.com>
1647
1648 * gdb.ada/n_arr_bound: New testcase.
1649
458c8db8
SDJ
16502014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1651
1652 PR breakpoints/10737
1653 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1654 test_catch_syscall_multi_arch.
1655 (test_catch_syscall_multi_arch): New function.
1656
43f3e411
DE
16572014-11-20 Doug Evans <xdje42@gmail.com>
1658
1659 * gdb.base/maint.exp: Update expected output.
1660
0d7b2549
AA
16612014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1662
1663 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1664 4-byte instruction on S390.
1665
8908fca5
JB
16662014-11-19 Joel Brobecker <brobecker@adacore.com>
1667
1668 * gdb.ada/arr_arr: New testcase.
1669
4a46959e
JB
16702014-11-19 Joel Brobecker <brobecker@adacore.com>
1671
1672 * gdb.ada/pkd_arr_elem: New Testcase.
1673
470e2f4e
LM
16742014-11-18 Luis Machado <lgustavo@codesourcery.com>
1675
1676 * gdb.reverse/break-precsave: Expect completion message for
1677 core file reads.
1678 * gdb.reverse/consecutive-precsave.exp: Likewise.
1679 * gdb.reverse/finish-precsave.exp: Likewise.
1680 * gdb.reverse/i386-precsave.exp: Likewise.
1681 * gdb.reverse/machinestate-precsave.exp: Likewise.
1682 * gdb.reverse/sigall-precsave.exp: Likewise.
1683 * gdb.reverse/solib-precsave.exp: Likewise.
1684 * gdb.reverse/step-precsave.exp: Likewise.
1685 * gdb.reverse/until-precsave.exp: Likewise.
1686 * gdb.reverse/watch-precsave.exp: Likewise.
1687
a267f3ad
AA
16882014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1689
1690 * gdb.base/bp-permanent.c: Include unistd.h.
1691 * gdb.python/py-framefilter-mi.c (main): Add return type.
1692 * gdb.python/py-framefilter.c (main): Likewise.
1693 * gdb.trace/actions-changed.c (main): Likewise.
1694
12084a9a
AA
16952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1696
1697 * gdb.mi/until.c: Add eye-catchers.
1698 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1699 line numbers.
1700
dc7e1a77
AA
17012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1702
1703 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1704 function header variants in break1.c.
1705 * gdb.base/ena-dis-br.exp: Likewise.
1706 * gdb.base/hbreak2.exp: Likewise.
1707 * gdb.reverse/until-precsave.exp: Drop references to removed
1708 non-prototype function header variants in ur1.c.
1709 * gdb.reverse/until-reverse.exp: Likewise.
1710
41c77605
PM
17112014-11-17 Petr Machata <pmachata@redhat.com>
1712
1713 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1714 ${_cu_offset_size} bytes abbrev offset.
1715
34248c3a
DE
17162014-11-15 Doug Evans <xdje42@gmail.com>
1717
1718 PR symtab/17559
1719 * gdb.base/line-symtabs.exp: New file.
1720 * gdb.base/line-symtabs.c: New file.
1721 * gdb.base/line-symtabs.h: New file.
1722
646da059
YQ
17232014-11-14 Yao Qi <yao@codesourcery.com>
1724
1725 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1726 (func): Add label func_label.
1727 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1728 Replace low_pc and high_pc with MACRO_AT_range.
1729 Replace name, low_pc and high_pc with MACRO_AT_func.
1730
9301ebe6
YQ
17312014-11-14 Yao Qi <yao@codesourcery.com>
1732
1733 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1734 Replace name, low_pc and high_pc with MACRO_AT_func.
1735
f166b542
YQ
17362014-11-14 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1739 produce debug information.
1740 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1741
0f6e71e3
YQ
17422014-11-14 Yao Qi <yao@codesourcery.com>
1743
1744 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1745 object and get function length.
1746 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1747 with MACRO_AT_func.
1748 (top-level): Replace gdb_compile and clean_restart with
1749 prepare_for_testing.
1750 * gdb.dwarf2/main.c (main): Add label main_label.
1751
876c4df9
YQ
17522014-11-14 Yao Qi <yao@codesourcery.com>
1753
1754 * lib/dwarf.exp (function_range): New procedure.
1755 (Dwarf::_handle_macro_at_func): New procedure.
1756 (Dwarf::_handle_macro_at_range): New procedure.
1757 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1758
02ad9cf1
YQ
17592014-11-14 Yao Qi <yao@codesourcery.com>
1760
1761 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1762 (_handle_attribute): New procedure.
1763
a59add0c
AA
17642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1765
1766 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1767 * gdb.base/call-sc.c (zed): Likewise.
1768 * gdb.base/checkpoint.c (main): Likewise.
1769 * gdb.base/dump.c (main): Likewise.
1770 * gdb.base/gcore.c (main): Likewise.
1771 * gdb.base/huge.c (main): Likewise.
1772 * gdb.base/multi-forks.c (main): Likewise.
1773 * gdb.base/pr10179-a.c (main): Likewise.
1774 * gdb.base/savedregs.c (main): Likewise.
1775 * gdb.base/sigaltstack.c (main): Likewise.
1776 * gdb.base/siginfo.c (main): Likewise.
1777 * gdb.base/structs.c (zed): Likewise.
1778 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1779 * gdb.mi/mi-syn-frame.c (main): Likewise.
1780 * gdb.mi/until.c (foo, main): Likewise.
1781 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1782 * gdb.base/solib-weak.c (foo): Declare.
1783 * gdb.base/attach-twice.c: Include stdio.h.
1784 * gdb.base/weaklib1.c: Likewise.
1785 * gdb.base/weaklib2.c: Likewise.
1786 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1787 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1788 unistd.h.
1789 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1790 * gdb.mi/mi-exit-code.c: Likewise.
1791 * gdb.base/break-interp-lib.c: Include string.h.
1792 * gdb.base/coremaker.c: Likewise.
1793 * gdb.base/testenv.c: Likewise.
1794 * gdb.python/py-finish-breakpoint.c: Likewise.
1795 * gdb.base/inferior-died.c: Include sys/wait.h.
1796 * gdb.base/fileio.c: Include time.h.
1797 * gdb.base/async-shell.c: Include unistd.h.
1798 * gdb.base/dprintf-non-stop.c: Likewise.
1799 * gdb.base/info-os.c: Likewise.
1800 * gdb.mi/mi-console.c: Likewise.
1801 * gdb.mi/watch-nonstop.c: Likewise.
1802 * gdb.python/py-events.c: Likewise.
1803 * gdb.base/async.c (baz): Move up before its invocation.
1804 * gdb.base/code_elim2.c (my_global_func): Likewise.
1805 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1806 * gdb.base/advance.c (func2): Likewise.
1807
3b5d5997
AA
18082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1809
1810 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1811 variant.
1812 * gdb.base/annota3.c: Likewise.
1813 * gdb.base/async.c: Likewise.
1814 * gdb.base/average.c: Likewise.
1815 * gdb.base/call-ar-st.c: Likewise.
1816 * gdb.base/call-rt-st.c: Likewise.
1817 * gdb.base/call-sc.c: Likewise.
1818 * gdb.base/call-strs.c: Likewise.
1819 * gdb.base/ending-run.c: Likewise.
1820 * gdb.base/execd-prog.c: Likewise.
1821 * gdb.base/exprs.c: Likewise.
1822 * gdb.base/foll-exec.c: Likewise.
1823 * gdb.base/foll-fork.c: Likewise.
1824 * gdb.base/foll-vfork.c: Likewise.
1825 * gdb.base/funcargs.c: Likewise.
1826 * gdb.base/gcore.c: Likewise.
1827 * gdb.base/jump.c: Likewise.
1828 * gdb.base/langs0.c: Likewise.
1829 * gdb.base/langs1.c: Likewise.
1830 * gdb.base/langs2.c: Likewise.
1831 * gdb.base/mips_pro.c: Likewise.
1832 * gdb.base/nodebug.c: Likewise.
1833 * gdb.base/opaque0.c: Likewise.
1834 * gdb.base/opaque1.c: Likewise.
1835 * gdb.base/recurse.c: Likewise.
1836 * gdb.base/run.c: Likewise.
1837 * gdb.base/scope0.c: Likewise.
1838 * gdb.base/scope1.c: Likewise.
1839 * gdb.base/setshow.c: Likewise.
1840 * gdb.base/setvar.c: Likewise.
1841 * gdb.base/shmain.c: Likewise.
1842 * gdb.base/shr1.c: Likewise.
1843 * gdb.base/shr2.c: Likewise.
1844 * gdb.base/sigall.c: Likewise.
1845 * gdb.base/signals.c: Likewise.
1846 * gdb.base/so-indr-cl.c: Likewise.
1847 * gdb.base/solib2.c: Likewise.
1848 * gdb.base/structs.c: Likewise.
1849 * gdb.base/sum.c: Likewise.
1850 * gdb.base/vforked-prog.c: Likewise.
1851 * gdb.base/watchpoint.c: Likewise.
1852 * gdb.reverse/shr2.c: Likewise.
1853 * gdb.reverse/until-reverse.c: Likewise.
1854 * gdb.reverse/ur1.c: Likewise.
1855 * gdb.reverse/watch-reverse.c: Likewise.
1856
066a77c5
AA
18572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1858
1859 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1860 variant.
1861 * gdb.base/sepdebug.exp: Drop references to removed code.
1862
4f204ea5
AA
18632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1866 variant. Preserve original line numbering.
1867 * gdb.base/list1.c: Likewise.
1868
3b377a3a
AA
18692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1870
1871 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1872 variant.
1873 * gdb.base/break1.c: Likewise.
1874 * gdb.base/break.exp: Drop references to removed code.
1875
e444df73
AA
18762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1877
1878 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1879 variant.
1880
8008f2a7
AA
18812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1882
1883 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1884
a5a06887
AA
18852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1886
1887 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1888 logic into perform_all_tests() and invoke it with and without
1889 function header prototypes.
1890 (do_function_calls): Remove conditional XFAIL for PR 5318.
1891 (rerun_and_prepare): Remove duplicate code.
1892 (perform_all_tests): New. Main logic moved here.
1893
44dba9b9
AA
18942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1895
1896 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1897 code guarded by #ifdef NO_PROTOTYPES.
1898 (t_double_many_args): Likewise.
1899 (DEF_FUNC_MANY_ARGS_1): Likewise.
1900 (DEF_FUNC_VALUES_1): Likewise.
1901 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1902 guarded by #ifdef PROTOTYPES.
1903
d1fbcd56
AA
19042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1905
1906 * gdb.mi/mi-console.c: Add eye-catcher.
1907 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1908 instead of literal line number.
1909
b0e59b8f
AA
19102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1911
1912 * gdb.base/shr2.c: Add eye-catcher.
1913 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1914 line number.
1915
78f98cca
AA
19162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1917
1918 * gdb.base/jump.c: Add eye-catchers.
1919 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1920 numbers.
1921
58fa2af0
AA
19222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1923
1924 * gdb.base/execd-prog.c: Add eye-catchers.
1925 * gdb.base/foll-exec.c: Likewise.
1926 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1927 line numbers.
1928
04e5059b
AA
19292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1930
1931 * gdb.base/ending-run.c: Add eye-catchers.
1932 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1933 literal line numbers.
1934
dbfdb174
AA
19352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1936
1937 * gdb.base/call-rt-st.c: Add eye-catchers.
1938 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1939 literal line numbers.
1940
888a2ade
AA
19412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1942
1943 * gdb.base/call-ar-st.c: Add eye-catchers.
1944 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1945 literal line numbers.
1946
6acc2dde
AA
19472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1948
1949 * gdb.base/average.c: Add eye-catchers.
1950 * gdb.base/sum.c: Likewise.
1951 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1952 regexps dynamically.
1953
9ecfcd1d
AA
19542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1955
1956 * gdb.base/solib1.c: Add eye-catchers.
1957 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1958 literal line numbers.
1959
78708b7c
PA
19602014-11-12 Pedro Alves <palves@redhat.com>
1961
1962 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1963 leader has exited.
1964
af48d08f
PA
19652014-11-12 Pedro Alves <palves@redhat.com>
1966
1967 * gdb.arch/i386-bp_permanent.c: New file.
1968 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1969 (srcfile): Set to i386-bp_permanent.c.
1970 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1971 that stepi does not execute the 'leave' instruction, instead of
1972 testing it does execute.
1973 * gdb.base/bp-permanent.c: New file.
1974 * gdb.base/bp-permanent.exp: New file.
1975
af3768e9
DE
19762014-11-10 Doug Evans <xdje42@gmail.com>
1977
1978 PR symtab/17564
1979 * gdb.base/symtab-search-order.exp: New file.
1980 * gdb.base/symtab-search-order.c: New file.
1981 * gdb.base/symtab-search-order-1.c: New file.
1982 * gdb.base/symtab-search-order-shlib-1.c: New file.
1983
9de00a4a
PA
19842014-11-07 Pedro Alves <palves@redhat.com>
1985
1986 PR gdb/17511
1987 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1988 i?86-*-linux*.
1989
e0f52461
SC
19902014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1991
1992 PR c++/17494
1993 * gdb.cp/pr17494.cc: New file.
1994 * gdb.cp/pr17494.exp: New file.
1995
6ce8c980
YQ
19962014-11-02 Yao Qi <yao@codesourcery.com>
1997
1998 * gdb.python/python.exp: Get working directory and match the
1999 output of "set extended-prompt \\w " with it.
2000
02be9a71
DE
20012014-10-30 Doug Evans <dje@google.com>
2002
2003 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2004 in objfiles.
2005 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2006 in progspaces.
2007
3bdff46b
LM
20082014-10-30 Janis Johnson <janisjo@codesourcery.com>
2009
2010 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2011 * gdb.base/realname-expand.exp: Likewise.
2012 * gdb.linespec/macro-relative.exp: Likewise.
2013
ab917dfb
PA
20142014-10-29 Pedro Alves <palves@redhat.com>
2015
2016 PR gdb/17408
2017 * gdb.threads/schedlock.c (some_function): New function.
2018 (call_function): New global.
2019 (MAYBE_CALL_SOME_FUNCTION): New macro.
2020 (thread_function): Call it.
2021 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2022 and use it instead of a global counter. Adjust all callers.
2023 (get_current_thread): Use "find current thread" for test message
2024 here rather than having all callers pass down the same string.
2025 (goto_loop): New procedure, factored out from ...
2026 (my_continue): ... this.
2027 (step_ten_loops): Change parameter from test message to command to
2028 use. Adjust.
2029 (list_count): Delete global.
2030 (check_result): New procedure, factored out from duplicate top
2031 level code.
2032 (continue tests): Wrap in with_test_prefix.
2033 (test_step): New procedure, factored out from duplicate top level
2034 code.
2035 (top level): Test "step" in combination with all scheduler-locking
2036 modes. Test "next" in combination with all scheduler-locking
2037 modes, and in combination with stepping over a function call or
2038 not.
2039 * gdb.threads/next-bp-other-thread.c: New file.
2040 * gdb.threads/next-bp-other-thread.exp: New file.
2041
d3d4baed
PA
20422014-10-29 Pedro Alves <palves@redhat.com>
2043
2044 PR python/17372
2045 * gdb.python/python.exp: Test a multi-line command that spawns
2046 interactive Python.
2047 * gdb.base/multi-line-starts-subshell.exp: New file.
2048
563e8d85
YQ
20492014-10-29 Yao Qi <yao@codesourcery.com>
2050
2051 * gdb.base/fileio.exp: Make directories on host.
2052
0ea4d52e
YQ
20532014-10-29 Yao Qi <yao@codesourcery.com>
2054
2055 * gdb.base/fileio.c (test_write): Close the file.
2056
7f5ef605
PA
20572014-10-28 Pedro Alves <palves@redhat.com>
2058
2059 PR gdb/12623
2060 * gdb.base/sigstep.c (no_handler): New global.
2061 (main): If 'no_handler is true, set the signal handlers to
2062 SIG_IGN.
2063 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2064 with_sw_watch and no_handler parameters. Handle them.
2065 (top level) <stepping over handler when stopped at a breakpoint
2066 test>: Add a test axis for testing with a software watchpoint, and
2067 another for testing with the signal handler set to SIG_IGN.
2068 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2069 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2070
abbdbd03
PA
20712014-10-28 Pedro Alves <palves@redhat.com>
2072
2073 PR gdb/17511
2074 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2075 * gdb.base/sigstep.exp (other_handler_location): New global.
2076 (advance): Support stepping into the signal handler, and running
2077 commands while in the handler.
2078 (in_handler_map): New global.
2079 (top level): In the advance test, add combinations for getting
2080 into the handler with stepping commands, and for running commands
2081 in the handler. Add comment descripting the advancei tests.
2082
1df4399f
PA
20832014-10-28 Pedro Alves <palves@redhat.com>
2084
2085 * gdb.base/sigstep.exp: Use build_executable instead of
2086 prepare_for_testing.
2087 (top level): Move code that starts GDB, runs to main and creates a
2088 display to ...
2089 (restart): ... this new procedure.
2090 (top level): Move backtrace from signal handler test to ...
2091 (validate_backtrace): ... this new procedure.
2092 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2093 with_test_prefix. Always restart GDB.
2094 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2095 with_test_prefix. Always restart GDB. No need to delete
2096 breakpoints after the test.
2097 (test_skip_handler): Remove prefix parameter.
2098 (skip_over_handler, breakpoint_to_handler)
2099 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2100 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2101 restart GDB. No need to delete breakpoints after the test.
2102 (top level): Use foreach to call the test procedures with
2103 different commands.
2104
a5b6e449
PA
21052014-10-28 Pedro Alves <palves@redhat.com>
2106
2107 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2108 instead of GNATS numbers.
2109 * gdb.base/sigbpt.exp: Likewise.
2110 * gdb.base/siginfo.exp: Likewise.
2111 * gdb.base/sigstep.exp: Likewise.
2112
e5f8a7cc
PA
21132014-10-27 Pedro Alves <palves@redhat.com>
2114
2115 * gdb.base/sigstep.c (dummy): New global.
2116 (main): Issue a couple writes to the new global.
2117 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2118 procedures.
2119 (skip_over_handler): Use test_skip_handler.
2120 (top level): Call skip_over_handler for stepi and nexti too.
2121 (breakpoint_over_handler): Use test_skip_handler.
2122 (top level): Call breakpoint_over_handler for stepi and nexti too.
2123
763905a3
YQ
21242014-10-27 Yao Qi <yao@codesourcery.com>
2125
2126 * gdb.trace/tfile.c (adjust_function_address)
2127 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2128 function descriptor.
2129
6f259a23
DB
21302014-10-24 Don Breazeal <donb@codesourcery.com>
2131
2132 * gdb.base/foll-fork.exp (test_follow_fork,
2133 catch_fork_child_follow): Check for updated fork messages emitted
2134 from infrun.c.
2135 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2136 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2137 vfork_and_exec_child_follow_through_step): Check for updated vfork
2138 messages emitted from infrun.c.
2139
09dd9a69
PA
21402014-10-24 Pedro Alves <palves@redhat.com>
2141
2142 * gdb.base/corefile.exp: Remove references to ultrix.
2143 * gdb.base/interrupt.exp: Likewise.
2144 * gdb.base/whatis.exp: Likewise.
2145 * gdb.gdb/selftest.exp: Likewise.
2146 * gdb.threads/manythreads.exp: Likewise.
2147 * gdb.threads/print-threads.exp: Likewise.
2148 * gdb.threads/pthreads.exp:: Likewise.
2149 * gdb.threads/schedlock.exp: Likewise.
2150
3433cfa5
SC
21512014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2152
2153 * gdb.cp/non-trivial-retval.cc: Add a test case.
2154 * gdb.cp/non-trivial-retval.exp: Add a test.
2155
092f880b
YQ
21562014-10-20 Yao Qi <yao@codesourcery.com>
2157
2158 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2159 * gdb.python/py-objfile-script-gdb.py: New file.
2160 * gdb.python/py-objfile-script.exp: Update reference to
2161 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2162 of remote_download. Remove the dest file.
2163
acbdb7f3
YQ
21642014-10-20 Yao Qi <yao@codesourcery.com>
2165
2166 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2167 * gdb.base/step-line.exp: Likewise.
2168 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2169 * gdb.dwarf2/dw2-basic.exp: Likewise.
2170 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2171 * gdb.dwarf2/dw2-filename.exp: Likewise.
2172 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2173 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2174 * gdb.dwarf2/dw2-producer.exp: Likewise.
2175 * gdb.dwarf2/mac-fileno.exp: Likewise.
2176 * gdb.python/py-frame-args.exp: Likewise.
2177 * gdb.python/py-framefilter.exp: Likewise.
2178 * gdb.python/py-mi.exp: Likewise.
2179 * gdb.python/py-objfile-script.exp: Likewise
2180 * gdb.python/py-pp-integral.exp: Likewise.
2181 * gdb.python/py-pp-re-notag.exp: Likewise.
2182 * gdb.python/py-prettyprint.exp: Likewise.
2183 * gdb.python/py-section-script.exp: Likewise.
2184 * gdb.python/py-typeprint.exp: Likewise.
2185 * gdb.python/py-xmethods.exp: Likewise.
2186 * gdb.stabs/weird.exp: Likewise.
2187 * gdb.xml/tdesc-regs.exp: Likewise.
2188
bd286a29
KCY
21892014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2190
2191 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2192 (out_cu): Use addr_len for the size of addresses.
2193 (out_line): Likewise. Size DW_LNE_set_address instruction
2194 according to addr_len.
2195 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2196 (FUNC): Add START_INSNS to definition.
2197
673dc4a0
YQ
21982014-10-18 Yao Qi <yao@codesourcery.com>
2199
2200 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2201 gdb_has_argv0 return true.
2202 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2203 check [target_info exists noargs], check [gdb_has_argv0]
2204 instead.
2205 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2206 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2207 procedures.
2208
4ffbba72
DE
22092014-10-17 Doug Evans <dje@google.com>
2210
2211 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2212 event.
2213 * gdb.python/py-events.py: Add clear_objfiles event.
2214
d096d8c1
DE
22152014-10-17 Doug Evans <dje@google.com>
2216
2217 * gdb.python/py-objfile.exp: Test progspace attribute.
2218
a80db015
LM
22192014-10-17 Luis Machado <lgustavo@codesourcery.com>
2220
2221 * gdb.guile/scm-breakpoint.exp: Do not assume any
2222 directory separators when matching source file paths.
2223 * gdb.python/py-breakpoint.exp: Likewise.
2224 * gdb.reverse/break-precsave.exp: Likewise.
2225 * gdb.reverse/break-reverse.exp: Likewise.
2226 * gdb.reverse/consecutive-precsave.exp: Likewise.
2227 * gdb.reverse/finish-precsave.exp: Likewise.
2228 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2229 * gdb.reverse/finish-reverse.exp: Likewise.
2230 * gdb.reverse/i386-precsave.exp: Likewise.
2231 * gdb.reverse/i387-env-reverse.exp: Likewise.
2232 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2233 * gdb.reverse/machinestate-precsave.exp: Likewise.
2234 * gdb.reverse/machinestate.exp: Likewise.
2235 * gdb.reverse/sigall-precsave.exp: Likewise.
2236 * gdb.reverse/solib-precsave.exp: Likewise.
2237 * gdb.reverse/step-precsave.exp: Likewise.
2238 * gdb.reverse/until-precsave.exp: Likewise.
2239 * gdb.reverse/watch-precsave.exp: Likewise.
2240 * gdb.reverse/watch-reverse.exp: Likewise.
2241
b22089ab
YQ
22422014-10-17 Yao Qi <yao@codesourcery.com>
2243
2244 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2245 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2246
6c4486e6
PA
22472014-10-17 Pedro Alves <palves@redhat.com>
2248
2249 PR gdb/17471
2250 * gdb.base/bg-execution-repeat.c: New file.
2251 * gdb.base/bg-execution-repeat.exp: New file.
2252
0ff33695
PA
22532014-10-17 Pedro Alves <palves@redhat.com>
2254
2255 PR gdb/17300
2256 * gdb.base/continue-all-already-running.c: New file.
2257 * gdb.base/continue-all-already-running.exp: New file.
2258
6fdebc3d
PA
22592014-10-17 Pedro Alves <palves@redhat.com>
2260
2261 PR gdb/17472
2262 * gdb.base/annota-input-while-running.c: New file.
2263 * gdb.base/annota-input-while-running.exp: New file.
2264
32a8097b
PA
22652014-10-17 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.base/callfuncs.exp: emove references to osf.
2268 * gdb.base/sigall.exp: Likewise.
2269 * gdb.gdb/selftest.exp: Likewise.
2270 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2271 * gdb.mi/non-stop.c: Likewise.
2272 * gdb.mi/pthreads.c: Likewise.
2273 * gdb.reverse/sigall-precsave.exp: Likewise.
2274 * gdb.reverse/sigall-reverse.exp: Likewise.
2275 * gdb.threads/pthreads.c: Likewise.
2276 * gdb.threads/pthreads.exp: Likewise.
2277
7a3517ff
YQ
22782014-10-17 Yao Qi <yao@codesourcery.com>
2279
2280 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2281 check 'target_info exists noargs'.
2282 (test_command_prompt_position): Likewise.
2283 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2284 Remove "set args".
2285 (progvar_simple_while_test): Likewise.
2286 (progvar_complex_if_while_test): Likewise.
2287 (if_while_breakpoint_command_test): Likewise.
2288 (infrun_breakpoint_command_test): Likewise.
2289 (breakpoint_command_test): Likewise.
2290 (watchpoint_command_test): Likewise.
2291 (bp_deleted_in_command_test): Likewise.
2292 (temporary_breakpoint_commands): Likewise.
2293
bb99c472
YQ
22942014-10-16 Yao Qi <yao@codesourcery.com>
2295
2296 * gdb.base/remotetimeout.exp: Remove noargs checking.
2297
7c16b83e
PA
22982014-10-15 Pedro Alves <palves@redhat.com>
2299
2300 PR breakpoints/9649
2301 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2302 * gdb.base/breakpoint-in-ro-region.exp
2303 (probe_target_hardware_step): New procedure.
2304 (top level): Probe hardware stepping and hardware breakpoint
2305 support. Test stepping through a read-only region, with both
2306 "breakpoint auto-hw" on and off and both "always-inserted" on and
2307 off.
2308
35a49624
IB
23092014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2310
2311 * gdb.dlang/demangle.exp: Update for demangling changes.
2312
2d1c107c
SC
23132014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2314
2315 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2316 * gdb.cp/non-trivial-retval.exp: Add new tests.
2317
778811d5
SC
23182014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2319
2320 PR c++/13403
2321 PR c++/15154
2322 * gdb.cp/non-trivial-retval.cc: New file.
2323 * gdb.cp/non-trivial-retval.exp: New file.
2324
10c5f0a8
YQ
23252014-10-15 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2328 remote host.
2329
65d7b369
YQ
23302014-10-15 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.python/py-symbol.exp: Match file base name if host is
2333 remote, otherwise match file name with dir name.
2334 * gdb.python/py-symtab.exp: Likewise.
2335 * gdb.python/python.exp: Likewise.
2336
46dc1394
YQ
23372014-10-15 Yao Qi <yao@codesourcery.com>
2338
2339 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2340 pattern.
2341 * gdb.python/py-symtab.exp: Likewise.
2342 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2343 locationn.
2344
c40cc657
JB
23452014-10-14 Joel Brobecker <brobecker@adacore.com>
2346
2347 * gdb.ada/addr_arith: New testcase.
2348
2abf49e1
MR
23492014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2350
2351 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2352 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2353 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2354 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2355
f7088df3
SDJ
23562014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2357
2358 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2359 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2360 * gdb.arch/stap-eval-lang-ada.exp: New file.
2361
4dc06805
YQ
23622014-10-14 Yao Qi <yao@codesourcery.com>
2363
2364 * gdb.mi/mi-var-child.c (nothing1): New function.
2365 (nothing2): New function.
2366 (do_children_tests): Set function pointers by nothing1 and
2367 nothing2.
2368 * gdb.mi/mi-var-child.exp: Step over new added statements.
2369 Update test to match the new output.
2370 * gdb.mi/var-cmd.c (nothing1): New function.
2371 (nothing2): New function.
2372 (do_children_tests): Set function pointers by nothing1 and
2373 nothing2.
2374 * gdb.mi/mi-var-display.exp: Update test to match output.
2375 Step to the line specified by $line_dct_nothing.
2376 Increase the number of lines to step.
2377
46a93de2
YQ
23782014-10-14 Yao Qi <yao@codesourcery.com>
2379
2380 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2381 tests.
2382 * gdb.mi/mi2-var-child.exp: Likewise.
2383
14ea52ee
DE
23842014-10-13 Doug Evans <dje@google.com>
2385
2386 * gdb.python/py-objfile.exp: Change name of file name test.
2387
e5c6e92b
DE
23882014-10-13 Doug Evans <dje@google.com>
2389
2390 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2391 from the start of the CU.
2392
c780cc2f
JK
23932014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2394 Yao Qi <yao@codesourcery.com>
2395
2396 Fix "save breakpoints" for "catch" command.
2397 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2398 Remove -nonewline. Match also the added "main" line.
2399
99894e11
JK
24002014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 Fix "save breakpoints" for "disable $bpnum" command.
2403 * gdb.base/save-bp.c (main): Add label.
2404 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2405
6e1ac5a3
JK
24062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2407
2408 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2409
754dd2b0
YQ
24102014-10-11 Yao Qi <yao@codesourcery.com>
2411
2412 * gdb.server/server-kill.exp: Execute command
2413 "set remote trace-status-packet on" before "tstatus".
2414
f90183d7
YQ
24152014-10-11 Yao Qi <yao@codesourcery.com>
2416
2417 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2418 (main): Call getppid.
2419 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2420 and continue to it. Read variable "server_pid".
2421
bf40a607
YQ
24222014-10-11 Yao Qi <yao@codesourcery.com>
2423
2424 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2425
052ca370
YQ
24262014-10-11 Yao Qi <yao@codesourcery.com>
2427
2428 * gdb.threads/thread-find.exp: Don't execute command
2429 "info threads".
2430 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2431 * gdb.threads/linux-dp.exp: Don't check the condition
2432 $threads_created equals to zero.
2433
3831839c
PA
24342014-10-10 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.base/bigcore.exp: Remove references to IRIX.
2437 * gdb.base/funcargs.exp: Likewise.
2438 * gdb.base/interrupt.exp: Likewise.
2439 * gdb.base/mips_pro.exp: Likewise.
2440 * gdb.base/nodebug.exp: Likewise.
2441 * gdb.base/setvar.exp: Likewise.
2442 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2443
8b9a549d
PA
24442014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2445 Pedro Alves <palves@redhat.com>
2446
2447 PR symtab/14466
2448 * gdb.base/vdso-warning.c: New file.
2449 * gdb.base/vdso-warning.exp: New file.
2450
d48ba5e8
DE
24512014-10-02 Doug Evans <dje@google.com>
2452
2453 * gdb.base/structs.c (main): Don't run forever.
2454
2278c276
PA
24552014-10-02 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2458 (top level) <stop threads 1, stop threads 2>: Use it.
2459
b57bacec
PA
24602014-10-02 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.threads/break-while-running.exp (test): Add new
2463 'update_thread_list' argument. Skip "info threads" if false.
2464 (top level): Add new 'update_thread_list' axis.
2465
13fd3ff3
PA
24662014-10-02 Pedro Alves <palves@redhat.com>
2467
2468 PR breakpoints/17431
2469 * gdb.base/execl-update-breakpoints.c: New file.
2470 * gdb.base/execl-update-breakpoints.exp: New file.
2471
0fec99e8
PA
24722014-10-01 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.base/breakpoint-in-ro-region.c: New file.
2475 * gdb.base/breakpoint-in-ro-region.exp: New file.
2476
2ddf4301
SM
24772014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2478
2479 * gdb.mi/mi-exit-code.exp: New file.
2480 * gdb.mi/mi-exit-code.c: New file.
2481
6a5f3f43
YQ
24822014-09-30 Yao Qi <yao@codesourcery.com>
2483
2484 * lib/prelink-support.exp (build_executable_own_libs): Error if
2485 the target isn't native.
2486
345bcc73
YQ
24872014-09-30 Yao Qi <yao@codesourcery.com>
2488
2489 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2490 false.
2491
a25a5a45
PA
24922014-09-22 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.threads/break-while-running.exp: New file.
2495 * gdb.threads/break-while-running.c: New file.
2496
00ba3162
YQ
24972014-09-19 Yao Qi <yao@codesourcery.com>
2498
2499 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2500 Invoke test. Restart GDB with --readnow and invoke test again.
2501
c3b7b696
YQ
25022014-09-19 Yao Qi <yao@codesourcery.com>
2503
2504 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2505 proc set_breakpoint_on_gcd_function. Invoke
2506 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2507 invoke set_breakpoint_on_gcd_function again.
2508
2b4fd423
DE
25092014-09-18 Doug Evans <dje@google.com>
2510
2511 * gdb.dwarf2/symtab-producer.exp: New file.
2512
a5947601
SDJ
25132014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2514
2515 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2516 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2517 * gdb.base/global-var-nested-by-dso.c: Likewise.
2518 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2519
91c19059
SDJ
25202014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2521 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.base/watch-bitfields.exp: Pass string other than test file
2524 name to prepare_for_testing.
2525 (watch): New procedure.
2526 (expect_watchpoint): Use with_test_prefix.
2527 (top level): Factor out tests to ...
2528 (test_watch_location, test_regular_watch): ... these new
2529 procedures, and use with_test_prefix and gdb_continue_to_end.
2530
bb9d5f81
PP
25312014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2532
2533 PR breakpoints/12526
2534 * gdb.base/watch-bitfields.exp: New file.
2535 * gdb.base/watch-bitfields.c: New file.
2536
635856f5
PA
25372014-09-16 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2540 software and hardware addresses, not software address against
2541 itself.
2542
7280ceea
PA
25432014-09-16 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2546 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2547
428b16bd
PA
25482014-09-16 Pedro Alves <palves@redhat.com>
2549
2550 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2551 files.
2552 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2553 "*-*-vxworks*" throughout.
2554 * gdb.base/break.exp: Likewise.
2555 * gdb.base/default.exp: Likewise.
2556 * gdb.base/scope.exp: Likewise.
2557 * gdb.base/sepdebug.exp: Likewise.
2558 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2559 throughout.
2560 * gdb.base/run.c: Likewise.
2561 * gdb.base/sepdebug.c: Likewise.
2562 * gdb.hp/gdb.aCC/run.c: Likewise.
2563 * gdb.reverse/until-reverse.c: Likewise.
2564 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2565
666d413c
YQ
25662014-09-16 Yao Qi <yao@codesourcery.com>
2567
2568 * boards/local-remote-host-native.exp: New file.
2569
57cbd724
DE
25702014-09-14 Doug Evans <xdje42@gmail.com>
2571
2572 * gdb.threads/queue-signal.c (thread_count): New variable.
2573 (thread_count_mutex, thread_count_condvar): New variables.
2574 (incr_thread_count, wait_all_threads_running): New functions.
2575 (main): Wait for all threads to be in their thread functions.
2576
81219e53
DE
25772014-09-13 Doug Evans <xdje42@gmail.com>
2578
2579 * gdb.threads/queue-signal.c: New file.
2580 * gdb.threads/queue-signal.exp: New file.
2581
3714cea7
DE
25822014-09-13 Doug Evans <xdje42@gmail.com>
2583
2584 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2585 be consistent with what default_gdb_init uses.
2586 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2587 the plain text of the prompt. Add some logging printfs.
2588 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2589
fa43b1d7
PA
25902014-09-12 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2593 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2594 * gdb.arch/i386-size-overlap.exp: Likewise.
2595 * gdb.arch/i386-size.exp: Likewise.
2596 * gdb.arch/i386-unwind.exp: Likewise.
2597 * gdb.base/a2-run.exp: Likewise.
2598 * gdb.base/break.exp: Likewise.
2599 * gdb.base/charset.exp: Likewise.
2600 * gdb.base/chng-syms.exp: Likewise.
2601 * gdb.base/commands.exp: Likewise.
2602 * gdb.base/dbx.exp: Likewise.
2603 * gdb.base/find.exp: Likewise.
2604 * gdb.base/funcargs.exp: Likewise.
2605 * gdb.base/jit-simple.exp: Likewise.
2606 * gdb.base/reread.exp: Likewise.
2607 * gdb.base/sepdebug.exp: Likewise.
2608 * gdb.base/step-bt.exp: Likewise.
2609 * gdb.cp/mb-inline.exp: Likewise.
2610 * gdb.cp/mb-templates.exp: Likewise.
2611 * gdb.objc/basicclass.exp: Likewise.
2612 * gdb.threads/killed.exp: Likewise.
2613
9d9bf2df
EBM
26142014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2615
2616 PR tdep/17379
2617 * gdb.arch/powerpc-stackless.S: New file.
2618 * gdb.arch/powerpc-stackless.exp: New file.
2619
1cf2f1b0
JK
26202014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 * gdb.base/attach.c: Include unistd.h.
2623 (main): Call alarm. Add label postloop.
2624 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2625 gdb_breakpoint, gdb_continue_to_breakpoint.
2626 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2627
98880d46
PA
26282014-09-11 Pedro Alves <palves@redhat.com>
2629
2630 PR gdb/17347
2631 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2632 * gdb.base/attach.exp (test_command_line_attach_run): New
2633 procedure.
2634 (top level): Call it.
2635
4c92ff2c
PA
26362014-09-11 Pedro Alves <palves@redhat.com>
2637
2638 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2639 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2640 (do_command_attach_tests): Use spawn_wait_for_attach.
2641 * gdb.base/solib-overlap.exp: Likewise.
2642 * gdb.multi/multi-attach.exp: Likewise.
2643 * gdb.python/py-prompt.exp: Likewise.
2644 * gdb.python/py-sync-interp.exp: Likewise.
2645 * gdb.server/ext-attach.exp: Likewise.
2646
3adc1a7d
GKB
26472014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2648
2649 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2650 command in testcase. Simplify testcase.
2651
96334934
JB
26522014-09-10 Joel Brobecker <brobecker@adacore.com>
2653
2654 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2655
eb479039
JB
26562014-09-10 Joel Brobecker <brobecker@adacore.com>
2657
2658 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2659
deede10c
JB
26602014-09-10 Joel Brobecker <brobecker@adacore.com>
2661
2662 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2663
7828a5f5
JB
26642014-09-10 Joel Brobecker <brobecker@adacore.com>
2665
2666 * gdb.dwarf2/dynarr-ptr.c: New file.
2667 * gdb.dwarf2/dynarr-ptr.exp: New file.
2668
33aeebcf
MR
26692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2670
2671 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2672 of 30 rather than hardcoding 120 for a slow test case. Take the
2673 `gdb,timeout' target setting into account for this calculation.
2674 Don't extend the timeout for the test cases that don't need it.
2675
7b415901
MR
26762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2677
2678 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2679 a factor of 2 for a slow test case. Take the `gdb,timeout'
2680 target setting into account for this calculation.
2681 * gdb.reverse/until-precsave.exp: Increase the timeout by
2682 a factor of 15 and 3 respectively rather than adding 120
2683 for a pair of slow test cases. Take the `gdb,timeout'
2684 target setting into account for this calculation.
2685
4a40f85a
MR
26862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2687
2688 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2689 timeout, don't pass one down to gdb_expect.
2690 (gdb_expect): Rework timeout selection.
2691
09635af7
MR
26922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2693
2694 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2695 exception on timeout.
2696 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2697 (gdbserver_start_extended): Catch any `gdbserver_start' error
2698 exceptions.
2699 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2700 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2701 `gdbserver_gdb_load' error exceptions.
2702
2bdd10b7
MR
27032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2704
2705 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2706 120 on waiting for the TCP socket to open.
2707
316935f0
DE
27082014-09-09 Doug Evans <xdje42@gmail.com>
2709
2710 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2711 _caller_matches, _any_caller_is, _any_caller_matches.
2712
83740597
DE
27132014-09-09 Doug Evans <xdje42@gmail.com>
2714
2715 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2716
4c122fc3
YQ
27172014-09-09 Yao Qi <yao@codesourcery.com>
2718
2719 * gdb.mi/mi-var-display.exp: Set print symbol off.
2720
a9f116cb
GKB
27212014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2722
2723 PR gdb/17035
2724 * gdb.base/commands.exp: Add tests to verify user-defined
2725 commands with empty bodies.
2726 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2727 python commands in `show user command`.
2728 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2729 scheme commands in `show user command`.
2730
c75bd3a2
JK
27312014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 PR python/17355
2734 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2735 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2736 * gdb.python/py-framefilter-invalidarg.exp: New file.
2737 * gdb.python/py-framefilter-invalidarg.py: New file.
2738
faa42425
DE
27392014-09-06 Doug Evans <xdje42@gmail.com>
2740
2741 PR 15276
2742 * gdb.python/py-caller-is.c: New file.
2743 * gdb.python/py-caller-is.exp: New file.
2744
474ca4f6
SDJ
27452014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2746
2747 PR gdb/17235
2748 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2749 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2750
eb0b0463
SDJ
27512014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2752
2753 PR fortran/17237
2754 * gdb.fortran/print-formatted.exp: New file.
2755 * gdb.fortran/print-formatted.f90: Likewise.
2756
5f3b99cf
SS
27572014-09-03 Sasha Smundak <asmundak@google.com>
2758
2759 * gdb.python/py-frame.exp: Test Frame.read_register.
2760
7d793aa9
SDJ
27612014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2762
2763 PR python/16699
2764 * gdb.python/py-completion.exp: New file.
2765 * gdb.python/py-completion.py: Likewise.
2766
fb0576e9
DE
27672014-08-28 Doug Evans <dje@google.com>
2768
2769 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2770 eax,etc. are live with values set by gdb and thus the compiler can't
2771 use them.
2772 * gdb.arch/i386-pseudo.c (main): Ditto.
2773
ee92b0dd
DE
27742014-08-27 Doug Evans <dje@google.com>
2775
2776 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2777
6649db35
DE
27782014-08-25 Doug Evans <dje@google.com>
2779
2780 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2781 (main): Ditto.
2782
564b7600
DE
27832014-08-25 Doug Evans <dje@google.com>
2784
2785 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2786
3881fb67
YQ
27872014-08-24 Yao Qi <yao@codesourcery.com>
2788
2789 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2790 symbol off.
2791 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2792
a05a36a5
DE
27932014-08-22 Doug Evans <dje@google.com>
2794
2795 PR 17276
2796 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2797 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2798 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2799
7c343b48
YQ
28002014-08-22 Yao Qi <yao@codesourcery.com>
2801
2802 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2803 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2804 * gdb.python/python.exp: Likewise. Use .py file on the host
2805 instead of the build.
2806
22fd09ae
JK
28072014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2808
2809 * gdb.threads/gcore-stale-thread.c: New file.
2810 * gdb.threads/gcore-stale-thread.exp: New file.
2811
a8454a7c
PA
28122014-08-21 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2815 * gdb.base/gcore-relro-pie.exp: Likewise.
2816 * gdb.base/gcore-relro.exp: Likewise.
2817 * gdb.base/gcore.exp: Likewise.
2818 * gdb.base/print-symbol-loading.exp: Likewise.
2819 * gdb.threads/gcore-thread.exp: Likewise.
2820 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2821
2a31c623
PA
28222014-08-20 Pedro Alves <palves@redhat.com>
2823 Jan Kratochvil <jan.kratochvil@redhat.com>
2824
2825 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2826 configure.
2827 (EXPECT): Handle READ1 being set.
2828 (all): Depend on EXTRA_RULES.
2829 (check-read1, expect-read1, read1.so, read1): New rules.
2830 * README (Testsuite Parameters): Document the READ1 make variable.
2831 (Race detection): New section.
2832 * configure: Regenerate.
2833 * configure.ac: If build==host==target, and running under a
2834 GNU/glibc system, add read1 to the extra Makefile rules.
2835 (EXTRA_RULES): AC_SUBST it.
2836 * lib/read1.c: New file.
2837
d36430db
JB
28382014-08-20 Joel Brobecker <brobecker@adacore.com>
2839
2840 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2841 the handling of variables declared as a typedef to an array
2842 which a DW_AT_data_location attribute.
2843
9a0dc9e3
PA
28442014-08-19 Andrew Burgess <aburgess@broadcom.com>
2845 Pedro Alves <palves@redhat.com>
2846
2847 PR symtab/14604
2848 PR symtab/14605
2849 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2850 gdb_test.
2851
0718a8da
PA
28522014-08-19 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2855
13b448cd
YQ
28562014-08-19 Yao Qi <yao@codesourcery.com>
2857
2858 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2859 right line.
2860
1cbf5077
DB
28612014-08-18 David Blaikie <dblaikie@gmail.com>
2862
2863 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2864
bf0fae19
JB
28652014-08-18 Joel Brobecker <brobecker@adacore.com>
2866
2867 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2868 attribute in array range.
2869
3c8c5dcc
JB
28702014-08-18 Joel Brobecker <brobecker@adacore.com>
2871
2872 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2873
e66d4446
SC
28742014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2875
2876 PR c++/17132
2877 * gdb.cp/pr17132.cc: New file.
2878 * gdb.cp/pr17132.exp: New file.
2879
940df408
SC
28802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2881
2882 * gdb.python/py-xmethods.py (A_getarrayind)
2883 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2884 Use 'print' with function call syntax.
2885 (E_method_matcher.match): Fix tab vs space indentation mixup.
2886
ebcc6c3a
YQ
28872014-08-15 Yao Qi <yao@codesourcery.com>
2888
2889 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2890 false.
2891
775e0f04
YQ
28922014-08-15 Yao Qi <yao@codesourcery.com>
2893
2894 * gdb.cp/casts.exp: Set print symbol off.
2895 * gdb.cp/class2.exp: Likewise.
2896 * gdb.cp/overload.exp: Likewise.
2897 * gdb.cp/templates.exp: Likewise.
2898
d769e349
DE
28992014-08-11 Doug Evans <dje@google.com>
2900
2901 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2902 (test_load_shlib): Update.
2903
20c6f1e1
YQ
29042014-08-09 Yao Qi <yao@codesourcery.com>
2905
2906 * gdb.base/display.exp: Invoke is_address_zero_readable.
2907 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2908 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2909 * gdb.base/hbreak-unmapped.exp: Return if
2910 is_address_zero_readable returns true.
2911 * gdb.base/signest.exp: Likewise.
2912 * gdb.base/signull.exp: Likewise.
2913 * gdb.base/sigbpt.exp: Likewise.
2914 * gdb.guile/scm-disasm.exp: Do the test if
2915 is_address_zero_readable returns false.
2916 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2917 * gdb.python/py-arch.exp: Likewise.
2918 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2919 * lib/gdb.exp (is_address_zero_readable): New proc.
2920
5792e8e3
YQ
29212014-08-09 Yao Qi <yao@codesourcery.com>
2922
2923 PR testsuite/13443
2924 * gdb.mi/mi-var-display.exp: Make test messages unique.
2925
3cecbbbe
TT
29262014-08-04 Tom Tromey <tromey@redhat.com>
2927
2928 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2929 target 0".
2930
00b51ff5
TT
29312014-08-04 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2934 "target_resume".
2935
6908c509
JB
29362014-08-01 Joel Brobecker <brobecker@adacore.com>
2937
2938 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2939 inner_vla_struct_object_size.
2940 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2941 as xfail.
2942
cc6563d2
PA
29432014-07-30 Pedro Alves <palves@redhat.com>
2944
2945 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2946 comment.
2947
7e09a223
YQ
29482014-07-29 Yao Qi <yao@codesourcery.com>
2949
2950 PR gdb/17206
2951 * gdb.base/until-nodebug.exp: New.
2952
7ebdbe92
DE
29532014-07-28 Doug Evans <xdje42@gmail.com>
2954
2955 PR guile/17203
2956 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2957 previously existing parameter, and previously ambiguously spelled
2958 parameter.
2959
fdb1adc6
WN
29602014-07-28 Will Newton <will.newton@linaro.org>
2961
2962 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2963
186fcde0
DE
29642014-07-26 Ludovic Courtès <ludo@gnu.org>
2965 Doug Evans <xdje42@gmail.com>
2966
2967 PR guile/17146
2968 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2969
70509625
PA
29702014-07-25 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.threads/signal-command-handle-nopass.c: New file.
2973 * gdb.threads/signal-command-handle-nopass.exp: New file.
2974 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2975 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2976 * gdb.threads/signal-delivered-right-thread.c: New file.
2977 * gdb.threads/signal-delivered-right-thread.exp: New file.
2978
c3f814a1
PA
29792014-07-25 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/double-prompt-target-event-error.exp
2982 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2983 match.
2984 (cancel_pagination_in_target_event): Rework double prompt
2985 detection.
2986 * gdb.base/paginate-after-ctrl-c-running.exp
2987 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2988 <return>' match.
2989 * gdb.base/paginate-bg-execution.exp
2990 (test_bg_execution_pagination_return)
2991 (test_bg_execution_pagination_cancel): Remove '-notransfer
2992 <return>' matches.
2993 * gdb.base/paginate-execution-startup.exp
2994 (test_fg_execution_pagination_return)
2995 (test_fg_execution_pagination_cancel): Remove '-notransfer
2996 <return>' matches.
2997 * gdb.base/paginate-inferior-exit.exp
2998 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2999 match.
3000 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3001 * lib/gdb.exp (pagination_prompt): Run text through
3002 string_to_regexp.
3003 (gdb_test_multiple): Match $pagination_prompt instead of
3004 "<return>".
3005 (string_to_regexp): Move to lib/gdb-utils.exp.
3006
e214cf6c
JK
30072014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3008
3009 * gdb.arch/amd64-entry-value-paramref.S: New file.
3010 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3011 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3012 * gdb.arch/amd64-optimout-repeat.S: New file.
3013 * gdb.arch/amd64-optimout-repeat.c: New file.
3014 * gdb.arch/amd64-optimout-repeat.exp: New file.
3015
17d0c5c8
JK
30162014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3017
3018 PR gdb/17170
3019 * gdb.base/statistics.exp: New file.
3020
b8b8facf
DE
30212014-07-17 Doug Evans <dje@google.com>
3022
74b49205 3023 PR gdb/17170
b8b8facf
DE
3024 * gdb.base/maint.exp: Update testing of per-command stats.
3025
1b5d0ab3
PA
30262014-07-16 Pedro Alves <palves@redhat.com>
3027
3028 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3029 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3030 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3031 (tfile_write_buf): New functions.
3032 (add_memory_block): Rewrite using the above.
3033 (adjust_function_address): New function.
3034 (FUNCTION_ADDRESS): New macro.
3035 (write_basic_trace_file): Remove short_x local, and use
3036 tfile_write_16. Change type of func_addr local to unsigned long
3037 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3038 here. Cast argument of add_memory_block to char pointer.
3039 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3040 (main): Remove parameters.
3041 * gdb.trace/tfile.exp: Remove nowarnings.
3042
4d974e88
SM
30432014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3044
3045 * gdb.base/debug-expr.exp: Test string evaluation with
3046 "debug expression" on.
3047
41e99568
PA
30482014-07-15 Pedro Alves <palves@redhat.com>
3049
3050 * gdb.base/reread.exp: Use clean_restart.
3051
487d9753
PL
30522014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3053
3054 * gdb.arch/avr-flash-qualifer.c: New.
3055 * gdb.arch/avr-flash-qualifer.exp: New.
3056
cc1c52ad
PA
30572014-07-14 Pedro Alves <palves@redhat.com>
3058
3059 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3060 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3061
1e973570
PA
30622014-07-14 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.base/double-prompt-target-event-error.c: New file.
3065 * gdb.base/double-prompt-target-event-error.exp: New file.
3066
93d6eb10
PA
30672014-07-14 Pedro Alves <palves@redhat.com>
3068
3069 PR gdb/17072
3070 * gdb.base/paginate-inferior-exit.c: New file.
3071 * gdb.base/paginate-inferior-exit.exp: New file.
3072
0017922d
PA
30732014-07-14 Pedro Alves <palves@redhat.com>
3074
3075 PR gdb/17072
3076 * gdb.base/paginate-bg-execution.c: New file.
3077 * gdb.base/paginate-bg-execution.exp: New file.
3078
94696ad3
PA
30792014-07-14 Pedro Alves <palves@redhat.com>
3080
3081 PR gdb/17072
3082 * gdb.base/paginate-execution-startup.c: New file.
3083 * gdb.base/paginate-execution-startup.exp: New file.
3084 * lib/gdb.exp (pagination_prompt): New global.
3085 (default_gdb_spawn): New procedure, factored out from
3086 default_gdb_spawn.
3087 (default_gdb_start): Adjust to call default_gdb_spawn.
3088 (gdb_spawn): New procedure.
3089
bd293940
PA
30902014-07-14 Pedro Alves <palves@redhat.com>
3091
3092 * lib/gdb.exp (gdb_assert): New procedure.
3093 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3094
c933f875
PA
30952014-07-14 Pedro Alves <palves@redhat.com>
3096
3097 * gdb.base/execution-termios.c: New file.
3098 * gdb.base/execution-termios.exp: New file.
3099
d98b7a16
TT
31002014-07-14 Tom Tromey <tromey@redhat.com>
3101
3102 * gdb.cp/vla-cxx.cc: New file.
3103 * gdb.cp/vla-cxx.exp: New file.
3104
548740d6
TT
31052014-07-14 Tom Tromey <tromey@redhat.com>
3106
3107 * gdb.reverse/rerun-prec.c: New file.
3108 * gdb.reverse/rerun-prec.exp: New file.
3109
a25eb028
MR
31102014-07-12 Maciej W. Rozycki <macro@mips.com>
3111 Maciej W. Rozycki <macro@codesourcery.com>
3112
3113 * lib/gdb-utils.exp: New file.
3114 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3115 inline `gdb_init_command' processing.
3116 (gdb_start_cmd): Likewise.
3117 * lib/mi-support.exp (mi_run_cmd): Likewise.
3118 * README: Document `gdb_init_command' and `gdb_init_commands'.
3119
218c2655
JK
31202014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3121
3122 Fix false FAIL running under a very long directory name.
3123 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3124 and "set print elements 10000". Twice.
3125
5401fde3
YQ
31262014-07-11 Yao Qi <yao@codesourcery.com>
3127
3128 * gdb.base/exprs.exp: "set print symbol off".
3129
e76126e8
PA
31302014-07-11 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.threads/kill.c: New file.
3133 * gdb.threads/kill.exp: New file.
3134
2d6f0de6
YQ
31352014-07-10 Yao Qi <yao@codesourcery.com>
3136
3137 * gdb.trace/tfile.c (write_basic_trace_file)
3138 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3139 address written to trace file.
3140
7180e04a
PA
31412014-07-09 Pedro Alves <palves@redhat.com>
3142
3143 * gdb.base/attach-wait-input.exp: New file.
3144 * gdb.base/attach-wait-input.c: New file.
3145
9a9a7608
AB
31462014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3147
3148 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3149 setting up test structures.
3150 (main): Call new test function.
3151 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3152 test function, continue into test function and walk test
3153 structures.
3154
161ac41e
YQ
31552014-07-02 Yao Qi <yao@codesourcery.com>
3156
3157 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3158 'bar_start' at the beginning of functions 'foo' and 'bar'
3159 respectively.
3160 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3161 instead of 'foo' and 'bar'.
3162
1f267ae3
MM
31632014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3164
3165 * gdb.btrace/segv.exp: New.
3166 * gdb.btrace/segv.c: New.
3167
2b239efb
LM
31682014-07-02 Luis Machado <lgustavo@codesourcery.com>
3169
3170 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3171 instruction.
3172
cf363f18
MW
31732014-06-30 Mark Wielaard <mjw@redhat.com>
3174
3175 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3176 vulture, vilify, villar): New volatile array constants.
3177 (vindictive, vegetation): New const volatile array constants.
3178 * gdb.base/volatile.exp: Test volatile and const volatile array
3179 types.
3180
aebf9d24
AA
31812014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3182
3183 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3184 target lacks support for awatch, rwatch, or hbreak.
3185
b67a2c6f
YQ
31862014-06-27 Yao Qi <yao@codesourcery.com>
3187
3188 * gdb.multi/dummy-frame-restore.exp: New.
3189 * gdb.multi/dummy-frame-restore.c: New.
3190
aef92902
MM
31912014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3192
3193 * gdb.btrace/gcore.exp: New.
3194
8e9db26e
PA
31952014-06-23 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/watchpoint-reuse-slot.c: New file.
3198 * gdb.base/watchpoint-reuse-slot.exp: New file.
3199
70afc5b7
SC
32002014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3201
3202 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3203 progspace's filename in 'info', 'enable' and 'disable' command
3204 tests.
3205
b972bd9c
JK
32062014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3207
3208 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3209 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3210 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3211
125f8a3d
GB
32122014-06-20 Gary Benson <gbenson@redhat.com>
3213
3214 * gdb.arch/i386-avx.exp: Fix include file location.
3215 * gdb.arch/i386-sse.exp: Likewise.
3216
3ed9baed
IB
32172014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3218
3219 * gdb.dlang/expression.exp: New file.
3220
034f788c
PA
32212014-06-19 Pedro Alves <palves@redhat.com>
3222
3223 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3224 out from ...
3225 (top level): ... here. Iterate running tests under different
3226 scheduler-locking settings.
3227
45371d0c
LM
32282014-06-18 Luis Machado <lgustavo@codesourcery.com>
3229
3230 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3231 to DW_FORM_addr and use non-zero addresses.
3232
5d376983
SC
32332014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3234
3235 PR gdb/17017
3236 * gdb.python/py-xmethods.cc: Add global function call counters and
3237 increment them in their respective functions. Remove "cout"
3238 statements.
3239 * gdb.python/py-xmethods.exp: Make tests check the global function
3240 call counters instead of depending on inferior IO.
3241
a1aa2221
LM
32422014-06-18 Don Breazeal <donb@codesourcery.com>
3243
3244 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3245 Deleted procedure.
3246 (explicit_fork_parent_follow): Deleted procedure.
3247 (explicit_fork_child_follow): Deleted procedure.
3248 (test_follow_fork): New procedure.
3249 (do_fork_tests): Replace calls to deleted procedures with
3250 calls to test_follow_fork and reset GDB for subsequent
3251 procedure calls.
3252
0fc05997
YQ
32532014-06-17 Yao Qi <yao@codesourcery.com>
3254
3255 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3256 CP1252.
3257
70795c52
LM
32582014-06-17 Luis Machado <lgustavo@codesourcery.com>
3259
3260 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3261 Initialize ptr and S explicitly.
3262 (skip_type_update_when_not_use_rtti_test): Likewise.
3263
6be47f0c
KS
32642014-06-16 Keith Seitz <keiths@redhat.com>
3265
3266 PR mi/15863
3267 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3268 the inferior is started.
3269
d03de421
PA
32702014-06-16 Pedro Alves <palves@redhat.com>
3271
3272 * gdb.base/break-main-file-remove-fail.c: New file.
3273 * gdb.base/break-main-file-remove-fail.exp: New file.
3274 * gdb.base/break-unload-file.exp: Use build_executable instead of
3275 prepare_for_testing.
3276 (test_break): New parameter "initial_load". Handle it.
3277 (top level): Add initial_load cmdline/file axis.
3278
f9579b99
TT
32792014-06-12 Tom Tromey <tromey@redhat.com>
3280
3281 * gdb.base/completion.exp: Don't use directory name in test.
3282
3657956b
GB
32832014-06-09 Gary Benson <gbenson@redhat.com>
3284
3285 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3286 separate the always-available ANSI-standard signals from the
3287 signals that require checking.
3288 (main): Likewise.
3289 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3290 Likewise.
3291 (main): Likewise.
3292
4186eb54
KS
32932014-06-07 Keith Seitz <keiths@redhat.com>
3294
3295 Revert:
3296 PR c++/16253
3297 * gdb.cp/var-tag.cc: New file.
3298 * gdb.cp/var-tag.exp: New file.
3299 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3300 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3301 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3302 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3303
25326a28 33042014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3305
3306 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3307
829155c9
PA
33082014-06-06 Pedro Alves <palves@redhat.com>
3309
3310 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3311 in target debug output instead of looking at RSP packets,
3312 disabling the test on any target that uses hardware stepping.
3313 Update comments.
3314
61c8d22e
PA
33152014-06-06 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.base/break-unload-file.exp: Fix typo.
3318
d9a47287
YQ
33192014-06-06 Yao Qi <yao@codesourcery.com>
3320
3321 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3322 from "jit_function" to "^jit_function".
3323
e5e01dbf
YQ
33242014-06-06 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.base/async.c (foo): Add one statement.
3327 * gdb.base/async.exp: Get the next instruction address and
3328 match the output of "nexti" by instruction address. Match
3329 the hex address in the output of "finish".
3330
73ba372c
GB
33312014-06-06 Gary Benson <gbenson@redhat.com>
3332
3333 * gdb.base/call-signals.c: Remove preprocessor conditionals
3334 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3335 SIGSEGV and SIGTERM.
3336 * gdb.base/sigall.c: Likewise.
3337 * gdb.base/unwindonsignal.c: Likewise.
3338 * gdb.reverse/sigall-reverse.c: Likewise.
3339
831517df
YQ
33402014-06-06 Yao Qi <yao@codesourcery.com>
3341
3342 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3343 readable, skip the test.
3344
b8b91e98
YQ
33452014-06-06 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.threads/staticthreads.c (thread_function): Move the line
3348 setting breakpoint on forward.
3349 * gdb.threads/staticthreads.exp: Update comments.
3350
fb934770
LC
33512014-06-05 Ludovic Courtès <ludo@gnu.org>
3352
3353 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3354 "history-append! type error".
3355
6ef284bd
SM
33562014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3357
3358 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3359 erroneous dprintf expected input.
3360
a872e241
DE
33612014-06-04 Doug Evans <xdje42@gmail.com>
3362
3363 * gdb.guile/scm-generics.exp: Delete.
3364
16f691fb
DE
33652014-06-04 Doug Evans <xdje42@gmail.com>
3366
3367 * gdb.guile/scm-breakpoint.exp: Update.
3368 Add tests for breakpoint registration.
3369
012370f6
TT
33702014-06-04 Tom Tromey <tromey@redhat.com>
3371
3372 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3373 VLA-in-union.
3374 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3375 inner_vla_struct, vla_union types. Initialize objects of those
3376 types and compute their sizes.
3377
9f5a4cef
HZ
33782014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3379 Hui Zhu <hui@codesourcery.com>
3380
3381 * gdb.base/fileio.exp: Add test for shell not available as well as
3382 available.
3383 * gdb.base/fileio.c (test_system): Check for shell twice.
3384
90a45c4d
YQ
33852014-06-04 Yao Qi <yao@codesourcery.com>
3386
3387 * gdb.base/auto-connect-native-target.exp: Remove redundant
3388 space from the regexp pattern.
3389
70017e41
YQ
33902014-06-04 Yao Qi <yao@codesourcery.com>
3391
3392 * gdb.base/default.exp: Replace "child" with "native" in
3393 regexp pattern.
3394
883964a7
SC
33952014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3396
3397 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3398 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3399 * gdb.python/py-xmethods.py: Python script supporting the
3400 new testcase and tests.
3401
ef370185
JB
34022014-06-03 Joel Brobecker <brobecker@adacore.com>
3403 Pedro Alves <palves@redhat.com>
3404
3405 PR breakpoints/17000
3406 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3407 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3408
1e2ccb61
BM
34092014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3410
3411 * gdb.base/subst.exp: Add tests to verify partial path matching
3412 output.
3413
c6ec5ab2
PA
34142014-06-03 Pedro Alves <palves@redhat.com>
3415
3416 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3417 target that doesn't use software single-stepping.
3418
835c559f
PA
34192014-06-03 Pedro Alves <palves@redhat.com>
3420
3421 PR breakpoints/17000
3422 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3423 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3424
06eb1586
DE
34252014-06-02 Doug Evans <xdje42@gmail.com>
3426
3427 * gdb.guile/scm-parameter.exp: New file.
3428
e698b8c4
DE
34292014-06-02 Doug Evans <xdje42@gmail.com>
3430
3431 * gdb.guile/scm-cmd.c: New file.
3432 * gdb.guile/scm-cmd.exp: New file.
3433
ded03782
DE
34342014-06-02 Doug Evans <xdje42@gmail.com>
3435
3436 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3437 pretty-printer lookup.
3438 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3439 (make-pp_s-printer): Call it.
3440 (make-pretty-printer-from-dict): New function.
3441 (lookup-pretty-printer-maker-from-dict): New function.
3442 (*pretty-printer*): Simplify.
3443 (make-objfile-pp_s-printer): New function.
3444 (install-objfile-pretty-printers!): New function.
3445 (make-progspace-pp_s-printer): New function.
3446 (install-progspace-pretty-printers!): New function.
3447 * gdb.guile/scm-progspace.c: New file.
3448 * gdb.guile/scm-progspace.exp: New file.
3449
41fac0cf
PA
34502014-06-02 Pedro Alves <palves@redhat.com>
3451
3452 * gdb.base/dprintf-bp-same-addr.c: New file.
3453 * gdb.base/dprintf-bp-same-addr.exp: New file.
3454
96ae5695
EBM
34552014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3456
3457 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3458 * gdb.arch/powerpc-power.s: Likewise.
3459
da02b3a8
JB
34602014-06-02 Joel Brobecker <brobecker@adacore.com>
3461
3462 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3463
c72b2e7b
YQ
34642014-06-01 Yao Qi <yao@codesourcery.com>
3465
3466 * gdb.base/watchpoint.exp (test_watch_location): Check null
3467 pointer can be dereferenced. If not, do the test, otherwise
3468 skip it.
3469
53e8a631
AB
34702014-05-30 Andrew Burgess <aburgess@broadcom.com>
3471
3472 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3473 results.
3474 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3475
938f0e2f
AB
34762014-05-30 Andrew Burgess <aburgess@broadcom.com>
3477
3478 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3479 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3480 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3481 * gdb.arch/amd64-invalid-stack-top.c: New file.
3482 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3483
9ba6657a
PA
34842014-05-30 Pedro Alves <palves@redhat.com>
3485
3486 PR breakpoints/17000
3487 * gdb.base/sss-bp-on-user-bp.c: New file.
3488 * gdb.base/sss-bp-on-user-bp.exp: New file.
3489
522c09bf
DB
34902014-05-30 David Blaikie <dblaikie@gmail.com>
3491
3492 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3493 gnu_inline semantics via attribute.
3494 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3495 source explicitly specifies the required semantics.
3496
bf4ef81e
MR
34972014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3498
3499 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3500
329ea579
PA
35012014-05-29 Pedro Alves <palves@redhat.com>
3502 Tom Tromey <tromey@redhat.com>
3503
3504 * gdb.base/async-shell.exp: Don't enable target-async.
3505 * gdb.base/async.exp
3506 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3507 parameter. Adjust.
3508 (top level): Don't test with "target-async".
3509 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3510 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3511 * gdb.base/inferior-died.exp: Don't enable target-async.
3512 * gdb.base/interrupt-noterm.exp: Likewise.
3513 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3514 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3515 * gdb.mi/mi-nonstop.exp: Likewise.
3516 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3517 * gdb.mi/mi-nsintrall.exp: Likewise.
3518 * gdb.mi/mi-nsmoribund.exp: Likewise.
3519 * gdb.mi/mi-nsthrexec.exp: Likewise.
3520 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3521 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3522 * gdb.python/py-evsignal.exp: Don't enable target-async.
3523 * gdb.python/py-evthreads.exp: Likewise.
3524 * gdb.python/py-prompt.exp: Likewise.
3525 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3526 * gdb.server/solib-list.exp: Don't enable target-async.
3527 * gdb.threads/thread-specific-bp.exp: Likewise.
3528 * lib/mi-support.exp: Adjust to use mi-async.
3529
fd664c91
PA
35302014-05-29 Pedro Alves <palves@redhat.com>
3531
3532 PR gdb/13860
3533 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3534 reason, even in sync mode.
3535
251bde03
PA
35362014-05-29 Pedro Alves <palves@redhat.com>
3537 Hui Zhu <hui@codesourcery.com>
3538
3539 PR PR15693
3540 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3541 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3542 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3543 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3544
7f3c0343
JB
35452014-05-28 Joel Brobecker <brobecker@adacore.com>
3546
3547 * config/monitor.exp (gdb_target_monitor): Replace use of
3548 "set remotebaud" by "set serial baud".
3549
b2715b27
AW
35502014-05-26 Andy Wingo <wingo@igalia.com>
3551
3552 * gdb.guile/scm-breakpoint.exp:
3553 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3554 properties instead of gdb-object-properties.
3555
498a4489
YQ
35562014-05-26 Yao Qi <yao@codesourcery.com>
3557
3558 * gdb.server/no-thread-db.exp: Specify source file name
3559 explicitly when setting a breakpoint.
3560
589fdceb
MM
35612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3562
3563 * gdb.btrace/vdso.c: New.
3564 * gdb.btrace/vdso.exp: New.
3565
e9089e05
MM
35662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3567
3568 * gdb.base/gcore.exp (capture_command_output): Move ...
3569 * lib/gdb.exp (capture_command_output): ... here.
3570
67b5c0c1
MM
35712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3572
3573 * gdb.btrace/data.exp: Test memory access during btrace replay.
3574
a2199296
SM
35752014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3576
3577 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3578
17b2616c
PA
35792014-05-21 Pedro Alves <palves@redhat.com>
3580
3581 PR gdb/13860
3582 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3583 (top level): Test that output related to execution commands is
3584 sent to the console with CLI commands, but not with MI commands.
3585 Test that breakpoint events are always mirrored to the console.
3586 Also expect the new source line to be output after a "next" in
3587 async mode too. Make it a pass/fail test.
3588 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3589 output.
3590 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3591
5166082f
PA
35922014-05-21 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3595 Use them to test variations of "list" after reaching a breakpoint.
3596 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3597 Test "list" with listsize 10 after reaching a breakpoint.
3598 * gdb.python/python.exp (decode_line current location line
3599 number): Adjust expected line number.
3600
2f25d70f
SM
36012014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3602
3603 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3604 behavior for $args, pass it directly to "run".
3605
ff604a67
MR
36062014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3607
3608 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3609 30000 to 65536.
3610
6a3cb8e8
PA
36112014-05-21 Pedro Alves <palves@redhat.com>
3612
3613 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3614 auto-connect-native-target off".
3615 * gdb.base/auto-connect-native-target.c: New file.
3616 * gdb.base/auto-connect-native-target.exp: New file.
3617
4ebfc96e
PA
36182014-05-21 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/default.exp: Test "target native" instead of "target
3621 child".
3622
36d46afb
MW
36232014-05-21 Mark Wielaard <mjw@redhat.com>
3624
3625 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3626
5876f503
JK
36272014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3628
3629 Fix TLS access for -static -pthread.
3630 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3631 <HAVE_TLS> (thread_function, main): Initialize it.
3632 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3633 Add clean_restart.
3634 <$have_tls != "">: Check TLSVAR.
3635
0256a6ac
PA
36362014-05-21 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/dcache-line-read-error.c: New.
3639 * gdb.base/dcache-line-read-error.exp: New.
3640
936d2992
PA
36412014-05-20 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.base/compare-sections.c: New file.
3644 * gdb.base/compare-sections.exp: New file.
3645
802e8e6d
PA
36462014-05-20 Pedro Alves <palves@redhat.com>
3647
3648 * gdb.base/break-idempotent.c: New file.
3649 * gdb.base/break-idempotent.exp: New file.
3650
e59fa00f
MM
36512014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3652
3653 * gdb.btrace/nohist.exp: New.
3654
8b696e31
YQ
36552014-05-20 Yao Qi <yao@codesourcery.com>
3656
3657 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3658 gdb.reverse directory and gdb_reverse_timeout exists in board
3659 setting.
3660 * README: Document gdb_reverse_timeout.
3661
73c9764f
YQ
36622014-05-20 Yao Qi <yao@codesourcery.com>
3663
3664 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3665 'test_file_name'. Treat args as a string instead of a list.
3666 (gdb_init): Rename argument 'args' by 'test_file_name'.
3667
f1f4348a
JK
36682014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3669
3670 * gdb.arch/powerpc-power.exp: New file.
3671 * gdb.arch/powerpc-power.s: New file.
3672
0dbe70ce
DE
36732014-05-16 Doug Evans <dje@google.com>
3674
3675 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3676 * gdb.base/completion.exp: Check that all expected files exist
3677 before doing file completion.
0dbe70ce 3678
8d551b02
DE
36792014-05-16 Doug Evans <dje@google.com>
3680
3681 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3682 Update.
3683 (do_syscall_tests_without_xml): Update.
3684
73eb7709
PA
36852014-05-16 Pedro Alves <palves@redhat.com>
3686
3687 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3688 instead of "unknown output after running".
3689
3fae92fc
YQ
36902014-05-16 Yao Qi <yao@codesourcery.com>
3691
3692 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3693 file1.txt from host at the end.
3694 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3695
c2b2ccc5
DE
36962014-05-15 Doug Evans <dje@google.com>
3697
3698 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3699 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3700 loading file. Add test for TU lookup.
3701
8c217a4b
SM
37022014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3705 calling "-exec-arguments" or "set args" before running the
3706 inferior.
3707
3deb39c6
SM
37082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3709
3710 * lib/mi-support.exp (mi_expect_stop): Expect message for
3711 inferiors that exit with non-zero exit code.
3712
71a79f8c
YQ
37132014-05-14 Yao Qi <yao@codesourcery.com>
3714
3715 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3716 match absolute path on remote host.
3717 (test_file_list_exec_source_files): Remove "/" from the
3718 pattern.
3719
f23fcd46
YQ
37202014-05-14 Yao Qi <yao@codesourcery.com>
3721
3722 * boards/local-remote-host-notty.exp (${board}_file): New
3723 proc.
3724
9404b58f
KM
37252014-05-07 Kyle McMartin <kyle@redhat.com>
3726
3727 Pushed by Joel Brobecker <brobecker@adacore.com>.
3728 * gdb.arch/aarch64-atomic-inst.c: New file.
3729 * gdb.arch/aarch64-atomic-inst.exp: New file.
3730
5e45f04c
YQ
37312014-05-07 Yao Qi <yao@codesourcery.com>
3732
3733 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3734 in current context" too.
3735
c888a17d
KS
37362014-05-05 Keith Seitz <keiths@redhat.com>
3737
3738 * gdb.linespec/ls-dollar.exp: Add test for linespec
3739 file:convenience_variable.
3740
290a839c
YQ
37412014-05-05 Yao Qi <yao@codesourcery.com>
3742
3743 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3744 traceframes into tfile and ctf trace files. Read data from
3745 trace file and test collected data.
3746 (gdb_collect_locals_test): Likewise.
3747 (gdb_unavailable_registers_test): Likewise.
3748 (gdb_unavailable_floats): Likewise.
3749 (gdb_collect_globals_test): Likewise.
3750 (top-level): Append "ctf" to trace_file_targets if GDB
3751 supports.
3752
b5262cd0
YQ
37532014-05-05 Yao Qi <yao@codesourcery.com>
3754
3755 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3756 code to ...
3757 (gdb_collect_args_test_1): ... it. New proc.
3758 (gdb_collect_locals_test): Move some code to ...
3759 (gdb_collect_locals_test_1): ... it. New proc.
3760 (gdb_unavailable_registers_test): Move some code to ...
3761 (gdb_unavailable_registers_test_1): ... it. New proc.
3762 (gdb_unavailable_floats): Move some code to ...
3763 (gdb_unavailable_floats_1): ... it. New proc.
3764
30a1e6cc
SDJ
37652014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3766
3767 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3768 probes to test for bitness recognition.
3769 * gdb.arch/amd64-stap-optional-prefix.exp
3770 (test_probe_value_without_reg): New procedure.
3771 Add code to test for different kinds of bitness.
3772
f33da99a
SDJ
37732014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3774
3775 PR breakpoints/16889
3776 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3777 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3778
5b80f00d
PA
37792014-05-01 Pedro Alves <palves@redhat.com>
3780
3781 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3782 gdb_file_cmd if no file is specified.
3783 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3784 last_loaded_file to set the remote exec-file.
3785
f8c2a73c
PA
37862014-05-01 Pedro Alves <palves@redhat.com>
3787
3788 * boards/local-remote-host.exp: New file.
3789
be6e8ac7
PA
37902014-05-01 Pedro Alves <palves@redhat.com>
3791
3792 * boards/local-remote-host.exp: Rename to ...
3793 * boards/local-remote-host-notty.exp: ... this.
3794
cac0dc8f
JB
37952014-04-28 Joel Brobecker <brobecker@adacore.com>
3796
3797 * gdb.ada/dyn_arrayidx: New testcase.
3798
9730e6cc
YQ
37992014-04-26 Yao Qi <yao@codesourcery.com>
3800
3801 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3802 and compute the length of function main. Save it in
3803 $main_length.
3804 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3805 (top-level): Use gdb_compile to compile objects into
3806 executable and restart GDB. Remove invocation to
3807 prepare_for_testing.
3808
7ae1a6a6
PA
38092014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3810 Pedro Alves <palves@redhat.com>
3811
3812 PR server/16255
3813 * gdb.multi/multi-attach.c: New file.
3814 * gdb.multi/multi-attach.exp: New file.
3815
4082afcc
PA
38162014-04-25 Pedro Alves <palves@redhat.com>
3817
3818 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3819 user.
3820 (top level): Test that "set remote conditional-breakpoints-packet
3821 off" works as intended.
3822 * gdb.base/dprintf.exp: Test that "set remote
3823 breakpoint-commands-packet off" works as intended.
3824 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3825 New function.
3826 (top level): Call it.
3827 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3828 remote fast-tracepoints-packet off" works as intended.
3829 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3830 * lib/gdb.exp (gdb_is_target_remote): ... here.
3831
2abc3f8d
DB
38322014-04-24 David Blaikie <dblaikie@gmail.com>
3833
3834 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3835 ensure clang would not discard them.
3836 * gdb.base/gdbvars.c: Ditto.
3837 * gdb.base/memattr.c: Ditto.
3838 * gdb.base/whatis.c: Ditto.
3839 * gdb.python/py-prettyprint.c: Ditto.
3840 * gdb.trace/actions.c: Ditto.
3841 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3842 ensure clang would not discard it.
3843
bfd39632
DB
38442014-04-24 David Blaikie <dblaikie@gmail.com>
3845
3846 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3847 clang to emit the full definition of type required by the test
3848 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3849
22842ff6
DB
38502014-04-24 David Blaikie <dblaikie@gmail.com>
3851
3852 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3853 coax Clang into emitting the definition of the type.
3854 * gdb.cp/pr10728-x.h (y): Ditto.
3855 * gdb.cp/pr10728-y.cc (y): Ditto.
3856
c2e827ad
DB
38572014-04-24 David Blaikie <dblaikie@gmail.com>
3858
3859 * gdb.base/label.exp: XFAIL label related tests under Clang.
3860 * gdb.cp/cplabel.exp: Ditto.
3861 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3862 under Clang those using labels.
3863
4c2d33e7
YQ
38642014-04-25 Yao Qi <yao@codesourcery.com>
3865
3866 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3867 double_label.
3868 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3869 partial_label and double_label.
3870
56083b99
DB
38712014-04-24 David Blaikie <dblaikie@gmail.com>
3872
3873 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3874
25d4e99d
DB
38752014-04-24 David Blaikie <dblaikie@gmail.com>
3876
3877 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3878 of the function to work across GCC and Clang.
3879 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3880 pointer types (const void ** const V void **).
3881
01f9f808
MS
38822014-04-24 Michael Sturm <michael.sturm@mintel.com>
3883 Walfred Tedeschi <walfred.tedeschi@intel.com>
3884
3885 * Makefile.in (EXECUTABLES): Added i386-avx512.
3886 * gdb.arch/i386-avx512.c: New file.
3887 * gdb.arch/i386-avx512.exp: Likewise.
3888
4b48d439
KS
38892014-04-23 Keith Seitz <keiths@redhat.com>
3890
3891 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3892 (mi_make_breakpoint_table): New procedure.
3893 (mi_create_breakpoint): Use mi_make_breakpoint
3894 and return the result.
3895 (mi_make_breakpoint): New procedure.
3896 (mi_build_kv_pairs): New procedure.
3897
3898 * gdb.mi/mi-break.exp: Remove unused globals,
3899 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3900 All callers updated.
3901 * gdb.mi/mi-dprintf.exp: Use variable to track command
3902 number.
3903 Update all callers of mi_create_breakpoint and use
3904 mi_make_breakpoint_table.
3905 Remove any unused global variables.
3906 * gdb.mi/mi-nonstop.exp: Likewise.
3907 * gdb.mi/mi-nsintrall.exp: Likewise.
3908 * gdb.mi/mi-nsmoribund.exp: Likewise.
3909 * gdb.mi/mi-nsthrexec.exp: Likewise.
3910 * gdb.mi/mi-reverse.exp: Likewise.
3911 * gdb.mi/mi-simplerun.exp: Likewise.
3912 * gdb.mi/mi-stepn.exp: Likewise.
3913 * gdb.mi/mi-syn-frame.exp: Likewise.
3914 * gdb.mi/mi-until.exp: Likewise.
3915 * gdb.mi/mi-var-cp.exp: Likewise.
3916 * gdb.mi/mi-var-display.exp: Likewise.
3917 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3918 * gdb.mi/mi2-var-child.exp: Likewise.
3919 * gdb.mi/mi-vla-c99.exp: Likewise.
3920 * lib/mi-support.exp: Likewise.
3921
3922 From Ian Lance Taylor <iant@cygnus.com>:
3923 * lib/gdb.exp (parse_args): New procedure.
3924
08351840
PA
39252014-04-23 Pedro Alves <palves@redhat.com>
3926
3927 * gdb.base/break-unload-file.c: New file.
3928 * gdb.base/break-unload-file.exp: New file.
3929 * gdb.base/sym-file-lib.c (baz): New function.
3930 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3931 field.
3932 (load): Store the segment's mapped size.
3933 (unload): New function.
3934 (unload_shlib): New function.
3935 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3936 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3937 set a breakpoint at baz, and call it.
3938 * gdb.base/sym-file.exp: New tests for stale breakpoint
3939 instructions.
3940
076855f9
PA
39412014-04-23 Pedro Alves <palves@redhat.com>
3942
3943 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3944 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3945 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3946 * gdb.base/hbreak-unmapped.c: New file.
3947 * gdb.base/hbreak-unmapped.exp: New file.
3948 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3949 * lib/gdb.exp (gdb_is_target_remote): ... here.
3950
483805cf
PA
39512014-04-22 Pedro Alves <palves@redhat.com>
3952
3953 * gdb.base/consecutive-step-over.c: New file.
3954 * gdb.base/consecutive-step-over.exp: New file.
3955
06d97543
PA
39562014-04-22 Pedro Alves <palves@redhat.com>
3957
3958 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3959 instead of send_gdb/gdb_expect.
3960
b4429ea2
YQ
39612014-04-22 Yao Qi <yao@codesourcery.com>
3962
3963 * lib/trace-support.exp (generate_tracefile): New procedure.
3964 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3965 return 0.
3966 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3967 if generate_tracefile returns 1.
3968
51d48146
PA
39692014-04-18 Tom Tromey <palves@redhat.com>
3970 Pedro alves <tromey@redhat.com>
3971
3972 PR backtrace/15558
3973 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3974 with a backtrace limit.
3975 * gdb.python/py-frame-inline.exp: Test running to an inline
3976 function with a backtrace limit, and printing the newest frame.
3977 * gdb.python/py-frame-inline.c (main): Call f.
3978
bd1dce5f
MS
39792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3980
3981 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3982
40d1a503
MS
39832014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3984
3985 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3986 Drop prefix from unsupported source file path.
3987
389b98f7
YQ
39882014-04-17 Yao Qi <yao@codesourcery.com>
3989
3990 * lib/gdb.exp (with_target_charset): New proc.
3991 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3992 with_target_charset.
3993 (test_print_strings): Likewise.
3994 (test_repeat_bytes): Likewise.
3995 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3996 for some tests.
3997
22869d73
KS
39982014-04-16 Keith Seitz <keiths@redhat.com>
3999
4000 PR gdb/15827
4001 * gdb.dwarf2/corrupt.c: New file.
4002 * gdb.dwarf2/corrupt.exp: New file.
4003
c4f87ca6
KS
40042014-04-16 Keith Seitz <keiths@redhat.com>
4005
4006 PR c++/16597
4007 * gdb.cp/namelessclass.cc: New file.
4008 * gdb.cp/namelessclass.exp: New file.
4009 * gdb.cp/namelessclass.S: New file.
4010
ab19de87
DE
40112014-04-16 Doug Evans <dje@google.com>
4012
4013 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4014 Add comment.
4015 (gdbserver_default_get_comm_port): New function.
4016 (gdbserver_start): Check if board file provided
4017 "gdbserver,get_comm_port" and use it if so.
4018 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4019 (gdb,socketport): Set to "stdio".
4020 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4021 (stdio_gdbserver_template): Delete.
4022 (${board}_get_remote_address): Update.
4023 (${board}_build_remote_cmd): Delete.
4024 (${board}_get_comm_port): New function.
4025 (${board}_spawn): Update.
4026 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4027 Delete.
4028 (${board}_get_remote_address): Update.
4029 (${board}_get_comm_port): New function.
4030
fc98a809
AB
40312014-04-16 Andrew Burgess <aburgess@broadcom.com>
4032
4033 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4034 appearing in any order.
4035
87fd9e6e
DE
40362014-04-15 Doug Evans <dje@google.com>
4037
4038 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4039 uninitialized value of "description".
4040
099fc3ea
KS
40412014-04-15 Keith Seitz <keiths@redhat.com>
4042
4043 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4044 Remove unused globals.
4045 (test_running_the_program): Likewise.
4046 (test_controlled_execution): Likewise.
4047 (test_controlling_breakpoints): Likewise.
4048 (test_program_termination): Likewise.
4049
5da151d4
KS
40502014-04-15 Keith Seitz <keiths@redhat.com>
4051
4052 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4053 unused globals.
4054 (test_rbreak_creation_and_listing): Likewise.
4055 (test_ignore_count): Likewise.
4056 (test_error): Likewise.
4057
35e5d2f0
PA
40582014-04-15 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4061 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4062 sym-file-loader.c.
4063 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4064 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4065 to sym-file-loader.c.
4066 (struct library): Forward declare.
4067 (load_shlib, lookup_function): Change prototypes.
4068 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4069 (translate_offset): Remove declarations.
4070 (get_text_addr): New declaration.
4071 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4072 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4073 sym-file-loader.h.
4074 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4075 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4076 here from sym-file-loader.h.
4077 (struct library): New structure.
4078 (load_shlib, lookup_function): Change prototypes and adjust to
4079 work with a struct library.
4080 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4081 (translate_offset): Make static.
4082 (get_text_addr): New function.
4083 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4084
eb4c1710
PA
40852014-04-15 Pedro Alves <palves@redhat.com>
4086
4087 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4088
2d1baf52
PA
40892014-04-15 Pedro Alves <palves@redhat.com>
4090
4091 * gdb.base/sym-file-loader.c: Include <limits.h>.
4092 (SELF_LINK): New define.
4093 (get_origin): New function.
4094 (load_shlib): Use it.
4095 * gdb.base/sym-file.exp: Don't early return if the target is
4096 remote. Use runto_main, and issue fail is that fails. Use
4097 gdb_load_shlibs.
4098 (shlib_name): Delete.
4099 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4100
7dd6df01
PA
41012014-04-15 Pedro Alves <palves@redhat.com>
4102
4103 * gdb.base/sym-file.exp: Remove regex characters from test
4104 message. Don't refer to breakpoint numbers in test messages.
4105
b50c8614
KS
41062014-04-14 Keith Seitz <keiths@redhat.com>
4107
4108 PR c++/16253
4109 * gdb.cp/var-tag.cc: New file.
4110 * gdb.cp/var-tag.exp: New file.
4111 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4112 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4113 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4114 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4115
3d567982
TT
41162014-04-14 Tom Tromey <tromey@redhat.com>
4117
4118 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4119 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4120 type.
4121 * gdb.cp/enum-class.exp: New file.
4122 * gdb.cp/enum-class.cc: New file.
4123
0626fc76
TT
41242014-04-14 Tom Tromey <tromey@redhat.com>
4125
4126 * gdb.dwarf2/enum-type.exp: New file.
4127
dca325b3
SA
41282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4129
4130 * gdb.mi/mi-vla-c99.exp: New file.
4131 * gdb.mi/vla.c: New file.
4132
5854b38a
SA
41332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4134
4135 * gdb.base/vla-datatypes.c: New file.
4136 * gdb.base/vla-datatypes.exp: New file.
4137
463bb957
SA
41382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4139
4140 * gdb.base/vla-ptr.c: New file.
4141 * gdb.base/vla-ptr.exp: New file.
4142
3dd170be
SA
41432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4144
4145 * gdb.dwarf2/count.exp: New file.
4146
5ecaaa66
SA
41472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4148
4149 * gdb.base/vla-sideeffect.c: New file.
4150 * gdb.base/vla-sideeffect.exp: New file.
4151
41f1ada5
DB
41522014-04-14 David Blaikie <dblaikie@gmail.com>
4153
4154 * gdb.mi/non-stop.c: Add return value for non-void function return
4155 statement.
4156 * gdb.threads/staticthreads.c: Ditto.
4157
0be03e84
DE
41582014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4159 Doug Evans <xdje42@gmail.com>
4160
4161 * gdb.guile/scm-value.c: Improve test case.
4162 * gdb.guile/scm-value.exp: Add new test.
4163
f180a1fb
DB
41642014-04-11 David Blaikie <dblaikie@gmail.com>
4165
4166 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4167 override Clang's default.
4168
6b662e19
JB
41692014-04-11 Joel Brobecker <brobecker@adacore.com>
4170
4171 Revert the following changes (regressions):
4172
4173 * gdb.base/vla-sideeffect.c: New file.
4174 * gdb.base/vla-sideeffect.exp: New file.
4175
4176 * gdb.dwarf2/count.exp: New file.
4177
4178 * gdb.base/vla-multi.c: New file.
4179 * gdb.base/vla-multi.exp: New file.
4180
4181 * gdb.base/vla-ptr.c: New file.
4182 * gdb.base/vla-ptr.exp: New file.
4183
4184 * gdb.base/vla-datatypes.c: New file.
4185 * gdb.base/vla-datatypes.exp: New file.
4186
4187 * gdb.mi/mi-vla-c99.exp: New file.
4188 * gdb.mi/vla.c: New file.
4189
245a5f0b
KS
41902014-04-11 Keith Seitz <keiths@redhat.com>
4191
4192 PR c++/16675
4193 * gdb.cp/cpsizeof.exp: New file.
4194 * gdb.cp/cpsizeof.cc: New file.
4195
58a84dcf
SA
41962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4197
191a8a90
JB
4198 * gdb.mi/mi-vla-c99.exp: New file.
4199 * gdb.mi/vla.c: New file.
58a84dcf 4200
c8655f75
SA
42012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4202
4203 * gdb.base/vla-datatypes.c: New file.
4204 * gdb.base/vla-datatypes.exp: New file.
4205
024e13b4
SA
42062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4207
4208 * gdb.base/vla-ptr.c: New file.
4209 * gdb.base/vla-ptr.exp: New file.
4210
1a237e0e
SA
42112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4212
4213 * gdb.base/vla-multi.c: New file.
4214 * gdb.base/vla-multi.exp: New file.
4215
504f3432
SA
42162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4217
4218 * gdb.dwarf2/count.exp: New file.
4219
3bce8237
SA
42202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4221
191a8a90
JB
4222 * gdb.base/vla-sideeffect.c: New file.
4223 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4224
322f9c21
YQ
42252014-04-11 Yao Qi <yao@codesourcery.com>
4226
4227 * gdb.base/completion.exp: Check file exists before running tests
4228 on file completion.
4229
d708bcd1
PA
42302014-04-10 Pedro Alves <palves@redhat.com>
4231
4232 * gdb.base/cond-eval-mode.c: New file.
4233 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4234 prepare_for_testing to build the new file. Check result of
4235 runto_main.
4236 (test_break, test_watch): New procedures.
4237 (top level): Use them.
4238
ae1d2761
PM
42392014-04-08 Pierre Muller <muller@sourceware.org>
4240
4241 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4242 Ctrl-V use for mingw hosts.
4243
7af389b8
SC
42442014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4245
4246 * gdb.python/py-value.c: Improve test case.
4247 * gdb.python/py-value.exp: Add new test.
4248
5e703181
DE
42492014-04-07 David Blaikie <dblaikie@gmail.com>
4250
4251 * lib/compiler.c: Identify the clang compiler.
4252 * lib/compiler.cc: Ditto.
4253
9810b410
YQ
42542014-04-03 Yao Qi <yao@codesourcery.com>
4255
4256 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4257
98d1b8dc
AB
42582014-04-01 Anton Blanchard <anton@samba.org>
4259
4260 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4261 messages unique.
4262
3114cea1
AB
42632014-04-01 Anton Blanchard <anton@samba.org>
4264
4265 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4266 prepare_for_testing.
4267
62f7182c
AB
42682014-04-01 Anton Blanchard <anton@samba.org>
4269
4270 * gdb.arch/ppc64-atomic-inst.c: Remove.
4271 * gdb.arch/ppc64-atomic-inst.S: New file.
4272 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4273
770e7fc7
DE
42742014-03-31 Doug Evans <dje@google.com>
4275
4276 * gdb.base/print-symbol-loading-lib.c: New file.
4277 * gdb.base/print-symbol-loading-main.c: New file.
4278 * gdb.base/print-symbol-loading.exp: New file.
4279
46e2bafa
YQ
42802014-03-31 Yao Qi <yao@codesourcery.com>
4281
4282 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4283
8776cfe9
JB
42842014-03-28 Joel Brobecker <brobecker@adacore.com>
4285
4286 * gdb.ada/mi_dyn_arr: New testcase.
4287
5d1ef361
DE
42882014-03-27 Doug Evans <dje@google.com>
4289
4290 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4291
b5bee914
YQ
42922014-03-27 Yao Qi <yao@codesourcery.com>
4293
4294 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4295 if target is nios2-*-*.
4296
0d4d0e77
YQ
42972014-03-26 Yao Qi <yao@codesourcery.com>
4298
4299 * lib/gdb.exp (readline_is_used): New proc.
4300 * gdb.base/completion.exp: Move tests on command complete up.
4301 Skip the rest of tests if readline is not used.
4302 * gdb.ada/complete.exp: Skp the test if readline is not
4303 used.
4304 * gdb.base/filesym.exp: Likewise.
4305 * gdb.base/macscp.exp: Likewise.
4306 * gdb.base/readline-ask.exp: Likewise.
4307 * gdb.base/readline.exp: Likewise.
4308 * gdb.python/py-cmd.exp: Likewise.
4309 * gdb.trace/tfile.exp: Likewise.
4310
29361eee
YQ
43112014-03-26 Yao Qi <yao@codesourcery.com>
4312
4313 * gdb.base/macscp.exp: Fix code format issues.
4314
bc9a5525
UW
43152014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4316
4317 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4318 * gdb.asm/powerpc64le.inc: New file.
4319
d3839ede
PA
43202014-03-25 Pedro Alves <palves@redhat.com>
4321 Doug Evans <dje@google.com>
4322
4323 * gdb.base/source-execution.c: New file.
4324 * gdb.base/source-execution.exp: New file.
4325 * gdb.base/source-execution.gdb: New file.
4326
01672a57
DE
43272014-03-24 Doug Evans <dje@google.com>
4328
4329 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4330 using fission.
4331
88bbeca9
HZ
43322014-03-24 Hui Zhu <hui@codesourcery.com>
4333 Pedro Alves <palves@redhat.com>
4334
4335 PR breakpoints/16101
4336 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4337 test pass/fail messages. Detect missing support for dprintf when
4338 breakpoints are actually inserted.
4339 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4340 breakpoints are actually inserted.
4341 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4342 fails.
4343
d2348791
JK
43442014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4345
4346 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4347
feef67ab
DE
43482014-03-22 Doug Evans <xdje42@gmail.com>
4349
4350 * gdb.python/python.exp (python not supported): Verify multi-line
4351 python command issues an error.
25d743f9 4352 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4353 guile command issues an error.
feef67ab 4354
ecebef6a
MR
43552014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4356
4357 * gdb.threads/thread-specific.exp: Handle the lack of usable
4358 $this_breakpoint and $this_thread.
4359
ccdd1909
HZ
43602014-03-21 Hui Zhu <hui@codesourcery.com>
4361
4362 * gdb.base/attach.exp (do_command_attach_tests): New.
4363
beb460e8
PA
43642014-03-20 Tom Tromey <tromey@redhat.com>
4365 Pedro Alves <palves@redhat.com>
4366
4367 PR cli/15718
4368 * gdb.base/condbreak-call-false.c: New file.
4369 * gdb.base/condbreak-call-false.exp: New file.
4370
40acf43a
PA
43712014-03-20 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4374 Delete.
4375 (block_signals, unblock_signals): Delete.
4376 (child_function_2, main): Remove references to deleted variable
4377 and functions.
4378
9f5e1e02
PA
43792014-03-20 Pedro Alves <palves@redhat.com>
4380
4381 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4382 Use pthread_kill to signal thread 2.
4383 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4384 Adjust to make the test send itself a signal rather than using the
4385 host's "kill" command.
4386
99619bea
PA
43872014-03-20 Pedro Alves <palves@redhat.com>
4388
4389 * gdb.threads/multiple-step-overs.c: New file.
4390 * gdb.threads/multiple-step-overs.exp: New file.
4391 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4392 Adjust expected infrun debug output.
4393
2adfaa28
PA
43942014-03-20 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4397 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4398
31e77af2
PA
43992014-03-20 Pedro Alves <palves@redhat.com>
4400
4401 PR breakpoints/7143
4402 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4403 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4404 of gdb_test_multiple.
4405 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4406 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4407
b9f437de
PA
44082014-03-20 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4411 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4412
05adc73e
PA
44132014-03-19 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.base/async.exp: Remove early return.
4416
6048b950
PA
44172014-03-19 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4420
8bcfb00a
PA
44212014-03-19 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/async.exp (test_background): Expect \r\n after
4424 "completed." in the fail pattern.
4425
884e37dc
PA
44262014-03-19 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/async.exp (test_background): New procedure.
4429 Use it for all background execution command tests.
4430
148e57e2
PA
44312014-03-19 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/async.exp: Use prepare_for_testing.
4434
f48088c7
PA
44352014-03-19 Pedro Alves <palves@redhat.com>
4436
4437 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4438 the same line.
4439
e2f6c966
PA
44402014-03-19 Pedro Alves <palves@redhat.com>
4441
4442 * gdb.base/async.c (main): Add "jump here" and "until here" line
4443 marker comments.
4444 * gdb.base/async.exp (jump_here): New global.
4445 (jump& test): Use it.
4446 (until_here): New global.
4447 (until& test): Use it.
4448
c30568d4
PA
44492014-03-19 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.base/async.exp: Don't frob gdb_protocol.
4452
0172b6a7
DE
44532014-03-18 Doug Evans <xdje42@gmail.com>
4454
4455 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4456 Fix spelling of exec-done-display.
4457
06c868a8
JK
44582014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 PR gdb/15358
4461 * gdb.base/gdb-sigterm.c: New file.
4462 * gdb.base/gdb-sigterm.exp: New file.
4463
0c7e1a46
PA
44642014-03-18 Pedro Alves <palves@redhat.com>
4465
4466 PR gdb/13860
4467 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4468 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4469 solib-event.
4470
f7c77d93
JB
44712014-03-17 Joel Brobecker <brobecker@adacore.com>
4472
4473 * gdb.ada/pckd_arr_ren: New testcase.
4474
5a1e8c7a
DE
44752014-03-13 Doug Evans <xdje42@gmail.com>
4476
4477 PR guile/16612
4478 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4479 collect after discarding symbols.
4480
350e1a76
DE
44812014-03-13 Ludovic Courtès <ludo@gnu.org>
4482 Doug Evans <xdje42@gmail.com>
4483
4484 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4485 to history survives a gc.
4486
a69900ae
PA
44872014-03-13 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/default.exp: Don't test "target procfs".
4490
5db9f0bd
PA
44912014-03-13 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/default.exp: Update "target child" and "target procfs"
4494 tests to not expect "Unix".
4495
b3ccfe11
TT
44962014-03-12 Tom Tromey <tromey@redhat.com>
4497
4498 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4499 New procs. Add target-async tests.
4500 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4501 Add target-async tests.
4502
646f4417
AA
45032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4504
4505 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4506 'func_start' and 'func_end' for the beginning and end of the
4507 function code, respectively.
4508 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4509 'func_end' instead of 'func' and 'main'.
4510
288c211f
AA
45112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4512
4513 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4514 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4515 generate the debug info assembler source.
4516
e0c0f156
AA
45172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4518
4519 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4520 * gdb.dwarf2/arr-subrange.exp: Likewise.
4521 * gdb.dwarf2/dwz.exp: Likewise.
4522 * gdb.dwarf2/method-ptr.exp: Likewise.
4523 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4524 * gdb.dwarf2/subrange.exp: Likewise.
4525 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4526 * gdb.dwarf2/implptrpiece.exp: Likewise.
4527 * gdb.dwarf2/nostaticblock.exp: Likewise.
4528
0e5c4555
AA
45292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4530
4531 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4532 directory to absolute path name arguments.
4533
5ec18f2b
JG
45342014-03-10 Joel Brobecker <brobecker@adacore.com>
4535
4536 * gdb.ada/tagged_access: New testcase.
4537
847fc4f2
MM
45382014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4539
4540 * gdb.btrace/data.exp: Update expected output.
4541
cc3da688
YQ
45422014-03-06 Yao Qi <yao@codesourcery.com>
4543
4544 * gdb.trace/pr16508.exp: New file.
4545
0f26cec1
PA
45462014-03-05 Pedro Alves <palves@redhat.com>
4547
4548 PR gdb/16575
4549 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4550 procedure.
4551 (top level): Adjust to use it. Add tests that exercise breakpoint
4552 interaction with the code-cache.
4553
7a5a839f
LC
45542014-02-26 Ludovic Courtès <ludo@gnu.org>
4555
4556 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4557 test for 'history-append!'.
4558
31aa7e4e
JB
45592014-02-26 Joel Brobecker <brobecker@adacore.com>
4560
4561 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4562 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4563 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4564 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4565 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4566 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4567
1b588015
JB
45682014-02-26 Joel Brobecker <brobecker@adacore.com>
4569
4570 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4571 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4572 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4573
55426c9d
JB
45742014-02-26 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4577
dc53a7ad
JB
45782014-02-26 Joel Brobecker <brobecker@adacore.com>
4579
4580 * gdb.dwarf2/arr-stride.c: New file.
4581 * gdb.dwarf2/arr-stride.exp: New file.
4582
12ab52e9
PA
45832014-02-26 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4586 that won't ever trigger. Make sure that GDB reports the correct
4587 breakpoint that caused the stop.
4588
849c862e
JK
45892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4590
4591 PR gdb/16626
4592 * gdb.base/auto-load-script: New file.
4593 * gdb.base/auto-load.c: New file.
4594 * gdb.base/auto-load.exp: New file.
4595
71b7d793
JK
4596 PR gdb/16626
4597 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4598
e2f0d509
JK
45992014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4600
4601 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4602 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4603
50cc37c8
DE
46042014-02-24 Doug Evans <dje@google.com>
4605
4606 * lib/gdb.exp (run_on_host): Log error output if program fails.
4607
ea4758f2
PA
46082014-02-21 Pedro Alves <palves@redhat.com>
4609
4610 * gdb.threads/step-after-sr-lock.c: Rename to ...
4611 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4612 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4613 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4614 ... this.
4615
d7b30f67
SDJ
46162014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4617
4618 PR tdep/16397
4619 * gdb.arch/amd64-stap-special-operands.exp: New file.
4620 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4621 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4622 * gdb.arch/amd64-stap-triplet.S: Likewise.
4623 * gdb.arch/amd64-stap-triplet.c: Likewise.
4624
83deb43f
JB
46252014-02-20 Joel Brobecker <brobecker@adacore.com>
4626
4627 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4628 in .section pseudo-op.
4629
adde2bff
DE
46302014-02-20 lin zuojian <manjian2006@gmail.com>
4631 Joel Brobecker <brobecker@adacore.com>
4632 Doug Evans <xdje42@gmail.com>
4633
4634 PR symtab/16581
4635 * gdb.dwarf2/dw2-icycle.S: New file.
4636 * gdb.dwarf2/dw2-icycle.c: New file.
4637 * gdb.dwarf2/dw2-icycle.exp: New file.
4638
f7bd0f78
SC
46392014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4640
4641 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4642 operations on gdb.Value objects.
4643 * gdb.python/py-value-cc.exp: Add new test to test operations on
4644 gdb.Value objects.
4645
c17ef0d5
DE
46462014-02-18 Doug Evans <dje@google.com>
4647
4648 * Makefile.in (TESTS): New variable.
4649 (expanded_tests, expanded_tests_or_none): New variables
4650 (check-single): Pass $(expanded_tests_or_none) to runtest.
4651 (check-parallel): Only run tests in $(TESTS) if non-empty.
4652 (check/no-matching-tests-found): New rule.
4653 * README: Document TESTS makefile variable.
4654
5dd3176f
DE
46552014-02-18 Doug Evans <dje@google.com>
4656
4657 * Makefile.in (check-parallel): rm -rf outputs temp.
4658
0b10be4f
JK
46592014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4660
4661 Fix "ERROR: no fileid for" in the testsuite.
4662 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4663
85f224e7
DE
46642014-02-12 Doug Evans <dje@google.com>
4665
4666 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4667 (MISCELLANEOUS): New variable.
4668 (clean): rm -rf $(MISCELLANEOUS).
4669 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4670 dwp live in the same directory as symlinks, with each symlink pointed
4671 to a differently named file in a different directory.
4672
149b30ff
DE
46732014-02-11 Doug Evans <dje@google.com>
4674
4675 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4676 of Tcl file commands.
4677
1dfdac32
MK
46782014-02-10 Mark Kettenis <kettenis@gnu.org>
4679
4680 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4681 "kill -SIGUSR1 -1".
4682
aa4fb036
JB
46832014-02-10 Joel Brobecker <brobecker@adacore.com>
4684
4685 * gdb.ada/tick_length_array_enum_idx: New testcase.
4686
ed3ef339
DE
46872014-02-10 Doug Evans <xdje42@gmail.com>
4688
4689 * configure.ac (AC_OUTPUT): Add gdb.guile.
4690 * configure: Regenerate.
4691 * lib/gdb-guile.exp: New file.
4692 * lib/gdb.exp (get_target_charset): New function.
4693 * gdb.base/help.exp: Update expected output from "apropos apropos".
4694 * gdb.guile/Makefile.in: New file.
4695 * gdb.guile/guile.exp: New file.
4696 * gdb.guile/scm-arch.c: New file.
4697 * gdb.guile/scm-arch.exp: New file.
4698 * gdb.guile/scm-block.c: New file.
4699 * gdb.guile/scm-block.exp: New file.
4700 * gdb.guile/scm-breakpoint.c: New file.
4701 * gdb.guile/scm-breakpoint.exp: New file.
4702 * gdb.guile/scm-disasm.c: New file.
4703 * gdb.guile/scm-disasm.exp: New file.
4704 * gdb.guile/scm-equal.c: New file.
4705 * gdb.guile/scm-equal.exp: New file.
4706 * gdb.guile/scm-error.exp: New file.
4707 * gdb.guile/scm-error.scm: New file.
4708 * gdb.guile/scm-frame-args.c: New file.
4709 * gdb.guile/scm-frame-args.exp: New file.
4710 * gdb.guile/scm-frame-args.scm: New file.
4711 * gdb.guile/scm-frame-inline.c: New file.
4712 * gdb.guile/scm-frame-inline.exp: New file.
4713 * gdb.guile/scm-frame.c: New file.
4714 * gdb.guile/scm-frame.exp: New file.
4715 * gdb.guile/scm-generics.exp: New file.
4716 * gdb.guile/scm-gsmob.exp: New file.
4717 * gdb.guile/scm-iterator.c: New file.
4718 * gdb.guile/scm-iterator.exp: New file.
4719 * gdb.guile/scm-math.c: New file.
4720 * gdb.guile/scm-math.exp: New file.
4721 * gdb.guile/scm-objfile-script-gdb.in: New file.
4722 * gdb.guile/scm-objfile-script.c: New file.
4723 * gdb.guile/scm-objfile-script.exp: New file.
4724 * gdb.guile/scm-objfile.c: New file.
4725 * gdb.guile/scm-objfile.exp: New file.
4726 * gdb.guile/scm-ports.exp: New file.
4727 * gdb.guile/scm-pretty-print.c: New file.
4728 * gdb.guile/scm-pretty-print.exp: New file.
4729 * gdb.guile/scm-pretty-print.scm: New file.
4730 * gdb.guile/scm-section-script.c: New file.
4731 * gdb.guile/scm-section-script.exp: New file.
4732 * gdb.guile/scm-section-script.scm: New file.
4733 * gdb.guile/scm-symbol.c: New file.
4734 * gdb.guile/scm-symbol.exp: New file.
4735 * gdb.guile/scm-symtab-2.c: New file.
4736 * gdb.guile/scm-symtab.c: New file.
4737 * gdb.guile/scm-symtab.exp: New file.
4738 * gdb.guile/scm-type.c: New file.
4739 * gdb.guile/scm-type.exp: New file.
4740 * gdb.guile/scm-value-cc.cc: New file.
4741 * gdb.guile/scm-value-cc.exp: New file.
4742 * gdb.guile/scm-value.c: New file.
4743 * gdb.guile/scm-value.exp: New file.
4744 * gdb.guile/source2.scm: New file.
4745 * gdb.guile/types-module.cc: New file.
4746 * gdb.guile/types-module.exp: New file.
4747
7026a7c1
YQ
47482014-02-10 Yao Qi <yao@codesourcery.com>
4749
4750 PR testsuite/16543
4751 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4752 * configure: Regenerated.
4753 * Makefile.in: New file.
4754
6c466447
AS
47552014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4756
4757 * gdb.python/py-framefilter.exp: Fix typo.
4758
6e854735
YQ
47592014-02-08 Yao Qi <yao@codesourcery.com>
4760
4761 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4762 that no =breakpoint-modified is emitted when breakpoints are
4763 modified through MI commands.
4764
d137e6dc
PA
47652014-02-07 Pedro Alves <pedro@codesourcery.com>
4766 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.threads/step-after-sr-lock.c: New file.
4769 * gdb.threads/step-after-sr-lock.exp: New file.
4770
b5ee5a50
PA
47712014-02-07 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4774
3c77faf3
JK
47752014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4776
4777 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4778 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4779
6dddc817
DE
47802014-02-06 Doug Evans <xdje42@gmail.com>
4781
4782 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4783 output.
4784
4785 * gdb.gdb/python-interrupts.exp: New file.
4786
de7b2893
YQ
47872014-02-05 Yao Qi <yao@codesourcery.com>
4788
4789 * gdb.trace/report.exp (use_collected_data): Test the output
4790 of "info threads" and "info inferiors".
4791
66d032ac
YQ
47922014-02-05 Yao Qi <yao@codesourcery.com>
4793
4794 Revert this patch:
4795
4796 2013-05-24 Yao Qi <yao@codesourcery.com>
4797
4798 * gdb.trace/tfile.exp: Test inferior and thread.
4799
591a12a1
UW
48002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4801
4802 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4803 on a function.
4804 * gdb.base/step-bt.c: Call hello via function pointer to make
4805 sure its first instruction is executed on powerpc64le-linux.
4806
0ff3e01f
UW
48072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4808
4809 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4810
084ee545
UW
48112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4812
4813 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4814 of the test patterns for use on little-endian systems.
4815
6ed14ff3
UW
48162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4817
4818 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4819 (decimal_vector): Fix for little-endian.
4820
401e27fd
JM
48212014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4822
4823 * gdb.arch/sparc-sysstep.exp: New file.
4824 * gdb.arch/sparc-sysstep.c: Likewise.
4825
4826 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4827
8b924729
EBM
48282014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4829
4830 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4831
fb151210
JB
48322014-01-23 Tom Tromey <tromey@redhat.com>
4833
4834 * gdb.ada/array_char_idx: New testcase.
4835
0740f8d8
TT
48362014-01-23 Tom Tromey <tromey@redhat.com>
4837
4838 PR python/16487:
4839 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4840 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4841 classes.
4842
21909fa1
TT
48432014-01-23 Tom Tromey <tromey@redhat.com>
4844
4845 PR python/16491:
4846 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4847 string from an inferior frame.
4848 * gdb.python/py-framefilter-mi.exp: Update.
4849
87ce2a04
DE
48502014-01-22 Doug Evans <dje@google.com>
4851
4852 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4853
237b092b
AA
48542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4855
4856 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4857
d674a709
AA
48582014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4859
4860 * gdb.trace/entry-values.exp: Remove excess space character from
4861 regex patterns. Handle s390 call instruction.
4862
20fa3390
AA
48632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4864
4865 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4866 define "*_start" label. Make "name" static.
4867 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4868 ${name} by references to ${name}_start.
4869
78466714
AA
48702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4871
4872 * gdb.base/info-macros.exp: Remove "debug" from the compile
4873 options.
4874
ec9f644a
IB
48752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4876
4877 * gdb.dlang/demangle.exp: New file.
4878
94b1b47e
IB
48792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4880
4881 * gdb.dlang/primitive-types.exp: New file.
4882
7f420862
IB
48832014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4884
4885 * configure.ac: Create gdb.dlang/Makefile.
4886 * configure: Regenerate.
4887 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4888 * gdb.dlang/Makefile.in: New file.
4889 * lib/d-support.exp: New file.
4890 * lib/gdb.exp (skip_d_tests): New proc.
4891
52834460
MM
48922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4893
4894 * gdb.btrace/delta.exp: Check reverse stepi.
4895 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4896 * gdb.btrace/finish.exp: New.
4897 * gdb.btrace/next.exp: New.
4898 * gdb.btrace/nexti.exp: New.
4899 * gdb.btrace/record_goto.c: Add comments.
4900 * gdb.btrace/step.exp: New.
4901 * gdb.btrace/stepi.exp: New.
4902 * gdb.btrace/multi-thread-step.c: New.
4903 * gdb.btrace/multi-thread-step.exp: New.
4904 * gdb.btrace/rn-dl-bind.c: New.
4905 * gdb.btrace/rn-dl-bind.exp: New.
4906 * gdb.btrace/data.c: New.
4907 * gdb.btrace/data.exp: New.
4908 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4909
6e07b1d2
MM
49102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4911
4912 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4913 * gdb.btrace/exception.exp: Update.
4914 * gdb.btrace/instruction_history.exp: Update.
4915 * gdb.btrace/record_goto.exp: Update.
4916 * gdb.btrace/tailcall.exp: Update.
4917 * gdb.btrace/unknown_functions.exp: Update.
4918 * gdb.btrace/delta.exp: New.
4919
0b722aec
MM
49202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4921
4922 * gdb.btrace/record_goto.exp: Add backtrace test.
4923 * gdb.btrace/tailcall.exp: Add backtrace test.
4924
066ce621
MM
49252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4926
4927 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4928 * gdb.btrace/record_goto.c: New.
4929 * gdb.btrace/record_goto.exp: New.
4930 * gdb.btrace/x86-record_goto.S: New.
4931
0688d04e
MM
49322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4933
4934 * gdb.btrace/function_call_history.exp: Update tests.
4935 * gdb.btrace/instruction_history.exp: Update tests.
4936
8710b709
MM
49372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4938
4939 * gdb.btrace/function_call_history.exp: Fix expected field
4940 order for "record function-call-history".
4941 Add new tests for "record function-call-history /c".
4942 * gdb.btrace/exception.cc: New.
4943 * gdb.btrace/exception.exp: New.
4944 * gdb.btrace/tailcall.exp: New.
4945 * gdb.btrace/x86-tailcall.S: New.
4946 * gdb.btrace/x86-tailcall.c: New.
4947 * gdb.btrace/unknown_functions.c: New.
4948 * gdb.btrace/unknown_functions.exp: New.
4949 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4950
5de9129b
MM
49512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4952
4953 * gdb.btrace/instruction_history.exp: Update.
4954 * gdb.btrace/function_call_history.exp: Update.
4955
23a7fe75
MM
49562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4957
4958 * gdb.btrace/function_call_history.exp: Fix expected function
4959 trace.
4960 * gdb.btrace/instruction_history.exp: Initialize traced.
4961 Remove traced_functions.
4962
724c7dd8
MM
49632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4964
4965 * gdb.btrace/function_call_history.exp: Update
4966 * gdb.btrace/instruction_history.exp: Update.
4967
6d78d93b
MM
49682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4969
4970 * gdb.btrace/enable.exp: Update expected text.
4971
93a360cc
OJ
49722014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4973
4974 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4975 bytes.
4976
3772b53f
MR
49772014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4978
4979 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4980
596662fa
OJ
49812014-01-15 Omair Javaid <omair.javaid@linaro.org>
4982
4983 * lib/gdb.exp (supports_process_record): Return true for
4984 arm*-linux*. (supports_reverse): Likewise.
4985
b5b08fb4
SC
49862014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4987
4988 PR python/15464
4989 PR python/16113
4990 * gdb.python/py-type.c: Enhance test case.
4991 * gdb.python/py-value-cc.cc: Likewise
4992 * gdb.python/py-type.exp: Add new tests.
4993 * gdb.python/py-value-cc.exp: Likewise
4994
52d7fb13
AA
49952014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4996 Pedro Alves <palves@redhat.com>
4997
4998 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4999 Make "name" extern.
5000 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5001 references to ${name}_start by references to ${name}.
5002
a2cd8cfe
JB
50032014-01-10 Joel Brobecker <brobecker@adacore.com>
5004
5005 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5006
4e23fced
JB
50072014-01-10 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5010
c6a9e42c
PA
50112014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5012 Pedro Alves <palves@redhat.com>
5013
5014 * gdb.mi/mi-info-os.exp: Connect to the target with
5015 mi_gdb_target_load.
5016
b7ea362b
PA
50172014-01-08 Pedro Alves <palves@redhat.com>
5018
5019 * gdb.threads/reconnect-signal.c: New file.
5020 * gdb.threads/reconnect-signal.exp: New file.
5021
5e3f4fab
EBM
50222014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5023
5024 * gdb.base/source-dir.exp: New file.
5025
79301218
JB
50262014-01-07 Joel Brobecker <brobecker@adacore.com>
5027
5028 * gdb.ada/mi_interface: New testcase.
5029
8e355c5d
JB
50302014-01-07 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5033 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5034 gdb.ada/pp-rec-component/pck.ads: New files.
5035
c0d48811
JB
50362014-01-07 Joel Brobecker <brobecker@adacore.com>
5037
5038 * gdb.python/py-pp-integral.c: New file.
5039 * gdb.python/py-pp-integral.py: New file.
5040 * gdb.python/py-pp-integral.exp: New file.
5041
17b609c3 5042For older changes see ChangeLog-1993-2013.
c906108c 5043\f
8d8cb839
EZ
5044;; Local Variables:
5045;; mode: change-log
5046;; left-margin: 8
5047;; fill-column: 74
5048;; version-control: never
5049;; End:
902f2ccb 5050
32d0add0 5051 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5052 Copying and distribution of this file, with or without modification,
5053 are permitted provided the copyright notice and this notice are preserved.