]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
PR python/18438
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4ea6efe9
DE
12015-05-26 Doug Evans <dje@google.com>
2
3 * gdb.python/py-lazy-string.c: New file.
4 * gdb.python/py-lazy-string.exp: New file.
5 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6 (main): Update. Add estring3.
7 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
8 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9
f6bb7db3
YQ
102015-05-26 Omair Javaid <omair.javaid@linaro.org>
11 Yao Qi <yao.qi@linaro.org>
12
13 * gdb.reverse/aarch64.c: New.
14 * gdb.reverse/aarch64.exp: New.
15
a81bfbd0
OJ
162015-05-26 Omair Javaid <omair.javaid@linaro.org>
17
18 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
19 (supports_reverse): Likewise.
20
158bf1b4
PP
212015-05-22 Patrick Palka <patrick@parcs.ath.cx>
22
23 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
24 Use with_test_prefix.
25
a0145030
AB
262015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.base/completion.exp: Add test for completion of layout
29 names.
30
ebe3b578
AB
312015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * lib/gdb.exp (skip_tui_tests): New proc.
34 * gdb.base/tui-layout.exp: Check skip_tui_tests.
35
84204ed7
PA
362015-05-19 Pedro Alves <palves@redhat.com>
37
38 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
39 Save the whole env array instead of just HOME. Unset HISTSIZE in
40 the environment while testing. Restore whole environment
41 afterwards.
42
37442ce1
DE
432015-05-16 Doug Evans <xdje42@gmail.com>
44
45 * gdb.guile/scm-ports.c: New file.
46 * gdb.guile/scm-ports.exp: Add memory port tests.
47
36de76f9
JK
482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * gdb.compile/compile-print.c: New file.
51 * gdb.compile/compile-print.exp: New file.
52
3a9558c4
JK
532015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
54
55 * gdb.compile/compile-ops.exp: Cast param to void.
56 * gdb.compile/compile.exp: Complete type for _gdb_expr.
57 (compile code struct_object.selffield = &struct_object): Add xfail.
58
aa715135
JG
592015-05-15 Joel Brobecker <brobecker@adacore.com>
60
61 * gdb.ada/arr_enum_with_gap: New testcase.
62
931e5bc3
JG
632015-05-15 Joel Brobecker <brobecker@adacore.com>
64
65 * gdb.ada/byte_packed_arr: New testcase.
66
9cd4d857
JB
672015-05-15 Joel Brobecker <brobecker@adacore.com>
68
69 * gdb.ada/pckd_neg: New testcase.
70
ebfd00d2
PP
712015-05-13 Patrick Palka <patrick@parcs.ath.cx>
72
73 PR gdb/17820
74 * gdb.base/gdbinit-history.exp: New test.
75 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
76 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
77
4c082a81
SC
782015-05-09 Siva Chandra Reddy <sivachandra@google.com>
79
80 * gdb.python/py-xmethods.cc: Enhance test case.
81 * gdb.python/py-xmethods.exp: New tests.
82 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
83 function.
84 (B_indexoper): Likewise.
85 (global_dm_list) : Add new xmethod worker functions.
86
f7797074
SDJ
872015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
88
89 * gdb.base/coredump-filter.exp: Correctly unset
90 "coredump_var_addr" array.
91
a4674e4e
PA
922015-05-08 Pedro Alves <palves@redhat.com>
93
94 * gdb.server/non-existing-program.exp: Unset spawn_id.
95
df2eb078
SC
962015-05-08 Siva Chandra Reddy <sivachandra@google.com>
97
98 PR python/18291
99 * gdb.python/py-xmethods.exp: Add tests.
100
422349a3
YQ
1012015-05-08 Yao Qi <yao.qi@linaro.org>
102
103 PR gdb/18208
104 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
105 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
106 function set_coredump_filter, and remove remote_exec call.
107 Remove argument ipid. Callers update.
108 (top level): Don't get inferior's PID.
109
63fc80ce
AA
1102015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
111
112 * gdb.base/watch_thread_num.exp: Skip test on targets without
113 access watchpoints.
114
80ad801e
PA
1152015-05-06 Pedro Alves <palves@redhat.com>
116
117 PR server/18081
118 * gdb.server/non-existing-program.exp: New file.
119
0fa7fe50
JB
1202015-05-05 Joel Brobecker <brobecker@adacore.com>
121
122 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
123
3ea89b92
PMR
1242015-05-05 Joel Brobecker <brobecker@adacore.com>
125
126 * gdb.ada/out_of_line_in_inlined: New testcase.
127
87b8eff0
JB
1282015-05-05 Joel Brobecker <brobecker@adacore.com>
129
130 * gdb.ada/var_rec_arr: New testcase.
131
5fccc635
YQ
1322015-04-30 Yao Qi <yao.qi@linaro.org>
133
134 * gdb.base/break-idempotent.exp: If
135 skip_hw_watchpoint_multi_tests returns true, skip the tests
136 on "rwatch" and "awatch".
137
42d38f42
YQ
1382015-04-30 Yao Qi <yao.qi@linaro.org>
139
140 * gdb.base/relativedebug.exp: Invoke gdb command
141 "info sharedlibrary", and if libc.so doesn't have debug info,
142 skip the test.
143
2ce1cdbf
DE
1442015-04-29 Doug Evans <dje@google.com>
145
146 * gdb.python/py-xmethods.exp: Add ptype tests.
147 * gdb.python/py-xmethods.py (E_method_char_worker): Add
148 get_result_type method.
149
f24a38c5
LM
1502015-04-29 Luis Machado <lgustavo@codesourcery.com>
151
152 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
153 the target does not support hardware watchpoints.
154
ecbf2b3c
LM
1552015-04-29 Luis Machado <lgustavo@codesourcery.com>
156
157 * gdb.base/break-always.exp: Abort testing if writing to memory
158 causes an error.
159
34f5f757
DE
1602015-04-28 Doug Evans <dje@google.com>
161
162 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
163 * gdb.python/py-pp-registration.exp: ... here. New file.
164 * gdb.python/py-pp-registration.c: New file.
165 * gdb.python/py-pp-registration.py: New file.
166
69b4374a
DE
1672015-04-28 Doug Evans <dje@google.com>
168
169 * gdb.python/py-bad-printers.c: New file.
170 * gdb.python/py-bad-printers.py: New file.
171 * gdb.python/py-bad-printers.exp: New file.
172
59fb7612
SS
1732015-04-28 Sasha Smundak <asmundak@google.com>
174
175 * gdb.python/py-type.exp: New test.
176
2631b16a
AW
1772015-04-28 Andy Wingo <wingo@igalia.com>
178
179 * gdb.python/py-parameter.exp:
180 * gdb.guile/scm-parameter.exp: Escape the path that we are
181 matching against, as it might contain characters that are special
182 to regular expressions.
183
460efde1
JB
1842015-04-27 Joel Brobecker <brobecker@adacore.com>
185
186 * gdb.ada/rec_comp: New testcase.
187
2d369d8e
SDJ
1882015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
189
190 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
191 before using it.
192
cf75d6c3
AB
1932015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
196 new tests for verilog output.
197
8dbe7ca5
YQ
1982015-04-24 Yao Qi <yao.qi@linaro.org>
199
200 * boards/remote-gdbserver-on-localhost.exp: New file.
201
4ef9fb2f
PA
2022015-04-23 Pedro Alves <palves@redhat.com>
203
204 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
205 $inferior_spawn_id instead of $inferior_spawn_id directly. On
206 "end of file", remove $inferior_spawn_id from the indirect list.
207
0a803169
PA
2082015-04-23 Pedro Alves <palves@redhat.com>
209
210 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
211
749ef8f8
PA
2122015-04-23 Pedro Alves <palves@redhat.com>
213
214 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
215 on $any_spawn_id instead of only on $gdb_spawn_id.
216
8aae4344
PM
2172015-04-21 Pierre Muller <muller@sourceware.org>
218
219 PR pascal/17815
220 * lib/pascal.exp (gpc_compile): Add new option "class".
221 (fpc_compile): Likewise.
222 * gdb.pascal/case-insensitive-symbols.pas: New file.
223 * gdb.pascal/case-insensitive-symbols.exp: New file.
224
1586c8fb
GB
2252015-04-20 Gary Benson <gbenson@redhat.com>
226
227 * gdb.base/attach.exp: Fix three extended remote failures.
228
1b6e6f5c
GB
2292015-04-17 Gary Benson <gbenson@redhat.com>
230
231 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
232 the main executable over the remote protocol.
233
e797481d
PA
2342015-04-16 Pedro Alves <palves@redhat.com>
235
236 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
237 a new gdbserver if gdbserver_reconnect_p is set.
238
1ca99c42
PA
2392015-04-16 Pedro Alves <palves@redhat.com>
240
241 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
242 is set, don't exit gdbserver.
243
af9fd6f8
AA
2442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
245
246 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
247 appropriate .insn, such that an older assembler can be used.
248 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
249 the z/Architecture instruction set on 31-bit targets as well.
250
04ff1e61
AA
2512015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
252
253 * gdb.go/handcall.exp: Remove all logic related to the first
254 breakpoint and rely on go_runto_main instead.
255 * gdb.go/strings.exp: Likewise.
256 * gdb.go/unsafe.exp: Likewise.
257 * gdb.go/hello.exp: Likewise. Also rename the remaining
258 breakpoint marker to "breakpoint 1".
259 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
260 * gdb.go/strings.go: Likewise.
261 * gdb.go/unsafe.go: Likewise.
262 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
263 "set breakpoint 2 here" and rename the remaining breakpoint marker
264 to "breakpoint 1".
265
40d2f8d6
SM
2662015-04-15 Simon Marchi <simon.marchi@ericsson.com>
267
268 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
269 if itertools.imap is not present.
270 * gdb.python/py-objfile.exp: Add parentheses.
271 * gdb.python/py-type.exp: Same.
272 * gdb.python/py-unwind-maint.py: Same.
273
8cbc97c6
YQ
2742015-04-15 Yao Qi <yao.qi@linaro.org>
275
276 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
277 of ":$ptr_size" and set its form explicitly.
278
45fd756c
YQ
2792015-04-15 Pedro Alves <palves@redhat.com>
280 Yao Qi <yao.qi@linaro.org>
281
282 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
283 timeout by factor of 4.
284 (test_regular_watch): Likewise.
285 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
286 * gdb.reverse/sigall-reverse.exp: Likewise.
287 * gdb.reverse/until-precsave.exp: Likewise.
288 * lib/gdb.exp (with_timeout_factor): New proc.
289 (gdb_expect): Move some code to ...
290 (get_largest_timeout): ... here. New procedure.
291
9e811bc3
LM
2922015-04-14 Luis Machado <lgustavo@codesourcery.com>
293
294 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
295
0ff6fcb2
LM
2962015-04-13 Luis Machado <lgustavo@codesourcery.com>
297
298 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
299 to write to the .text section.
300
7578d5f7
LM
3012015-04-13 Luis Machado <lgustavo@codesourcery.com>
302
303 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
304 Handle the case of targets that do not provide PID information.
305
2efe15c4
YQ
3062015-04-13 Yao Qi <yao.qi@linaro.org>
307
308 * lib/gdbserver-support.exp (gdb_exit): Catch exception
309 and use expect instead of gdb_expect.
310
8cd8f2f8
SDJ
3112015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
312
313 * gdb.base/coredump-filter.exp: Rename variable "addr" to
314 "coredump_var_addr" to avoid naming conflict with other testcases.
315
9ee41772
PA
3162015-04-10 Pedro Alves <palves@redhat.com>
317
318 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
319 gdb_test_sequence and gdb_assert.
320
07473109
PA
3212015-04-10 Pedro Alves <palves@redhat.com>
322
323 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
324 test messages that don't include the breakpoint address.
325
de3db44c
YQ
3262015-04-10 Yao Qi <yao.qi@linaro.org>
327
328 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
329 false for some offset and width combinations which aren't
330 supported by linux kernel.
331
c79d856c
PA
3322015-04-10 Pedro Alves <palves@redhat.com>
333
334 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
335 procedure, factored out from ...
336 (top level): ... here. Add "set displaced-stepping" testing axis.
337 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
338 parameter "displaced". Use it.
339 (top level): Use foreach and add "set displaced-stepping" testing
340 axis.
341
ebc90b50
PA
3422015-04-10 Pedro Alves <palves@redhat.com>
343
344 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
345 Remove comment.
346 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
347 both the address of the instruction that triggers the watchpoint
348 and the address of the instruction immediately after, and use
349 those addresses for the test. Fix comment.
350
8f572e5c
PA
3512015-04-10 Pedro Alves <palves@redhat.com>
352
353 * gdb.base/sigstep.exp (breakpoint_to_handler)
354 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
355 Test "backtrace" in handler.
356 (breakpoint_over_handler): New parameter 'displaced'. Use it.
357 (top level): Add new "displaced" test axis to
358 breakpoint_to_handler, breakpoint_to_handler_entry and
359 breakpoint_over_handler.
360
8d707a12
PA
3612015-04-10 Pedro Alves <palves@redhat.com>
362
363 PR gdb/18216
364 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
365
ef713951
YQ
3662015-04-10 Yao Qi <yao.qi@linaro.org>
367
368 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
369 (test_add_rn_pc): New function.
370 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
371 (top level): Invoke test_add_rn_pc.
372
906d60cf
PA
3732015-04-10 Pedro Alves <palves@redhat.com>
374
375 PR gdb/13858
376 * gdb.base/step-over-no-symbols.exp: New file.
377
f2983cc3
AW
3782015-04-09 Andy Wingo <wingo@igalia.com>
379
380 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
381 after the Python tests.
382
6d62641c
SDJ
3832015-04-08 Keith Seitz <keiths@redhat.com>
384
385 PR python/16699
386 * gdb.python/py-completion.exp: New tests for completion.
387 * gdb.python/py-completion.py (CompleteLimit1): New class.
388 (CompleteLimit2): Likewise.
389 (CompleteLimit3): Likewise.
390 (CompleteLimit4): Likewise.
391 (CompleteLimit5): Likewise.
392 (CompleteLimit6): Likewise.
393 (CompleteLimit7): Likewise.
394
f3770638
PA
3952015-04-08 Pedro Alves <palves@redhat.com>
396
397 PR gdb/18214
398 PR gdb/18216
399 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
400 function.
401 (main): Install it as SIGUSR1 handler.
402 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
403 parameter. Always use "setup" as prefix. Toggle "set
404 displaced-stepping" off/on depending on global. Don't switch to
405 thread 1 here.
406 (top level): Add displaced stepping "off/on" test axis. Update
407 "setup" calls. Wrap each subtest with with_test_prefix. Test
408 continuing with a queued signal in each thread.
409
4496bed7
PA
4102015-04-08 Pedro Alves <palves@redhat.com>
411
412 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
413 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
414 gdb_breakpoint instead of gdb_test that doesn't expect anything.
415 Return early if running to main fails.
416 * gdb.trace/while-stepping.exp: Likewise.
417
b97fde92
PA
4182015-04-07 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
421 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
422 interact with inferior program.
423
f71c18e7
PA
4242015-04-07 Pedro Alves <palves@redhat.com>
425
426 * lib/gdb.exp (inferior_spawn_id): New global.
427 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
428 spawn id after processing the user code.
429 (default_gdb_start): Set inferior_spawn_id.
430 (send_inferior): New procedure.
431 * lib/gdbserver-support.exp (gdbserver_start): Set
432 inferior_spawn_id.
433 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
434
6423214f
PA
4352015-04-07 Pedro Alves <palves@redhat.com>
436
437 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
438 * lib/gdbserver-support.exp (gdbserver_start): Make
439 $server_spawn_id global.
440 (gdbserver_start): Don't wait for gdbserver's spawn id with
441 expect_background.
442 (close_gdbserver): New procedure.
443 (gdb_exit): Rename the default version and reimplement.
444
71c0ee8c
PA
4452015-04-07 Pedro Alves <palves@redhat.com>
446
447 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
448 append the substituted item, not the original item.
449
203bc29b
PA
4502015-04-07 Pedro Alves <palves@redhat.com>
451
452 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
453 gdb_expect.
454
508a3ddf
PA
4552015-04-07 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/interrupt.exp: Don't handle the case of the inferior
458 output appearing once only.
459
9f6dbe2b
PA
4602015-04-07 Pedro Alves <palves@redhat.com>
461
462 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
463 that doesn't expect anything. Return early if running to main
464 fails.
465
337532fa
YQ
4662015-04-07 Yao Qi <yao.qi@linaro.org>
467
468 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
469 (child_function): Call alarm.
470 (main): Move call to alarm into the loop.
471 * gdb.threads/non-stop-fair-events.exp: Build program with
472 -DTIMEOUT=$timeout.
473
01b622d4
DE
4742015-04-06 Doug Evans <xdje42@gmail.com>
475
476 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
477 Fix dest parameter to board_info.
478 (fpc_compile): Ditto.
479 (gdb_compile_pascal): Rename dest arg to destfile.
480
961f4160
PMR
4812015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
482
483 * gdb.ada/funcall_ref.exp: New file.
484 * gdb.ada/funcall_ref/foo.adb: New file.
485
cafda597
YQ
4862015-04-02 Yao Qi <yao.qi@linaro.org>
487
488 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
489 is remote.
490
fed040c6
GB
4912015-04-02 Gary Benson <gbenson@redhat.com>
492
493 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
494
d11916aa
SS
4952015-04-01 Sasha Smundak <asmundak@google.com>
496
497 * gdb.python/py-unwind-maint.c: New file.
498 * gdb.python/py-unwind-maint.exp: New test.
499 * gdb.python/py-unwind-maint.py: New file.
500 * gdb.python/py-unwind.c: New file.
501 * gdb.python/py-unwind.exp: New test.
502 * gdb.python/py-unwind.py: New test.
503
a1471180
PA
5042015-04-01 Pedro Alves <palves@redhat.com>
505
506 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
507 to fail instead of non-existent $test.
508
0bbeccb1
PA
5092015-04-01 Pedro Alves <palves@redhat.com>
510
511 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
512 GDBFLAGS if not empty.
513
3c724c8c
PMR
5142015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
515
516 * gdb.ada/complete.exp: Remove "multi_line".
517 * gdb.ada/info_exc.exp: Remove "multi_line".
518 * gdb.ada/packed_tagged.exp: Remove "multi_line".
519 * gdb.ada/ptype_field.exp: Remove "multi_line".
520 * gdb.ada/sym_print_name.exp: Remove "multi_line".
521 * gdb.ada/tagged.exp: Remove "multi_line".
522 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
523 [multi_line ...]
524 * gdb.btrace/delta.exp: Likewise.
525 * gdb.btrace/exception.exp: Likewise.
526 * gdb.btrace/function_call_history.exp: Likewise.
527 * gdb.btrace/instruction_history.exp: Likewise.
528 * gdb.btrace/nohist.exp: Likewise.
529 * gdb.btrace/record_goto.exp: Likewise.
530 * gdb.btrace/segv.exp: Likewise.
531 * gdb.btrace/stepi.exp: Likewise.
532 * gdb.btrace/tailcall.exp: Likewise.
533 * gdb.btrace/unknown_functions.exp: Likewise.
534 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
535 * lib/gdb.exp: Add the "multi_line" helper.
536
4eec2deb
PA
5372015-04-01 Pedro Alves <palves@redhat.com>
538
539 * gdb.threads/tid-reuse.c: New file.
540 * gdb.threads/tid-reuse.exp: New file.
541
df8411da
SDJ
5422015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
543
544 PR corefiles/16092
545 * gdb.base/coredump-filter.c: New file.
546 * gdb.base/coredump-filter.exp: Likewise.
547
6ef37366
PM
5482015-03-27 Petr Machata <pmachata@redhat.com>
549
550 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
551 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
552 (Dwarf::assemble): Initialize them.
553 (Dwarf::lines): New function.
554
7ec911b0
JT
5552015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
556
557 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
558 SYMBOL_PREFIX for x86_64-*-cygwin.
559
ff908ebf
AW
5602015-03-26 Andy Wingo <wingo@igalia.com>
561
562 PR symtab/18148
563 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
564 const_value but not a location.
565 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
566 location defined in non-main CUs are visible.
567
6d5f0679
YQ
5682015-03-26 Yao Qi <yao.qi@linaro.org>
569
570 PR testsuite/18139
571 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
572 Add a line number entry for the same line.
573 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
574 Add a line number entry for the same line.
575
2898689b
YQ
5762015-03-26 Yao Qi <yao.qi@linaro.org>
577
578 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
579 .int 0.
580 (func): Likewise. Add .Lfunc_1 label.
581 Use .Lfunc_1 label.
582 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
583 .int 0.
584 (func): Likewise.
585 Use .Lfunc_1 label.
586
85180498
YQ
5872015-03-26 Yao Qi <yao.qi@linaro.org>
588
589 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
590 Call gdb_compile instead to compile each .s files without debug
591 information.
592
8aa08a8d
YQ
5932015-03-26 Yao Qi <yao.qi@linaro.org>
594
595 * gdb.base/savedregs.exp (process_saved_regs): Make
596 "Saved registers:" optional in the pattern.
597
66849923
MM
5982015-03-25 Markus Metzger <markus.t.metzger@intel.com>
599
600 * gdb.btrace/next.exp: Merged into step.exp.
601 * gdb.btrace/finish.exp: Merged into step.exp.
602 * gdb.btrace/nexti.exp: Merged into stepi.exp.
603 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
604 "record goto" and checking the exact replay position.
605 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
606 check for "Recording format" in "info record" output.
607 * gdb.btrace/record_goto.exp: Choose test file based on target.
608 * gdb.btrace/x86-record_goto.S: Renamed into ...
609 * gdb.btrace/x86_64-record_goto.S: ... this.
610 * gdb.btrace/i686-record_goto.S: New.
611 * gdb.btrace/x86-tailcall.S: Renamed into ...
612 * gdb.btrace/x86_64-tailcall.S: ... this.
613 * gdb.btrace/i686-tailcall.S: New.
614 * gdb.btrace/x86-tailcall.c: Renamed into ...
615 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
616 separate statements. Update test.
617 * gdb.btrace/delta.exp: Use record_goto.c as test file.
618 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
619 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
620 * gdb.btrace/tailcall.exp: Choose test file based on target.
621 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
622
11cc1b74
MM
6232015-03-25 Markus Metzger <markus.t.metzger@intel.com>
624
625 * gdb.btrace/exception.exp: Increase BTS buffer size.
626
a25d8bf9
PA
6272015-03-24 Pedro Alves <palves@redhat.com>
628
629 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
630
856e7dd6
PA
6312015-03-24 Pedro Alves <palves@redhat.com>
632
633 * gdb.threads/schedlock.exp (test_step): No longer expect that
634 "set scheduler-locking step" with "next" over a function call runs
635 threads unlocked.
636
ad235a41
AT
6372015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
638
639 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
640
15630549
AT
6412015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
642
643 PR breakpoints/16466
644 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
645 * gdb.mi/mi-pending.c (thread_func): New function.
646 (int main): Add threading support required.
647 * gdb.mi/mi-pending.exp: Add tests for this issue.
648 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
649 (pendfunc2): Remove stdio dependency.
650 * gdb.mi/mi-pendshr2.c: New file.
651
693dca06
KS
6522015-03-23 Keith Seitz <keiths@redhat.com>
653
654 * gdb.linespec/keywords.c: New file.
655 * gdb.linespec/keywords.exp: New file.
656
7e993ebf
KS
6572015-03-23 Keith Seitz <keiths@redhat.com>
658
659 PR gdb/18021
660 * gdb.dwarf2/staticvirtual.exp: New test.
661
bc23328c
JK
6622015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
665 * README: Remove HP-UX and gdb.hp.
666 (configuration):
667 * configure: Regenerate.
668 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
669 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
670 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
671 gdb.hp/gdb.defects/Makefile.
672 * gdb.hp/Makefile.in: File deleted.
673 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
674 * gdb.hp/gdb.aCC/optimize.c: File deleted.
675 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
676 * gdb.hp/gdb.aCC/run.c: File deleted.
677 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
678 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
679 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
680 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
681 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
682 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
683 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
684 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
685 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
686 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
687 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
688 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
689 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
690 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
691 * gdb.hp/gdb.base-hp/reg.s: File deleted.
692 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
693 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
694 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
695 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
696 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
697 * gdb.hp/gdb.compat/Makefile.in: File deleted.
698 * gdb.hp/gdb.compat/average.c: File deleted.
699 * gdb.hp/gdb.compat/sum.c: File deleted.
700 * gdb.hp/gdb.compat/xdb.c: File deleted.
701 * gdb.hp/gdb.compat/xdb0.c: File deleted.
702 * gdb.hp/gdb.compat/xdb0.h: File deleted.
703 * gdb.hp/gdb.compat/xdb1.c: File deleted.
704 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
705 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
706 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
707 * gdb.hp/gdb.defects/Makefile.in: File deleted.
708 * gdb.hp/gdb.defects/bs14602.c: File deleted.
709 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
710 * gdb.hp/gdb.defects/solib-d.c: File deleted.
711 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
712 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
713 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
714 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
715 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
716 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
717 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
718 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
719 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
720 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
721 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
722 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
723 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
724 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
725 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
726 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
727 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
728 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
729 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
730 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
731 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
732 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
733 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
734 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
735 * gdb.hp/tools/odump: File deleted.
736
8bf3b159
PA
7372015-03-19 Pedro Alves <palves@redhat.com>
738
739 * gdb.threads/continue-pending-status.exp (saw_thread_2)
740 (saw_thread_3): New globals.
741 (top level): Increment them when an event for the corresponding
742 thread is seen.
743 (no thread starvation): New test.
744
eb54c8bf
PA
7452015-03-19 Pedro Alves <palves@redhat.com>
746
747 * gdb.threads/continue-pending-status.c: New file.
748 * gdb.threads/continue-pending-status.exp: New file.
749
32d2e5d6
PA
7502015-03-18 Pedro Alves <palves@redhat.com>
751
752 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
753 Use gdb_is_target_remote instead of is_remote. Use
754 gdb_test_multiple instead of gdb_expect. Exit early if
755 gdb_test_multiple hits its internal matches. Tighten stepi tests
756 expected output. Fail on exit with any signal, instead of just
757 SIGILL.
758
f68f11b7
YQ
7592015-03-18 Yao Qi <yao.qi@linaro.org>
760
761 PR tdep/18107
762 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
763 variable.
764 * gdb.base/catch-syscall.exp: Don't skip it on
765 aarch64*-*-linux* target. Remove elements in all_syscalls.
766 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
767 target.
768 (setup_all_syscalls): New proc.
769
ca5fd19b
YQ
7702015-03-16 Yao Qi <yao.qi@linaro.org>
771
772 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
773 (top level): Skip tests if valid_addr_p returns false for
774 $cmd1 or $cmd2.
775
85642ba0
AW
7762015-03-11 Andy Wingo <wingo@igalia.com>
777
778 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
779
e03f9645
YQ
7802015-03-11 Yao Qi <yao.qi@linaro.org>
781
782 * gdb.base/catch-syscall.exp: Fix typo in comments.
783
5d0962b2
YQ
7842015-03-11 Yao Qi <yao.qi@linaro.org>
785
786 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
787
b2df3cef
PA
7882015-03-09 Pedro Alves <palves@redhat.com>
789
790 * dg-extract-results.py: Delete.
791
ef878e53
PA
7922015-03-09 Pedro Alves <palves@redhat.com>
793
794 Merge dg-extract-results.sh from GCC upstream (r218843).
795
796 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
797 * dg-extract-results.sh: Use --text with grep to avoid issues with
798 binary files. Fall back to cat -v, if that doesn't work.
799
9494d219
PA
8002015-03-05 Pedro Alves <palves@redhat.com>
801
802 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
803
a8d9763a
SM
8042015-03-04 Simon Marchi <simon.marchi@ericsson.com>
805
806 * lib/mi-support.exp (mi_expect_interrupt): Accept
807 alternative event for when in all-stop mode.
808
be9957b8
PA
8092015-03-04 Pedro Alves <palves@redhat.com>
810
811 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
812
d57be0f4 8132015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
814
815 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
816
c214c7cf
AA
8172015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
818
819 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
820 regexps for GDB's current line display, accept a hex address
821 preceding the line number.
822
6d74a497
AA
8232015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
824
825 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
826 the 'arch1' variable for "s390*-linux*" targets.
827
511aee7c
PA
8282015-03-04 Pedro Alves <palves@redhat.com>
829
830 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
831 (main): Pass missing retval argument to pthread_join call.
832
95e50b27
PA
8332015-03-02 Pedro Alves <palves@redhat.com>
834
835 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
836 (top level): Call do_test with non-stop as well.
837
28054d69
PA
8382015-03-02 Pedro Alves <palves@redhat.com>
839
840 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
841 -1.
842
4fa5d7b4
AA
8432015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
844
845 * gdb.arch/s390-vregs.exp: New test.
846 * gdb.arch/s390-vregs.S: New file.
847
97c18565
PA
8482015-02-27 Pedro Alves <palves@redhat.com>
849
850 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
851 call to catch_command_errors.
852 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
853 catch_command_errors.
854
a37bfa30
PA
8552015-02-27 Pedro Alves <palves@redhat.com>
856
857 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
858 "true" for boolean result.
859 * gdb.gdb/selftest.exp (test_with_self): Also accept full
860 prototype of main.
861
6f98576f
PA
8622015-02-27 Pedro Alves <palves@redhat.com>
863
864 * lib/unbuffer_output.c: New file.
865 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
866 (main): Call gdb_unbuffer_output.
867
eba5ab56
YQ
8682015-02-27 Yao Qi <yao.qi@linaro.org>
869
870 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
871 target.
872
0def5aaa
DE
8732015-02-26 Doug Evans <dje@google.com>
874
875 * gdb.cp/class2.cc (Dbase, D): New classes.
876 (main): New local delta.
877 * gdb.cp/class2.exp: Test printing delta.
878 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
879 (dynbar): New global.
880 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
881
081a1c2c
JK
8822015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
883
884 * gdb.compile/compile-ifunc.c: New file.
885 * gdb.compile/compile-ifunc.exp: New file.
886
2f41223f
AT
8872015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
888
889 * gdb.base/structs.exp: Check for correct struct on finish.
890
03eddd80
YQ
8912015-02-26 Yao Qi <yao.qi@linaro.org>
892
893 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
894 is zero.
895
80c57053
JK
8962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
897
898 * gdb.arch/cordic.ko.bz2: New file.
899 * gdb.arch/cordic.ko.debug.bz2: New file.
900 * gdb.arch/ppc64-symtab-cordic.exp: New file.
901
21613c12
YQ
9022015-02-25 Yao Qi <yao.qi@linaro.org>
903
904 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
905 aarch64*-*-* target.
906
d8b901ed
PA
9072015-02-23 Pedro Alves <palves@redhat.com>
908
909 * lib/gdb.exp (delete_breakpoints): Rewrite using
910 gdb_test_multiple.
911
e5b85ead
PA
9122015-02-23 Pedro Alves <palves@redhat.com>
913
914 * gdb.base/info-os.c: Include stdlib.h.
915
85c3a371
DE
9162015-02-22 Doug Evans <xdje42@gmail.com>
917
918 PR symtab/17855
919 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
920 is read after symbols have been re-read.
921 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
922 * gdb.ada/exec_changed/second.adb (Second): Ditto.
923
96553a0c
DE
9242015-02-21 Doug Evans <dje@google.com>
925
926 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
927
97a0c697
JK
9282015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
929
930 PR corefiles/17808
931 * gdb.arch/i386-biarch-core.core.bz2: New file.
932 * gdb.arch/i386-biarch-core.exp: New file.
933
a47cd6e9
PA
9342015-02-21 Pedro Alves <palves@redhat.com>
935
936 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
937 runto_main fails.
938
c5facdc4
PA
9392015-02-20 Pedro Alves <palves@redhat.com>
940
941 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
942 info probes.
943
2db9a427
PA
9442015-02-20 Pedro Alves <palves@redhat.com>
945
946 * gdb.threads/multi-create-ns-info-thr.exp: New file.
947
60fb7e9e
PA
9482015-02-20 Pedro Alves <palves@redhat.com>
949
950 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
951 clean_restart before gdb_target_supports_trace.
952
5c5019c2
PA
9532015-02-20 Pedro Alves <palves@redhat.com>
954
955 PR threads/18006
956 * gdb.threads/clone-thread_db.c: New file.
957 * gdb.threads/clone-thread_db.exp: New file.
958
c9587f88
AT
9592015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
960
961 PR breakpoints/16812
962 * gdb.base/catch-gdb-caused-signals.c: New file.
963 * gdb.base/catch-gdb-caused-signals.exp: New file.
964
f6a88844
JM
9652015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
966
967 * configure: Regenerated.
968 * configure.ac: Use GDB_AC_TRANSFORM.
969 * aclocal.m4: sinclude ../transform.m4.
970
497c491b
JM
9712015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
972
973 * lib/dtrace.exp: New file.
974 * gdb.base/dtrace-probe.exp: Likewise.
975 * gdb.base/dtrace-probe.d: Likewise.
976 * gdb.base/dtrace-probe.c: Likewise.
977 * lib/pdtrace.in: Likewise.
978 * configure.ac: Output variables with the transformed names of
979 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
980 * configure: Regenerated.
981
03e98035
JM
9822015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
983
984 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
985 expected message when trying to access $_probe_* convenience
986 variables while not on a probe.
987
63cc30e9
JK
9882015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
989
990 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
991
0703599a
PA
9922015-02-11 Pedro Alves <pedro@codesourcery.com>
993
994 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
995 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
996
7e60a48e
DE
9972015-02-10 Doug Evans <xdje42@gmail.com>
998
999 * lib/gdb.exp (gdb_load): Always return a result.
1000
01b088bc
PA
10012015-02-10 Pedro Alves <palves@redhat.com>
1002
1003 * gdb.threads/signal-sigtrap.c: New file.
1004 * gdb.threads/signal-sigtrap.exp: New file.
1005
b05ec7a5
AT
10062015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1007
1008 * gdb.trace/no-attach-trace.c: New file.
1009 * gdb.trace/no-attach-trace.exp: New file.
1010
a2c2acaf
MW
10112015-02-09 Mark Wielaard <mjw@redhat.com>
1012
1013 * gdb.dwarf2/atomic.c: New file.
1014 * gdb.dwarf2/atomic-type.exp: Likewise.
1015
31fd9caa
MM
10162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1017
1018 * gdb.btrace/buffer-size.exp: Update "info record" output.
1019 * gdb.btrace/delta.exp: Update "info record" output.
1020 * gdb.btrace/enable.exp: Update "info record" output.
1021 * gdb.btrace/finish.exp: Update "info record" output.
1022 * gdb.btrace/instruction_history.exp: Update "info record" output.
1023 * gdb.btrace/next.exp: Update "info record" output.
1024 * gdb.btrace/nexti.exp: Update "info record" output.
1025 * gdb.btrace/step.exp: Update "info record" output.
1026 * gdb.btrace/stepi.exp: Update "info record" output.
1027 * gdb.btrace/nohist.exp: Update "info record" output.
1028
d33501a5
MM
10292015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1030
1031 * gdb.btrace/buffer-size: New.
1032
f4abbc16
MM
10332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1034
1035 * gdb.btrace/delta.exp: Update "info record" output.
1036 * gdb.btrace/enable.exp: Update "info record" output.
1037 * gdb.btrace/finish.exp: Update "info record" output.
1038 * gdb.btrace/instruction_history.exp: Update "info record" output.
1039 * gdb.btrace/next.exp: Update "info record" output.
1040 * gdb.btrace/nexti.exp: Update "info record" output.
1041 * gdb.btrace/step.exp: Update "info record" output.
1042 * gdb.btrace/stepi.exp: Update "info record" output.
1043 * gdb.btrace/nohist.exp: Update "info record" output.
1044
b9d61307
SM
10452015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1046
1047 PR gdb/15678
1048 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1049
e584fdbc
PA
10502015-02-06 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1053 macro.
1054 (seconds_left, again): New globals.
1055 (main): Wait seconds_left in a 1-second sleep loop instead of
1056 sleeping 180 seconds. If 'again' is set, reset the seconds
1057 counter.
1058 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1059 'again' in the inferior before detaching. Print the seconds left.
1060 (options): New global.
1061 (top level): Build program with -DTIMEOUT=$timeout.
1062
77f41761
PA
10632015-02-06 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1066 determine how many seconds to pass to 'alarm'.
1067 * gdb.base/gdb-sigterm.exp (top level): Build program with
1068 -DTIMEOUT=$timeout.
1069 (do_test): Return success/failure indication. Add more verbose
1070 logging. Don't fail if 200 single steps are seen. Instead, fail
1071 when the test times out.
1072 (passes): New global.
1073 (top level): Break the testing loop if testing fails on any
1074 iteration. Use gdb_assert.
1075
b9394193
DB
10762015-02-04 Don Breazeal <donb@codesourcery.com>
1077
1078 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1079 and initialize them.
1080 (ipc_cleanup): New function.
1081 (main): Don't declare shmid, semid, and msqid. Add a call to
1082 atexit so that we call ipc_cleanup on exit.
1083
42d9e528
PA
10842015-02-04 Pedro Alves <palves@redhat.com>
1085
1086 * boards/native-extended-gdbserver.exp: Remove any target variant
1087 specifications from the board name before clearing the isremote
1088 flag from board_info.
1089
ae6ae975
DE
10902015-01-31 Doug Evans <xdje42@gmail.com>
1091
1092 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1093
cfb069a8
GB
10942015-01-31 Gary Benson <gbenson@redhat.com>
1095
1096 * gdb.base/completion.exp: Disable completion limiting for
1097 existing tests. Add new tests to check completion limiting.
1098 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1099
5dd31d79
DE
11002015-01-31 Doug Evans <xdje42@gmail.com>
1101
1102 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1103
9f050062
DE
11042015-01-31 Doug Evans <xdje42@gmail.com>
1105
1106 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1107 entries. Duplicate file section script entries.
1108 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1109 inlined entries. Add test for safe-path rejection.
1110 * gdb.python/py-section-script.c: Add duplicate inlined section script
1111 entries. Duplicate file section script entries.
1112 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1113 inlined entries. Add test for safe-path rejection.
1114
df25ebbd
JB
11152015-01-29 Joel Brobecker <brobecker@adacore.com>
1116
1117 * gdb.ada/disc_arr_bound: New testcase.
1118
4a0ca9ec
JB
11192015-01-29 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.ada/mi_var_array: New testcase.
1122
3a8b707a
DE
11232015-01-27 Doug Evans <dje@google.com>
1124
1125 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1126 Add test for objfile.filename, objfile.username after objfile
1127 has been unloaded.
1128
f8313f6e
JB
11292015-01-26 Joel Brobecker <brobecker@adacore.com>
1130
1131 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1132 the second test to print the name attribute of value
1133 returned by the call to gdb.lookup_type, and adjust
1134 the expected output accordingly.
1135
37bc665e
MW
11362015-01-25 Mark Wielaard <mjw@redhat.com>
1137
1138 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1139 * gdb.base/disp-step-fork.c: Include unistd.h.
1140 * gdb.base/siginfo-obj.c: Include stdio.h.
1141 * gdb.base/siginfo-thread.c: Likewise.
1142 * gdb.mi/non-stop.c: Include unistd.h.
1143 * gdb.mi/nsthrexec.c: Include stdio.h.
1144 * gdb.mi/pthreads.c: Include unistd.h.
1145 * gdb.modula2/unbounded1.c (main): Declare returns int.
1146 * gdb.reverse/consecutive-reverse.c: Likewise.
1147 * gdb.threads/create-fail.c: Include unistd.h.
1148 * gdb.threads/killed.c: Likewise.
1149 * gdb.threads/linux-dp.c: Likewise.
1150 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1151 * gdb.threads/non-ldr-exc-2.c: Likewise.
1152 * gdb.threads/non-ldr-exc-3.c: Likewise.
1153 * gdb.threads/non-ldr-exc-4.c: Likewise.
1154 * gdb.threads/pthreads.c: Include unistd.h.
1155 (main): Declare returns int.
1156 * gdb.threads/tls-main.c (foo): New declaration.
1157 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1158
f7e5394d
SM
11592015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1160
1161 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1162 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1163
743649fd
MW
11642015-01-15 Mark Wielaard <mjw@redhat.com>
1165
1166 * gdb.base/noreturn-return.c: New file.
1167 * gdb.base/noreturn-return.exp: New file.
1168 * gdb.base/noreturn-finish.c: New file.
1169 * gdb.base/noreturn-finish.exp: New file.
1170
198297aa
PA
11712015-01-23 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.threads/continue-pending-after-query.c: New file.
1174 * gdb.threads/continue-pending-after-query.exp: New file.
1175
717cf30c
AG
11762015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1177 Simon Marchi <simon.marchi@ericsson.com>
1178
1179 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1180 * gdb.base/valgrind-db-attach.exp: Same.
1181 * gdb.base/valgrind-infcall.exp: Same.
1182 * lib/mi-support.exp (default_mi_gdb_start): Same.
1183 * lib/prompt.exp (default_prompt_gdb_start): Same.
1184 * lib/gdb.exp (default_gdb_spawn): Same.
1185 (gdb_interact): New.
1186
1187
4b62a76e
JK
11882015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1189
1190 * gdb.compile/compile.exp (pointer to jit function): New test.
1191
b4cdae6f
WW
11922015-01-17 Wei-cheng Wang <cole945@gmail.com>
1193
1194 * lib/gdb.exp (supports_process_record): Return true for
1195 powerpc*-*-linux*.
1196 (supports_reverse): Likewise.
1197
d221e7ef
DB
11982015-01-15 Don Breazeal <donb@codesourcery.com>
1199
1200 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1201 instead of checking whether the target board is remote and
1202 use spawn_wait_for_attach instead of exec/sleep.
1203 * gdb.base/attach-twice.exp: Likewise.
1204
bafffb51
JB
12052015-01-15 Joel Brobecker <brobecker@adacore.com>
1206
1207 * gdb.ada/var_arr_attrs: New testcase.
1208
5589af0e
PA
12092015-01-14 Pedro Alves <palves@redhat.com>
1210 Joel Brobecker <brobecker@adacore.com>
1211
1212 PR gdb/17525
1213 * gdb.base/bp-cmds-execution-x-script.c: New file.
1214 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1215 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1216
6c400b59
PA
12172015-01-14 Pedro Alves <palves@redhat.com>
1218
1219 PR cli/17828
1220 * gdb.base/batch-preserve-term-settings.c: New file.
1221 * gdb.base/batch-preserve-term-settings.exp: New file.
1222
e02c96a7
DE
12232015-01-13 Doug Evans <dje@google.com>
1224
1225 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1226 binary.
1227
576fd14c
JB
12282015-01-13 Joel Brobecker <brobecker@adacore.com>
1229
1230 * Makefile.in (clean mostlyclean): Do not delete *.py.
1231
04dccad0
JB
12322015-01-13 Joel Brobecker <brobecker@adacore.com>
1233
1234 * gdb.python/py-lookup-type.exp: New file.
1235
3d230f71
PA
12362015-01-12 Pedro Alves <palves@redhat.com>
1237
1238 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1239 restore GDBFLAGS before returning.
1240
7e67715d
JK
12412015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1242
1243 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1244 is_amd64_regs_target and is_x86_like_target.
1245
f2e0d4b4
DE
12462015-01-11 Doug Evans <xdje42@gmail.com>
1247
1248 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1249 is given without an explicit form.
1250 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1251 attributes.
1252 * gdb.dwarf/corrupt.exp: Ditto.
1253 * gdb.dwarf2/enum-type.exp: Ditto.
1254 * gdb.trace/entry-values.exp: Ditto.
1255 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1256
439250fb
DE
12572015-01-11 Doug Evans <xdje42@gmail.com>
1258
1259 PR gdb/15830
1260 * gdb.base/maint.exp: Remove references to "maint demangle".
1261 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1262 Add tests for explicitly specifying language to demangle.
1263 * gdb.dlang/demangle.exp: Ditto.
1264
ede9f622
PA
12652015-01-09 Pedro Alves <palves@redhat.com>
1266
1267 * gdb.threads/non-stop-fair-events.c: New file.
1268 * gdb.threads/non-stop-fair-events.exp: New file.
1269
a7b796db
PA
12702015-01-09 Pedro Alves <palves@redhat.com>
1271
1272 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1273 the global scope. Set a breakpoint after all threads are started
1274 rather than stepping over two source lines. Expect the prompt.
1275 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1276 global.
1277 (NUM): Now 15.
1278 (main): Use threads_started_barrier to wait for all threads to
1279 start. Main thread no longer calls thread_function. Exit after
1280 180 seconds.
1281 (loop): New function.
1282 (thread_function): Wait on threads_started_barrier barrier. Call
1283 'loop' at each iteration.
1284 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1285 threads have started, instead of hardcoding number of "next"
1286 steps. Use an access watchpoint instead of a write watchpoint.
1287
9665ffdd
PA
12882015-01-09 Pedro Alves <palves@redhat.com>
1289
1290 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1291 (thread_func): Wait on barrier.
1292 (main): Wait for all threads to start before stopping GDB.
1293 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1294 global.
1295 (thread1_func, thread2_func): Wait on barrier.
1296 (main): Wait for all threads to start before stopping GDB.
1297 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1298 New global.
1299 (thread1_func, thread2_func): Wait on barrier.
1300 (main): Wait for all threads to start before stopping GDB.
1301
c945a99f
PA
13022015-01-09 Pedro Alves <palves@redhat.com>
1303
1304 * gdb.threads/attach-many-short-lived-threads.c: New file.
1305 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1306
c1a747c1
PA
13072014-01-09 Pedro Alves <palves@redhat.com>
1308
1309 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1310 instead of to thread 2.
1311 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1312 Add barrier around each pthread_create call instead of around all
1313 calls.
1314 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1315 Set a break on thread_function and have the child threads hit it
1316 one at at a time.
1317
60b3033e
PA
13182015-01-09 Pedro Alves <palves@redhat.com>
1319
1320 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1321 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1322 false.
1323 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1324 checking whether the target board is remote.
1325 * gdb.multi/multi-attach.exp: Likewise.
1326 * gdb.python/py-sync-interp.exp: Likewise.
1327 * gdb.server/ext-attach.exp: Likewise.
1328 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1329 tests that need to attach, instead of checking whether the target
1330 board is remote at the top of the file.
1331
acc018ac
YQ
13322015-01-08 Yao Qi <yao@codesourcery.com>
1333
1334 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1335
50a18af8
JK
13362015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1337
1338 Fix testcase compilation.
1339 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1340
8503d6e1
JB
13412015-01-06 Joel Brobecker <brobecker@adacore.com>
1342
1343 * gdb.python/py-type.exp: Add a couple test about empty
1344 array creation, and negative-length array creation.
1345
cc73dbcc
DE
13462015-01-02 Doug Evans <xdje42@gmail.com>
1347
1348 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1349
0300bbc7
DE
13502015-01-02 Doug Evans <dje@google.com>
1351
1352 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1353
9d85a0ec
YQ
13542014-12-29 Yao Qi <yao@codesourcery.com>
1355
1356 * gdb.trace/entry-values.exp: Update comments. Rename variable
1357 bar_call_foo to returned_from_foo.
1358
87186c6a
MMN
13592014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1360
1361 PR gdb/17394
1362 * gdb.linespec/break-asm-file.c: New file.
1363 * gdb.linespec/break-asm-file.exp: New file.
1364 * gdb.linespec/break-asm-file0.s: New file.
1365 * gdb.linespec/break-asm-file1.s: New file.
1366
1bab7383
YQ
13672014-12-18 Nigel Stephens <nigel@mips.com>
1368 Maciej W. Rozycki <macro@codesourcery.com>
1369
1370 * gdb.base/float.exp: Handle the new output from "info float" on
1371 MIPS targets.
1372
1bc1068a
JK
13732014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1374
1375 Fix MinGW compilation.
1376 * gdb.compile/compile-ops.exp: Update untested message if
1377 !skip_compile_feature_tests.
1378 * gdb.compile/compile-setjmp.exp: Likewise.
1379 * gdb.compile/compile-tls.exp: Likewise.
1380 * gdb.compile/compile.exp: Likewise.
1381 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1382 supported on this host".
1383
b6615d10
DE
13842014-12-16 Doug Evans <xdje42@gmail.com>
1385
1386 * boards/stabs.exp: New file.
1387
25dda427
AA
13882014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1389
1390 * gdb.base/completion.exp: Adjust to format changes of "maint
1391 print user-registers".
1392
bf330350
CU
13932014-12-16 Catalin Udma <catalin.udma@freescale.com>
1394
1395 PR server/17457
1396 * gdb.arch/aarch64-fp.c: New file.
1397 * gdb.arch/aarch64-fp.exp: New file.
1398
395cf596
SDJ
13992014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1400
1401 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1402 r210637, r210913, r211666, r215400, r215817).
1403
1404 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1405 * dg-extract-results.py: New file.
1406 * dg-extract-results.sh: Use it if the environment seems
1407 suitable.
1408
1409 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1410
1411 * dg-extract-results.py (parse_run): Handle warnings that
1412 are printed before a test harness is run.
1413
1414 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1415
1416 * dg-extract-results.py (Named): Remove __cmp__ method.
1417 (output_variation): Use a key to sort variation.harnesses.
1418
1419 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1420
1421 * dg-extract-results.py: For Python 3, force sys.stdout to
1422 handle surrogate escape sequences.
1423 (safe_open): New function.
1424 (output_segment, main): Use it.
1425
1426 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1427
1428 * dg-extract-results.py (Prog.result_re): Include options
1429 in test name.
1430
1431 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1432
1433 * dg-extract-results.py (output_variation): Always sort if
1434 do_sum.
1435
e882ef3c
SM
14362014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1437
1438 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1439 as long as we get pagination notifications.
1440
4992aa20
JM
14412014-12-15 Jason Merrill <jason@redhat.com>
1442
1443 * Makefile.in (check-gdb.%): Restore.
1444 * README: Mention it.
1445
c1b5a1a6
JB
14462014-12-13 Joel Brobecker <brobecker@adacore.com>
1447
1448 * gdb.ada/str_uninit: New testcase.
1449
5537b577
JK
14502014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 PR symtab/17642
1453 * gdb.base/vla-stub-define.c: New file.
1454 * gdb.base/vla-stub.c: New file.
1455 * gdb.base/vla-stub.exp: New file.
1456
bb2ec1b3
TT
14572014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1458 Jan Kratochvil <jan.kratochvil@redhat.com>
1459 Tom Tromey <tromey@redhat.com>
1460
1461 * configure.ac: Add gdb.compile/.
1462 * configure: Regenerate.
1463 * gdb.compile/Makefile.in: New file.
1464 * gdb.compile/compile-ops.exp: New file.
1465 * gdb.compile/compile-ops.c: New file.
1466 * gdb.compile/compile-tls.c: New file.
1467 * gdb.compile/compile-tls.exp: New file.
1468 * gdb.compile/compile-constvar.S: New file.
1469 * gdb.compile/compile-constvar.c: New file.
1470 * gdb.compile/compile-mod.c: New file.
1471 * gdb.compile/compile-nodebug.c: New file.
1472 * gdb.compile/compile-setjmp-mod.c: New file.
1473 * gdb.compile/compile-setjmp.c: New file.
1474 * gdb.compile/compile-setjmp.exp: New file.
1475 * gdb.compile/compile-shlib.c: New file.
1476 * gdb.compile/compile.c: New file.
1477 * gdb.compile/compile.exp: New file.
1478 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1479
4ff709eb
TT
14802014-12-12 Tom Tromey <tromey@redhat.com>
1481
1482 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1483 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1484
6dddd6a5
DE
14852014-12-12 Doug Evans <dje@google.com>
1486
1487 * lib/gdb-python.exp (get_python_valueof): New function.
1488 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1489
71c24708
AA
14902014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1491
1492 * gdb.base/completion.exp: Add test for completion of "info
1493 registers ".
1494
3e29f34a
MR
14952014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1496
1497 * gdb.base/func-ptrs.c: New file.
1498 * gdb.base/func-ptrs.exp: New file.
1499
fc126975
SM
15002014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1501
1502 PR breakpoints/17012
1503 * gdb.base/dprintf-detach.c: New file.
1504 * gdb.base/dprintf-detach.exp: New file.
1505
0a46d518
SM
15062014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1507
1508 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1509 * lib/gdb.exp (target_is_gdbserver): New procedure.
1510
a0be3e44
DE
15112014-12-08 Doug Evans <dje@google.com>
1512
1513 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1514
df1b803a
YQ
15152014-12-05 Yao Qi <yao@codesourcery.com>
1516
1517 * gdb.guile/scm-error.exp: Remove the third argument to
1518 gdb_remote_download.
1519 * gdb.guile/scm-frame-args.exp: Likewise.
1520 * gdb.guile/scm-section-script.exp: Likewise.
1521
ddb9f679
YQ
15222014-12-05 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1525
86e4ed39
DE
15262014-12-04 Doug Evans <dje@google.com>
1527
1528 * gdb.python/py-objfile.exp: Add tests for
1529 objfile.add_separate_debug_file.
1530
7c50a931
DE
15312014-12-04 Doug Evans <dje@google.com>
1532
1533 * lib/gdb.exp (get_build_id): New function.
1534 (build_id_debug_filename_get): Rewrite to use it.
1535 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1536
621661e3
MR
15372014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1538
1539 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1540 `method(long)', not just 0x0.
1541 * gdb.cp/nsalias.exp: Align code labels to 4.
1542 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1543 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1544 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1545 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1546 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1547 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1548
29f0c3b7
DE
15492014-12-02 Doug Evans <dje@google.com>
1550
e1e061e7 1551 PR symtab/17602
29f0c3b7 1552 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1553 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1554 * gdb.cp/anon-ns.exp: Update.
1555
162078c8
NB
15562014-12-02 Nick Bull <nicholaspbull@gmail.com>
1557
1558 * gdb.python/py-events.py (inferior_call_handler): New.
1559 (register_changed_handler, memory_changed_handler): New.
1560 (test_events.invoke): Register new handlers.
1561 * gdb.python/py-events.exp: Add tests for inferior call,
1562 memory_changed and register_changed events.
1563
fdb09caf
AA
15642014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1565
1566 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1567 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1568 if the linker doesn't understand this.
1569
55cfb2c4
SM
15702014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.python/python.exp: Change expected reply to help().
1573
9e8cd6df
YQ
15742014-12-01 Yao Qi <yao@codesourcery.com>
1575
1576 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1577 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1578 * configure: Re-generated.
1579
6c659fc2
SC
15802014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1581
1582 * gdb.cp/chained-calls.cc: New file.
1583 * gdb.cp/chained-calls.exp: New file.
1584 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1585
d7fc3181
SM
15862014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1587
1588 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1589 * gdb.dwarf2/symtab-producer.exp: Same.
1590 * gdb.gdb/python-interrupts.exp: Same.
1591 * gdb.gdb/python-selftest.exp: Same.
1592 * gdb.python/py-linetable.exp: Same.
1593 * gdb.python/py-type.exp: Same.
1594 * gdb.python/py-value-cc.exp: Same.
1595 * gdb.python/py-value.exp: Same.
1596
10e79639
YQ
15972014-11-28 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.base/break-probes.exp: Match library name prefixed with
1600 sysroot.
1601
f28a0564
SM
16022014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1603
1604 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1605 test expected output. Add parentheses for the call to print.
1606 Remove L suffix from integers.
1607
3fe1ce1d
DE
16082014-11-26 Doug Evans <dje@google.com>
1609
1610 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1611
84429e27
YQ
16122014-11-22 Yao Qi <yao@codesourcery.com>
1613
1614 * gdb.trace/entry-values.c: Remove asms.
1615 (foo): Add foo_label.
1616 (bar): Add bar_label.
1617 * gdb.trace/entry-values.exp: Remove code computing foo's
1618 length and bar's length.
1619 (Dwarf::assemble): Invoke function_range for bar and use
1620 MACRO_AT_func for foo.
1621
26741859
YQ
16222014-11-22 Yao Qi <yao@codesourcery.com>
1623
1624 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1625 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1626 Use .Lgcc43_procstart instead of gcc43.
1627
45e44d27
JB
16282014-11-21 Joel Brobecker <brobecker@adacore.com>
1629
1630 * gdb.ada/n_arr_bound: New testcase.
1631
458c8db8
SDJ
16322014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1633
1634 PR breakpoints/10737
1635 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1636 test_catch_syscall_multi_arch.
1637 (test_catch_syscall_multi_arch): New function.
1638
43f3e411
DE
16392014-11-20 Doug Evans <xdje42@gmail.com>
1640
1641 * gdb.base/maint.exp: Update expected output.
1642
0d7b2549
AA
16432014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1644
1645 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1646 4-byte instruction on S390.
1647
8908fca5
JB
16482014-11-19 Joel Brobecker <brobecker@adacore.com>
1649
1650 * gdb.ada/arr_arr: New testcase.
1651
4a46959e
JB
16522014-11-19 Joel Brobecker <brobecker@adacore.com>
1653
1654 * gdb.ada/pkd_arr_elem: New Testcase.
1655
470e2f4e
LM
16562014-11-18 Luis Machado <lgustavo@codesourcery.com>
1657
1658 * gdb.reverse/break-precsave: Expect completion message for
1659 core file reads.
1660 * gdb.reverse/consecutive-precsave.exp: Likewise.
1661 * gdb.reverse/finish-precsave.exp: Likewise.
1662 * gdb.reverse/i386-precsave.exp: Likewise.
1663 * gdb.reverse/machinestate-precsave.exp: Likewise.
1664 * gdb.reverse/sigall-precsave.exp: Likewise.
1665 * gdb.reverse/solib-precsave.exp: Likewise.
1666 * gdb.reverse/step-precsave.exp: Likewise.
1667 * gdb.reverse/until-precsave.exp: Likewise.
1668 * gdb.reverse/watch-precsave.exp: Likewise.
1669
a267f3ad
AA
16702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1671
1672 * gdb.base/bp-permanent.c: Include unistd.h.
1673 * gdb.python/py-framefilter-mi.c (main): Add return type.
1674 * gdb.python/py-framefilter.c (main): Likewise.
1675 * gdb.trace/actions-changed.c (main): Likewise.
1676
12084a9a
AA
16772014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1678
1679 * gdb.mi/until.c: Add eye-catchers.
1680 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1681 line numbers.
1682
dc7e1a77
AA
16832014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1684
1685 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1686 function header variants in break1.c.
1687 * gdb.base/ena-dis-br.exp: Likewise.
1688 * gdb.base/hbreak2.exp: Likewise.
1689 * gdb.reverse/until-precsave.exp: Drop references to removed
1690 non-prototype function header variants in ur1.c.
1691 * gdb.reverse/until-reverse.exp: Likewise.
1692
41c77605
PM
16932014-11-17 Petr Machata <pmachata@redhat.com>
1694
1695 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1696 ${_cu_offset_size} bytes abbrev offset.
1697
34248c3a
DE
16982014-11-15 Doug Evans <xdje42@gmail.com>
1699
1700 PR symtab/17559
1701 * gdb.base/line-symtabs.exp: New file.
1702 * gdb.base/line-symtabs.c: New file.
1703 * gdb.base/line-symtabs.h: New file.
1704
646da059
YQ
17052014-11-14 Yao Qi <yao@codesourcery.com>
1706
1707 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1708 (func): Add label func_label.
1709 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1710 Replace low_pc and high_pc with MACRO_AT_range.
1711 Replace name, low_pc and high_pc with MACRO_AT_func.
1712
9301ebe6
YQ
17132014-11-14 Yao Qi <yao@codesourcery.com>
1714
1715 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1716 Replace name, low_pc and high_pc with MACRO_AT_func.
1717
f166b542
YQ
17182014-11-14 Yao Qi <yao@codesourcery.com>
1719
1720 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1721 produce debug information.
1722 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1723
0f6e71e3
YQ
17242014-11-14 Yao Qi <yao@codesourcery.com>
1725
1726 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1727 object and get function length.
1728 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1729 with MACRO_AT_func.
1730 (top-level): Replace gdb_compile and clean_restart with
1731 prepare_for_testing.
1732 * gdb.dwarf2/main.c (main): Add label main_label.
1733
876c4df9
YQ
17342014-11-14 Yao Qi <yao@codesourcery.com>
1735
1736 * lib/dwarf.exp (function_range): New procedure.
1737 (Dwarf::_handle_macro_at_func): New procedure.
1738 (Dwarf::_handle_macro_at_range): New procedure.
1739 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1740
02ad9cf1
YQ
17412014-11-14 Yao Qi <yao@codesourcery.com>
1742
1743 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1744 (_handle_attribute): New procedure.
1745
a59add0c
AA
17462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1747
1748 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1749 * gdb.base/call-sc.c (zed): Likewise.
1750 * gdb.base/checkpoint.c (main): Likewise.
1751 * gdb.base/dump.c (main): Likewise.
1752 * gdb.base/gcore.c (main): Likewise.
1753 * gdb.base/huge.c (main): Likewise.
1754 * gdb.base/multi-forks.c (main): Likewise.
1755 * gdb.base/pr10179-a.c (main): Likewise.
1756 * gdb.base/savedregs.c (main): Likewise.
1757 * gdb.base/sigaltstack.c (main): Likewise.
1758 * gdb.base/siginfo.c (main): Likewise.
1759 * gdb.base/structs.c (zed): Likewise.
1760 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1761 * gdb.mi/mi-syn-frame.c (main): Likewise.
1762 * gdb.mi/until.c (foo, main): Likewise.
1763 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1764 * gdb.base/solib-weak.c (foo): Declare.
1765 * gdb.base/attach-twice.c: Include stdio.h.
1766 * gdb.base/weaklib1.c: Likewise.
1767 * gdb.base/weaklib2.c: Likewise.
1768 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1769 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1770 unistd.h.
1771 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1772 * gdb.mi/mi-exit-code.c: Likewise.
1773 * gdb.base/break-interp-lib.c: Include string.h.
1774 * gdb.base/coremaker.c: Likewise.
1775 * gdb.base/testenv.c: Likewise.
1776 * gdb.python/py-finish-breakpoint.c: Likewise.
1777 * gdb.base/inferior-died.c: Include sys/wait.h.
1778 * gdb.base/fileio.c: Include time.h.
1779 * gdb.base/async-shell.c: Include unistd.h.
1780 * gdb.base/dprintf-non-stop.c: Likewise.
1781 * gdb.base/info-os.c: Likewise.
1782 * gdb.mi/mi-console.c: Likewise.
1783 * gdb.mi/watch-nonstop.c: Likewise.
1784 * gdb.python/py-events.c: Likewise.
1785 * gdb.base/async.c (baz): Move up before its invocation.
1786 * gdb.base/code_elim2.c (my_global_func): Likewise.
1787 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1788 * gdb.base/advance.c (func2): Likewise.
1789
3b5d5997
AA
17902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1791
1792 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1793 variant.
1794 * gdb.base/annota3.c: Likewise.
1795 * gdb.base/async.c: Likewise.
1796 * gdb.base/average.c: Likewise.
1797 * gdb.base/call-ar-st.c: Likewise.
1798 * gdb.base/call-rt-st.c: Likewise.
1799 * gdb.base/call-sc.c: Likewise.
1800 * gdb.base/call-strs.c: Likewise.
1801 * gdb.base/ending-run.c: Likewise.
1802 * gdb.base/execd-prog.c: Likewise.
1803 * gdb.base/exprs.c: Likewise.
1804 * gdb.base/foll-exec.c: Likewise.
1805 * gdb.base/foll-fork.c: Likewise.
1806 * gdb.base/foll-vfork.c: Likewise.
1807 * gdb.base/funcargs.c: Likewise.
1808 * gdb.base/gcore.c: Likewise.
1809 * gdb.base/jump.c: Likewise.
1810 * gdb.base/langs0.c: Likewise.
1811 * gdb.base/langs1.c: Likewise.
1812 * gdb.base/langs2.c: Likewise.
1813 * gdb.base/mips_pro.c: Likewise.
1814 * gdb.base/nodebug.c: Likewise.
1815 * gdb.base/opaque0.c: Likewise.
1816 * gdb.base/opaque1.c: Likewise.
1817 * gdb.base/recurse.c: Likewise.
1818 * gdb.base/run.c: Likewise.
1819 * gdb.base/scope0.c: Likewise.
1820 * gdb.base/scope1.c: Likewise.
1821 * gdb.base/setshow.c: Likewise.
1822 * gdb.base/setvar.c: Likewise.
1823 * gdb.base/shmain.c: Likewise.
1824 * gdb.base/shr1.c: Likewise.
1825 * gdb.base/shr2.c: Likewise.
1826 * gdb.base/sigall.c: Likewise.
1827 * gdb.base/signals.c: Likewise.
1828 * gdb.base/so-indr-cl.c: Likewise.
1829 * gdb.base/solib2.c: Likewise.
1830 * gdb.base/structs.c: Likewise.
1831 * gdb.base/sum.c: Likewise.
1832 * gdb.base/vforked-prog.c: Likewise.
1833 * gdb.base/watchpoint.c: Likewise.
1834 * gdb.reverse/shr2.c: Likewise.
1835 * gdb.reverse/until-reverse.c: Likewise.
1836 * gdb.reverse/ur1.c: Likewise.
1837 * gdb.reverse/watch-reverse.c: Likewise.
1838
066a77c5
AA
18392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1840
1841 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1842 variant.
1843 * gdb.base/sepdebug.exp: Drop references to removed code.
1844
4f204ea5
AA
18452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1846
1847 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1848 variant. Preserve original line numbering.
1849 * gdb.base/list1.c: Likewise.
1850
3b377a3a
AA
18512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1852
1853 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1854 variant.
1855 * gdb.base/break1.c: Likewise.
1856 * gdb.base/break.exp: Drop references to removed code.
1857
e444df73
AA
18582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1859
1860 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1861 variant.
1862
8008f2a7
AA
18632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1866
a5a06887
AA
18672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1868
1869 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1870 logic into perform_all_tests() and invoke it with and without
1871 function header prototypes.
1872 (do_function_calls): Remove conditional XFAIL for PR 5318.
1873 (rerun_and_prepare): Remove duplicate code.
1874 (perform_all_tests): New. Main logic moved here.
1875
44dba9b9
AA
18762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1877
1878 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1879 code guarded by #ifdef NO_PROTOTYPES.
1880 (t_double_many_args): Likewise.
1881 (DEF_FUNC_MANY_ARGS_1): Likewise.
1882 (DEF_FUNC_VALUES_1): Likewise.
1883 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1884 guarded by #ifdef PROTOTYPES.
1885
d1fbcd56
AA
18862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1887
1888 * gdb.mi/mi-console.c: Add eye-catcher.
1889 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1890 instead of literal line number.
1891
b0e59b8f
AA
18922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1893
1894 * gdb.base/shr2.c: Add eye-catcher.
1895 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1896 line number.
1897
78f98cca
AA
18982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1899
1900 * gdb.base/jump.c: Add eye-catchers.
1901 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1902 numbers.
1903
58fa2af0
AA
19042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1905
1906 * gdb.base/execd-prog.c: Add eye-catchers.
1907 * gdb.base/foll-exec.c: Likewise.
1908 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1909 line numbers.
1910
04e5059b
AA
19112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1912
1913 * gdb.base/ending-run.c: Add eye-catchers.
1914 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1915 literal line numbers.
1916
dbfdb174
AA
19172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1918
1919 * gdb.base/call-rt-st.c: Add eye-catchers.
1920 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1921 literal line numbers.
1922
888a2ade
AA
19232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1924
1925 * gdb.base/call-ar-st.c: Add eye-catchers.
1926 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1927 literal line numbers.
1928
6acc2dde
AA
19292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1930
1931 * gdb.base/average.c: Add eye-catchers.
1932 * gdb.base/sum.c: Likewise.
1933 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1934 regexps dynamically.
1935
9ecfcd1d
AA
19362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1937
1938 * gdb.base/solib1.c: Add eye-catchers.
1939 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1940 literal line numbers.
1941
78708b7c
PA
19422014-11-12 Pedro Alves <palves@redhat.com>
1943
1944 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1945 leader has exited.
1946
af48d08f
PA
19472014-11-12 Pedro Alves <palves@redhat.com>
1948
1949 * gdb.arch/i386-bp_permanent.c: New file.
1950 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1951 (srcfile): Set to i386-bp_permanent.c.
1952 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1953 that stepi does not execute the 'leave' instruction, instead of
1954 testing it does execute.
1955 * gdb.base/bp-permanent.c: New file.
1956 * gdb.base/bp-permanent.exp: New file.
1957
af3768e9
DE
19582014-11-10 Doug Evans <xdje42@gmail.com>
1959
1960 PR symtab/17564
1961 * gdb.base/symtab-search-order.exp: New file.
1962 * gdb.base/symtab-search-order.c: New file.
1963 * gdb.base/symtab-search-order-1.c: New file.
1964 * gdb.base/symtab-search-order-shlib-1.c: New file.
1965
9de00a4a
PA
19662014-11-07 Pedro Alves <palves@redhat.com>
1967
1968 PR gdb/17511
1969 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1970 i?86-*-linux*.
1971
e0f52461
SC
19722014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1973
1974 PR c++/17494
1975 * gdb.cp/pr17494.cc: New file.
1976 * gdb.cp/pr17494.exp: New file.
1977
6ce8c980
YQ
19782014-11-02 Yao Qi <yao@codesourcery.com>
1979
1980 * gdb.python/python.exp: Get working directory and match the
1981 output of "set extended-prompt \\w " with it.
1982
02be9a71
DE
19832014-10-30 Doug Evans <dje@google.com>
1984
1985 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1986 in objfiles.
1987 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1988 in progspaces.
1989
3bdff46b
LM
19902014-10-30 Janis Johnson <janisjo@codesourcery.com>
1991
1992 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1993 * gdb.base/realname-expand.exp: Likewise.
1994 * gdb.linespec/macro-relative.exp: Likewise.
1995
ab917dfb
PA
19962014-10-29 Pedro Alves <palves@redhat.com>
1997
1998 PR gdb/17408
1999 * gdb.threads/schedlock.c (some_function): New function.
2000 (call_function): New global.
2001 (MAYBE_CALL_SOME_FUNCTION): New macro.
2002 (thread_function): Call it.
2003 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2004 and use it instead of a global counter. Adjust all callers.
2005 (get_current_thread): Use "find current thread" for test message
2006 here rather than having all callers pass down the same string.
2007 (goto_loop): New procedure, factored out from ...
2008 (my_continue): ... this.
2009 (step_ten_loops): Change parameter from test message to command to
2010 use. Adjust.
2011 (list_count): Delete global.
2012 (check_result): New procedure, factored out from duplicate top
2013 level code.
2014 (continue tests): Wrap in with_test_prefix.
2015 (test_step): New procedure, factored out from duplicate top level
2016 code.
2017 (top level): Test "step" in combination with all scheduler-locking
2018 modes. Test "next" in combination with all scheduler-locking
2019 modes, and in combination with stepping over a function call or
2020 not.
2021 * gdb.threads/next-bp-other-thread.c: New file.
2022 * gdb.threads/next-bp-other-thread.exp: New file.
2023
d3d4baed
PA
20242014-10-29 Pedro Alves <palves@redhat.com>
2025
2026 PR python/17372
2027 * gdb.python/python.exp: Test a multi-line command that spawns
2028 interactive Python.
2029 * gdb.base/multi-line-starts-subshell.exp: New file.
2030
563e8d85
YQ
20312014-10-29 Yao Qi <yao@codesourcery.com>
2032
2033 * gdb.base/fileio.exp: Make directories on host.
2034
0ea4d52e
YQ
20352014-10-29 Yao Qi <yao@codesourcery.com>
2036
2037 * gdb.base/fileio.c (test_write): Close the file.
2038
7f5ef605
PA
20392014-10-28 Pedro Alves <palves@redhat.com>
2040
2041 PR gdb/12623
2042 * gdb.base/sigstep.c (no_handler): New global.
2043 (main): If 'no_handler is true, set the signal handlers to
2044 SIG_IGN.
2045 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2046 with_sw_watch and no_handler parameters. Handle them.
2047 (top level) <stepping over handler when stopped at a breakpoint
2048 test>: Add a test axis for testing with a software watchpoint, and
2049 another for testing with the signal handler set to SIG_IGN.
2050 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2051 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2052
abbdbd03
PA
20532014-10-28 Pedro Alves <palves@redhat.com>
2054
2055 PR gdb/17511
2056 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2057 * gdb.base/sigstep.exp (other_handler_location): New global.
2058 (advance): Support stepping into the signal handler, and running
2059 commands while in the handler.
2060 (in_handler_map): New global.
2061 (top level): In the advance test, add combinations for getting
2062 into the handler with stepping commands, and for running commands
2063 in the handler. Add comment descripting the advancei tests.
2064
1df4399f
PA
20652014-10-28 Pedro Alves <palves@redhat.com>
2066
2067 * gdb.base/sigstep.exp: Use build_executable instead of
2068 prepare_for_testing.
2069 (top level): Move code that starts GDB, runs to main and creates a
2070 display to ...
2071 (restart): ... this new procedure.
2072 (top level): Move backtrace from signal handler test to ...
2073 (validate_backtrace): ... this new procedure.
2074 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2075 with_test_prefix. Always restart GDB.
2076 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2077 with_test_prefix. Always restart GDB. No need to delete
2078 breakpoints after the test.
2079 (test_skip_handler): Remove prefix parameter.
2080 (skip_over_handler, breakpoint_to_handler)
2081 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2082 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2083 restart GDB. No need to delete breakpoints after the test.
2084 (top level): Use foreach to call the test procedures with
2085 different commands.
2086
a5b6e449
PA
20872014-10-28 Pedro Alves <palves@redhat.com>
2088
2089 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2090 instead of GNATS numbers.
2091 * gdb.base/sigbpt.exp: Likewise.
2092 * gdb.base/siginfo.exp: Likewise.
2093 * gdb.base/sigstep.exp: Likewise.
2094
e5f8a7cc
PA
20952014-10-27 Pedro Alves <palves@redhat.com>
2096
2097 * gdb.base/sigstep.c (dummy): New global.
2098 (main): Issue a couple writes to the new global.
2099 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2100 procedures.
2101 (skip_over_handler): Use test_skip_handler.
2102 (top level): Call skip_over_handler for stepi and nexti too.
2103 (breakpoint_over_handler): Use test_skip_handler.
2104 (top level): Call breakpoint_over_handler for stepi and nexti too.
2105
763905a3
YQ
21062014-10-27 Yao Qi <yao@codesourcery.com>
2107
2108 * gdb.trace/tfile.c (adjust_function_address)
2109 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2110 function descriptor.
2111
6f259a23
DB
21122014-10-24 Don Breazeal <donb@codesourcery.com>
2113
2114 * gdb.base/foll-fork.exp (test_follow_fork,
2115 catch_fork_child_follow): Check for updated fork messages emitted
2116 from infrun.c.
2117 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2118 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2119 vfork_and_exec_child_follow_through_step): Check for updated vfork
2120 messages emitted from infrun.c.
2121
09dd9a69
PA
21222014-10-24 Pedro Alves <palves@redhat.com>
2123
2124 * gdb.base/corefile.exp: Remove references to ultrix.
2125 * gdb.base/interrupt.exp: Likewise.
2126 * gdb.base/whatis.exp: Likewise.
2127 * gdb.gdb/selftest.exp: Likewise.
2128 * gdb.threads/manythreads.exp: Likewise.
2129 * gdb.threads/print-threads.exp: Likewise.
2130 * gdb.threads/pthreads.exp:: Likewise.
2131 * gdb.threads/schedlock.exp: Likewise.
2132
3433cfa5
SC
21332014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2134
2135 * gdb.cp/non-trivial-retval.cc: Add a test case.
2136 * gdb.cp/non-trivial-retval.exp: Add a test.
2137
092f880b
YQ
21382014-10-20 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2141 * gdb.python/py-objfile-script-gdb.py: New file.
2142 * gdb.python/py-objfile-script.exp: Update reference to
2143 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2144 of remote_download. Remove the dest file.
2145
acbdb7f3
YQ
21462014-10-20 Yao Qi <yao@codesourcery.com>
2147
2148 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2149 * gdb.base/step-line.exp: Likewise.
2150 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2151 * gdb.dwarf2/dw2-basic.exp: Likewise.
2152 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2153 * gdb.dwarf2/dw2-filename.exp: Likewise.
2154 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2155 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2156 * gdb.dwarf2/dw2-producer.exp: Likewise.
2157 * gdb.dwarf2/mac-fileno.exp: Likewise.
2158 * gdb.python/py-frame-args.exp: Likewise.
2159 * gdb.python/py-framefilter.exp: Likewise.
2160 * gdb.python/py-mi.exp: Likewise.
2161 * gdb.python/py-objfile-script.exp: Likewise
2162 * gdb.python/py-pp-integral.exp: Likewise.
2163 * gdb.python/py-pp-re-notag.exp: Likewise.
2164 * gdb.python/py-prettyprint.exp: Likewise.
2165 * gdb.python/py-section-script.exp: Likewise.
2166 * gdb.python/py-typeprint.exp: Likewise.
2167 * gdb.python/py-xmethods.exp: Likewise.
2168 * gdb.stabs/weird.exp: Likewise.
2169 * gdb.xml/tdesc-regs.exp: Likewise.
2170
bd286a29
KCY
21712014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2172
2173 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2174 (out_cu): Use addr_len for the size of addresses.
2175 (out_line): Likewise. Size DW_LNE_set_address instruction
2176 according to addr_len.
2177 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2178 (FUNC): Add START_INSNS to definition.
2179
673dc4a0
YQ
21802014-10-18 Yao Qi <yao@codesourcery.com>
2181
2182 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2183 gdb_has_argv0 return true.
2184 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2185 check [target_info exists noargs], check [gdb_has_argv0]
2186 instead.
2187 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2188 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2189 procedures.
2190
4ffbba72
DE
21912014-10-17 Doug Evans <dje@google.com>
2192
2193 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2194 event.
2195 * gdb.python/py-events.py: Add clear_objfiles event.
2196
d096d8c1
DE
21972014-10-17 Doug Evans <dje@google.com>
2198
2199 * gdb.python/py-objfile.exp: Test progspace attribute.
2200
a80db015
LM
22012014-10-17 Luis Machado <lgustavo@codesourcery.com>
2202
2203 * gdb.guile/scm-breakpoint.exp: Do not assume any
2204 directory separators when matching source file paths.
2205 * gdb.python/py-breakpoint.exp: Likewise.
2206 * gdb.reverse/break-precsave.exp: Likewise.
2207 * gdb.reverse/break-reverse.exp: Likewise.
2208 * gdb.reverse/consecutive-precsave.exp: Likewise.
2209 * gdb.reverse/finish-precsave.exp: Likewise.
2210 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2211 * gdb.reverse/finish-reverse.exp: Likewise.
2212 * gdb.reverse/i386-precsave.exp: Likewise.
2213 * gdb.reverse/i387-env-reverse.exp: Likewise.
2214 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2215 * gdb.reverse/machinestate-precsave.exp: Likewise.
2216 * gdb.reverse/machinestate.exp: Likewise.
2217 * gdb.reverse/sigall-precsave.exp: Likewise.
2218 * gdb.reverse/solib-precsave.exp: Likewise.
2219 * gdb.reverse/step-precsave.exp: Likewise.
2220 * gdb.reverse/until-precsave.exp: Likewise.
2221 * gdb.reverse/watch-precsave.exp: Likewise.
2222 * gdb.reverse/watch-reverse.exp: Likewise.
2223
b22089ab
YQ
22242014-10-17 Yao Qi <yao@codesourcery.com>
2225
2226 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2227 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2228
6c4486e6
PA
22292014-10-17 Pedro Alves <palves@redhat.com>
2230
2231 PR gdb/17471
2232 * gdb.base/bg-execution-repeat.c: New file.
2233 * gdb.base/bg-execution-repeat.exp: New file.
2234
0ff33695
PA
22352014-10-17 Pedro Alves <palves@redhat.com>
2236
2237 PR gdb/17300
2238 * gdb.base/continue-all-already-running.c: New file.
2239 * gdb.base/continue-all-already-running.exp: New file.
2240
6fdebc3d
PA
22412014-10-17 Pedro Alves <palves@redhat.com>
2242
2243 PR gdb/17472
2244 * gdb.base/annota-input-while-running.c: New file.
2245 * gdb.base/annota-input-while-running.exp: New file.
2246
32a8097b
PA
22472014-10-17 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/callfuncs.exp: emove references to osf.
2250 * gdb.base/sigall.exp: Likewise.
2251 * gdb.gdb/selftest.exp: Likewise.
2252 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2253 * gdb.mi/non-stop.c: Likewise.
2254 * gdb.mi/pthreads.c: Likewise.
2255 * gdb.reverse/sigall-precsave.exp: Likewise.
2256 * gdb.reverse/sigall-reverse.exp: Likewise.
2257 * gdb.threads/pthreads.c: Likewise.
2258 * gdb.threads/pthreads.exp: Likewise.
2259
7a3517ff
YQ
22602014-10-17 Yao Qi <yao@codesourcery.com>
2261
2262 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2263 check 'target_info exists noargs'.
2264 (test_command_prompt_position): Likewise.
2265 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2266 Remove "set args".
2267 (progvar_simple_while_test): Likewise.
2268 (progvar_complex_if_while_test): Likewise.
2269 (if_while_breakpoint_command_test): Likewise.
2270 (infrun_breakpoint_command_test): Likewise.
2271 (breakpoint_command_test): Likewise.
2272 (watchpoint_command_test): Likewise.
2273 (bp_deleted_in_command_test): Likewise.
2274 (temporary_breakpoint_commands): Likewise.
2275
bb99c472
YQ
22762014-10-16 Yao Qi <yao@codesourcery.com>
2277
2278 * gdb.base/remotetimeout.exp: Remove noargs checking.
2279
7c16b83e
PA
22802014-10-15 Pedro Alves <palves@redhat.com>
2281
2282 PR breakpoints/9649
2283 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2284 * gdb.base/breakpoint-in-ro-region.exp
2285 (probe_target_hardware_step): New procedure.
2286 (top level): Probe hardware stepping and hardware breakpoint
2287 support. Test stepping through a read-only region, with both
2288 "breakpoint auto-hw" on and off and both "always-inserted" on and
2289 off.
2290
35a49624
IB
22912014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2292
2293 * gdb.dlang/demangle.exp: Update for demangling changes.
2294
2d1c107c
SC
22952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2296
2297 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2298 * gdb.cp/non-trivial-retval.exp: Add new tests.
2299
778811d5
SC
23002014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2301
2302 PR c++/13403
2303 PR c++/15154
2304 * gdb.cp/non-trivial-retval.cc: New file.
2305 * gdb.cp/non-trivial-retval.exp: New file.
2306
10c5f0a8
YQ
23072014-10-15 Yao Qi <yao@codesourcery.com>
2308
2309 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2310 remote host.
2311
65d7b369
YQ
23122014-10-15 Yao Qi <yao@codesourcery.com>
2313
2314 * gdb.python/py-symbol.exp: Match file base name if host is
2315 remote, otherwise match file name with dir name.
2316 * gdb.python/py-symtab.exp: Likewise.
2317 * gdb.python/python.exp: Likewise.
2318
46dc1394
YQ
23192014-10-15 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2322 pattern.
2323 * gdb.python/py-symtab.exp: Likewise.
2324 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2325 locationn.
2326
c40cc657
JB
23272014-10-14 Joel Brobecker <brobecker@adacore.com>
2328
2329 * gdb.ada/addr_arith: New testcase.
2330
2abf49e1
MR
23312014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2332
2333 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2334 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2335 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2336 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2337
f7088df3
SDJ
23382014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2339
2340 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2341 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2342 * gdb.arch/stap-eval-lang-ada.exp: New file.
2343
4dc06805
YQ
23442014-10-14 Yao Qi <yao@codesourcery.com>
2345
2346 * gdb.mi/mi-var-child.c (nothing1): New function.
2347 (nothing2): New function.
2348 (do_children_tests): Set function pointers by nothing1 and
2349 nothing2.
2350 * gdb.mi/mi-var-child.exp: Step over new added statements.
2351 Update test to match the new output.
2352 * gdb.mi/var-cmd.c (nothing1): New function.
2353 (nothing2): New function.
2354 (do_children_tests): Set function pointers by nothing1 and
2355 nothing2.
2356 * gdb.mi/mi-var-display.exp: Update test to match output.
2357 Step to the line specified by $line_dct_nothing.
2358 Increase the number of lines to step.
2359
46a93de2
YQ
23602014-10-14 Yao Qi <yao@codesourcery.com>
2361
2362 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2363 tests.
2364 * gdb.mi/mi2-var-child.exp: Likewise.
2365
14ea52ee
DE
23662014-10-13 Doug Evans <dje@google.com>
2367
2368 * gdb.python/py-objfile.exp: Change name of file name test.
2369
e5c6e92b
DE
23702014-10-13 Doug Evans <dje@google.com>
2371
2372 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2373 from the start of the CU.
2374
c780cc2f
JK
23752014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2376 Yao Qi <yao@codesourcery.com>
2377
2378 Fix "save breakpoints" for "catch" command.
2379 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2380 Remove -nonewline. Match also the added "main" line.
2381
99894e11
JK
23822014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 Fix "save breakpoints" for "disable $bpnum" command.
2385 * gdb.base/save-bp.c (main): Add label.
2386 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2387
6e1ac5a3
JK
23882014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2389
2390 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2391
754dd2b0
YQ
23922014-10-11 Yao Qi <yao@codesourcery.com>
2393
2394 * gdb.server/server-kill.exp: Execute command
2395 "set remote trace-status-packet on" before "tstatus".
2396
f90183d7
YQ
23972014-10-11 Yao Qi <yao@codesourcery.com>
2398
2399 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2400 (main): Call getppid.
2401 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2402 and continue to it. Read variable "server_pid".
2403
bf40a607
YQ
24042014-10-11 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2407
052ca370
YQ
24082014-10-11 Yao Qi <yao@codesourcery.com>
2409
2410 * gdb.threads/thread-find.exp: Don't execute command
2411 "info threads".
2412 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2413 * gdb.threads/linux-dp.exp: Don't check the condition
2414 $threads_created equals to zero.
2415
3831839c
PA
24162014-10-10 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.base/bigcore.exp: Remove references to IRIX.
2419 * gdb.base/funcargs.exp: Likewise.
2420 * gdb.base/interrupt.exp: Likewise.
2421 * gdb.base/mips_pro.exp: Likewise.
2422 * gdb.base/nodebug.exp: Likewise.
2423 * gdb.base/setvar.exp: Likewise.
2424 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2425
8b9a549d
PA
24262014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2427 Pedro Alves <palves@redhat.com>
2428
2429 PR symtab/14466
2430 * gdb.base/vdso-warning.c: New file.
2431 * gdb.base/vdso-warning.exp: New file.
2432
d48ba5e8
DE
24332014-10-02 Doug Evans <dje@google.com>
2434
2435 * gdb.base/structs.c (main): Don't run forever.
2436
2278c276
PA
24372014-10-02 Pedro Alves <palves@redhat.com>
2438
2439 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2440 (top level) <stop threads 1, stop threads 2>: Use it.
2441
b57bacec
PA
24422014-10-02 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.threads/break-while-running.exp (test): Add new
2445 'update_thread_list' argument. Skip "info threads" if false.
2446 (top level): Add new 'update_thread_list' axis.
2447
13fd3ff3
PA
24482014-10-02 Pedro Alves <palves@redhat.com>
2449
2450 PR breakpoints/17431
2451 * gdb.base/execl-update-breakpoints.c: New file.
2452 * gdb.base/execl-update-breakpoints.exp: New file.
2453
0fec99e8
PA
24542014-10-01 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.base/breakpoint-in-ro-region.c: New file.
2457 * gdb.base/breakpoint-in-ro-region.exp: New file.
2458
2ddf4301
SM
24592014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2460
2461 * gdb.mi/mi-exit-code.exp: New file.
2462 * gdb.mi/mi-exit-code.c: New file.
2463
6a5f3f43
YQ
24642014-09-30 Yao Qi <yao@codesourcery.com>
2465
2466 * lib/prelink-support.exp (build_executable_own_libs): Error if
2467 the target isn't native.
2468
345bcc73
YQ
24692014-09-30 Yao Qi <yao@codesourcery.com>
2470
2471 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2472 false.
2473
a25a5a45
PA
24742014-09-22 Pedro Alves <palves@redhat.com>
2475
2476 * gdb.threads/break-while-running.exp: New file.
2477 * gdb.threads/break-while-running.c: New file.
2478
00ba3162
YQ
24792014-09-19 Yao Qi <yao@codesourcery.com>
2480
2481 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2482 Invoke test. Restart GDB with --readnow and invoke test again.
2483
c3b7b696
YQ
24842014-09-19 Yao Qi <yao@codesourcery.com>
2485
2486 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2487 proc set_breakpoint_on_gcd_function. Invoke
2488 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2489 invoke set_breakpoint_on_gcd_function again.
2490
2b4fd423
DE
24912014-09-18 Doug Evans <dje@google.com>
2492
2493 * gdb.dwarf2/symtab-producer.exp: New file.
2494
a5947601
SDJ
24952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2496
2497 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2498 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2499 * gdb.base/global-var-nested-by-dso.c: Likewise.
2500 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2501
91c19059
SDJ
25022014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2503 Pedro Alves <palves@redhat.com>
2504
2505 * gdb.base/watch-bitfields.exp: Pass string other than test file
2506 name to prepare_for_testing.
2507 (watch): New procedure.
2508 (expect_watchpoint): Use with_test_prefix.
2509 (top level): Factor out tests to ...
2510 (test_watch_location, test_regular_watch): ... these new
2511 procedures, and use with_test_prefix and gdb_continue_to_end.
2512
bb9d5f81
PP
25132014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2514
2515 PR breakpoints/12526
2516 * gdb.base/watch-bitfields.exp: New file.
2517 * gdb.base/watch-bitfields.c: New file.
2518
635856f5
PA
25192014-09-16 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2522 software and hardware addresses, not software address against
2523 itself.
2524
7280ceea
PA
25252014-09-16 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2528 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2529
428b16bd
PA
25302014-09-16 Pedro Alves <palves@redhat.com>
2531
2532 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2533 files.
2534 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2535 "*-*-vxworks*" throughout.
2536 * gdb.base/break.exp: Likewise.
2537 * gdb.base/default.exp: Likewise.
2538 * gdb.base/scope.exp: Likewise.
2539 * gdb.base/sepdebug.exp: Likewise.
2540 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2541 throughout.
2542 * gdb.base/run.c: Likewise.
2543 * gdb.base/sepdebug.c: Likewise.
2544 * gdb.hp/gdb.aCC/run.c: Likewise.
2545 * gdb.reverse/until-reverse.c: Likewise.
2546 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2547
666d413c
YQ
25482014-09-16 Yao Qi <yao@codesourcery.com>
2549
2550 * boards/local-remote-host-native.exp: New file.
2551
57cbd724
DE
25522014-09-14 Doug Evans <xdje42@gmail.com>
2553
2554 * gdb.threads/queue-signal.c (thread_count): New variable.
2555 (thread_count_mutex, thread_count_condvar): New variables.
2556 (incr_thread_count, wait_all_threads_running): New functions.
2557 (main): Wait for all threads to be in their thread functions.
2558
81219e53
DE
25592014-09-13 Doug Evans <xdje42@gmail.com>
2560
2561 * gdb.threads/queue-signal.c: New file.
2562 * gdb.threads/queue-signal.exp: New file.
2563
3714cea7
DE
25642014-09-13 Doug Evans <xdje42@gmail.com>
2565
2566 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2567 be consistent with what default_gdb_init uses.
2568 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2569 the plain text of the prompt. Add some logging printfs.
2570 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2571
fa43b1d7
PA
25722014-09-12 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2575 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2576 * gdb.arch/i386-size-overlap.exp: Likewise.
2577 * gdb.arch/i386-size.exp: Likewise.
2578 * gdb.arch/i386-unwind.exp: Likewise.
2579 * gdb.base/a2-run.exp: Likewise.
2580 * gdb.base/break.exp: Likewise.
2581 * gdb.base/charset.exp: Likewise.
2582 * gdb.base/chng-syms.exp: Likewise.
2583 * gdb.base/commands.exp: Likewise.
2584 * gdb.base/dbx.exp: Likewise.
2585 * gdb.base/find.exp: Likewise.
2586 * gdb.base/funcargs.exp: Likewise.
2587 * gdb.base/jit-simple.exp: Likewise.
2588 * gdb.base/reread.exp: Likewise.
2589 * gdb.base/sepdebug.exp: Likewise.
2590 * gdb.base/step-bt.exp: Likewise.
2591 * gdb.cp/mb-inline.exp: Likewise.
2592 * gdb.cp/mb-templates.exp: Likewise.
2593 * gdb.objc/basicclass.exp: Likewise.
2594 * gdb.threads/killed.exp: Likewise.
2595
9d9bf2df
EBM
25962014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2597
2598 PR tdep/17379
2599 * gdb.arch/powerpc-stackless.S: New file.
2600 * gdb.arch/powerpc-stackless.exp: New file.
2601
1cf2f1b0
JK
26022014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2603
2604 * gdb.base/attach.c: Include unistd.h.
2605 (main): Call alarm. Add label postloop.
2606 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2607 gdb_breakpoint, gdb_continue_to_breakpoint.
2608 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2609
98880d46
PA
26102014-09-11 Pedro Alves <palves@redhat.com>
2611
2612 PR gdb/17347
2613 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2614 * gdb.base/attach.exp (test_command_line_attach_run): New
2615 procedure.
2616 (top level): Call it.
2617
4c92ff2c
PA
26182014-09-11 Pedro Alves <palves@redhat.com>
2619
2620 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2621 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2622 (do_command_attach_tests): Use spawn_wait_for_attach.
2623 * gdb.base/solib-overlap.exp: Likewise.
2624 * gdb.multi/multi-attach.exp: Likewise.
2625 * gdb.python/py-prompt.exp: Likewise.
2626 * gdb.python/py-sync-interp.exp: Likewise.
2627 * gdb.server/ext-attach.exp: Likewise.
2628
3adc1a7d
GKB
26292014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2630
2631 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2632 command in testcase. Simplify testcase.
2633
96334934
JB
26342014-09-10 Joel Brobecker <brobecker@adacore.com>
2635
2636 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2637
eb479039
JB
26382014-09-10 Joel Brobecker <brobecker@adacore.com>
2639
2640 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2641
deede10c
JB
26422014-09-10 Joel Brobecker <brobecker@adacore.com>
2643
2644 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2645
7828a5f5
JB
26462014-09-10 Joel Brobecker <brobecker@adacore.com>
2647
2648 * gdb.dwarf2/dynarr-ptr.c: New file.
2649 * gdb.dwarf2/dynarr-ptr.exp: New file.
2650
33aeebcf
MR
26512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2652
2653 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2654 of 30 rather than hardcoding 120 for a slow test case. Take the
2655 `gdb,timeout' target setting into account for this calculation.
2656 Don't extend the timeout for the test cases that don't need it.
2657
7b415901
MR
26582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2659
2660 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2661 a factor of 2 for a slow test case. Take the `gdb,timeout'
2662 target setting into account for this calculation.
2663 * gdb.reverse/until-precsave.exp: Increase the timeout by
2664 a factor of 15 and 3 respectively rather than adding 120
2665 for a pair of slow test cases. Take the `gdb,timeout'
2666 target setting into account for this calculation.
2667
4a40f85a
MR
26682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2669
2670 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2671 timeout, don't pass one down to gdb_expect.
2672 (gdb_expect): Rework timeout selection.
2673
09635af7
MR
26742014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2675
2676 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2677 exception on timeout.
2678 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2679 (gdbserver_start_extended): Catch any `gdbserver_start' error
2680 exceptions.
2681 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2682 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2683 `gdbserver_gdb_load' error exceptions.
2684
2bdd10b7
MR
26852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2686
2687 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2688 120 on waiting for the TCP socket to open.
2689
316935f0
DE
26902014-09-09 Doug Evans <xdje42@gmail.com>
2691
2692 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2693 _caller_matches, _any_caller_is, _any_caller_matches.
2694
83740597
DE
26952014-09-09 Doug Evans <xdje42@gmail.com>
2696
2697 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2698
4c122fc3
YQ
26992014-09-09 Yao Qi <yao@codesourcery.com>
2700
2701 * gdb.mi/mi-var-display.exp: Set print symbol off.
2702
a9f116cb
GKB
27032014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2704
2705 PR gdb/17035
2706 * gdb.base/commands.exp: Add tests to verify user-defined
2707 commands with empty bodies.
2708 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2709 python commands in `show user command`.
2710 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2711 scheme commands in `show user command`.
2712
c75bd3a2
JK
27132014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2714
2715 PR python/17355
2716 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2717 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2718 * gdb.python/py-framefilter-invalidarg.exp: New file.
2719 * gdb.python/py-framefilter-invalidarg.py: New file.
2720
faa42425
DE
27212014-09-06 Doug Evans <xdje42@gmail.com>
2722
2723 PR 15276
2724 * gdb.python/py-caller-is.c: New file.
2725 * gdb.python/py-caller-is.exp: New file.
2726
474ca4f6
SDJ
27272014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2728
2729 PR gdb/17235
2730 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2731 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2732
eb0b0463
SDJ
27332014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2734
2735 PR fortran/17237
2736 * gdb.fortran/print-formatted.exp: New file.
2737 * gdb.fortran/print-formatted.f90: Likewise.
2738
5f3b99cf
SS
27392014-09-03 Sasha Smundak <asmundak@google.com>
2740
2741 * gdb.python/py-frame.exp: Test Frame.read_register.
2742
7d793aa9
SDJ
27432014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2744
2745 PR python/16699
2746 * gdb.python/py-completion.exp: New file.
2747 * gdb.python/py-completion.py: Likewise.
2748
fb0576e9
DE
27492014-08-28 Doug Evans <dje@google.com>
2750
2751 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2752 eax,etc. are live with values set by gdb and thus the compiler can't
2753 use them.
2754 * gdb.arch/i386-pseudo.c (main): Ditto.
2755
ee92b0dd
DE
27562014-08-27 Doug Evans <dje@google.com>
2757
2758 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2759
6649db35
DE
27602014-08-25 Doug Evans <dje@google.com>
2761
2762 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2763 (main): Ditto.
2764
564b7600
DE
27652014-08-25 Doug Evans <dje@google.com>
2766
2767 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2768
3881fb67
YQ
27692014-08-24 Yao Qi <yao@codesourcery.com>
2770
2771 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2772 symbol off.
2773 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2774
a05a36a5
DE
27752014-08-22 Doug Evans <dje@google.com>
2776
2777 PR 17276
2778 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2779 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2780 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2781
7c343b48
YQ
27822014-08-22 Yao Qi <yao@codesourcery.com>
2783
2784 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2785 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2786 * gdb.python/python.exp: Likewise. Use .py file on the host
2787 instead of the build.
2788
22fd09ae
JK
27892014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.threads/gcore-stale-thread.c: New file.
2792 * gdb.threads/gcore-stale-thread.exp: New file.
2793
a8454a7c
PA
27942014-08-21 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2797 * gdb.base/gcore-relro-pie.exp: Likewise.
2798 * gdb.base/gcore-relro.exp: Likewise.
2799 * gdb.base/gcore.exp: Likewise.
2800 * gdb.base/print-symbol-loading.exp: Likewise.
2801 * gdb.threads/gcore-thread.exp: Likewise.
2802 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2803
2a31c623
PA
28042014-08-20 Pedro Alves <palves@redhat.com>
2805 Jan Kratochvil <jan.kratochvil@redhat.com>
2806
2807 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2808 configure.
2809 (EXPECT): Handle READ1 being set.
2810 (all): Depend on EXTRA_RULES.
2811 (check-read1, expect-read1, read1.so, read1): New rules.
2812 * README (Testsuite Parameters): Document the READ1 make variable.
2813 (Race detection): New section.
2814 * configure: Regenerate.
2815 * configure.ac: If build==host==target, and running under a
2816 GNU/glibc system, add read1 to the extra Makefile rules.
2817 (EXTRA_RULES): AC_SUBST it.
2818 * lib/read1.c: New file.
2819
d36430db
JB
28202014-08-20 Joel Brobecker <brobecker@adacore.com>
2821
2822 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2823 the handling of variables declared as a typedef to an array
2824 which a DW_AT_data_location attribute.
2825
9a0dc9e3
PA
28262014-08-19 Andrew Burgess <aburgess@broadcom.com>
2827 Pedro Alves <palves@redhat.com>
2828
2829 PR symtab/14604
2830 PR symtab/14605
2831 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2832 gdb_test.
2833
0718a8da
PA
28342014-08-19 Pedro Alves <palves@redhat.com>
2835
2836 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2837
13b448cd
YQ
28382014-08-19 Yao Qi <yao@codesourcery.com>
2839
2840 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2841 right line.
2842
1cbf5077
DB
28432014-08-18 David Blaikie <dblaikie@gmail.com>
2844
2845 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2846
bf0fae19
JB
28472014-08-18 Joel Brobecker <brobecker@adacore.com>
2848
2849 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2850 attribute in array range.
2851
3c8c5dcc
JB
28522014-08-18 Joel Brobecker <brobecker@adacore.com>
2853
2854 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2855
e66d4446
SC
28562014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2857
2858 PR c++/17132
2859 * gdb.cp/pr17132.cc: New file.
2860 * gdb.cp/pr17132.exp: New file.
2861
940df408
SC
28622014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2863
2864 * gdb.python/py-xmethods.py (A_getarrayind)
2865 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2866 Use 'print' with function call syntax.
2867 (E_method_matcher.match): Fix tab vs space indentation mixup.
2868
ebcc6c3a
YQ
28692014-08-15 Yao Qi <yao@codesourcery.com>
2870
2871 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2872 false.
2873
775e0f04
YQ
28742014-08-15 Yao Qi <yao@codesourcery.com>
2875
2876 * gdb.cp/casts.exp: Set print symbol off.
2877 * gdb.cp/class2.exp: Likewise.
2878 * gdb.cp/overload.exp: Likewise.
2879 * gdb.cp/templates.exp: Likewise.
2880
d769e349
DE
28812014-08-11 Doug Evans <dje@google.com>
2882
2883 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2884 (test_load_shlib): Update.
2885
20c6f1e1
YQ
28862014-08-09 Yao Qi <yao@codesourcery.com>
2887
2888 * gdb.base/display.exp: Invoke is_address_zero_readable.
2889 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2890 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2891 * gdb.base/hbreak-unmapped.exp: Return if
2892 is_address_zero_readable returns true.
2893 * gdb.base/signest.exp: Likewise.
2894 * gdb.base/signull.exp: Likewise.
2895 * gdb.base/sigbpt.exp: Likewise.
2896 * gdb.guile/scm-disasm.exp: Do the test if
2897 is_address_zero_readable returns false.
2898 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2899 * gdb.python/py-arch.exp: Likewise.
2900 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2901 * lib/gdb.exp (is_address_zero_readable): New proc.
2902
5792e8e3
YQ
29032014-08-09 Yao Qi <yao@codesourcery.com>
2904
2905 PR testsuite/13443
2906 * gdb.mi/mi-var-display.exp: Make test messages unique.
2907
3cecbbbe
TT
29082014-08-04 Tom Tromey <tromey@redhat.com>
2909
2910 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2911 target 0".
2912
00b51ff5
TT
29132014-08-04 Tom Tromey <tromey@redhat.com>
2914
2915 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2916 "target_resume".
2917
6908c509
JB
29182014-08-01 Joel Brobecker <brobecker@adacore.com>
2919
2920 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2921 inner_vla_struct_object_size.
2922 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2923 as xfail.
2924
cc6563d2
PA
29252014-07-30 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2928 comment.
2929
7e09a223
YQ
29302014-07-29 Yao Qi <yao@codesourcery.com>
2931
2932 PR gdb/17206
2933 * gdb.base/until-nodebug.exp: New.
2934
7ebdbe92
DE
29352014-07-28 Doug Evans <xdje42@gmail.com>
2936
2937 PR guile/17203
2938 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2939 previously existing parameter, and previously ambiguously spelled
2940 parameter.
2941
fdb1adc6
WN
29422014-07-28 Will Newton <will.newton@linaro.org>
2943
2944 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2945
186fcde0
DE
29462014-07-26 Ludovic Courtès <ludo@gnu.org>
2947 Doug Evans <xdje42@gmail.com>
2948
2949 PR guile/17146
2950 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2951
70509625
PA
29522014-07-25 Pedro Alves <palves@redhat.com>
2953
2954 * gdb.threads/signal-command-handle-nopass.c: New file.
2955 * gdb.threads/signal-command-handle-nopass.exp: New file.
2956 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2957 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2958 * gdb.threads/signal-delivered-right-thread.c: New file.
2959 * gdb.threads/signal-delivered-right-thread.exp: New file.
2960
c3f814a1
PA
29612014-07-25 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/double-prompt-target-event-error.exp
2964 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2965 match.
2966 (cancel_pagination_in_target_event): Rework double prompt
2967 detection.
2968 * gdb.base/paginate-after-ctrl-c-running.exp
2969 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2970 <return>' match.
2971 * gdb.base/paginate-bg-execution.exp
2972 (test_bg_execution_pagination_return)
2973 (test_bg_execution_pagination_cancel): Remove '-notransfer
2974 <return>' matches.
2975 * gdb.base/paginate-execution-startup.exp
2976 (test_fg_execution_pagination_return)
2977 (test_fg_execution_pagination_cancel): Remove '-notransfer
2978 <return>' matches.
2979 * gdb.base/paginate-inferior-exit.exp
2980 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2981 match.
2982 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2983 * lib/gdb.exp (pagination_prompt): Run text through
2984 string_to_regexp.
2985 (gdb_test_multiple): Match $pagination_prompt instead of
2986 "<return>".
2987 (string_to_regexp): Move to lib/gdb-utils.exp.
2988
e214cf6c
JK
29892014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2990
2991 * gdb.arch/amd64-entry-value-paramref.S: New file.
2992 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2993 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2994 * gdb.arch/amd64-optimout-repeat.S: New file.
2995 * gdb.arch/amd64-optimout-repeat.c: New file.
2996 * gdb.arch/amd64-optimout-repeat.exp: New file.
2997
17d0c5c8
JK
29982014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2999
3000 PR gdb/17170
3001 * gdb.base/statistics.exp: New file.
3002
b8b8facf
DE
30032014-07-17 Doug Evans <dje@google.com>
3004
74b49205 3005 PR gdb/17170
b8b8facf
DE
3006 * gdb.base/maint.exp: Update testing of per-command stats.
3007
1b5d0ab3
PA
30082014-07-16 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3011 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3012 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3013 (tfile_write_buf): New functions.
3014 (add_memory_block): Rewrite using the above.
3015 (adjust_function_address): New function.
3016 (FUNCTION_ADDRESS): New macro.
3017 (write_basic_trace_file): Remove short_x local, and use
3018 tfile_write_16. Change type of func_addr local to unsigned long
3019 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3020 here. Cast argument of add_memory_block to char pointer.
3021 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3022 (main): Remove parameters.
3023 * gdb.trace/tfile.exp: Remove nowarnings.
3024
4d974e88
SM
30252014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3026
3027 * gdb.base/debug-expr.exp: Test string evaluation with
3028 "debug expression" on.
3029
41e99568
PA
30302014-07-15 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/reread.exp: Use clean_restart.
3033
487d9753
PL
30342014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3035
3036 * gdb.arch/avr-flash-qualifer.c: New.
3037 * gdb.arch/avr-flash-qualifer.exp: New.
3038
cc1c52ad
PA
30392014-07-14 Pedro Alves <palves@redhat.com>
3040
3041 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3042 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3043
1e973570
PA
30442014-07-14 Pedro Alves <palves@redhat.com>
3045
3046 * gdb.base/double-prompt-target-event-error.c: New file.
3047 * gdb.base/double-prompt-target-event-error.exp: New file.
3048
93d6eb10
PA
30492014-07-14 Pedro Alves <palves@redhat.com>
3050
3051 PR gdb/17072
3052 * gdb.base/paginate-inferior-exit.c: New file.
3053 * gdb.base/paginate-inferior-exit.exp: New file.
3054
0017922d
PA
30552014-07-14 Pedro Alves <palves@redhat.com>
3056
3057 PR gdb/17072
3058 * gdb.base/paginate-bg-execution.c: New file.
3059 * gdb.base/paginate-bg-execution.exp: New file.
3060
94696ad3
PA
30612014-07-14 Pedro Alves <palves@redhat.com>
3062
3063 PR gdb/17072
3064 * gdb.base/paginate-execution-startup.c: New file.
3065 * gdb.base/paginate-execution-startup.exp: New file.
3066 * lib/gdb.exp (pagination_prompt): New global.
3067 (default_gdb_spawn): New procedure, factored out from
3068 default_gdb_spawn.
3069 (default_gdb_start): Adjust to call default_gdb_spawn.
3070 (gdb_spawn): New procedure.
3071
bd293940
PA
30722014-07-14 Pedro Alves <palves@redhat.com>
3073
3074 * lib/gdb.exp (gdb_assert): New procedure.
3075 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3076
c933f875
PA
30772014-07-14 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/execution-termios.c: New file.
3080 * gdb.base/execution-termios.exp: New file.
3081
d98b7a16
TT
30822014-07-14 Tom Tromey <tromey@redhat.com>
3083
3084 * gdb.cp/vla-cxx.cc: New file.
3085 * gdb.cp/vla-cxx.exp: New file.
3086
548740d6
TT
30872014-07-14 Tom Tromey <tromey@redhat.com>
3088
3089 * gdb.reverse/rerun-prec.c: New file.
3090 * gdb.reverse/rerun-prec.exp: New file.
3091
a25eb028
MR
30922014-07-12 Maciej W. Rozycki <macro@mips.com>
3093 Maciej W. Rozycki <macro@codesourcery.com>
3094
3095 * lib/gdb-utils.exp: New file.
3096 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3097 inline `gdb_init_command' processing.
3098 (gdb_start_cmd): Likewise.
3099 * lib/mi-support.exp (mi_run_cmd): Likewise.
3100 * README: Document `gdb_init_command' and `gdb_init_commands'.
3101
218c2655
JK
31022014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3103
3104 Fix false FAIL running under a very long directory name.
3105 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3106 and "set print elements 10000". Twice.
3107
5401fde3
YQ
31082014-07-11 Yao Qi <yao@codesourcery.com>
3109
3110 * gdb.base/exprs.exp: "set print symbol off".
3111
e76126e8
PA
31122014-07-11 Pedro Alves <palves@redhat.com>
3113
3114 * gdb.threads/kill.c: New file.
3115 * gdb.threads/kill.exp: New file.
3116
2d6f0de6
YQ
31172014-07-10 Yao Qi <yao@codesourcery.com>
3118
3119 * gdb.trace/tfile.c (write_basic_trace_file)
3120 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3121 address written to trace file.
3122
7180e04a
PA
31232014-07-09 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.base/attach-wait-input.exp: New file.
3126 * gdb.base/attach-wait-input.c: New file.
3127
9a9a7608
AB
31282014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3129
3130 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3131 setting up test structures.
3132 (main): Call new test function.
3133 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3134 test function, continue into test function and walk test
3135 structures.
3136
161ac41e
YQ
31372014-07-02 Yao Qi <yao@codesourcery.com>
3138
3139 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3140 'bar_start' at the beginning of functions 'foo' and 'bar'
3141 respectively.
3142 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3143 instead of 'foo' and 'bar'.
3144
1f267ae3
MM
31452014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3146
3147 * gdb.btrace/segv.exp: New.
3148 * gdb.btrace/segv.c: New.
3149
2b239efb
LM
31502014-07-02 Luis Machado <lgustavo@codesourcery.com>
3151
3152 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3153 instruction.
3154
cf363f18
MW
31552014-06-30 Mark Wielaard <mjw@redhat.com>
3156
3157 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3158 vulture, vilify, villar): New volatile array constants.
3159 (vindictive, vegetation): New const volatile array constants.
3160 * gdb.base/volatile.exp: Test volatile and const volatile array
3161 types.
3162
aebf9d24
AA
31632014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3164
3165 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3166 target lacks support for awatch, rwatch, or hbreak.
3167
b67a2c6f
YQ
31682014-06-27 Yao Qi <yao@codesourcery.com>
3169
3170 * gdb.multi/dummy-frame-restore.exp: New.
3171 * gdb.multi/dummy-frame-restore.c: New.
3172
aef92902
MM
31732014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3174
3175 * gdb.btrace/gcore.exp: New.
3176
8e9db26e
PA
31772014-06-23 Pedro Alves <palves@redhat.com>
3178
3179 * gdb.base/watchpoint-reuse-slot.c: New file.
3180 * gdb.base/watchpoint-reuse-slot.exp: New file.
3181
70afc5b7
SC
31822014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3183
3184 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3185 progspace's filename in 'info', 'enable' and 'disable' command
3186 tests.
3187
b972bd9c
JK
31882014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3189
3190 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3191 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3192 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3193
125f8a3d
GB
31942014-06-20 Gary Benson <gbenson@redhat.com>
3195
3196 * gdb.arch/i386-avx.exp: Fix include file location.
3197 * gdb.arch/i386-sse.exp: Likewise.
3198
3ed9baed
IB
31992014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3200
3201 * gdb.dlang/expression.exp: New file.
3202
034f788c
PA
32032014-06-19 Pedro Alves <palves@redhat.com>
3204
3205 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3206 out from ...
3207 (top level): ... here. Iterate running tests under different
3208 scheduler-locking settings.
3209
45371d0c
LM
32102014-06-18 Luis Machado <lgustavo@codesourcery.com>
3211
3212 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3213 to DW_FORM_addr and use non-zero addresses.
3214
5d376983
SC
32152014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3216
3217 PR gdb/17017
3218 * gdb.python/py-xmethods.cc: Add global function call counters and
3219 increment them in their respective functions. Remove "cout"
3220 statements.
3221 * gdb.python/py-xmethods.exp: Make tests check the global function
3222 call counters instead of depending on inferior IO.
3223
a1aa2221
LM
32242014-06-18 Don Breazeal <donb@codesourcery.com>
3225
3226 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3227 Deleted procedure.
3228 (explicit_fork_parent_follow): Deleted procedure.
3229 (explicit_fork_child_follow): Deleted procedure.
3230 (test_follow_fork): New procedure.
3231 (do_fork_tests): Replace calls to deleted procedures with
3232 calls to test_follow_fork and reset GDB for subsequent
3233 procedure calls.
3234
0fc05997
YQ
32352014-06-17 Yao Qi <yao@codesourcery.com>
3236
3237 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3238 CP1252.
3239
70795c52
LM
32402014-06-17 Luis Machado <lgustavo@codesourcery.com>
3241
3242 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3243 Initialize ptr and S explicitly.
3244 (skip_type_update_when_not_use_rtti_test): Likewise.
3245
6be47f0c
KS
32462014-06-16 Keith Seitz <keiths@redhat.com>
3247
3248 PR mi/15863
3249 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3250 the inferior is started.
3251
d03de421
PA
32522014-06-16 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/break-main-file-remove-fail.c: New file.
3255 * gdb.base/break-main-file-remove-fail.exp: New file.
3256 * gdb.base/break-unload-file.exp: Use build_executable instead of
3257 prepare_for_testing.
3258 (test_break): New parameter "initial_load". Handle it.
3259 (top level): Add initial_load cmdline/file axis.
3260
f9579b99
TT
32612014-06-12 Tom Tromey <tromey@redhat.com>
3262
3263 * gdb.base/completion.exp: Don't use directory name in test.
3264
3657956b
GB
32652014-06-09 Gary Benson <gbenson@redhat.com>
3266
3267 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3268 separate the always-available ANSI-standard signals from the
3269 signals that require checking.
3270 (main): Likewise.
3271 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3272 Likewise.
3273 (main): Likewise.
3274
4186eb54
KS
32752014-06-07 Keith Seitz <keiths@redhat.com>
3276
3277 Revert:
3278 PR c++/16253
3279 * gdb.cp/var-tag.cc: New file.
3280 * gdb.cp/var-tag.exp: New file.
3281 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3282 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3283 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3284 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3285
25326a28 32862014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3287
3288 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3289
829155c9
PA
32902014-06-06 Pedro Alves <palves@redhat.com>
3291
3292 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3293 in target debug output instead of looking at RSP packets,
3294 disabling the test on any target that uses hardware stepping.
3295 Update comments.
3296
61c8d22e
PA
32972014-06-06 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.base/break-unload-file.exp: Fix typo.
3300
d9a47287
YQ
33012014-06-06 Yao Qi <yao@codesourcery.com>
3302
3303 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3304 from "jit_function" to "^jit_function".
3305
e5e01dbf
YQ
33062014-06-06 Yao Qi <yao@codesourcery.com>
3307
3308 * gdb.base/async.c (foo): Add one statement.
3309 * gdb.base/async.exp: Get the next instruction address and
3310 match the output of "nexti" by instruction address. Match
3311 the hex address in the output of "finish".
3312
73ba372c
GB
33132014-06-06 Gary Benson <gbenson@redhat.com>
3314
3315 * gdb.base/call-signals.c: Remove preprocessor conditionals
3316 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3317 SIGSEGV and SIGTERM.
3318 * gdb.base/sigall.c: Likewise.
3319 * gdb.base/unwindonsignal.c: Likewise.
3320 * gdb.reverse/sigall-reverse.c: Likewise.
3321
831517df
YQ
33222014-06-06 Yao Qi <yao@codesourcery.com>
3323
3324 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3325 readable, skip the test.
3326
b8b91e98
YQ
33272014-06-06 Yao Qi <yao@codesourcery.com>
3328
3329 * gdb.threads/staticthreads.c (thread_function): Move the line
3330 setting breakpoint on forward.
3331 * gdb.threads/staticthreads.exp: Update comments.
3332
fb934770
LC
33332014-06-05 Ludovic Courtès <ludo@gnu.org>
3334
3335 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3336 "history-append! type error".
3337
6ef284bd
SM
33382014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3339
3340 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3341 erroneous dprintf expected input.
3342
a872e241
DE
33432014-06-04 Doug Evans <xdje42@gmail.com>
3344
3345 * gdb.guile/scm-generics.exp: Delete.
3346
16f691fb
DE
33472014-06-04 Doug Evans <xdje42@gmail.com>
3348
3349 * gdb.guile/scm-breakpoint.exp: Update.
3350 Add tests for breakpoint registration.
3351
012370f6
TT
33522014-06-04 Tom Tromey <tromey@redhat.com>
3353
3354 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3355 VLA-in-union.
3356 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3357 inner_vla_struct, vla_union types. Initialize objects of those
3358 types and compute their sizes.
3359
9f5a4cef
HZ
33602014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3361 Hui Zhu <hui@codesourcery.com>
3362
3363 * gdb.base/fileio.exp: Add test for shell not available as well as
3364 available.
3365 * gdb.base/fileio.c (test_system): Check for shell twice.
3366
90a45c4d
YQ
33672014-06-04 Yao Qi <yao@codesourcery.com>
3368
3369 * gdb.base/auto-connect-native-target.exp: Remove redundant
3370 space from the regexp pattern.
3371
70017e41
YQ
33722014-06-04 Yao Qi <yao@codesourcery.com>
3373
3374 * gdb.base/default.exp: Replace "child" with "native" in
3375 regexp pattern.
3376
883964a7
SC
33772014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3378
3379 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3380 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3381 * gdb.python/py-xmethods.py: Python script supporting the
3382 new testcase and tests.
3383
ef370185
JB
33842014-06-03 Joel Brobecker <brobecker@adacore.com>
3385 Pedro Alves <palves@redhat.com>
3386
3387 PR breakpoints/17000
3388 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3389 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3390
1e2ccb61
BM
33912014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3392
3393 * gdb.base/subst.exp: Add tests to verify partial path matching
3394 output.
3395
c6ec5ab2
PA
33962014-06-03 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3399 target that doesn't use software single-stepping.
3400
835c559f
PA
34012014-06-03 Pedro Alves <palves@redhat.com>
3402
3403 PR breakpoints/17000
3404 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3405 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3406
06eb1586
DE
34072014-06-02 Doug Evans <xdje42@gmail.com>
3408
3409 * gdb.guile/scm-parameter.exp: New file.
3410
e698b8c4
DE
34112014-06-02 Doug Evans <xdje42@gmail.com>
3412
3413 * gdb.guile/scm-cmd.c: New file.
3414 * gdb.guile/scm-cmd.exp: New file.
3415
ded03782
DE
34162014-06-02 Doug Evans <xdje42@gmail.com>
3417
3418 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3419 pretty-printer lookup.
3420 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3421 (make-pp_s-printer): Call it.
3422 (make-pretty-printer-from-dict): New function.
3423 (lookup-pretty-printer-maker-from-dict): New function.
3424 (*pretty-printer*): Simplify.
3425 (make-objfile-pp_s-printer): New function.
3426 (install-objfile-pretty-printers!): New function.
3427 (make-progspace-pp_s-printer): New function.
3428 (install-progspace-pretty-printers!): New function.
3429 * gdb.guile/scm-progspace.c: New file.
3430 * gdb.guile/scm-progspace.exp: New file.
3431
41fac0cf
PA
34322014-06-02 Pedro Alves <palves@redhat.com>
3433
3434 * gdb.base/dprintf-bp-same-addr.c: New file.
3435 * gdb.base/dprintf-bp-same-addr.exp: New file.
3436
96ae5695
EBM
34372014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3438
3439 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3440 * gdb.arch/powerpc-power.s: Likewise.
3441
da02b3a8
JB
34422014-06-02 Joel Brobecker <brobecker@adacore.com>
3443
3444 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3445
c72b2e7b
YQ
34462014-06-01 Yao Qi <yao@codesourcery.com>
3447
3448 * gdb.base/watchpoint.exp (test_watch_location): Check null
3449 pointer can be dereferenced. If not, do the test, otherwise
3450 skip it.
3451
53e8a631
AB
34522014-05-30 Andrew Burgess <aburgess@broadcom.com>
3453
3454 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3455 results.
3456 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3457
938f0e2f
AB
34582014-05-30 Andrew Burgess <aburgess@broadcom.com>
3459
3460 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3461 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3462 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3463 * gdb.arch/amd64-invalid-stack-top.c: New file.
3464 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3465
9ba6657a
PA
34662014-05-30 Pedro Alves <palves@redhat.com>
3467
3468 PR breakpoints/17000
3469 * gdb.base/sss-bp-on-user-bp.c: New file.
3470 * gdb.base/sss-bp-on-user-bp.exp: New file.
3471
522c09bf
DB
34722014-05-30 David Blaikie <dblaikie@gmail.com>
3473
3474 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3475 gnu_inline semantics via attribute.
3476 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3477 source explicitly specifies the required semantics.
3478
bf4ef81e
MR
34792014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3480
3481 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3482
329ea579
PA
34832014-05-29 Pedro Alves <palves@redhat.com>
3484 Tom Tromey <tromey@redhat.com>
3485
3486 * gdb.base/async-shell.exp: Don't enable target-async.
3487 * gdb.base/async.exp
3488 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3489 parameter. Adjust.
3490 (top level): Don't test with "target-async".
3491 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3492 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3493 * gdb.base/inferior-died.exp: Don't enable target-async.
3494 * gdb.base/interrupt-noterm.exp: Likewise.
3495 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3496 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3497 * gdb.mi/mi-nonstop.exp: Likewise.
3498 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3499 * gdb.mi/mi-nsintrall.exp: Likewise.
3500 * gdb.mi/mi-nsmoribund.exp: Likewise.
3501 * gdb.mi/mi-nsthrexec.exp: Likewise.
3502 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3503 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3504 * gdb.python/py-evsignal.exp: Don't enable target-async.
3505 * gdb.python/py-evthreads.exp: Likewise.
3506 * gdb.python/py-prompt.exp: Likewise.
3507 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3508 * gdb.server/solib-list.exp: Don't enable target-async.
3509 * gdb.threads/thread-specific-bp.exp: Likewise.
3510 * lib/mi-support.exp: Adjust to use mi-async.
3511
fd664c91
PA
35122014-05-29 Pedro Alves <palves@redhat.com>
3513
3514 PR gdb/13860
3515 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3516 reason, even in sync mode.
3517
251bde03
PA
35182014-05-29 Pedro Alves <palves@redhat.com>
3519 Hui Zhu <hui@codesourcery.com>
3520
3521 PR PR15693
3522 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3523 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3524 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3525 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3526
7f3c0343
JB
35272014-05-28 Joel Brobecker <brobecker@adacore.com>
3528
3529 * config/monitor.exp (gdb_target_monitor): Replace use of
3530 "set remotebaud" by "set serial baud".
3531
b2715b27
AW
35322014-05-26 Andy Wingo <wingo@igalia.com>
3533
3534 * gdb.guile/scm-breakpoint.exp:
3535 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3536 properties instead of gdb-object-properties.
3537
498a4489
YQ
35382014-05-26 Yao Qi <yao@codesourcery.com>
3539
3540 * gdb.server/no-thread-db.exp: Specify source file name
3541 explicitly when setting a breakpoint.
3542
589fdceb
MM
35432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3544
3545 * gdb.btrace/vdso.c: New.
3546 * gdb.btrace/vdso.exp: New.
3547
e9089e05
MM
35482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3549
3550 * gdb.base/gcore.exp (capture_command_output): Move ...
3551 * lib/gdb.exp (capture_command_output): ... here.
3552
67b5c0c1
MM
35532014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3554
3555 * gdb.btrace/data.exp: Test memory access during btrace replay.
3556
a2199296
SM
35572014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3558
3559 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3560
17b2616c
PA
35612014-05-21 Pedro Alves <palves@redhat.com>
3562
3563 PR gdb/13860
3564 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3565 (top level): Test that output related to execution commands is
3566 sent to the console with CLI commands, but not with MI commands.
3567 Test that breakpoint events are always mirrored to the console.
3568 Also expect the new source line to be output after a "next" in
3569 async mode too. Make it a pass/fail test.
3570 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3571 output.
3572 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3573
5166082f
PA
35742014-05-21 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3577 Use them to test variations of "list" after reaching a breakpoint.
3578 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3579 Test "list" with listsize 10 after reaching a breakpoint.
3580 * gdb.python/python.exp (decode_line current location line
3581 number): Adjust expected line number.
3582
2f25d70f
SM
35832014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3584
3585 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3586 behavior for $args, pass it directly to "run".
3587
ff604a67
MR
35882014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3589
3590 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3591 30000 to 65536.
3592
6a3cb8e8
PA
35932014-05-21 Pedro Alves <palves@redhat.com>
3594
3595 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3596 auto-connect-native-target off".
3597 * gdb.base/auto-connect-native-target.c: New file.
3598 * gdb.base/auto-connect-native-target.exp: New file.
3599
4ebfc96e
PA
36002014-05-21 Pedro Alves <palves@redhat.com>
3601
3602 * gdb.base/default.exp: Test "target native" instead of "target
3603 child".
3604
36d46afb
MW
36052014-05-21 Mark Wielaard <mjw@redhat.com>
3606
3607 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3608
5876f503
JK
36092014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3610
3611 Fix TLS access for -static -pthread.
3612 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3613 <HAVE_TLS> (thread_function, main): Initialize it.
3614 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3615 Add clean_restart.
3616 <$have_tls != "">: Check TLSVAR.
3617
0256a6ac
PA
36182014-05-21 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/dcache-line-read-error.c: New.
3621 * gdb.base/dcache-line-read-error.exp: New.
3622
936d2992
PA
36232014-05-20 Pedro Alves <palves@redhat.com>
3624
3625 * gdb.base/compare-sections.c: New file.
3626 * gdb.base/compare-sections.exp: New file.
3627
802e8e6d
PA
36282014-05-20 Pedro Alves <palves@redhat.com>
3629
3630 * gdb.base/break-idempotent.c: New file.
3631 * gdb.base/break-idempotent.exp: New file.
3632
e59fa00f
MM
36332014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3634
3635 * gdb.btrace/nohist.exp: New.
3636
8b696e31
YQ
36372014-05-20 Yao Qi <yao@codesourcery.com>
3638
3639 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3640 gdb.reverse directory and gdb_reverse_timeout exists in board
3641 setting.
3642 * README: Document gdb_reverse_timeout.
3643
73c9764f
YQ
36442014-05-20 Yao Qi <yao@codesourcery.com>
3645
3646 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3647 'test_file_name'. Treat args as a string instead of a list.
3648 (gdb_init): Rename argument 'args' by 'test_file_name'.
3649
f1f4348a
JK
36502014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * gdb.arch/powerpc-power.exp: New file.
3653 * gdb.arch/powerpc-power.s: New file.
3654
0dbe70ce
DE
36552014-05-16 Doug Evans <dje@google.com>
3656
3657 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3658 * gdb.base/completion.exp: Check that all expected files exist
3659 before doing file completion.
0dbe70ce 3660
8d551b02
DE
36612014-05-16 Doug Evans <dje@google.com>
3662
3663 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3664 Update.
3665 (do_syscall_tests_without_xml): Update.
3666
73eb7709
PA
36672014-05-16 Pedro Alves <palves@redhat.com>
3668
3669 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3670 instead of "unknown output after running".
3671
3fae92fc
YQ
36722014-05-16 Yao Qi <yao@codesourcery.com>
3673
3674 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3675 file1.txt from host at the end.
3676 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3677
c2b2ccc5
DE
36782014-05-15 Doug Evans <dje@google.com>
3679
3680 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3681 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3682 loading file. Add test for TU lookup.
3683
8c217a4b
SM
36842014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3685
3686 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3687 calling "-exec-arguments" or "set args" before running the
3688 inferior.
3689
3deb39c6
SM
36902014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3691
3692 * lib/mi-support.exp (mi_expect_stop): Expect message for
3693 inferiors that exit with non-zero exit code.
3694
71a79f8c
YQ
36952014-05-14 Yao Qi <yao@codesourcery.com>
3696
3697 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3698 match absolute path on remote host.
3699 (test_file_list_exec_source_files): Remove "/" from the
3700 pattern.
3701
f23fcd46
YQ
37022014-05-14 Yao Qi <yao@codesourcery.com>
3703
3704 * boards/local-remote-host-notty.exp (${board}_file): New
3705 proc.
3706
9404b58f
KM
37072014-05-07 Kyle McMartin <kyle@redhat.com>
3708
3709 Pushed by Joel Brobecker <brobecker@adacore.com>.
3710 * gdb.arch/aarch64-atomic-inst.c: New file.
3711 * gdb.arch/aarch64-atomic-inst.exp: New file.
3712
5e45f04c
YQ
37132014-05-07 Yao Qi <yao@codesourcery.com>
3714
3715 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3716 in current context" too.
3717
c888a17d
KS
37182014-05-05 Keith Seitz <keiths@redhat.com>
3719
3720 * gdb.linespec/ls-dollar.exp: Add test for linespec
3721 file:convenience_variable.
3722
290a839c
YQ
37232014-05-05 Yao Qi <yao@codesourcery.com>
3724
3725 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3726 traceframes into tfile and ctf trace files. Read data from
3727 trace file and test collected data.
3728 (gdb_collect_locals_test): Likewise.
3729 (gdb_unavailable_registers_test): Likewise.
3730 (gdb_unavailable_floats): Likewise.
3731 (gdb_collect_globals_test): Likewise.
3732 (top-level): Append "ctf" to trace_file_targets if GDB
3733 supports.
3734
b5262cd0
YQ
37352014-05-05 Yao Qi <yao@codesourcery.com>
3736
3737 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3738 code to ...
3739 (gdb_collect_args_test_1): ... it. New proc.
3740 (gdb_collect_locals_test): Move some code to ...
3741 (gdb_collect_locals_test_1): ... it. New proc.
3742 (gdb_unavailable_registers_test): Move some code to ...
3743 (gdb_unavailable_registers_test_1): ... it. New proc.
3744 (gdb_unavailable_floats): Move some code to ...
3745 (gdb_unavailable_floats_1): ... it. New proc.
3746
30a1e6cc
SDJ
37472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3748
3749 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3750 probes to test for bitness recognition.
3751 * gdb.arch/amd64-stap-optional-prefix.exp
3752 (test_probe_value_without_reg): New procedure.
3753 Add code to test for different kinds of bitness.
3754
f33da99a
SDJ
37552014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3756
3757 PR breakpoints/16889
3758 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3759 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3760
5b80f00d
PA
37612014-05-01 Pedro Alves <palves@redhat.com>
3762
3763 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3764 gdb_file_cmd if no file is specified.
3765 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3766 last_loaded_file to set the remote exec-file.
3767
f8c2a73c
PA
37682014-05-01 Pedro Alves <palves@redhat.com>
3769
3770 * boards/local-remote-host.exp: New file.
3771
be6e8ac7
PA
37722014-05-01 Pedro Alves <palves@redhat.com>
3773
3774 * boards/local-remote-host.exp: Rename to ...
3775 * boards/local-remote-host-notty.exp: ... this.
3776
cac0dc8f
JB
37772014-04-28 Joel Brobecker <brobecker@adacore.com>
3778
3779 * gdb.ada/dyn_arrayidx: New testcase.
3780
9730e6cc
YQ
37812014-04-26 Yao Qi <yao@codesourcery.com>
3782
3783 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3784 and compute the length of function main. Save it in
3785 $main_length.
3786 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3787 (top-level): Use gdb_compile to compile objects into
3788 executable and restart GDB. Remove invocation to
3789 prepare_for_testing.
3790
7ae1a6a6
PA
37912014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3792 Pedro Alves <palves@redhat.com>
3793
3794 PR server/16255
3795 * gdb.multi/multi-attach.c: New file.
3796 * gdb.multi/multi-attach.exp: New file.
3797
4082afcc
PA
37982014-04-25 Pedro Alves <palves@redhat.com>
3799
3800 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3801 user.
3802 (top level): Test that "set remote conditional-breakpoints-packet
3803 off" works as intended.
3804 * gdb.base/dprintf.exp: Test that "set remote
3805 breakpoint-commands-packet off" works as intended.
3806 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3807 New function.
3808 (top level): Call it.
3809 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3810 remote fast-tracepoints-packet off" works as intended.
3811 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3812 * lib/gdb.exp (gdb_is_target_remote): ... here.
3813
2abc3f8d
DB
38142014-04-24 David Blaikie <dblaikie@gmail.com>
3815
3816 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3817 ensure clang would not discard them.
3818 * gdb.base/gdbvars.c: Ditto.
3819 * gdb.base/memattr.c: Ditto.
3820 * gdb.base/whatis.c: Ditto.
3821 * gdb.python/py-prettyprint.c: Ditto.
3822 * gdb.trace/actions.c: Ditto.
3823 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3824 ensure clang would not discard it.
3825
bfd39632
DB
38262014-04-24 David Blaikie <dblaikie@gmail.com>
3827
3828 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3829 clang to emit the full definition of type required by the test
3830 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3831
22842ff6
DB
38322014-04-24 David Blaikie <dblaikie@gmail.com>
3833
3834 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3835 coax Clang into emitting the definition of the type.
3836 * gdb.cp/pr10728-x.h (y): Ditto.
3837 * gdb.cp/pr10728-y.cc (y): Ditto.
3838
c2e827ad
DB
38392014-04-24 David Blaikie <dblaikie@gmail.com>
3840
3841 * gdb.base/label.exp: XFAIL label related tests under Clang.
3842 * gdb.cp/cplabel.exp: Ditto.
3843 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3844 under Clang those using labels.
3845
4c2d33e7
YQ
38462014-04-25 Yao Qi <yao@codesourcery.com>
3847
3848 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3849 double_label.
3850 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3851 partial_label and double_label.
3852
56083b99
DB
38532014-04-24 David Blaikie <dblaikie@gmail.com>
3854
3855 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3856
25d4e99d
DB
38572014-04-24 David Blaikie <dblaikie@gmail.com>
3858
3859 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3860 of the function to work across GCC and Clang.
3861 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3862 pointer types (const void ** const V void **).
3863
01f9f808
MS
38642014-04-24 Michael Sturm <michael.sturm@mintel.com>
3865 Walfred Tedeschi <walfred.tedeschi@intel.com>
3866
3867 * Makefile.in (EXECUTABLES): Added i386-avx512.
3868 * gdb.arch/i386-avx512.c: New file.
3869 * gdb.arch/i386-avx512.exp: Likewise.
3870
4b48d439
KS
38712014-04-23 Keith Seitz <keiths@redhat.com>
3872
3873 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3874 (mi_make_breakpoint_table): New procedure.
3875 (mi_create_breakpoint): Use mi_make_breakpoint
3876 and return the result.
3877 (mi_make_breakpoint): New procedure.
3878 (mi_build_kv_pairs): New procedure.
3879
3880 * gdb.mi/mi-break.exp: Remove unused globals,
3881 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3882 All callers updated.
3883 * gdb.mi/mi-dprintf.exp: Use variable to track command
3884 number.
3885 Update all callers of mi_create_breakpoint and use
3886 mi_make_breakpoint_table.
3887 Remove any unused global variables.
3888 * gdb.mi/mi-nonstop.exp: Likewise.
3889 * gdb.mi/mi-nsintrall.exp: Likewise.
3890 * gdb.mi/mi-nsmoribund.exp: Likewise.
3891 * gdb.mi/mi-nsthrexec.exp: Likewise.
3892 * gdb.mi/mi-reverse.exp: Likewise.
3893 * gdb.mi/mi-simplerun.exp: Likewise.
3894 * gdb.mi/mi-stepn.exp: Likewise.
3895 * gdb.mi/mi-syn-frame.exp: Likewise.
3896 * gdb.mi/mi-until.exp: Likewise.
3897 * gdb.mi/mi-var-cp.exp: Likewise.
3898 * gdb.mi/mi-var-display.exp: Likewise.
3899 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3900 * gdb.mi/mi2-var-child.exp: Likewise.
3901 * gdb.mi/mi-vla-c99.exp: Likewise.
3902 * lib/mi-support.exp: Likewise.
3903
3904 From Ian Lance Taylor <iant@cygnus.com>:
3905 * lib/gdb.exp (parse_args): New procedure.
3906
08351840
PA
39072014-04-23 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/break-unload-file.c: New file.
3910 * gdb.base/break-unload-file.exp: New file.
3911 * gdb.base/sym-file-lib.c (baz): New function.
3912 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3913 field.
3914 (load): Store the segment's mapped size.
3915 (unload): New function.
3916 (unload_shlib): New function.
3917 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3918 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3919 set a breakpoint at baz, and call it.
3920 * gdb.base/sym-file.exp: New tests for stale breakpoint
3921 instructions.
3922
076855f9
PA
39232014-04-23 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3926 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3927 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3928 * gdb.base/hbreak-unmapped.c: New file.
3929 * gdb.base/hbreak-unmapped.exp: New file.
3930 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3931 * lib/gdb.exp (gdb_is_target_remote): ... here.
3932
483805cf
PA
39332014-04-22 Pedro Alves <palves@redhat.com>
3934
3935 * gdb.base/consecutive-step-over.c: New file.
3936 * gdb.base/consecutive-step-over.exp: New file.
3937
06d97543
PA
39382014-04-22 Pedro Alves <palves@redhat.com>
3939
3940 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3941 instead of send_gdb/gdb_expect.
3942
b4429ea2
YQ
39432014-04-22 Yao Qi <yao@codesourcery.com>
3944
3945 * lib/trace-support.exp (generate_tracefile): New procedure.
3946 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3947 return 0.
3948 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3949 if generate_tracefile returns 1.
3950
51d48146
PA
39512014-04-18 Tom Tromey <palves@redhat.com>
3952 Pedro alves <tromey@redhat.com>
3953
3954 PR backtrace/15558
3955 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3956 with a backtrace limit.
3957 * gdb.python/py-frame-inline.exp: Test running to an inline
3958 function with a backtrace limit, and printing the newest frame.
3959 * gdb.python/py-frame-inline.c (main): Call f.
3960
bd1dce5f
MS
39612014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3962
3963 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3964
40d1a503
MS
39652014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3966
3967 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3968 Drop prefix from unsupported source file path.
3969
389b98f7
YQ
39702014-04-17 Yao Qi <yao@codesourcery.com>
3971
3972 * lib/gdb.exp (with_target_charset): New proc.
3973 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3974 with_target_charset.
3975 (test_print_strings): Likewise.
3976 (test_repeat_bytes): Likewise.
3977 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3978 for some tests.
3979
22869d73
KS
39802014-04-16 Keith Seitz <keiths@redhat.com>
3981
3982 PR gdb/15827
3983 * gdb.dwarf2/corrupt.c: New file.
3984 * gdb.dwarf2/corrupt.exp: New file.
3985
c4f87ca6
KS
39862014-04-16 Keith Seitz <keiths@redhat.com>
3987
3988 PR c++/16597
3989 * gdb.cp/namelessclass.cc: New file.
3990 * gdb.cp/namelessclass.exp: New file.
3991 * gdb.cp/namelessclass.S: New file.
3992
ab19de87
DE
39932014-04-16 Doug Evans <dje@google.com>
3994
3995 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3996 Add comment.
3997 (gdbserver_default_get_comm_port): New function.
3998 (gdbserver_start): Check if board file provided
3999 "gdbserver,get_comm_port" and use it if so.
4000 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4001 (gdb,socketport): Set to "stdio".
4002 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4003 (stdio_gdbserver_template): Delete.
4004 (${board}_get_remote_address): Update.
4005 (${board}_build_remote_cmd): Delete.
4006 (${board}_get_comm_port): New function.
4007 (${board}_spawn): Update.
4008 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4009 Delete.
4010 (${board}_get_remote_address): Update.
4011 (${board}_get_comm_port): New function.
4012
fc98a809
AB
40132014-04-16 Andrew Burgess <aburgess@broadcom.com>
4014
4015 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4016 appearing in any order.
4017
87fd9e6e
DE
40182014-04-15 Doug Evans <dje@google.com>
4019
4020 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4021 uninitialized value of "description".
4022
099fc3ea
KS
40232014-04-15 Keith Seitz <keiths@redhat.com>
4024
4025 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4026 Remove unused globals.
4027 (test_running_the_program): Likewise.
4028 (test_controlled_execution): Likewise.
4029 (test_controlling_breakpoints): Likewise.
4030 (test_program_termination): Likewise.
4031
5da151d4
KS
40322014-04-15 Keith Seitz <keiths@redhat.com>
4033
4034 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4035 unused globals.
4036 (test_rbreak_creation_and_listing): Likewise.
4037 (test_ignore_count): Likewise.
4038 (test_error): Likewise.
4039
35e5d2f0
PA
40402014-04-15 Pedro Alves <palves@redhat.com>
4041
4042 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4043 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4044 sym-file-loader.c.
4045 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4046 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4047 to sym-file-loader.c.
4048 (struct library): Forward declare.
4049 (load_shlib, lookup_function): Change prototypes.
4050 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4051 (translate_offset): Remove declarations.
4052 (get_text_addr): New declaration.
4053 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4054 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4055 sym-file-loader.h.
4056 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4057 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4058 here from sym-file-loader.h.
4059 (struct library): New structure.
4060 (load_shlib, lookup_function): Change prototypes and adjust to
4061 work with a struct library.
4062 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4063 (translate_offset): Make static.
4064 (get_text_addr): New function.
4065 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4066
eb4c1710
PA
40672014-04-15 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4070
2d1baf52
PA
40712014-04-15 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.base/sym-file-loader.c: Include <limits.h>.
4074 (SELF_LINK): New define.
4075 (get_origin): New function.
4076 (load_shlib): Use it.
4077 * gdb.base/sym-file.exp: Don't early return if the target is
4078 remote. Use runto_main, and issue fail is that fails. Use
4079 gdb_load_shlibs.
4080 (shlib_name): Delete.
4081 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4082
7dd6df01
PA
40832014-04-15 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/sym-file.exp: Remove regex characters from test
4086 message. Don't refer to breakpoint numbers in test messages.
4087
b50c8614
KS
40882014-04-14 Keith Seitz <keiths@redhat.com>
4089
4090 PR c++/16253
4091 * gdb.cp/var-tag.cc: New file.
4092 * gdb.cp/var-tag.exp: New file.
4093 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4094 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4095 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4096 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4097
3d567982
TT
40982014-04-14 Tom Tromey <tromey@redhat.com>
4099
4100 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4101 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4102 type.
4103 * gdb.cp/enum-class.exp: New file.
4104 * gdb.cp/enum-class.cc: New file.
4105
0626fc76
TT
41062014-04-14 Tom Tromey <tromey@redhat.com>
4107
4108 * gdb.dwarf2/enum-type.exp: New file.
4109
dca325b3
SA
41102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4111
4112 * gdb.mi/mi-vla-c99.exp: New file.
4113 * gdb.mi/vla.c: New file.
4114
5854b38a
SA
41152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4116
4117 * gdb.base/vla-datatypes.c: New file.
4118 * gdb.base/vla-datatypes.exp: New file.
4119
463bb957
SA
41202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4121
4122 * gdb.base/vla-ptr.c: New file.
4123 * gdb.base/vla-ptr.exp: New file.
4124
3dd170be
SA
41252014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4126
4127 * gdb.dwarf2/count.exp: New file.
4128
5ecaaa66
SA
41292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4130
4131 * gdb.base/vla-sideeffect.c: New file.
4132 * gdb.base/vla-sideeffect.exp: New file.
4133
41f1ada5
DB
41342014-04-14 David Blaikie <dblaikie@gmail.com>
4135
4136 * gdb.mi/non-stop.c: Add return value for non-void function return
4137 statement.
4138 * gdb.threads/staticthreads.c: Ditto.
4139
0be03e84
DE
41402014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4141 Doug Evans <xdje42@gmail.com>
4142
4143 * gdb.guile/scm-value.c: Improve test case.
4144 * gdb.guile/scm-value.exp: Add new test.
4145
f180a1fb
DB
41462014-04-11 David Blaikie <dblaikie@gmail.com>
4147
4148 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4149 override Clang's default.
4150
6b662e19
JB
41512014-04-11 Joel Brobecker <brobecker@adacore.com>
4152
4153 Revert the following changes (regressions):
4154
4155 * gdb.base/vla-sideeffect.c: New file.
4156 * gdb.base/vla-sideeffect.exp: New file.
4157
4158 * gdb.dwarf2/count.exp: New file.
4159
4160 * gdb.base/vla-multi.c: New file.
4161 * gdb.base/vla-multi.exp: New file.
4162
4163 * gdb.base/vla-ptr.c: New file.
4164 * gdb.base/vla-ptr.exp: New file.
4165
4166 * gdb.base/vla-datatypes.c: New file.
4167 * gdb.base/vla-datatypes.exp: New file.
4168
4169 * gdb.mi/mi-vla-c99.exp: New file.
4170 * gdb.mi/vla.c: New file.
4171
245a5f0b
KS
41722014-04-11 Keith Seitz <keiths@redhat.com>
4173
4174 PR c++/16675
4175 * gdb.cp/cpsizeof.exp: New file.
4176 * gdb.cp/cpsizeof.cc: New file.
4177
58a84dcf
SA
41782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4179
191a8a90
JB
4180 * gdb.mi/mi-vla-c99.exp: New file.
4181 * gdb.mi/vla.c: New file.
58a84dcf 4182
c8655f75
SA
41832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4184
4185 * gdb.base/vla-datatypes.c: New file.
4186 * gdb.base/vla-datatypes.exp: New file.
4187
024e13b4
SA
41882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4189
4190 * gdb.base/vla-ptr.c: New file.
4191 * gdb.base/vla-ptr.exp: New file.
4192
1a237e0e
SA
41932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4194
4195 * gdb.base/vla-multi.c: New file.
4196 * gdb.base/vla-multi.exp: New file.
4197
504f3432
SA
41982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4199
4200 * gdb.dwarf2/count.exp: New file.
4201
3bce8237
SA
42022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4203
191a8a90
JB
4204 * gdb.base/vla-sideeffect.c: New file.
4205 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4206
322f9c21
YQ
42072014-04-11 Yao Qi <yao@codesourcery.com>
4208
4209 * gdb.base/completion.exp: Check file exists before running tests
4210 on file completion.
4211
d708bcd1
PA
42122014-04-10 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/cond-eval-mode.c: New file.
4215 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4216 prepare_for_testing to build the new file. Check result of
4217 runto_main.
4218 (test_break, test_watch): New procedures.
4219 (top level): Use them.
4220
ae1d2761
PM
42212014-04-08 Pierre Muller <muller@sourceware.org>
4222
4223 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4224 Ctrl-V use for mingw hosts.
4225
7af389b8
SC
42262014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4227
4228 * gdb.python/py-value.c: Improve test case.
4229 * gdb.python/py-value.exp: Add new test.
4230
5e703181
DE
42312014-04-07 David Blaikie <dblaikie@gmail.com>
4232
4233 * lib/compiler.c: Identify the clang compiler.
4234 * lib/compiler.cc: Ditto.
4235
9810b410
YQ
42362014-04-03 Yao Qi <yao@codesourcery.com>
4237
4238 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4239
98d1b8dc
AB
42402014-04-01 Anton Blanchard <anton@samba.org>
4241
4242 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4243 messages unique.
4244
3114cea1
AB
42452014-04-01 Anton Blanchard <anton@samba.org>
4246
4247 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4248 prepare_for_testing.
4249
62f7182c
AB
42502014-04-01 Anton Blanchard <anton@samba.org>
4251
4252 * gdb.arch/ppc64-atomic-inst.c: Remove.
4253 * gdb.arch/ppc64-atomic-inst.S: New file.
4254 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4255
770e7fc7
DE
42562014-03-31 Doug Evans <dje@google.com>
4257
4258 * gdb.base/print-symbol-loading-lib.c: New file.
4259 * gdb.base/print-symbol-loading-main.c: New file.
4260 * gdb.base/print-symbol-loading.exp: New file.
4261
46e2bafa
YQ
42622014-03-31 Yao Qi <yao@codesourcery.com>
4263
4264 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4265
8776cfe9
JB
42662014-03-28 Joel Brobecker <brobecker@adacore.com>
4267
4268 * gdb.ada/mi_dyn_arr: New testcase.
4269
5d1ef361
DE
42702014-03-27 Doug Evans <dje@google.com>
4271
4272 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4273
b5bee914
YQ
42742014-03-27 Yao Qi <yao@codesourcery.com>
4275
4276 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4277 if target is nios2-*-*.
4278
0d4d0e77
YQ
42792014-03-26 Yao Qi <yao@codesourcery.com>
4280
4281 * lib/gdb.exp (readline_is_used): New proc.
4282 * gdb.base/completion.exp: Move tests on command complete up.
4283 Skip the rest of tests if readline is not used.
4284 * gdb.ada/complete.exp: Skp the test if readline is not
4285 used.
4286 * gdb.base/filesym.exp: Likewise.
4287 * gdb.base/macscp.exp: Likewise.
4288 * gdb.base/readline-ask.exp: Likewise.
4289 * gdb.base/readline.exp: Likewise.
4290 * gdb.python/py-cmd.exp: Likewise.
4291 * gdb.trace/tfile.exp: Likewise.
4292
29361eee
YQ
42932014-03-26 Yao Qi <yao@codesourcery.com>
4294
4295 * gdb.base/macscp.exp: Fix code format issues.
4296
bc9a5525
UW
42972014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4298
4299 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4300 * gdb.asm/powerpc64le.inc: New file.
4301
d3839ede
PA
43022014-03-25 Pedro Alves <palves@redhat.com>
4303 Doug Evans <dje@google.com>
4304
4305 * gdb.base/source-execution.c: New file.
4306 * gdb.base/source-execution.exp: New file.
4307 * gdb.base/source-execution.gdb: New file.
4308
01672a57
DE
43092014-03-24 Doug Evans <dje@google.com>
4310
4311 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4312 using fission.
4313
88bbeca9
HZ
43142014-03-24 Hui Zhu <hui@codesourcery.com>
4315 Pedro Alves <palves@redhat.com>
4316
4317 PR breakpoints/16101
4318 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4319 test pass/fail messages. Detect missing support for dprintf when
4320 breakpoints are actually inserted.
4321 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4322 breakpoints are actually inserted.
4323 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4324 fails.
4325
d2348791
JK
43262014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4327
4328 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4329
feef67ab
DE
43302014-03-22 Doug Evans <xdje42@gmail.com>
4331
4332 * gdb.python/python.exp (python not supported): Verify multi-line
4333 python command issues an error.
25d743f9 4334 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4335 guile command issues an error.
feef67ab 4336
ecebef6a
MR
43372014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4338
4339 * gdb.threads/thread-specific.exp: Handle the lack of usable
4340 $this_breakpoint and $this_thread.
4341
ccdd1909
HZ
43422014-03-21 Hui Zhu <hui@codesourcery.com>
4343
4344 * gdb.base/attach.exp (do_command_attach_tests): New.
4345
beb460e8
PA
43462014-03-20 Tom Tromey <tromey@redhat.com>
4347 Pedro Alves <palves@redhat.com>
4348
4349 PR cli/15718
4350 * gdb.base/condbreak-call-false.c: New file.
4351 * gdb.base/condbreak-call-false.exp: New file.
4352
40acf43a
PA
43532014-03-20 Pedro Alves <palves@redhat.com>
4354
4355 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4356 Delete.
4357 (block_signals, unblock_signals): Delete.
4358 (child_function_2, main): Remove references to deleted variable
4359 and functions.
4360
9f5e1e02
PA
43612014-03-20 Pedro Alves <palves@redhat.com>
4362
4363 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4364 Use pthread_kill to signal thread 2.
4365 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4366 Adjust to make the test send itself a signal rather than using the
4367 host's "kill" command.
4368
99619bea
PA
43692014-03-20 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.threads/multiple-step-overs.c: New file.
4372 * gdb.threads/multiple-step-overs.exp: New file.
4373 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4374 Adjust expected infrun debug output.
4375
2adfaa28
PA
43762014-03-20 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4379 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4380
31e77af2
PA
43812014-03-20 Pedro Alves <palves@redhat.com>
4382
4383 PR breakpoints/7143
4384 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4385 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4386 of gdb_test_multiple.
4387 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4388 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4389
b9f437de
PA
43902014-03-20 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4393 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4394
05adc73e
PA
43952014-03-19 Pedro Alves <palves@redhat.com>
4396
4397 * gdb.base/async.exp: Remove early return.
4398
6048b950
PA
43992014-03-19 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4402
8bcfb00a
PA
44032014-03-19 Pedro Alves <palves@redhat.com>
4404
4405 * gdb.base/async.exp (test_background): Expect \r\n after
4406 "completed." in the fail pattern.
4407
884e37dc
PA
44082014-03-19 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.base/async.exp (test_background): New procedure.
4411 Use it for all background execution command tests.
4412
148e57e2
PA
44132014-03-19 Pedro Alves <palves@redhat.com>
4414
4415 * gdb.base/async.exp: Use prepare_for_testing.
4416
f48088c7
PA
44172014-03-19 Pedro Alves <palves@redhat.com>
4418
4419 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4420 the same line.
4421
e2f6c966
PA
44222014-03-19 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.base/async.c (main): Add "jump here" and "until here" line
4425 marker comments.
4426 * gdb.base/async.exp (jump_here): New global.
4427 (jump& test): Use it.
4428 (until_here): New global.
4429 (until& test): Use it.
4430
c30568d4
PA
44312014-03-19 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/async.exp: Don't frob gdb_protocol.
4434
0172b6a7
DE
44352014-03-18 Doug Evans <xdje42@gmail.com>
4436
4437 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4438 Fix spelling of exec-done-display.
4439
06c868a8
JK
44402014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4441
4442 PR gdb/15358
4443 * gdb.base/gdb-sigterm.c: New file.
4444 * gdb.base/gdb-sigterm.exp: New file.
4445
0c7e1a46
PA
44462014-03-18 Pedro Alves <palves@redhat.com>
4447
4448 PR gdb/13860
4449 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4450 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4451 solib-event.
4452
f7c77d93
JB
44532014-03-17 Joel Brobecker <brobecker@adacore.com>
4454
4455 * gdb.ada/pckd_arr_ren: New testcase.
4456
5a1e8c7a
DE
44572014-03-13 Doug Evans <xdje42@gmail.com>
4458
4459 PR guile/16612
4460 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4461 collect after discarding symbols.
4462
350e1a76
DE
44632014-03-13 Ludovic Courtès <ludo@gnu.org>
4464 Doug Evans <xdje42@gmail.com>
4465
4466 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4467 to history survives a gc.
4468
a69900ae
PA
44692014-03-13 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.base/default.exp: Don't test "target procfs".
4472
5db9f0bd
PA
44732014-03-13 Pedro Alves <palves@redhat.com>
4474
4475 * gdb.base/default.exp: Update "target child" and "target procfs"
4476 tests to not expect "Unix".
4477
b3ccfe11
TT
44782014-03-12 Tom Tromey <tromey@redhat.com>
4479
4480 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4481 New procs. Add target-async tests.
4482 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4483 Add target-async tests.
4484
646f4417
AA
44852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4486
4487 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4488 'func_start' and 'func_end' for the beginning and end of the
4489 function code, respectively.
4490 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4491 'func_end' instead of 'func' and 'main'.
4492
288c211f
AA
44932014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4494
4495 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4496 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4497 generate the debug info assembler source.
4498
e0c0f156
AA
44992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4500
4501 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4502 * gdb.dwarf2/arr-subrange.exp: Likewise.
4503 * gdb.dwarf2/dwz.exp: Likewise.
4504 * gdb.dwarf2/method-ptr.exp: Likewise.
4505 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4506 * gdb.dwarf2/subrange.exp: Likewise.
4507 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4508 * gdb.dwarf2/implptrpiece.exp: Likewise.
4509 * gdb.dwarf2/nostaticblock.exp: Likewise.
4510
0e5c4555
AA
45112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4512
4513 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4514 directory to absolute path name arguments.
4515
5ec18f2b
JG
45162014-03-10 Joel Brobecker <brobecker@adacore.com>
4517
4518 * gdb.ada/tagged_access: New testcase.
4519
847fc4f2
MM
45202014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4521
4522 * gdb.btrace/data.exp: Update expected output.
4523
cc3da688
YQ
45242014-03-06 Yao Qi <yao@codesourcery.com>
4525
4526 * gdb.trace/pr16508.exp: New file.
4527
0f26cec1
PA
45282014-03-05 Pedro Alves <palves@redhat.com>
4529
4530 PR gdb/16575
4531 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4532 procedure.
4533 (top level): Adjust to use it. Add tests that exercise breakpoint
4534 interaction with the code-cache.
4535
7a5a839f
LC
45362014-02-26 Ludovic Courtès <ludo@gnu.org>
4537
4538 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4539 test for 'history-append!'.
4540
31aa7e4e
JB
45412014-02-26 Joel Brobecker <brobecker@adacore.com>
4542
4543 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4544 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4545 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4546 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4547 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4548 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4549
1b588015
JB
45502014-02-26 Joel Brobecker <brobecker@adacore.com>
4551
4552 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4553 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4554 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4555
55426c9d
JB
45562014-02-26 Joel Brobecker <brobecker@adacore.com>
4557
4558 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4559
dc53a7ad
JB
45602014-02-26 Joel Brobecker <brobecker@adacore.com>
4561
4562 * gdb.dwarf2/arr-stride.c: New file.
4563 * gdb.dwarf2/arr-stride.exp: New file.
4564
12ab52e9
PA
45652014-02-26 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4568 that won't ever trigger. Make sure that GDB reports the correct
4569 breakpoint that caused the stop.
4570
849c862e
JK
45712014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4572
4573 PR gdb/16626
4574 * gdb.base/auto-load-script: New file.
4575 * gdb.base/auto-load.c: New file.
4576 * gdb.base/auto-load.exp: New file.
4577
71b7d793
JK
4578 PR gdb/16626
4579 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4580
e2f0d509
JK
45812014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4582
4583 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4584 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4585
50cc37c8
DE
45862014-02-24 Doug Evans <dje@google.com>
4587
4588 * lib/gdb.exp (run_on_host): Log error output if program fails.
4589
ea4758f2
PA
45902014-02-21 Pedro Alves <palves@redhat.com>
4591
4592 * gdb.threads/step-after-sr-lock.c: Rename to ...
4593 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4594 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4595 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4596 ... this.
4597
d7b30f67
SDJ
45982014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4599
4600 PR tdep/16397
4601 * gdb.arch/amd64-stap-special-operands.exp: New file.
4602 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4603 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4604 * gdb.arch/amd64-stap-triplet.S: Likewise.
4605 * gdb.arch/amd64-stap-triplet.c: Likewise.
4606
83deb43f
JB
46072014-02-20 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4610 in .section pseudo-op.
4611
adde2bff
DE
46122014-02-20 lin zuojian <manjian2006@gmail.com>
4613 Joel Brobecker <brobecker@adacore.com>
4614 Doug Evans <xdje42@gmail.com>
4615
4616 PR symtab/16581
4617 * gdb.dwarf2/dw2-icycle.S: New file.
4618 * gdb.dwarf2/dw2-icycle.c: New file.
4619 * gdb.dwarf2/dw2-icycle.exp: New file.
4620
f7bd0f78
SC
46212014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4622
4623 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4624 operations on gdb.Value objects.
4625 * gdb.python/py-value-cc.exp: Add new test to test operations on
4626 gdb.Value objects.
4627
c17ef0d5
DE
46282014-02-18 Doug Evans <dje@google.com>
4629
4630 * Makefile.in (TESTS): New variable.
4631 (expanded_tests, expanded_tests_or_none): New variables
4632 (check-single): Pass $(expanded_tests_or_none) to runtest.
4633 (check-parallel): Only run tests in $(TESTS) if non-empty.
4634 (check/no-matching-tests-found): New rule.
4635 * README: Document TESTS makefile variable.
4636
5dd3176f
DE
46372014-02-18 Doug Evans <dje@google.com>
4638
4639 * Makefile.in (check-parallel): rm -rf outputs temp.
4640
0b10be4f
JK
46412014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4642
4643 Fix "ERROR: no fileid for" in the testsuite.
4644 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4645
85f224e7
DE
46462014-02-12 Doug Evans <dje@google.com>
4647
4648 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4649 (MISCELLANEOUS): New variable.
4650 (clean): rm -rf $(MISCELLANEOUS).
4651 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4652 dwp live in the same directory as symlinks, with each symlink pointed
4653 to a differently named file in a different directory.
4654
149b30ff
DE
46552014-02-11 Doug Evans <dje@google.com>
4656
4657 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4658 of Tcl file commands.
4659
1dfdac32
MK
46602014-02-10 Mark Kettenis <kettenis@gnu.org>
4661
4662 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4663 "kill -SIGUSR1 -1".
4664
aa4fb036
JB
46652014-02-10 Joel Brobecker <brobecker@adacore.com>
4666
4667 * gdb.ada/tick_length_array_enum_idx: New testcase.
4668
ed3ef339
DE
46692014-02-10 Doug Evans <xdje42@gmail.com>
4670
4671 * configure.ac (AC_OUTPUT): Add gdb.guile.
4672 * configure: Regenerate.
4673 * lib/gdb-guile.exp: New file.
4674 * lib/gdb.exp (get_target_charset): New function.
4675 * gdb.base/help.exp: Update expected output from "apropos apropos".
4676 * gdb.guile/Makefile.in: New file.
4677 * gdb.guile/guile.exp: New file.
4678 * gdb.guile/scm-arch.c: New file.
4679 * gdb.guile/scm-arch.exp: New file.
4680 * gdb.guile/scm-block.c: New file.
4681 * gdb.guile/scm-block.exp: New file.
4682 * gdb.guile/scm-breakpoint.c: New file.
4683 * gdb.guile/scm-breakpoint.exp: New file.
4684 * gdb.guile/scm-disasm.c: New file.
4685 * gdb.guile/scm-disasm.exp: New file.
4686 * gdb.guile/scm-equal.c: New file.
4687 * gdb.guile/scm-equal.exp: New file.
4688 * gdb.guile/scm-error.exp: New file.
4689 * gdb.guile/scm-error.scm: New file.
4690 * gdb.guile/scm-frame-args.c: New file.
4691 * gdb.guile/scm-frame-args.exp: New file.
4692 * gdb.guile/scm-frame-args.scm: New file.
4693 * gdb.guile/scm-frame-inline.c: New file.
4694 * gdb.guile/scm-frame-inline.exp: New file.
4695 * gdb.guile/scm-frame.c: New file.
4696 * gdb.guile/scm-frame.exp: New file.
4697 * gdb.guile/scm-generics.exp: New file.
4698 * gdb.guile/scm-gsmob.exp: New file.
4699 * gdb.guile/scm-iterator.c: New file.
4700 * gdb.guile/scm-iterator.exp: New file.
4701 * gdb.guile/scm-math.c: New file.
4702 * gdb.guile/scm-math.exp: New file.
4703 * gdb.guile/scm-objfile-script-gdb.in: New file.
4704 * gdb.guile/scm-objfile-script.c: New file.
4705 * gdb.guile/scm-objfile-script.exp: New file.
4706 * gdb.guile/scm-objfile.c: New file.
4707 * gdb.guile/scm-objfile.exp: New file.
4708 * gdb.guile/scm-ports.exp: New file.
4709 * gdb.guile/scm-pretty-print.c: New file.
4710 * gdb.guile/scm-pretty-print.exp: New file.
4711 * gdb.guile/scm-pretty-print.scm: New file.
4712 * gdb.guile/scm-section-script.c: New file.
4713 * gdb.guile/scm-section-script.exp: New file.
4714 * gdb.guile/scm-section-script.scm: New file.
4715 * gdb.guile/scm-symbol.c: New file.
4716 * gdb.guile/scm-symbol.exp: New file.
4717 * gdb.guile/scm-symtab-2.c: New file.
4718 * gdb.guile/scm-symtab.c: New file.
4719 * gdb.guile/scm-symtab.exp: New file.
4720 * gdb.guile/scm-type.c: New file.
4721 * gdb.guile/scm-type.exp: New file.
4722 * gdb.guile/scm-value-cc.cc: New file.
4723 * gdb.guile/scm-value-cc.exp: New file.
4724 * gdb.guile/scm-value.c: New file.
4725 * gdb.guile/scm-value.exp: New file.
4726 * gdb.guile/source2.scm: New file.
4727 * gdb.guile/types-module.cc: New file.
4728 * gdb.guile/types-module.exp: New file.
4729
7026a7c1
YQ
47302014-02-10 Yao Qi <yao@codesourcery.com>
4731
4732 PR testsuite/16543
4733 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4734 * configure: Regenerated.
4735 * Makefile.in: New file.
4736
6c466447
AS
47372014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4738
4739 * gdb.python/py-framefilter.exp: Fix typo.
4740
6e854735
YQ
47412014-02-08 Yao Qi <yao@codesourcery.com>
4742
4743 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4744 that no =breakpoint-modified is emitted when breakpoints are
4745 modified through MI commands.
4746
d137e6dc
PA
47472014-02-07 Pedro Alves <pedro@codesourcery.com>
4748 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.threads/step-after-sr-lock.c: New file.
4751 * gdb.threads/step-after-sr-lock.exp: New file.
4752
b5ee5a50
PA
47532014-02-07 Pedro Alves <palves@redhat.com>
4754
4755 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4756
3c77faf3
JK
47572014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4758
4759 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4760 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4761
6dddc817
DE
47622014-02-06 Doug Evans <xdje42@gmail.com>
4763
4764 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4765 output.
4766
4767 * gdb.gdb/python-interrupts.exp: New file.
4768
de7b2893
YQ
47692014-02-05 Yao Qi <yao@codesourcery.com>
4770
4771 * gdb.trace/report.exp (use_collected_data): Test the output
4772 of "info threads" and "info inferiors".
4773
66d032ac
YQ
47742014-02-05 Yao Qi <yao@codesourcery.com>
4775
4776 Revert this patch:
4777
4778 2013-05-24 Yao Qi <yao@codesourcery.com>
4779
4780 * gdb.trace/tfile.exp: Test inferior and thread.
4781
591a12a1
UW
47822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4783
4784 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4785 on a function.
4786 * gdb.base/step-bt.c: Call hello via function pointer to make
4787 sure its first instruction is executed on powerpc64le-linux.
4788
0ff3e01f
UW
47892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4790
4791 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4792
084ee545
UW
47932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4794
4795 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4796 of the test patterns for use on little-endian systems.
4797
6ed14ff3
UW
47982014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4799
4800 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4801 (decimal_vector): Fix for little-endian.
4802
401e27fd
JM
48032014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4804
4805 * gdb.arch/sparc-sysstep.exp: New file.
4806 * gdb.arch/sparc-sysstep.c: Likewise.
4807
4808 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4809
8b924729
EBM
48102014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4811
4812 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4813
fb151210
JB
48142014-01-23 Tom Tromey <tromey@redhat.com>
4815
4816 * gdb.ada/array_char_idx: New testcase.
4817
0740f8d8
TT
48182014-01-23 Tom Tromey <tromey@redhat.com>
4819
4820 PR python/16487:
4821 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4822 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4823 classes.
4824
21909fa1
TT
48252014-01-23 Tom Tromey <tromey@redhat.com>
4826
4827 PR python/16491:
4828 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4829 string from an inferior frame.
4830 * gdb.python/py-framefilter-mi.exp: Update.
4831
87ce2a04
DE
48322014-01-22 Doug Evans <dje@google.com>
4833
4834 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4835
237b092b
AA
48362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4837
4838 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4839
d674a709
AA
48402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4841
4842 * gdb.trace/entry-values.exp: Remove excess space character from
4843 regex patterns. Handle s390 call instruction.
4844
20fa3390
AA
48452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4846
4847 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4848 define "*_start" label. Make "name" static.
4849 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4850 ${name} by references to ${name}_start.
4851
78466714
AA
48522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4853
4854 * gdb.base/info-macros.exp: Remove "debug" from the compile
4855 options.
4856
ec9f644a
IB
48572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4858
4859 * gdb.dlang/demangle.exp: New file.
4860
94b1b47e
IB
48612014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4862
4863 * gdb.dlang/primitive-types.exp: New file.
4864
7f420862
IB
48652014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4866
4867 * configure.ac: Create gdb.dlang/Makefile.
4868 * configure: Regenerate.
4869 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4870 * gdb.dlang/Makefile.in: New file.
4871 * lib/d-support.exp: New file.
4872 * lib/gdb.exp (skip_d_tests): New proc.
4873
52834460
MM
48742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4875
4876 * gdb.btrace/delta.exp: Check reverse stepi.
4877 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4878 * gdb.btrace/finish.exp: New.
4879 * gdb.btrace/next.exp: New.
4880 * gdb.btrace/nexti.exp: New.
4881 * gdb.btrace/record_goto.c: Add comments.
4882 * gdb.btrace/step.exp: New.
4883 * gdb.btrace/stepi.exp: New.
4884 * gdb.btrace/multi-thread-step.c: New.
4885 * gdb.btrace/multi-thread-step.exp: New.
4886 * gdb.btrace/rn-dl-bind.c: New.
4887 * gdb.btrace/rn-dl-bind.exp: New.
4888 * gdb.btrace/data.c: New.
4889 * gdb.btrace/data.exp: New.
4890 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4891
6e07b1d2
MM
48922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4893
4894 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4895 * gdb.btrace/exception.exp: Update.
4896 * gdb.btrace/instruction_history.exp: Update.
4897 * gdb.btrace/record_goto.exp: Update.
4898 * gdb.btrace/tailcall.exp: Update.
4899 * gdb.btrace/unknown_functions.exp: Update.
4900 * gdb.btrace/delta.exp: New.
4901
0b722aec
MM
49022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4903
4904 * gdb.btrace/record_goto.exp: Add backtrace test.
4905 * gdb.btrace/tailcall.exp: Add backtrace test.
4906
066ce621
MM
49072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4908
4909 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4910 * gdb.btrace/record_goto.c: New.
4911 * gdb.btrace/record_goto.exp: New.
4912 * gdb.btrace/x86-record_goto.S: New.
4913
0688d04e
MM
49142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4915
4916 * gdb.btrace/function_call_history.exp: Update tests.
4917 * gdb.btrace/instruction_history.exp: Update tests.
4918
8710b709
MM
49192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4920
4921 * gdb.btrace/function_call_history.exp: Fix expected field
4922 order for "record function-call-history".
4923 Add new tests for "record function-call-history /c".
4924 * gdb.btrace/exception.cc: New.
4925 * gdb.btrace/exception.exp: New.
4926 * gdb.btrace/tailcall.exp: New.
4927 * gdb.btrace/x86-tailcall.S: New.
4928 * gdb.btrace/x86-tailcall.c: New.
4929 * gdb.btrace/unknown_functions.c: New.
4930 * gdb.btrace/unknown_functions.exp: New.
4931 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4932
5de9129b
MM
49332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4934
4935 * gdb.btrace/instruction_history.exp: Update.
4936 * gdb.btrace/function_call_history.exp: Update.
4937
23a7fe75
MM
49382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4939
4940 * gdb.btrace/function_call_history.exp: Fix expected function
4941 trace.
4942 * gdb.btrace/instruction_history.exp: Initialize traced.
4943 Remove traced_functions.
4944
724c7dd8
MM
49452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4946
4947 * gdb.btrace/function_call_history.exp: Update
4948 * gdb.btrace/instruction_history.exp: Update.
4949
6d78d93b
MM
49502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4951
4952 * gdb.btrace/enable.exp: Update expected text.
4953
93a360cc
OJ
49542014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4955
4956 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4957 bytes.
4958
3772b53f
MR
49592014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4960
4961 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4962
596662fa
OJ
49632014-01-15 Omair Javaid <omair.javaid@linaro.org>
4964
4965 * lib/gdb.exp (supports_process_record): Return true for
4966 arm*-linux*. (supports_reverse): Likewise.
4967
b5b08fb4
SC
49682014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4969
4970 PR python/15464
4971 PR python/16113
4972 * gdb.python/py-type.c: Enhance test case.
4973 * gdb.python/py-value-cc.cc: Likewise
4974 * gdb.python/py-type.exp: Add new tests.
4975 * gdb.python/py-value-cc.exp: Likewise
4976
52d7fb13
AA
49772014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4978 Pedro Alves <palves@redhat.com>
4979
4980 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4981 Make "name" extern.
4982 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4983 references to ${name}_start by references to ${name}.
4984
a2cd8cfe
JB
49852014-01-10 Joel Brobecker <brobecker@adacore.com>
4986
4987 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4988
4e23fced
JB
49892014-01-10 Joel Brobecker <brobecker@adacore.com>
4990
4991 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4992
c6a9e42c
PA
49932014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4994 Pedro Alves <palves@redhat.com>
4995
4996 * gdb.mi/mi-info-os.exp: Connect to the target with
4997 mi_gdb_target_load.
4998
b7ea362b
PA
49992014-01-08 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.threads/reconnect-signal.c: New file.
5002 * gdb.threads/reconnect-signal.exp: New file.
5003
5e3f4fab
EBM
50042014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5005
5006 * gdb.base/source-dir.exp: New file.
5007
79301218
JB
50082014-01-07 Joel Brobecker <brobecker@adacore.com>
5009
5010 * gdb.ada/mi_interface: New testcase.
5011
8e355c5d
JB
50122014-01-07 Joel Brobecker <brobecker@adacore.com>
5013
5014 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5015 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5016 gdb.ada/pp-rec-component/pck.ads: New files.
5017
c0d48811
JB
50182014-01-07 Joel Brobecker <brobecker@adacore.com>
5019
5020 * gdb.python/py-pp-integral.c: New file.
5021 * gdb.python/py-pp-integral.py: New file.
5022 * gdb.python/py-pp-integral.exp: New file.
5023
17b609c3 5024For older changes see ChangeLog-1993-2013.
c906108c 5025\f
8d8cb839
EZ
5026;; Local Variables:
5027;; mode: change-log
5028;; left-margin: 8
5029;; fill-column: 74
5030;; version-control: never
5031;; End:
902f2ccb 5032
32d0add0 5033 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5034 Copying and distribution of this file, with or without modification,
5035 are permitted provided the copyright notice and this notice are preserved.