[aarch64] Handle unknown instruction encoding
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
82c7be31
DE
12015-05-26 Doug Evans <dje@google.com>
2
3 * gdb.cp/iostream.cc: New file.
4 * gdb.cp/iostream.exp: New file.
5
b4f54984
DE
62015-05-26 Doug Evans <dje@google.com>
7
8 * gdb.dwarf2/dw2-op-call.exp: Update.
9 * gdb.dwarf2/dw4-sig-types.exp: Update.
10 * gdb.dwarf2/implptr.exp: Update.
11 * gdb.mi/mi-cmd-param-changed.exp: Update.
12
4ea6efe9
DE
132015-05-26 Doug Evans <dje@google.com>
14
15 * gdb.python/py-lazy-string.c: New file.
16 * gdb.python/py-lazy-string.exp: New file.
17 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18 (main): Update. Add estring3.
19 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
20 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
21
f6bb7db3
YQ
222015-05-26 Omair Javaid <omair.javaid@linaro.org>
23 Yao Qi <yao.qi@linaro.org>
24
25 * gdb.reverse/aarch64.c: New.
26 * gdb.reverse/aarch64.exp: New.
27
a81bfbd0
OJ
282015-05-26 Omair Javaid <omair.javaid@linaro.org>
29
30 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
31 (supports_reverse): Likewise.
32
158bf1b4
PP
332015-05-22 Patrick Palka <patrick@parcs.ath.cx>
34
35 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
36 Use with_test_prefix.
37
a0145030
AB
382015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.base/completion.exp: Add test for completion of layout
41 names.
42
ebe3b578
AB
432015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * lib/gdb.exp (skip_tui_tests): New proc.
46 * gdb.base/tui-layout.exp: Check skip_tui_tests.
47
84204ed7
PA
482015-05-19 Pedro Alves <palves@redhat.com>
49
50 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
51 Save the whole env array instead of just HOME. Unset HISTSIZE in
52 the environment while testing. Restore whole environment
53 afterwards.
54
37442ce1
DE
552015-05-16 Doug Evans <xdje42@gmail.com>
56
57 * gdb.guile/scm-ports.c: New file.
58 * gdb.guile/scm-ports.exp: Add memory port tests.
59
36de76f9
JK
602015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * gdb.compile/compile-print.c: New file.
63 * gdb.compile/compile-print.exp: New file.
64
3a9558c4
JK
652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * gdb.compile/compile-ops.exp: Cast param to void.
68 * gdb.compile/compile.exp: Complete type for _gdb_expr.
69 (compile code struct_object.selffield = &struct_object): Add xfail.
70
aa715135
JG
712015-05-15 Joel Brobecker <brobecker@adacore.com>
72
73 * gdb.ada/arr_enum_with_gap: New testcase.
74
931e5bc3
JG
752015-05-15 Joel Brobecker <brobecker@adacore.com>
76
77 * gdb.ada/byte_packed_arr: New testcase.
78
9cd4d857
JB
792015-05-15 Joel Brobecker <brobecker@adacore.com>
80
81 * gdb.ada/pckd_neg: New testcase.
82
ebfd00d2
PP
832015-05-13 Patrick Palka <patrick@parcs.ath.cx>
84
85 PR gdb/17820
86 * gdb.base/gdbinit-history.exp: New test.
87 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
88 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
89
4c082a81
SC
902015-05-09 Siva Chandra Reddy <sivachandra@google.com>
91
92 * gdb.python/py-xmethods.cc: Enhance test case.
93 * gdb.python/py-xmethods.exp: New tests.
94 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
95 function.
96 (B_indexoper): Likewise.
97 (global_dm_list) : Add new xmethod worker functions.
98
f7797074
SDJ
992015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
100
101 * gdb.base/coredump-filter.exp: Correctly unset
102 "coredump_var_addr" array.
103
a4674e4e
PA
1042015-05-08 Pedro Alves <palves@redhat.com>
105
106 * gdb.server/non-existing-program.exp: Unset spawn_id.
107
df2eb078
SC
1082015-05-08 Siva Chandra Reddy <sivachandra@google.com>
109
110 PR python/18291
111 * gdb.python/py-xmethods.exp: Add tests.
112
422349a3
YQ
1132015-05-08 Yao Qi <yao.qi@linaro.org>
114
115 PR gdb/18208
116 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
117 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
118 function set_coredump_filter, and remove remote_exec call.
119 Remove argument ipid. Callers update.
120 (top level): Don't get inferior's PID.
121
63fc80ce
AA
1222015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
123
124 * gdb.base/watch_thread_num.exp: Skip test on targets without
125 access watchpoints.
126
80ad801e
PA
1272015-05-06 Pedro Alves <palves@redhat.com>
128
129 PR server/18081
130 * gdb.server/non-existing-program.exp: New file.
131
0fa7fe50
JB
1322015-05-05 Joel Brobecker <brobecker@adacore.com>
133
134 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
135
3ea89b92
PMR
1362015-05-05 Joel Brobecker <brobecker@adacore.com>
137
138 * gdb.ada/out_of_line_in_inlined: New testcase.
139
87b8eff0
JB
1402015-05-05 Joel Brobecker <brobecker@adacore.com>
141
142 * gdb.ada/var_rec_arr: New testcase.
143
5fccc635
YQ
1442015-04-30 Yao Qi <yao.qi@linaro.org>
145
146 * gdb.base/break-idempotent.exp: If
147 skip_hw_watchpoint_multi_tests returns true, skip the tests
148 on "rwatch" and "awatch".
149
42d38f42
YQ
1502015-04-30 Yao Qi <yao.qi@linaro.org>
151
152 * gdb.base/relativedebug.exp: Invoke gdb command
153 "info sharedlibrary", and if libc.so doesn't have debug info,
154 skip the test.
155
2ce1cdbf
DE
1562015-04-29 Doug Evans <dje@google.com>
157
158 * gdb.python/py-xmethods.exp: Add ptype tests.
159 * gdb.python/py-xmethods.py (E_method_char_worker): Add
160 get_result_type method.
161
f24a38c5
LM
1622015-04-29 Luis Machado <lgustavo@codesourcery.com>
163
164 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
165 the target does not support hardware watchpoints.
166
ecbf2b3c
LM
1672015-04-29 Luis Machado <lgustavo@codesourcery.com>
168
169 * gdb.base/break-always.exp: Abort testing if writing to memory
170 causes an error.
171
34f5f757
DE
1722015-04-28 Doug Evans <dje@google.com>
173
174 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
175 * gdb.python/py-pp-registration.exp: ... here. New file.
176 * gdb.python/py-pp-registration.c: New file.
177 * gdb.python/py-pp-registration.py: New file.
178
69b4374a
DE
1792015-04-28 Doug Evans <dje@google.com>
180
181 * gdb.python/py-bad-printers.c: New file.
182 * gdb.python/py-bad-printers.py: New file.
183 * gdb.python/py-bad-printers.exp: New file.
184
59fb7612
SS
1852015-04-28 Sasha Smundak <asmundak@google.com>
186
187 * gdb.python/py-type.exp: New test.
188
2631b16a
AW
1892015-04-28 Andy Wingo <wingo@igalia.com>
190
191 * gdb.python/py-parameter.exp:
192 * gdb.guile/scm-parameter.exp: Escape the path that we are
193 matching against, as it might contain characters that are special
194 to regular expressions.
195
460efde1
JB
1962015-04-27 Joel Brobecker <brobecker@adacore.com>
197
198 * gdb.ada/rec_comp: New testcase.
199
2d369d8e
SDJ
2002015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
201
202 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
203 before using it.
204
cf75d6c3
AB
2052015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
206
207 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
208 new tests for verilog output.
209
8dbe7ca5
YQ
2102015-04-24 Yao Qi <yao.qi@linaro.org>
211
212 * boards/remote-gdbserver-on-localhost.exp: New file.
213
4ef9fb2f
PA
2142015-04-23 Pedro Alves <palves@redhat.com>
215
216 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
217 $inferior_spawn_id instead of $inferior_spawn_id directly. On
218 "end of file", remove $inferior_spawn_id from the indirect list.
219
0a803169
PA
2202015-04-23 Pedro Alves <palves@redhat.com>
221
222 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
223
749ef8f8
PA
2242015-04-23 Pedro Alves <palves@redhat.com>
225
226 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
227 on $any_spawn_id instead of only on $gdb_spawn_id.
228
8aae4344
PM
2292015-04-21 Pierre Muller <muller@sourceware.org>
230
231 PR pascal/17815
232 * lib/pascal.exp (gpc_compile): Add new option "class".
233 (fpc_compile): Likewise.
234 * gdb.pascal/case-insensitive-symbols.pas: New file.
235 * gdb.pascal/case-insensitive-symbols.exp: New file.
236
1586c8fb
GB
2372015-04-20 Gary Benson <gbenson@redhat.com>
238
239 * gdb.base/attach.exp: Fix three extended remote failures.
240
1b6e6f5c
GB
2412015-04-17 Gary Benson <gbenson@redhat.com>
242
243 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
244 the main executable over the remote protocol.
245
e797481d
PA
2462015-04-16 Pedro Alves <palves@redhat.com>
247
248 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
249 a new gdbserver if gdbserver_reconnect_p is set.
250
1ca99c42
PA
2512015-04-16 Pedro Alves <palves@redhat.com>
252
253 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
254 is set, don't exit gdbserver.
255
af9fd6f8
AA
2562015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
257
258 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
259 appropriate .insn, such that an older assembler can be used.
260 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
261 the z/Architecture instruction set on 31-bit targets as well.
262
04ff1e61
AA
2632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
264
265 * gdb.go/handcall.exp: Remove all logic related to the first
266 breakpoint and rely on go_runto_main instead.
267 * gdb.go/strings.exp: Likewise.
268 * gdb.go/unsafe.exp: Likewise.
269 * gdb.go/hello.exp: Likewise. Also rename the remaining
270 breakpoint marker to "breakpoint 1".
271 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
272 * gdb.go/strings.go: Likewise.
273 * gdb.go/unsafe.go: Likewise.
274 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
275 "set breakpoint 2 here" and rename the remaining breakpoint marker
276 to "breakpoint 1".
277
40d2f8d6
SM
2782015-04-15 Simon Marchi <simon.marchi@ericsson.com>
279
280 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
281 if itertools.imap is not present.
282 * gdb.python/py-objfile.exp: Add parentheses.
283 * gdb.python/py-type.exp: Same.
284 * gdb.python/py-unwind-maint.py: Same.
285
8cbc97c6
YQ
2862015-04-15 Yao Qi <yao.qi@linaro.org>
287
288 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
289 of ":$ptr_size" and set its form explicitly.
290
45fd756c
YQ
2912015-04-15 Pedro Alves <palves@redhat.com>
292 Yao Qi <yao.qi@linaro.org>
293
294 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
295 timeout by factor of 4.
296 (test_regular_watch): Likewise.
297 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
298 * gdb.reverse/sigall-reverse.exp: Likewise.
299 * gdb.reverse/until-precsave.exp: Likewise.
300 * lib/gdb.exp (with_timeout_factor): New proc.
301 (gdb_expect): Move some code to ...
302 (get_largest_timeout): ... here. New procedure.
303
9e811bc3
LM
3042015-04-14 Luis Machado <lgustavo@codesourcery.com>
305
306 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
307
0ff6fcb2
LM
3082015-04-13 Luis Machado <lgustavo@codesourcery.com>
309
310 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
311 to write to the .text section.
312
7578d5f7
LM
3132015-04-13 Luis Machado <lgustavo@codesourcery.com>
314
315 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
316 Handle the case of targets that do not provide PID information.
317
2efe15c4
YQ
3182015-04-13 Yao Qi <yao.qi@linaro.org>
319
320 * lib/gdbserver-support.exp (gdb_exit): Catch exception
321 and use expect instead of gdb_expect.
322
8cd8f2f8
SDJ
3232015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
324
325 * gdb.base/coredump-filter.exp: Rename variable "addr" to
326 "coredump_var_addr" to avoid naming conflict with other testcases.
327
9ee41772
PA
3282015-04-10 Pedro Alves <palves@redhat.com>
329
330 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
331 gdb_test_sequence and gdb_assert.
332
07473109
PA
3332015-04-10 Pedro Alves <palves@redhat.com>
334
335 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
336 test messages that don't include the breakpoint address.
337
de3db44c
YQ
3382015-04-10 Yao Qi <yao.qi@linaro.org>
339
340 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
341 false for some offset and width combinations which aren't
342 supported by linux kernel.
343
c79d856c
PA
3442015-04-10 Pedro Alves <palves@redhat.com>
345
346 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
347 procedure, factored out from ...
348 (top level): ... here. Add "set displaced-stepping" testing axis.
349 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
350 parameter "displaced". Use it.
351 (top level): Use foreach and add "set displaced-stepping" testing
352 axis.
353
ebc90b50
PA
3542015-04-10 Pedro Alves <palves@redhat.com>
355
356 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
357 Remove comment.
358 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
359 both the address of the instruction that triggers the watchpoint
360 and the address of the instruction immediately after, and use
361 those addresses for the test. Fix comment.
362
8f572e5c
PA
3632015-04-10 Pedro Alves <palves@redhat.com>
364
365 * gdb.base/sigstep.exp (breakpoint_to_handler)
366 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
367 Test "backtrace" in handler.
368 (breakpoint_over_handler): New parameter 'displaced'. Use it.
369 (top level): Add new "displaced" test axis to
370 breakpoint_to_handler, breakpoint_to_handler_entry and
371 breakpoint_over_handler.
372
8d707a12
PA
3732015-04-10 Pedro Alves <palves@redhat.com>
374
375 PR gdb/18216
376 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
377
ef713951
YQ
3782015-04-10 Yao Qi <yao.qi@linaro.org>
379
380 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
381 (test_add_rn_pc): New function.
382 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
383 (top level): Invoke test_add_rn_pc.
384
906d60cf
PA
3852015-04-10 Pedro Alves <palves@redhat.com>
386
387 PR gdb/13858
388 * gdb.base/step-over-no-symbols.exp: New file.
389
f2983cc3
AW
3902015-04-09 Andy Wingo <wingo@igalia.com>
391
392 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
393 after the Python tests.
394
6d62641c
SDJ
3952015-04-08 Keith Seitz <keiths@redhat.com>
396
397 PR python/16699
398 * gdb.python/py-completion.exp: New tests for completion.
399 * gdb.python/py-completion.py (CompleteLimit1): New class.
400 (CompleteLimit2): Likewise.
401 (CompleteLimit3): Likewise.
402 (CompleteLimit4): Likewise.
403 (CompleteLimit5): Likewise.
404 (CompleteLimit6): Likewise.
405 (CompleteLimit7): Likewise.
406
f3770638
PA
4072015-04-08 Pedro Alves <palves@redhat.com>
408
409 PR gdb/18214
410 PR gdb/18216
411 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
412 function.
413 (main): Install it as SIGUSR1 handler.
414 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
415 parameter. Always use "setup" as prefix. Toggle "set
416 displaced-stepping" off/on depending on global. Don't switch to
417 thread 1 here.
418 (top level): Add displaced stepping "off/on" test axis. Update
419 "setup" calls. Wrap each subtest with with_test_prefix. Test
420 continuing with a queued signal in each thread.
421
4496bed7
PA
4222015-04-08 Pedro Alves <palves@redhat.com>
423
424 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
425 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
426 gdb_breakpoint instead of gdb_test that doesn't expect anything.
427 Return early if running to main fails.
428 * gdb.trace/while-stepping.exp: Likewise.
429
b97fde92
PA
4302015-04-07 Pedro Alves <palves@redhat.com>
431
432 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
433 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
434 interact with inferior program.
435
f71c18e7
PA
4362015-04-07 Pedro Alves <palves@redhat.com>
437
438 * lib/gdb.exp (inferior_spawn_id): New global.
439 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
440 spawn id after processing the user code.
441 (default_gdb_start): Set inferior_spawn_id.
442 (send_inferior): New procedure.
443 * lib/gdbserver-support.exp (gdbserver_start): Set
444 inferior_spawn_id.
445 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
446
6423214f
PA
4472015-04-07 Pedro Alves <palves@redhat.com>
448
449 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
450 * lib/gdbserver-support.exp (gdbserver_start): Make
451 $server_spawn_id global.
452 (gdbserver_start): Don't wait for gdbserver's spawn id with
453 expect_background.
454 (close_gdbserver): New procedure.
455 (gdb_exit): Rename the default version and reimplement.
456
71c0ee8c
PA
4572015-04-07 Pedro Alves <palves@redhat.com>
458
459 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
460 append the substituted item, not the original item.
461
203bc29b
PA
4622015-04-07 Pedro Alves <palves@redhat.com>
463
464 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
465 gdb_expect.
466
508a3ddf
PA
4672015-04-07 Pedro Alves <palves@redhat.com>
468
469 * gdb.base/interrupt.exp: Don't handle the case of the inferior
470 output appearing once only.
471
9f6dbe2b
PA
4722015-04-07 Pedro Alves <palves@redhat.com>
473
474 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
475 that doesn't expect anything. Return early if running to main
476 fails.
477
337532fa
YQ
4782015-04-07 Yao Qi <yao.qi@linaro.org>
479
480 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
481 (child_function): Call alarm.
482 (main): Move call to alarm into the loop.
483 * gdb.threads/non-stop-fair-events.exp: Build program with
484 -DTIMEOUT=$timeout.
485
01b622d4
DE
4862015-04-06 Doug Evans <xdje42@gmail.com>
487
488 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
489 Fix dest parameter to board_info.
490 (fpc_compile): Ditto.
491 (gdb_compile_pascal): Rename dest arg to destfile.
492
961f4160
PMR
4932015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
494
495 * gdb.ada/funcall_ref.exp: New file.
496 * gdb.ada/funcall_ref/foo.adb: New file.
497
cafda597
YQ
4982015-04-02 Yao Qi <yao.qi@linaro.org>
499
500 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
501 is remote.
502
fed040c6
GB
5032015-04-02 Gary Benson <gbenson@redhat.com>
504
505 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
506
d11916aa
SS
5072015-04-01 Sasha Smundak <asmundak@google.com>
508
509 * gdb.python/py-unwind-maint.c: New file.
510 * gdb.python/py-unwind-maint.exp: New test.
511 * gdb.python/py-unwind-maint.py: New file.
512 * gdb.python/py-unwind.c: New file.
513 * gdb.python/py-unwind.exp: New test.
514 * gdb.python/py-unwind.py: New test.
515
a1471180
PA
5162015-04-01 Pedro Alves <palves@redhat.com>
517
518 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
519 to fail instead of non-existent $test.
520
0bbeccb1
PA
5212015-04-01 Pedro Alves <palves@redhat.com>
522
523 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
524 GDBFLAGS if not empty.
525
3c724c8c
PMR
5262015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
527
528 * gdb.ada/complete.exp: Remove "multi_line".
529 * gdb.ada/info_exc.exp: Remove "multi_line".
530 * gdb.ada/packed_tagged.exp: Remove "multi_line".
531 * gdb.ada/ptype_field.exp: Remove "multi_line".
532 * gdb.ada/sym_print_name.exp: Remove "multi_line".
533 * gdb.ada/tagged.exp: Remove "multi_line".
534 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
535 [multi_line ...]
536 * gdb.btrace/delta.exp: Likewise.
537 * gdb.btrace/exception.exp: Likewise.
538 * gdb.btrace/function_call_history.exp: Likewise.
539 * gdb.btrace/instruction_history.exp: Likewise.
540 * gdb.btrace/nohist.exp: Likewise.
541 * gdb.btrace/record_goto.exp: Likewise.
542 * gdb.btrace/segv.exp: Likewise.
543 * gdb.btrace/stepi.exp: Likewise.
544 * gdb.btrace/tailcall.exp: Likewise.
545 * gdb.btrace/unknown_functions.exp: Likewise.
546 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
547 * lib/gdb.exp: Add the "multi_line" helper.
548
4eec2deb
PA
5492015-04-01 Pedro Alves <palves@redhat.com>
550
551 * gdb.threads/tid-reuse.c: New file.
552 * gdb.threads/tid-reuse.exp: New file.
553
df8411da
SDJ
5542015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
555
556 PR corefiles/16092
557 * gdb.base/coredump-filter.c: New file.
558 * gdb.base/coredump-filter.exp: Likewise.
559
6ef37366
PM
5602015-03-27 Petr Machata <pmachata@redhat.com>
561
562 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
563 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
564 (Dwarf::assemble): Initialize them.
565 (Dwarf::lines): New function.
566
7ec911b0
JT
5672015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
568
569 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
570 SYMBOL_PREFIX for x86_64-*-cygwin.
571
ff908ebf
AW
5722015-03-26 Andy Wingo <wingo@igalia.com>
573
574 PR symtab/18148
575 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
576 const_value but not a location.
577 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
578 location defined in non-main CUs are visible.
579
6d5f0679
YQ
5802015-03-26 Yao Qi <yao.qi@linaro.org>
581
582 PR testsuite/18139
583 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
584 Add a line number entry for the same line.
585 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
586 Add a line number entry for the same line.
587
2898689b
YQ
5882015-03-26 Yao Qi <yao.qi@linaro.org>
589
590 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
591 .int 0.
592 (func): Likewise. Add .Lfunc_1 label.
593 Use .Lfunc_1 label.
594 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
595 .int 0.
596 (func): Likewise.
597 Use .Lfunc_1 label.
598
85180498
YQ
5992015-03-26 Yao Qi <yao.qi@linaro.org>
600
601 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
602 Call gdb_compile instead to compile each .s files without debug
603 information.
604
8aa08a8d
YQ
6052015-03-26 Yao Qi <yao.qi@linaro.org>
606
607 * gdb.base/savedregs.exp (process_saved_regs): Make
608 "Saved registers:" optional in the pattern.
609
66849923
MM
6102015-03-25 Markus Metzger <markus.t.metzger@intel.com>
611
612 * gdb.btrace/next.exp: Merged into step.exp.
613 * gdb.btrace/finish.exp: Merged into step.exp.
614 * gdb.btrace/nexti.exp: Merged into stepi.exp.
615 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
616 "record goto" and checking the exact replay position.
617 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
618 check for "Recording format" in "info record" output.
619 * gdb.btrace/record_goto.exp: Choose test file based on target.
620 * gdb.btrace/x86-record_goto.S: Renamed into ...
621 * gdb.btrace/x86_64-record_goto.S: ... this.
622 * gdb.btrace/i686-record_goto.S: New.
623 * gdb.btrace/x86-tailcall.S: Renamed into ...
624 * gdb.btrace/x86_64-tailcall.S: ... this.
625 * gdb.btrace/i686-tailcall.S: New.
626 * gdb.btrace/x86-tailcall.c: Renamed into ...
627 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
628 separate statements. Update test.
629 * gdb.btrace/delta.exp: Use record_goto.c as test file.
630 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
631 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
632 * gdb.btrace/tailcall.exp: Choose test file based on target.
633 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
634
11cc1b74
MM
6352015-03-25 Markus Metzger <markus.t.metzger@intel.com>
636
637 * gdb.btrace/exception.exp: Increase BTS buffer size.
638
a25d8bf9
PA
6392015-03-24 Pedro Alves <palves@redhat.com>
640
641 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
642
856e7dd6
PA
6432015-03-24 Pedro Alves <palves@redhat.com>
644
645 * gdb.threads/schedlock.exp (test_step): No longer expect that
646 "set scheduler-locking step" with "next" over a function call runs
647 threads unlocked.
648
ad235a41
AT
6492015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
650
651 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
652
15630549
AT
6532015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
654
655 PR breakpoints/16466
656 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
657 * gdb.mi/mi-pending.c (thread_func): New function.
658 (int main): Add threading support required.
659 * gdb.mi/mi-pending.exp: Add tests for this issue.
660 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
661 (pendfunc2): Remove stdio dependency.
662 * gdb.mi/mi-pendshr2.c: New file.
663
693dca06
KS
6642015-03-23 Keith Seitz <keiths@redhat.com>
665
666 * gdb.linespec/keywords.c: New file.
667 * gdb.linespec/keywords.exp: New file.
668
7e993ebf
KS
6692015-03-23 Keith Seitz <keiths@redhat.com>
670
671 PR gdb/18021
672 * gdb.dwarf2/staticvirtual.exp: New test.
673
bc23328c
JK
6742015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
675
676 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
677 * README: Remove HP-UX and gdb.hp.
678 (configuration):
679 * configure: Regenerate.
680 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
681 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
682 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
683 gdb.hp/gdb.defects/Makefile.
684 * gdb.hp/Makefile.in: File deleted.
685 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
686 * gdb.hp/gdb.aCC/optimize.c: File deleted.
687 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
688 * gdb.hp/gdb.aCC/run.c: File deleted.
689 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
690 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
691 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
692 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
693 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
694 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
695 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
696 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
697 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
698 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
699 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
700 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
701 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
702 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
703 * gdb.hp/gdb.base-hp/reg.s: File deleted.
704 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
705 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
706 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
707 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
708 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
709 * gdb.hp/gdb.compat/Makefile.in: File deleted.
710 * gdb.hp/gdb.compat/average.c: File deleted.
711 * gdb.hp/gdb.compat/sum.c: File deleted.
712 * gdb.hp/gdb.compat/xdb.c: File deleted.
713 * gdb.hp/gdb.compat/xdb0.c: File deleted.
714 * gdb.hp/gdb.compat/xdb0.h: File deleted.
715 * gdb.hp/gdb.compat/xdb1.c: File deleted.
716 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
717 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
718 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
719 * gdb.hp/gdb.defects/Makefile.in: File deleted.
720 * gdb.hp/gdb.defects/bs14602.c: File deleted.
721 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
722 * gdb.hp/gdb.defects/solib-d.c: File deleted.
723 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
724 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
725 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
726 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
727 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
728 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
729 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
730 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
731 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
732 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
733 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
734 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
735 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
736 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
737 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
738 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
739 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
740 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
741 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
742 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
743 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
744 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
745 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
746 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
747 * gdb.hp/tools/odump: File deleted.
748
8bf3b159
PA
7492015-03-19 Pedro Alves <palves@redhat.com>
750
751 * gdb.threads/continue-pending-status.exp (saw_thread_2)
752 (saw_thread_3): New globals.
753 (top level): Increment them when an event for the corresponding
754 thread is seen.
755 (no thread starvation): New test.
756
eb54c8bf
PA
7572015-03-19 Pedro Alves <palves@redhat.com>
758
759 * gdb.threads/continue-pending-status.c: New file.
760 * gdb.threads/continue-pending-status.exp: New file.
761
32d2e5d6
PA
7622015-03-18 Pedro Alves <palves@redhat.com>
763
764 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
765 Use gdb_is_target_remote instead of is_remote. Use
766 gdb_test_multiple instead of gdb_expect. Exit early if
767 gdb_test_multiple hits its internal matches. Tighten stepi tests
768 expected output. Fail on exit with any signal, instead of just
769 SIGILL.
770
f68f11b7
YQ
7712015-03-18 Yao Qi <yao.qi@linaro.org>
772
773 PR tdep/18107
774 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
775 variable.
776 * gdb.base/catch-syscall.exp: Don't skip it on
777 aarch64*-*-linux* target. Remove elements in all_syscalls.
778 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
779 target.
780 (setup_all_syscalls): New proc.
781
ca5fd19b
YQ
7822015-03-16 Yao Qi <yao.qi@linaro.org>
783
784 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
785 (top level): Skip tests if valid_addr_p returns false for
786 $cmd1 or $cmd2.
787
85642ba0
AW
7882015-03-11 Andy Wingo <wingo@igalia.com>
789
790 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
791
e03f9645
YQ
7922015-03-11 Yao Qi <yao.qi@linaro.org>
793
794 * gdb.base/catch-syscall.exp: Fix typo in comments.
795
5d0962b2
YQ
7962015-03-11 Yao Qi <yao.qi@linaro.org>
797
798 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
799
b2df3cef
PA
8002015-03-09 Pedro Alves <palves@redhat.com>
801
802 * dg-extract-results.py: Delete.
803
ef878e53
PA
8042015-03-09 Pedro Alves <palves@redhat.com>
805
806 Merge dg-extract-results.sh from GCC upstream (r218843).
807
808 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
809 * dg-extract-results.sh: Use --text with grep to avoid issues with
810 binary files. Fall back to cat -v, if that doesn't work.
811
9494d219
PA
8122015-03-05 Pedro Alves <palves@redhat.com>
813
814 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
815
a8d9763a
SM
8162015-03-04 Simon Marchi <simon.marchi@ericsson.com>
817
818 * lib/mi-support.exp (mi_expect_interrupt): Accept
819 alternative event for when in all-stop mode.
820
be9957b8
PA
8212015-03-04 Pedro Alves <palves@redhat.com>
822
823 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
824
d57be0f4 8252015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
826
827 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
828
c214c7cf
AA
8292015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
830
831 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
832 regexps for GDB's current line display, accept a hex address
833 preceding the line number.
834
6d74a497
AA
8352015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
836
837 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
838 the 'arch1' variable for "s390*-linux*" targets.
839
511aee7c
PA
8402015-03-04 Pedro Alves <palves@redhat.com>
841
842 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
843 (main): Pass missing retval argument to pthread_join call.
844
95e50b27
PA
8452015-03-02 Pedro Alves <palves@redhat.com>
846
847 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
848 (top level): Call do_test with non-stop as well.
849
28054d69
PA
8502015-03-02 Pedro Alves <palves@redhat.com>
851
852 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
853 -1.
854
4fa5d7b4
AA
8552015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
856
857 * gdb.arch/s390-vregs.exp: New test.
858 * gdb.arch/s390-vregs.S: New file.
859
97c18565
PA
8602015-02-27 Pedro Alves <palves@redhat.com>
861
862 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
863 call to catch_command_errors.
864 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
865 catch_command_errors.
866
a37bfa30
PA
8672015-02-27 Pedro Alves <palves@redhat.com>
868
869 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
870 "true" for boolean result.
871 * gdb.gdb/selftest.exp (test_with_self): Also accept full
872 prototype of main.
873
6f98576f
PA
8742015-02-27 Pedro Alves <palves@redhat.com>
875
876 * lib/unbuffer_output.c: New file.
877 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
878 (main): Call gdb_unbuffer_output.
879
eba5ab56
YQ
8802015-02-27 Yao Qi <yao.qi@linaro.org>
881
882 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
883 target.
884
0def5aaa
DE
8852015-02-26 Doug Evans <dje@google.com>
886
887 * gdb.cp/class2.cc (Dbase, D): New classes.
888 (main): New local delta.
889 * gdb.cp/class2.exp: Test printing delta.
890 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
891 (dynbar): New global.
892 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
893
081a1c2c
JK
8942015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
895
896 * gdb.compile/compile-ifunc.c: New file.
897 * gdb.compile/compile-ifunc.exp: New file.
898
2f41223f
AT
8992015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
900
901 * gdb.base/structs.exp: Check for correct struct on finish.
902
03eddd80
YQ
9032015-02-26 Yao Qi <yao.qi@linaro.org>
904
905 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
906 is zero.
907
80c57053
JK
9082015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
909
910 * gdb.arch/cordic.ko.bz2: New file.
911 * gdb.arch/cordic.ko.debug.bz2: New file.
912 * gdb.arch/ppc64-symtab-cordic.exp: New file.
913
21613c12
YQ
9142015-02-25 Yao Qi <yao.qi@linaro.org>
915
916 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
917 aarch64*-*-* target.
918
d8b901ed
PA
9192015-02-23 Pedro Alves <palves@redhat.com>
920
921 * lib/gdb.exp (delete_breakpoints): Rewrite using
922 gdb_test_multiple.
923
e5b85ead
PA
9242015-02-23 Pedro Alves <palves@redhat.com>
925
926 * gdb.base/info-os.c: Include stdlib.h.
927
85c3a371
DE
9282015-02-22 Doug Evans <xdje42@gmail.com>
929
930 PR symtab/17855
931 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
932 is read after symbols have been re-read.
933 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
934 * gdb.ada/exec_changed/second.adb (Second): Ditto.
935
96553a0c
DE
9362015-02-21 Doug Evans <dje@google.com>
937
938 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
939
97a0c697
JK
9402015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 PR corefiles/17808
943 * gdb.arch/i386-biarch-core.core.bz2: New file.
944 * gdb.arch/i386-biarch-core.exp: New file.
945
a47cd6e9
PA
9462015-02-21 Pedro Alves <palves@redhat.com>
947
948 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
949 runto_main fails.
950
c5facdc4
PA
9512015-02-20 Pedro Alves <palves@redhat.com>
952
953 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
954 info probes.
955
2db9a427
PA
9562015-02-20 Pedro Alves <palves@redhat.com>
957
958 * gdb.threads/multi-create-ns-info-thr.exp: New file.
959
60fb7e9e
PA
9602015-02-20 Pedro Alves <palves@redhat.com>
961
962 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
963 clean_restart before gdb_target_supports_trace.
964
5c5019c2
PA
9652015-02-20 Pedro Alves <palves@redhat.com>
966
967 PR threads/18006
968 * gdb.threads/clone-thread_db.c: New file.
969 * gdb.threads/clone-thread_db.exp: New file.
970
c9587f88
AT
9712015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
972
973 PR breakpoints/16812
974 * gdb.base/catch-gdb-caused-signals.c: New file.
975 * gdb.base/catch-gdb-caused-signals.exp: New file.
976
f6a88844
JM
9772015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
978
979 * configure: Regenerated.
980 * configure.ac: Use GDB_AC_TRANSFORM.
981 * aclocal.m4: sinclude ../transform.m4.
982
497c491b
JM
9832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
984
985 * lib/dtrace.exp: New file.
986 * gdb.base/dtrace-probe.exp: Likewise.
987 * gdb.base/dtrace-probe.d: Likewise.
988 * gdb.base/dtrace-probe.c: Likewise.
989 * lib/pdtrace.in: Likewise.
990 * configure.ac: Output variables with the transformed names of
991 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
992 * configure: Regenerated.
993
03e98035
JM
9942015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
995
996 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
997 expected message when trying to access $_probe_* convenience
998 variables while not on a probe.
999
63cc30e9
JK
10002015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1001
1002 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1003
0703599a
PA
10042015-02-11 Pedro Alves <pedro@codesourcery.com>
1005
1006 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1007 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1008
7e60a48e
DE
10092015-02-10 Doug Evans <xdje42@gmail.com>
1010
1011 * lib/gdb.exp (gdb_load): Always return a result.
1012
01b088bc
PA
10132015-02-10 Pedro Alves <palves@redhat.com>
1014
1015 * gdb.threads/signal-sigtrap.c: New file.
1016 * gdb.threads/signal-sigtrap.exp: New file.
1017
b05ec7a5
AT
10182015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1019
1020 * gdb.trace/no-attach-trace.c: New file.
1021 * gdb.trace/no-attach-trace.exp: New file.
1022
a2c2acaf
MW
10232015-02-09 Mark Wielaard <mjw@redhat.com>
1024
1025 * gdb.dwarf2/atomic.c: New file.
1026 * gdb.dwarf2/atomic-type.exp: Likewise.
1027
31fd9caa
MM
10282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1029
1030 * gdb.btrace/buffer-size.exp: Update "info record" output.
1031 * gdb.btrace/delta.exp: Update "info record" output.
1032 * gdb.btrace/enable.exp: Update "info record" output.
1033 * gdb.btrace/finish.exp: Update "info record" output.
1034 * gdb.btrace/instruction_history.exp: Update "info record" output.
1035 * gdb.btrace/next.exp: Update "info record" output.
1036 * gdb.btrace/nexti.exp: Update "info record" output.
1037 * gdb.btrace/step.exp: Update "info record" output.
1038 * gdb.btrace/stepi.exp: Update "info record" output.
1039 * gdb.btrace/nohist.exp: Update "info record" output.
1040
d33501a5
MM
10412015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1042
1043 * gdb.btrace/buffer-size: New.
1044
f4abbc16
MM
10452015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1046
1047 * gdb.btrace/delta.exp: Update "info record" output.
1048 * gdb.btrace/enable.exp: Update "info record" output.
1049 * gdb.btrace/finish.exp: Update "info record" output.
1050 * gdb.btrace/instruction_history.exp: Update "info record" output.
1051 * gdb.btrace/next.exp: Update "info record" output.
1052 * gdb.btrace/nexti.exp: Update "info record" output.
1053 * gdb.btrace/step.exp: Update "info record" output.
1054 * gdb.btrace/stepi.exp: Update "info record" output.
1055 * gdb.btrace/nohist.exp: Update "info record" output.
1056
b9d61307
SM
10572015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1058
1059 PR gdb/15678
1060 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1061
e584fdbc
PA
10622015-02-06 Pedro Alves <palves@redhat.com>
1063
1064 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1065 macro.
1066 (seconds_left, again): New globals.
1067 (main): Wait seconds_left in a 1-second sleep loop instead of
1068 sleeping 180 seconds. If 'again' is set, reset the seconds
1069 counter.
1070 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1071 'again' in the inferior before detaching. Print the seconds left.
1072 (options): New global.
1073 (top level): Build program with -DTIMEOUT=$timeout.
1074
77f41761
PA
10752015-02-06 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1078 determine how many seconds to pass to 'alarm'.
1079 * gdb.base/gdb-sigterm.exp (top level): Build program with
1080 -DTIMEOUT=$timeout.
1081 (do_test): Return success/failure indication. Add more verbose
1082 logging. Don't fail if 200 single steps are seen. Instead, fail
1083 when the test times out.
1084 (passes): New global.
1085 (top level): Break the testing loop if testing fails on any
1086 iteration. Use gdb_assert.
1087
b9394193
DB
10882015-02-04 Don Breazeal <donb@codesourcery.com>
1089
1090 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1091 and initialize them.
1092 (ipc_cleanup): New function.
1093 (main): Don't declare shmid, semid, and msqid. Add a call to
1094 atexit so that we call ipc_cleanup on exit.
1095
42d9e528
PA
10962015-02-04 Pedro Alves <palves@redhat.com>
1097
1098 * boards/native-extended-gdbserver.exp: Remove any target variant
1099 specifications from the board name before clearing the isremote
1100 flag from board_info.
1101
ae6ae975
DE
11022015-01-31 Doug Evans <xdje42@gmail.com>
1103
1104 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1105
cfb069a8
GB
11062015-01-31 Gary Benson <gbenson@redhat.com>
1107
1108 * gdb.base/completion.exp: Disable completion limiting for
1109 existing tests. Add new tests to check completion limiting.
1110 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1111
5dd31d79
DE
11122015-01-31 Doug Evans <xdje42@gmail.com>
1113
1114 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1115
9f050062
DE
11162015-01-31 Doug Evans <xdje42@gmail.com>
1117
1118 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1119 entries. Duplicate file section script entries.
1120 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1121 inlined entries. Add test for safe-path rejection.
1122 * gdb.python/py-section-script.c: Add duplicate inlined section script
1123 entries. Duplicate file section script entries.
1124 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1125 inlined entries. Add test for safe-path rejection.
1126
df25ebbd
JB
11272015-01-29 Joel Brobecker <brobecker@adacore.com>
1128
1129 * gdb.ada/disc_arr_bound: New testcase.
1130
4a0ca9ec
JB
11312015-01-29 Joel Brobecker <brobecker@adacore.com>
1132
1133 * gdb.ada/mi_var_array: New testcase.
1134
3a8b707a
DE
11352015-01-27 Doug Evans <dje@google.com>
1136
1137 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1138 Add test for objfile.filename, objfile.username after objfile
1139 has been unloaded.
1140
f8313f6e
JB
11412015-01-26 Joel Brobecker <brobecker@adacore.com>
1142
1143 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1144 the second test to print the name attribute of value
1145 returned by the call to gdb.lookup_type, and adjust
1146 the expected output accordingly.
1147
37bc665e
MW
11482015-01-25 Mark Wielaard <mjw@redhat.com>
1149
1150 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1151 * gdb.base/disp-step-fork.c: Include unistd.h.
1152 * gdb.base/siginfo-obj.c: Include stdio.h.
1153 * gdb.base/siginfo-thread.c: Likewise.
1154 * gdb.mi/non-stop.c: Include unistd.h.
1155 * gdb.mi/nsthrexec.c: Include stdio.h.
1156 * gdb.mi/pthreads.c: Include unistd.h.
1157 * gdb.modula2/unbounded1.c (main): Declare returns int.
1158 * gdb.reverse/consecutive-reverse.c: Likewise.
1159 * gdb.threads/create-fail.c: Include unistd.h.
1160 * gdb.threads/killed.c: Likewise.
1161 * gdb.threads/linux-dp.c: Likewise.
1162 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1163 * gdb.threads/non-ldr-exc-2.c: Likewise.
1164 * gdb.threads/non-ldr-exc-3.c: Likewise.
1165 * gdb.threads/non-ldr-exc-4.c: Likewise.
1166 * gdb.threads/pthreads.c: Include unistd.h.
1167 (main): Declare returns int.
1168 * gdb.threads/tls-main.c (foo): New declaration.
1169 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1170
f7e5394d
SM
11712015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1172
1173 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1174 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1175
743649fd
MW
11762015-01-15 Mark Wielaard <mjw@redhat.com>
1177
1178 * gdb.base/noreturn-return.c: New file.
1179 * gdb.base/noreturn-return.exp: New file.
1180 * gdb.base/noreturn-finish.c: New file.
1181 * gdb.base/noreturn-finish.exp: New file.
1182
198297aa
PA
11832015-01-23 Pedro Alves <palves@redhat.com>
1184
1185 * gdb.threads/continue-pending-after-query.c: New file.
1186 * gdb.threads/continue-pending-after-query.exp: New file.
1187
717cf30c
AG
11882015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1189 Simon Marchi <simon.marchi@ericsson.com>
1190
1191 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1192 * gdb.base/valgrind-db-attach.exp: Same.
1193 * gdb.base/valgrind-infcall.exp: Same.
1194 * lib/mi-support.exp (default_mi_gdb_start): Same.
1195 * lib/prompt.exp (default_prompt_gdb_start): Same.
1196 * lib/gdb.exp (default_gdb_spawn): Same.
1197 (gdb_interact): New.
1198
1199
4b62a76e
JK
12002015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1201
1202 * gdb.compile/compile.exp (pointer to jit function): New test.
1203
b4cdae6f
WW
12042015-01-17 Wei-cheng Wang <cole945@gmail.com>
1205
1206 * lib/gdb.exp (supports_process_record): Return true for
1207 powerpc*-*-linux*.
1208 (supports_reverse): Likewise.
1209
d221e7ef
DB
12102015-01-15 Don Breazeal <donb@codesourcery.com>
1211
1212 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1213 instead of checking whether the target board is remote and
1214 use spawn_wait_for_attach instead of exec/sleep.
1215 * gdb.base/attach-twice.exp: Likewise.
1216
bafffb51
JB
12172015-01-15 Joel Brobecker <brobecker@adacore.com>
1218
1219 * gdb.ada/var_arr_attrs: New testcase.
1220
5589af0e
PA
12212015-01-14 Pedro Alves <palves@redhat.com>
1222 Joel Brobecker <brobecker@adacore.com>
1223
1224 PR gdb/17525
1225 * gdb.base/bp-cmds-execution-x-script.c: New file.
1226 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1227 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1228
6c400b59
PA
12292015-01-14 Pedro Alves <palves@redhat.com>
1230
1231 PR cli/17828
1232 * gdb.base/batch-preserve-term-settings.c: New file.
1233 * gdb.base/batch-preserve-term-settings.exp: New file.
1234
e02c96a7
DE
12352015-01-13 Doug Evans <dje@google.com>
1236
1237 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1238 binary.
1239
576fd14c
JB
12402015-01-13 Joel Brobecker <brobecker@adacore.com>
1241
1242 * Makefile.in (clean mostlyclean): Do not delete *.py.
1243
04dccad0
JB
12442015-01-13 Joel Brobecker <brobecker@adacore.com>
1245
1246 * gdb.python/py-lookup-type.exp: New file.
1247
3d230f71
PA
12482015-01-12 Pedro Alves <palves@redhat.com>
1249
1250 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1251 restore GDBFLAGS before returning.
1252
7e67715d
JK
12532015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1254
1255 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1256 is_amd64_regs_target and is_x86_like_target.
1257
f2e0d4b4
DE
12582015-01-11 Doug Evans <xdje42@gmail.com>
1259
1260 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1261 is given without an explicit form.
1262 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1263 attributes.
1264 * gdb.dwarf/corrupt.exp: Ditto.
1265 * gdb.dwarf2/enum-type.exp: Ditto.
1266 * gdb.trace/entry-values.exp: Ditto.
1267 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1268
439250fb
DE
12692015-01-11 Doug Evans <xdje42@gmail.com>
1270
1271 PR gdb/15830
1272 * gdb.base/maint.exp: Remove references to "maint demangle".
1273 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1274 Add tests for explicitly specifying language to demangle.
1275 * gdb.dlang/demangle.exp: Ditto.
1276
ede9f622
PA
12772015-01-09 Pedro Alves <palves@redhat.com>
1278
1279 * gdb.threads/non-stop-fair-events.c: New file.
1280 * gdb.threads/non-stop-fair-events.exp: New file.
1281
a7b796db
PA
12822015-01-09 Pedro Alves <palves@redhat.com>
1283
1284 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1285 the global scope. Set a breakpoint after all threads are started
1286 rather than stepping over two source lines. Expect the prompt.
1287 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1288 global.
1289 (NUM): Now 15.
1290 (main): Use threads_started_barrier to wait for all threads to
1291 start. Main thread no longer calls thread_function. Exit after
1292 180 seconds.
1293 (loop): New function.
1294 (thread_function): Wait on threads_started_barrier barrier. Call
1295 'loop' at each iteration.
1296 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1297 threads have started, instead of hardcoding number of "next"
1298 steps. Use an access watchpoint instead of a write watchpoint.
1299
9665ffdd
PA
13002015-01-09 Pedro Alves <palves@redhat.com>
1301
1302 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1303 (thread_func): Wait on barrier.
1304 (main): Wait for all threads to start before stopping GDB.
1305 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1306 global.
1307 (thread1_func, thread2_func): Wait on barrier.
1308 (main): Wait for all threads to start before stopping GDB.
1309 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1310 New global.
1311 (thread1_func, thread2_func): Wait on barrier.
1312 (main): Wait for all threads to start before stopping GDB.
1313
c945a99f
PA
13142015-01-09 Pedro Alves <palves@redhat.com>
1315
1316 * gdb.threads/attach-many-short-lived-threads.c: New file.
1317 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1318
c1a747c1
PA
13192014-01-09 Pedro Alves <palves@redhat.com>
1320
1321 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1322 instead of to thread 2.
1323 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1324 Add barrier around each pthread_create call instead of around all
1325 calls.
1326 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1327 Set a break on thread_function and have the child threads hit it
1328 one at at a time.
1329
60b3033e
PA
13302015-01-09 Pedro Alves <palves@redhat.com>
1331
1332 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1333 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1334 false.
1335 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1336 checking whether the target board is remote.
1337 * gdb.multi/multi-attach.exp: Likewise.
1338 * gdb.python/py-sync-interp.exp: Likewise.
1339 * gdb.server/ext-attach.exp: Likewise.
1340 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1341 tests that need to attach, instead of checking whether the target
1342 board is remote at the top of the file.
1343
acc018ac
YQ
13442015-01-08 Yao Qi <yao@codesourcery.com>
1345
1346 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1347
50a18af8
JK
13482015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1349
1350 Fix testcase compilation.
1351 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1352
8503d6e1
JB
13532015-01-06 Joel Brobecker <brobecker@adacore.com>
1354
1355 * gdb.python/py-type.exp: Add a couple test about empty
1356 array creation, and negative-length array creation.
1357
cc73dbcc
DE
13582015-01-02 Doug Evans <xdje42@gmail.com>
1359
1360 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1361
0300bbc7
DE
13622015-01-02 Doug Evans <dje@google.com>
1363
1364 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1365
9d85a0ec
YQ
13662014-12-29 Yao Qi <yao@codesourcery.com>
1367
1368 * gdb.trace/entry-values.exp: Update comments. Rename variable
1369 bar_call_foo to returned_from_foo.
1370
87186c6a
MMN
13712014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1372
1373 PR gdb/17394
1374 * gdb.linespec/break-asm-file.c: New file.
1375 * gdb.linespec/break-asm-file.exp: New file.
1376 * gdb.linespec/break-asm-file0.s: New file.
1377 * gdb.linespec/break-asm-file1.s: New file.
1378
1bab7383
YQ
13792014-12-18 Nigel Stephens <nigel@mips.com>
1380 Maciej W. Rozycki <macro@codesourcery.com>
1381
1382 * gdb.base/float.exp: Handle the new output from "info float" on
1383 MIPS targets.
1384
1bc1068a
JK
13852014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1386
1387 Fix MinGW compilation.
1388 * gdb.compile/compile-ops.exp: Update untested message if
1389 !skip_compile_feature_tests.
1390 * gdb.compile/compile-setjmp.exp: Likewise.
1391 * gdb.compile/compile-tls.exp: Likewise.
1392 * gdb.compile/compile.exp: Likewise.
1393 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1394 supported on this host".
1395
b6615d10
DE
13962014-12-16 Doug Evans <xdje42@gmail.com>
1397
1398 * boards/stabs.exp: New file.
1399
25dda427
AA
14002014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1401
1402 * gdb.base/completion.exp: Adjust to format changes of "maint
1403 print user-registers".
1404
bf330350
CU
14052014-12-16 Catalin Udma <catalin.udma@freescale.com>
1406
1407 PR server/17457
1408 * gdb.arch/aarch64-fp.c: New file.
1409 * gdb.arch/aarch64-fp.exp: New file.
1410
395cf596
SDJ
14112014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1412
1413 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1414 r210637, r210913, r211666, r215400, r215817).
1415
1416 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1417 * dg-extract-results.py: New file.
1418 * dg-extract-results.sh: Use it if the environment seems
1419 suitable.
1420
1421 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1422
1423 * dg-extract-results.py (parse_run): Handle warnings that
1424 are printed before a test harness is run.
1425
1426 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1427
1428 * dg-extract-results.py (Named): Remove __cmp__ method.
1429 (output_variation): Use a key to sort variation.harnesses.
1430
1431 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1432
1433 * dg-extract-results.py: For Python 3, force sys.stdout to
1434 handle surrogate escape sequences.
1435 (safe_open): New function.
1436 (output_segment, main): Use it.
1437
1438 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1439
1440 * dg-extract-results.py (Prog.result_re): Include options
1441 in test name.
1442
1443 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1444
1445 * dg-extract-results.py (output_variation): Always sort if
1446 do_sum.
1447
e882ef3c
SM
14482014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1449
1450 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1451 as long as we get pagination notifications.
1452
4992aa20
JM
14532014-12-15 Jason Merrill <jason@redhat.com>
1454
1455 * Makefile.in (check-gdb.%): Restore.
1456 * README: Mention it.
1457
c1b5a1a6
JB
14582014-12-13 Joel Brobecker <brobecker@adacore.com>
1459
1460 * gdb.ada/str_uninit: New testcase.
1461
5537b577
JK
14622014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1463
1464 PR symtab/17642
1465 * gdb.base/vla-stub-define.c: New file.
1466 * gdb.base/vla-stub.c: New file.
1467 * gdb.base/vla-stub.exp: New file.
1468
bb2ec1b3
TT
14692014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1470 Jan Kratochvil <jan.kratochvil@redhat.com>
1471 Tom Tromey <tromey@redhat.com>
1472
1473 * configure.ac: Add gdb.compile/.
1474 * configure: Regenerate.
1475 * gdb.compile/Makefile.in: New file.
1476 * gdb.compile/compile-ops.exp: New file.
1477 * gdb.compile/compile-ops.c: New file.
1478 * gdb.compile/compile-tls.c: New file.
1479 * gdb.compile/compile-tls.exp: New file.
1480 * gdb.compile/compile-constvar.S: New file.
1481 * gdb.compile/compile-constvar.c: New file.
1482 * gdb.compile/compile-mod.c: New file.
1483 * gdb.compile/compile-nodebug.c: New file.
1484 * gdb.compile/compile-setjmp-mod.c: New file.
1485 * gdb.compile/compile-setjmp.c: New file.
1486 * gdb.compile/compile-setjmp.exp: New file.
1487 * gdb.compile/compile-shlib.c: New file.
1488 * gdb.compile/compile.c: New file.
1489 * gdb.compile/compile.exp: New file.
1490 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1491
4ff709eb
TT
14922014-12-12 Tom Tromey <tromey@redhat.com>
1493
1494 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1495 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1496
6dddd6a5
DE
14972014-12-12 Doug Evans <dje@google.com>
1498
1499 * lib/gdb-python.exp (get_python_valueof): New function.
1500 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1501
71c24708
AA
15022014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1503
1504 * gdb.base/completion.exp: Add test for completion of "info
1505 registers ".
1506
3e29f34a
MR
15072014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1508
1509 * gdb.base/func-ptrs.c: New file.
1510 * gdb.base/func-ptrs.exp: New file.
1511
fc126975
SM
15122014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 PR breakpoints/17012
1515 * gdb.base/dprintf-detach.c: New file.
1516 * gdb.base/dprintf-detach.exp: New file.
1517
0a46d518
SM
15182014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1519
1520 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1521 * lib/gdb.exp (target_is_gdbserver): New procedure.
1522
a0be3e44
DE
15232014-12-08 Doug Evans <dje@google.com>
1524
1525 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1526
df1b803a
YQ
15272014-12-05 Yao Qi <yao@codesourcery.com>
1528
1529 * gdb.guile/scm-error.exp: Remove the third argument to
1530 gdb_remote_download.
1531 * gdb.guile/scm-frame-args.exp: Likewise.
1532 * gdb.guile/scm-section-script.exp: Likewise.
1533
ddb9f679
YQ
15342014-12-05 Yao Qi <yao@codesourcery.com>
1535
1536 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1537
86e4ed39
DE
15382014-12-04 Doug Evans <dje@google.com>
1539
1540 * gdb.python/py-objfile.exp: Add tests for
1541 objfile.add_separate_debug_file.
1542
7c50a931
DE
15432014-12-04 Doug Evans <dje@google.com>
1544
1545 * lib/gdb.exp (get_build_id): New function.
1546 (build_id_debug_filename_get): Rewrite to use it.
1547 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1548
621661e3
MR
15492014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1550
1551 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1552 `method(long)', not just 0x0.
1553 * gdb.cp/nsalias.exp: Align code labels to 4.
1554 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1555 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1556 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1557 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1558 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1559 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1560
29f0c3b7
DE
15612014-12-02 Doug Evans <dje@google.com>
1562
e1e061e7 1563 PR symtab/17602
29f0c3b7 1564 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1565 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1566 * gdb.cp/anon-ns.exp: Update.
1567
162078c8
NB
15682014-12-02 Nick Bull <nicholaspbull@gmail.com>
1569
1570 * gdb.python/py-events.py (inferior_call_handler): New.
1571 (register_changed_handler, memory_changed_handler): New.
1572 (test_events.invoke): Register new handlers.
1573 * gdb.python/py-events.exp: Add tests for inferior call,
1574 memory_changed and register_changed events.
1575
fdb09caf
AA
15762014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1577
1578 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1579 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1580 if the linker doesn't understand this.
1581
55cfb2c4
SM
15822014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1583
1584 * gdb.python/python.exp: Change expected reply to help().
1585
9e8cd6df
YQ
15862014-12-01 Yao Qi <yao@codesourcery.com>
1587
1588 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1589 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1590 * configure: Re-generated.
1591
6c659fc2
SC
15922014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1593
1594 * gdb.cp/chained-calls.cc: New file.
1595 * gdb.cp/chained-calls.exp: New file.
1596 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1597
d7fc3181
SM
15982014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1599
1600 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1601 * gdb.dwarf2/symtab-producer.exp: Same.
1602 * gdb.gdb/python-interrupts.exp: Same.
1603 * gdb.gdb/python-selftest.exp: Same.
1604 * gdb.python/py-linetable.exp: Same.
1605 * gdb.python/py-type.exp: Same.
1606 * gdb.python/py-value-cc.exp: Same.
1607 * gdb.python/py-value.exp: Same.
1608
10e79639
YQ
16092014-11-28 Yao Qi <yao@codesourcery.com>
1610
1611 * gdb.base/break-probes.exp: Match library name prefixed with
1612 sysroot.
1613
f28a0564
SM
16142014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1615
1616 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1617 test expected output. Add parentheses for the call to print.
1618 Remove L suffix from integers.
1619
3fe1ce1d
DE
16202014-11-26 Doug Evans <dje@google.com>
1621
1622 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1623
84429e27
YQ
16242014-11-22 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.trace/entry-values.c: Remove asms.
1627 (foo): Add foo_label.
1628 (bar): Add bar_label.
1629 * gdb.trace/entry-values.exp: Remove code computing foo's
1630 length and bar's length.
1631 (Dwarf::assemble): Invoke function_range for bar and use
1632 MACRO_AT_func for foo.
1633
26741859
YQ
16342014-11-22 Yao Qi <yao@codesourcery.com>
1635
1636 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1637 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1638 Use .Lgcc43_procstart instead of gcc43.
1639
45e44d27
JB
16402014-11-21 Joel Brobecker <brobecker@adacore.com>
1641
1642 * gdb.ada/n_arr_bound: New testcase.
1643
458c8db8
SDJ
16442014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1645
1646 PR breakpoints/10737
1647 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1648 test_catch_syscall_multi_arch.
1649 (test_catch_syscall_multi_arch): New function.
1650
43f3e411
DE
16512014-11-20 Doug Evans <xdje42@gmail.com>
1652
1653 * gdb.base/maint.exp: Update expected output.
1654
0d7b2549
AA
16552014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1656
1657 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1658 4-byte instruction on S390.
1659
8908fca5
JB
16602014-11-19 Joel Brobecker <brobecker@adacore.com>
1661
1662 * gdb.ada/arr_arr: New testcase.
1663
4a46959e
JB
16642014-11-19 Joel Brobecker <brobecker@adacore.com>
1665
1666 * gdb.ada/pkd_arr_elem: New Testcase.
1667
470e2f4e
LM
16682014-11-18 Luis Machado <lgustavo@codesourcery.com>
1669
1670 * gdb.reverse/break-precsave: Expect completion message for
1671 core file reads.
1672 * gdb.reverse/consecutive-precsave.exp: Likewise.
1673 * gdb.reverse/finish-precsave.exp: Likewise.
1674 * gdb.reverse/i386-precsave.exp: Likewise.
1675 * gdb.reverse/machinestate-precsave.exp: Likewise.
1676 * gdb.reverse/sigall-precsave.exp: Likewise.
1677 * gdb.reverse/solib-precsave.exp: Likewise.
1678 * gdb.reverse/step-precsave.exp: Likewise.
1679 * gdb.reverse/until-precsave.exp: Likewise.
1680 * gdb.reverse/watch-precsave.exp: Likewise.
1681
a267f3ad
AA
16822014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1683
1684 * gdb.base/bp-permanent.c: Include unistd.h.
1685 * gdb.python/py-framefilter-mi.c (main): Add return type.
1686 * gdb.python/py-framefilter.c (main): Likewise.
1687 * gdb.trace/actions-changed.c (main): Likewise.
1688
12084a9a
AA
16892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1690
1691 * gdb.mi/until.c: Add eye-catchers.
1692 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1693 line numbers.
1694
dc7e1a77
AA
16952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1696
1697 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1698 function header variants in break1.c.
1699 * gdb.base/ena-dis-br.exp: Likewise.
1700 * gdb.base/hbreak2.exp: Likewise.
1701 * gdb.reverse/until-precsave.exp: Drop references to removed
1702 non-prototype function header variants in ur1.c.
1703 * gdb.reverse/until-reverse.exp: Likewise.
1704
41c77605
PM
17052014-11-17 Petr Machata <pmachata@redhat.com>
1706
1707 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1708 ${_cu_offset_size} bytes abbrev offset.
1709
34248c3a
DE
17102014-11-15 Doug Evans <xdje42@gmail.com>
1711
1712 PR symtab/17559
1713 * gdb.base/line-symtabs.exp: New file.
1714 * gdb.base/line-symtabs.c: New file.
1715 * gdb.base/line-symtabs.h: New file.
1716
646da059
YQ
17172014-11-14 Yao Qi <yao@codesourcery.com>
1718
1719 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1720 (func): Add label func_label.
1721 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1722 Replace low_pc and high_pc with MACRO_AT_range.
1723 Replace name, low_pc and high_pc with MACRO_AT_func.
1724
9301ebe6
YQ
17252014-11-14 Yao Qi <yao@codesourcery.com>
1726
1727 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1728 Replace name, low_pc and high_pc with MACRO_AT_func.
1729
f166b542
YQ
17302014-11-14 Yao Qi <yao@codesourcery.com>
1731
1732 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1733 produce debug information.
1734 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1735
0f6e71e3
YQ
17362014-11-14 Yao Qi <yao@codesourcery.com>
1737
1738 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1739 object and get function length.
1740 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1741 with MACRO_AT_func.
1742 (top-level): Replace gdb_compile and clean_restart with
1743 prepare_for_testing.
1744 * gdb.dwarf2/main.c (main): Add label main_label.
1745
876c4df9
YQ
17462014-11-14 Yao Qi <yao@codesourcery.com>
1747
1748 * lib/dwarf.exp (function_range): New procedure.
1749 (Dwarf::_handle_macro_at_func): New procedure.
1750 (Dwarf::_handle_macro_at_range): New procedure.
1751 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1752
02ad9cf1
YQ
17532014-11-14 Yao Qi <yao@codesourcery.com>
1754
1755 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1756 (_handle_attribute): New procedure.
1757
a59add0c
AA
17582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1759
1760 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1761 * gdb.base/call-sc.c (zed): Likewise.
1762 * gdb.base/checkpoint.c (main): Likewise.
1763 * gdb.base/dump.c (main): Likewise.
1764 * gdb.base/gcore.c (main): Likewise.
1765 * gdb.base/huge.c (main): Likewise.
1766 * gdb.base/multi-forks.c (main): Likewise.
1767 * gdb.base/pr10179-a.c (main): Likewise.
1768 * gdb.base/savedregs.c (main): Likewise.
1769 * gdb.base/sigaltstack.c (main): Likewise.
1770 * gdb.base/siginfo.c (main): Likewise.
1771 * gdb.base/structs.c (zed): Likewise.
1772 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1773 * gdb.mi/mi-syn-frame.c (main): Likewise.
1774 * gdb.mi/until.c (foo, main): Likewise.
1775 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1776 * gdb.base/solib-weak.c (foo): Declare.
1777 * gdb.base/attach-twice.c: Include stdio.h.
1778 * gdb.base/weaklib1.c: Likewise.
1779 * gdb.base/weaklib2.c: Likewise.
1780 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1781 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1782 unistd.h.
1783 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1784 * gdb.mi/mi-exit-code.c: Likewise.
1785 * gdb.base/break-interp-lib.c: Include string.h.
1786 * gdb.base/coremaker.c: Likewise.
1787 * gdb.base/testenv.c: Likewise.
1788 * gdb.python/py-finish-breakpoint.c: Likewise.
1789 * gdb.base/inferior-died.c: Include sys/wait.h.
1790 * gdb.base/fileio.c: Include time.h.
1791 * gdb.base/async-shell.c: Include unistd.h.
1792 * gdb.base/dprintf-non-stop.c: Likewise.
1793 * gdb.base/info-os.c: Likewise.
1794 * gdb.mi/mi-console.c: Likewise.
1795 * gdb.mi/watch-nonstop.c: Likewise.
1796 * gdb.python/py-events.c: Likewise.
1797 * gdb.base/async.c (baz): Move up before its invocation.
1798 * gdb.base/code_elim2.c (my_global_func): Likewise.
1799 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1800 * gdb.base/advance.c (func2): Likewise.
1801
3b5d5997
AA
18022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1803
1804 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1805 variant.
1806 * gdb.base/annota3.c: Likewise.
1807 * gdb.base/async.c: Likewise.
1808 * gdb.base/average.c: Likewise.
1809 * gdb.base/call-ar-st.c: Likewise.
1810 * gdb.base/call-rt-st.c: Likewise.
1811 * gdb.base/call-sc.c: Likewise.
1812 * gdb.base/call-strs.c: Likewise.
1813 * gdb.base/ending-run.c: Likewise.
1814 * gdb.base/execd-prog.c: Likewise.
1815 * gdb.base/exprs.c: Likewise.
1816 * gdb.base/foll-exec.c: Likewise.
1817 * gdb.base/foll-fork.c: Likewise.
1818 * gdb.base/foll-vfork.c: Likewise.
1819 * gdb.base/funcargs.c: Likewise.
1820 * gdb.base/gcore.c: Likewise.
1821 * gdb.base/jump.c: Likewise.
1822 * gdb.base/langs0.c: Likewise.
1823 * gdb.base/langs1.c: Likewise.
1824 * gdb.base/langs2.c: Likewise.
1825 * gdb.base/mips_pro.c: Likewise.
1826 * gdb.base/nodebug.c: Likewise.
1827 * gdb.base/opaque0.c: Likewise.
1828 * gdb.base/opaque1.c: Likewise.
1829 * gdb.base/recurse.c: Likewise.
1830 * gdb.base/run.c: Likewise.
1831 * gdb.base/scope0.c: Likewise.
1832 * gdb.base/scope1.c: Likewise.
1833 * gdb.base/setshow.c: Likewise.
1834 * gdb.base/setvar.c: Likewise.
1835 * gdb.base/shmain.c: Likewise.
1836 * gdb.base/shr1.c: Likewise.
1837 * gdb.base/shr2.c: Likewise.
1838 * gdb.base/sigall.c: Likewise.
1839 * gdb.base/signals.c: Likewise.
1840 * gdb.base/so-indr-cl.c: Likewise.
1841 * gdb.base/solib2.c: Likewise.
1842 * gdb.base/structs.c: Likewise.
1843 * gdb.base/sum.c: Likewise.
1844 * gdb.base/vforked-prog.c: Likewise.
1845 * gdb.base/watchpoint.c: Likewise.
1846 * gdb.reverse/shr2.c: Likewise.
1847 * gdb.reverse/until-reverse.c: Likewise.
1848 * gdb.reverse/ur1.c: Likewise.
1849 * gdb.reverse/watch-reverse.c: Likewise.
1850
066a77c5
AA
18512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1852
1853 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1854 variant.
1855 * gdb.base/sepdebug.exp: Drop references to removed code.
1856
4f204ea5
AA
18572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1858
1859 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1860 variant. Preserve original line numbering.
1861 * gdb.base/list1.c: Likewise.
1862
3b377a3a
AA
18632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1866 variant.
1867 * gdb.base/break1.c: Likewise.
1868 * gdb.base/break.exp: Drop references to removed code.
1869
e444df73
AA
18702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1871
1872 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1873 variant.
1874
8008f2a7
AA
18752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1876
1877 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1878
a5a06887
AA
18792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1880
1881 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1882 logic into perform_all_tests() and invoke it with and without
1883 function header prototypes.
1884 (do_function_calls): Remove conditional XFAIL for PR 5318.
1885 (rerun_and_prepare): Remove duplicate code.
1886 (perform_all_tests): New. Main logic moved here.
1887
44dba9b9
AA
18882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1889
1890 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1891 code guarded by #ifdef NO_PROTOTYPES.
1892 (t_double_many_args): Likewise.
1893 (DEF_FUNC_MANY_ARGS_1): Likewise.
1894 (DEF_FUNC_VALUES_1): Likewise.
1895 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1896 guarded by #ifdef PROTOTYPES.
1897
d1fbcd56
AA
18982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1899
1900 * gdb.mi/mi-console.c: Add eye-catcher.
1901 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1902 instead of literal line number.
1903
b0e59b8f
AA
19042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1905
1906 * gdb.base/shr2.c: Add eye-catcher.
1907 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1908 line number.
1909
78f98cca
AA
19102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1911
1912 * gdb.base/jump.c: Add eye-catchers.
1913 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1914 numbers.
1915
58fa2af0
AA
19162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1917
1918 * gdb.base/execd-prog.c: Add eye-catchers.
1919 * gdb.base/foll-exec.c: Likewise.
1920 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1921 line numbers.
1922
04e5059b
AA
19232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1924
1925 * gdb.base/ending-run.c: Add eye-catchers.
1926 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1927 literal line numbers.
1928
dbfdb174
AA
19292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1930
1931 * gdb.base/call-rt-st.c: Add eye-catchers.
1932 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1933 literal line numbers.
1934
888a2ade
AA
19352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1936
1937 * gdb.base/call-ar-st.c: Add eye-catchers.
1938 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1939 literal line numbers.
1940
6acc2dde
AA
19412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1942
1943 * gdb.base/average.c: Add eye-catchers.
1944 * gdb.base/sum.c: Likewise.
1945 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1946 regexps dynamically.
1947
9ecfcd1d
AA
19482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1949
1950 * gdb.base/solib1.c: Add eye-catchers.
1951 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1952 literal line numbers.
1953
78708b7c
PA
19542014-11-12 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1957 leader has exited.
1958
af48d08f
PA
19592014-11-12 Pedro Alves <palves@redhat.com>
1960
1961 * gdb.arch/i386-bp_permanent.c: New file.
1962 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1963 (srcfile): Set to i386-bp_permanent.c.
1964 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1965 that stepi does not execute the 'leave' instruction, instead of
1966 testing it does execute.
1967 * gdb.base/bp-permanent.c: New file.
1968 * gdb.base/bp-permanent.exp: New file.
1969
af3768e9
DE
19702014-11-10 Doug Evans <xdje42@gmail.com>
1971
1972 PR symtab/17564
1973 * gdb.base/symtab-search-order.exp: New file.
1974 * gdb.base/symtab-search-order.c: New file.
1975 * gdb.base/symtab-search-order-1.c: New file.
1976 * gdb.base/symtab-search-order-shlib-1.c: New file.
1977
9de00a4a
PA
19782014-11-07 Pedro Alves <palves@redhat.com>
1979
1980 PR gdb/17511
1981 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1982 i?86-*-linux*.
1983
e0f52461
SC
19842014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1985
1986 PR c++/17494
1987 * gdb.cp/pr17494.cc: New file.
1988 * gdb.cp/pr17494.exp: New file.
1989
6ce8c980
YQ
19902014-11-02 Yao Qi <yao@codesourcery.com>
1991
1992 * gdb.python/python.exp: Get working directory and match the
1993 output of "set extended-prompt \\w " with it.
1994
02be9a71
DE
19952014-10-30 Doug Evans <dje@google.com>
1996
1997 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1998 in objfiles.
1999 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2000 in progspaces.
2001
3bdff46b
LM
20022014-10-30 Janis Johnson <janisjo@codesourcery.com>
2003
2004 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2005 * gdb.base/realname-expand.exp: Likewise.
2006 * gdb.linespec/macro-relative.exp: Likewise.
2007
ab917dfb
PA
20082014-10-29 Pedro Alves <palves@redhat.com>
2009
2010 PR gdb/17408
2011 * gdb.threads/schedlock.c (some_function): New function.
2012 (call_function): New global.
2013 (MAYBE_CALL_SOME_FUNCTION): New macro.
2014 (thread_function): Call it.
2015 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2016 and use it instead of a global counter. Adjust all callers.
2017 (get_current_thread): Use "find current thread" for test message
2018 here rather than having all callers pass down the same string.
2019 (goto_loop): New procedure, factored out from ...
2020 (my_continue): ... this.
2021 (step_ten_loops): Change parameter from test message to command to
2022 use. Adjust.
2023 (list_count): Delete global.
2024 (check_result): New procedure, factored out from duplicate top
2025 level code.
2026 (continue tests): Wrap in with_test_prefix.
2027 (test_step): New procedure, factored out from duplicate top level
2028 code.
2029 (top level): Test "step" in combination with all scheduler-locking
2030 modes. Test "next" in combination with all scheduler-locking
2031 modes, and in combination with stepping over a function call or
2032 not.
2033 * gdb.threads/next-bp-other-thread.c: New file.
2034 * gdb.threads/next-bp-other-thread.exp: New file.
2035
d3d4baed
PA
20362014-10-29 Pedro Alves <palves@redhat.com>
2037
2038 PR python/17372
2039 * gdb.python/python.exp: Test a multi-line command that spawns
2040 interactive Python.
2041 * gdb.base/multi-line-starts-subshell.exp: New file.
2042
563e8d85
YQ
20432014-10-29 Yao Qi <yao@codesourcery.com>
2044
2045 * gdb.base/fileio.exp: Make directories on host.
2046
0ea4d52e
YQ
20472014-10-29 Yao Qi <yao@codesourcery.com>
2048
2049 * gdb.base/fileio.c (test_write): Close the file.
2050
7f5ef605
PA
20512014-10-28 Pedro Alves <palves@redhat.com>
2052
2053 PR gdb/12623
2054 * gdb.base/sigstep.c (no_handler): New global.
2055 (main): If 'no_handler is true, set the signal handlers to
2056 SIG_IGN.
2057 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2058 with_sw_watch and no_handler parameters. Handle them.
2059 (top level) <stepping over handler when stopped at a breakpoint
2060 test>: Add a test axis for testing with a software watchpoint, and
2061 another for testing with the signal handler set to SIG_IGN.
2062 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2063 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2064
abbdbd03
PA
20652014-10-28 Pedro Alves <palves@redhat.com>
2066
2067 PR gdb/17511
2068 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2069 * gdb.base/sigstep.exp (other_handler_location): New global.
2070 (advance): Support stepping into the signal handler, and running
2071 commands while in the handler.
2072 (in_handler_map): New global.
2073 (top level): In the advance test, add combinations for getting
2074 into the handler with stepping commands, and for running commands
2075 in the handler. Add comment descripting the advancei tests.
2076
1df4399f
PA
20772014-10-28 Pedro Alves <palves@redhat.com>
2078
2079 * gdb.base/sigstep.exp: Use build_executable instead of
2080 prepare_for_testing.
2081 (top level): Move code that starts GDB, runs to main and creates a
2082 display to ...
2083 (restart): ... this new procedure.
2084 (top level): Move backtrace from signal handler test to ...
2085 (validate_backtrace): ... this new procedure.
2086 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2087 with_test_prefix. Always restart GDB.
2088 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2089 with_test_prefix. Always restart GDB. No need to delete
2090 breakpoints after the test.
2091 (test_skip_handler): Remove prefix parameter.
2092 (skip_over_handler, breakpoint_to_handler)
2093 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2094 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2095 restart GDB. No need to delete breakpoints after the test.
2096 (top level): Use foreach to call the test procedures with
2097 different commands.
2098
a5b6e449
PA
20992014-10-28 Pedro Alves <palves@redhat.com>
2100
2101 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2102 instead of GNATS numbers.
2103 * gdb.base/sigbpt.exp: Likewise.
2104 * gdb.base/siginfo.exp: Likewise.
2105 * gdb.base/sigstep.exp: Likewise.
2106
e5f8a7cc
PA
21072014-10-27 Pedro Alves <palves@redhat.com>
2108
2109 * gdb.base/sigstep.c (dummy): New global.
2110 (main): Issue a couple writes to the new global.
2111 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2112 procedures.
2113 (skip_over_handler): Use test_skip_handler.
2114 (top level): Call skip_over_handler for stepi and nexti too.
2115 (breakpoint_over_handler): Use test_skip_handler.
2116 (top level): Call breakpoint_over_handler for stepi and nexti too.
2117
763905a3
YQ
21182014-10-27 Yao Qi <yao@codesourcery.com>
2119
2120 * gdb.trace/tfile.c (adjust_function_address)
2121 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2122 function descriptor.
2123
6f259a23
DB
21242014-10-24 Don Breazeal <donb@codesourcery.com>
2125
2126 * gdb.base/foll-fork.exp (test_follow_fork,
2127 catch_fork_child_follow): Check for updated fork messages emitted
2128 from infrun.c.
2129 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2130 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2131 vfork_and_exec_child_follow_through_step): Check for updated vfork
2132 messages emitted from infrun.c.
2133
09dd9a69
PA
21342014-10-24 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/corefile.exp: Remove references to ultrix.
2137 * gdb.base/interrupt.exp: Likewise.
2138 * gdb.base/whatis.exp: Likewise.
2139 * gdb.gdb/selftest.exp: Likewise.
2140 * gdb.threads/manythreads.exp: Likewise.
2141 * gdb.threads/print-threads.exp: Likewise.
2142 * gdb.threads/pthreads.exp:: Likewise.
2143 * gdb.threads/schedlock.exp: Likewise.
2144
3433cfa5
SC
21452014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2146
2147 * gdb.cp/non-trivial-retval.cc: Add a test case.
2148 * gdb.cp/non-trivial-retval.exp: Add a test.
2149
092f880b
YQ
21502014-10-20 Yao Qi <yao@codesourcery.com>
2151
2152 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2153 * gdb.python/py-objfile-script-gdb.py: New file.
2154 * gdb.python/py-objfile-script.exp: Update reference to
2155 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2156 of remote_download. Remove the dest file.
2157
acbdb7f3
YQ
21582014-10-20 Yao Qi <yao@codesourcery.com>
2159
2160 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2161 * gdb.base/step-line.exp: Likewise.
2162 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2163 * gdb.dwarf2/dw2-basic.exp: Likewise.
2164 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2165 * gdb.dwarf2/dw2-filename.exp: Likewise.
2166 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2167 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2168 * gdb.dwarf2/dw2-producer.exp: Likewise.
2169 * gdb.dwarf2/mac-fileno.exp: Likewise.
2170 * gdb.python/py-frame-args.exp: Likewise.
2171 * gdb.python/py-framefilter.exp: Likewise.
2172 * gdb.python/py-mi.exp: Likewise.
2173 * gdb.python/py-objfile-script.exp: Likewise
2174 * gdb.python/py-pp-integral.exp: Likewise.
2175 * gdb.python/py-pp-re-notag.exp: Likewise.
2176 * gdb.python/py-prettyprint.exp: Likewise.
2177 * gdb.python/py-section-script.exp: Likewise.
2178 * gdb.python/py-typeprint.exp: Likewise.
2179 * gdb.python/py-xmethods.exp: Likewise.
2180 * gdb.stabs/weird.exp: Likewise.
2181 * gdb.xml/tdesc-regs.exp: Likewise.
2182
bd286a29
KCY
21832014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2184
2185 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2186 (out_cu): Use addr_len for the size of addresses.
2187 (out_line): Likewise. Size DW_LNE_set_address instruction
2188 according to addr_len.
2189 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2190 (FUNC): Add START_INSNS to definition.
2191
673dc4a0
YQ
21922014-10-18 Yao Qi <yao@codesourcery.com>
2193
2194 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2195 gdb_has_argv0 return true.
2196 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2197 check [target_info exists noargs], check [gdb_has_argv0]
2198 instead.
2199 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2200 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2201 procedures.
2202
4ffbba72
DE
22032014-10-17 Doug Evans <dje@google.com>
2204
2205 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2206 event.
2207 * gdb.python/py-events.py: Add clear_objfiles event.
2208
d096d8c1
DE
22092014-10-17 Doug Evans <dje@google.com>
2210
2211 * gdb.python/py-objfile.exp: Test progspace attribute.
2212
a80db015
LM
22132014-10-17 Luis Machado <lgustavo@codesourcery.com>
2214
2215 * gdb.guile/scm-breakpoint.exp: Do not assume any
2216 directory separators when matching source file paths.
2217 * gdb.python/py-breakpoint.exp: Likewise.
2218 * gdb.reverse/break-precsave.exp: Likewise.
2219 * gdb.reverse/break-reverse.exp: Likewise.
2220 * gdb.reverse/consecutive-precsave.exp: Likewise.
2221 * gdb.reverse/finish-precsave.exp: Likewise.
2222 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2223 * gdb.reverse/finish-reverse.exp: Likewise.
2224 * gdb.reverse/i386-precsave.exp: Likewise.
2225 * gdb.reverse/i387-env-reverse.exp: Likewise.
2226 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2227 * gdb.reverse/machinestate-precsave.exp: Likewise.
2228 * gdb.reverse/machinestate.exp: Likewise.
2229 * gdb.reverse/sigall-precsave.exp: Likewise.
2230 * gdb.reverse/solib-precsave.exp: Likewise.
2231 * gdb.reverse/step-precsave.exp: Likewise.
2232 * gdb.reverse/until-precsave.exp: Likewise.
2233 * gdb.reverse/watch-precsave.exp: Likewise.
2234 * gdb.reverse/watch-reverse.exp: Likewise.
2235
b22089ab
YQ
22362014-10-17 Yao Qi <yao@codesourcery.com>
2237
2238 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2239 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2240
6c4486e6
PA
22412014-10-17 Pedro Alves <palves@redhat.com>
2242
2243 PR gdb/17471
2244 * gdb.base/bg-execution-repeat.c: New file.
2245 * gdb.base/bg-execution-repeat.exp: New file.
2246
0ff33695
PA
22472014-10-17 Pedro Alves <palves@redhat.com>
2248
2249 PR gdb/17300
2250 * gdb.base/continue-all-already-running.c: New file.
2251 * gdb.base/continue-all-already-running.exp: New file.
2252
6fdebc3d
PA
22532014-10-17 Pedro Alves <palves@redhat.com>
2254
2255 PR gdb/17472
2256 * gdb.base/annota-input-while-running.c: New file.
2257 * gdb.base/annota-input-while-running.exp: New file.
2258
32a8097b
PA
22592014-10-17 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.base/callfuncs.exp: emove references to osf.
2262 * gdb.base/sigall.exp: Likewise.
2263 * gdb.gdb/selftest.exp: Likewise.
2264 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2265 * gdb.mi/non-stop.c: Likewise.
2266 * gdb.mi/pthreads.c: Likewise.
2267 * gdb.reverse/sigall-precsave.exp: Likewise.
2268 * gdb.reverse/sigall-reverse.exp: Likewise.
2269 * gdb.threads/pthreads.c: Likewise.
2270 * gdb.threads/pthreads.exp: Likewise.
2271
7a3517ff
YQ
22722014-10-17 Yao Qi <yao@codesourcery.com>
2273
2274 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2275 check 'target_info exists noargs'.
2276 (test_command_prompt_position): Likewise.
2277 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2278 Remove "set args".
2279 (progvar_simple_while_test): Likewise.
2280 (progvar_complex_if_while_test): Likewise.
2281 (if_while_breakpoint_command_test): Likewise.
2282 (infrun_breakpoint_command_test): Likewise.
2283 (breakpoint_command_test): Likewise.
2284 (watchpoint_command_test): Likewise.
2285 (bp_deleted_in_command_test): Likewise.
2286 (temporary_breakpoint_commands): Likewise.
2287
bb99c472
YQ
22882014-10-16 Yao Qi <yao@codesourcery.com>
2289
2290 * gdb.base/remotetimeout.exp: Remove noargs checking.
2291
7c16b83e
PA
22922014-10-15 Pedro Alves <palves@redhat.com>
2293
2294 PR breakpoints/9649
2295 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2296 * gdb.base/breakpoint-in-ro-region.exp
2297 (probe_target_hardware_step): New procedure.
2298 (top level): Probe hardware stepping and hardware breakpoint
2299 support. Test stepping through a read-only region, with both
2300 "breakpoint auto-hw" on and off and both "always-inserted" on and
2301 off.
2302
35a49624
IB
23032014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2304
2305 * gdb.dlang/demangle.exp: Update for demangling changes.
2306
2d1c107c
SC
23072014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2308
2309 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2310 * gdb.cp/non-trivial-retval.exp: Add new tests.
2311
778811d5
SC
23122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2313
2314 PR c++/13403
2315 PR c++/15154
2316 * gdb.cp/non-trivial-retval.cc: New file.
2317 * gdb.cp/non-trivial-retval.exp: New file.
2318
10c5f0a8
YQ
23192014-10-15 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2322 remote host.
2323
65d7b369
YQ
23242014-10-15 Yao Qi <yao@codesourcery.com>
2325
2326 * gdb.python/py-symbol.exp: Match file base name if host is
2327 remote, otherwise match file name with dir name.
2328 * gdb.python/py-symtab.exp: Likewise.
2329 * gdb.python/python.exp: Likewise.
2330
46dc1394
YQ
23312014-10-15 Yao Qi <yao@codesourcery.com>
2332
2333 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2334 pattern.
2335 * gdb.python/py-symtab.exp: Likewise.
2336 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2337 locationn.
2338
c40cc657
JB
23392014-10-14 Joel Brobecker <brobecker@adacore.com>
2340
2341 * gdb.ada/addr_arith: New testcase.
2342
2abf49e1
MR
23432014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2344
2345 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2346 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2347 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2348 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2349
f7088df3
SDJ
23502014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2351
2352 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2353 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2354 * gdb.arch/stap-eval-lang-ada.exp: New file.
2355
4dc06805
YQ
23562014-10-14 Yao Qi <yao@codesourcery.com>
2357
2358 * gdb.mi/mi-var-child.c (nothing1): New function.
2359 (nothing2): New function.
2360 (do_children_tests): Set function pointers by nothing1 and
2361 nothing2.
2362 * gdb.mi/mi-var-child.exp: Step over new added statements.
2363 Update test to match the new output.
2364 * gdb.mi/var-cmd.c (nothing1): New function.
2365 (nothing2): New function.
2366 (do_children_tests): Set function pointers by nothing1 and
2367 nothing2.
2368 * gdb.mi/mi-var-display.exp: Update test to match output.
2369 Step to the line specified by $line_dct_nothing.
2370 Increase the number of lines to step.
2371
46a93de2
YQ
23722014-10-14 Yao Qi <yao@codesourcery.com>
2373
2374 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2375 tests.
2376 * gdb.mi/mi2-var-child.exp: Likewise.
2377
14ea52ee
DE
23782014-10-13 Doug Evans <dje@google.com>
2379
2380 * gdb.python/py-objfile.exp: Change name of file name test.
2381
e5c6e92b
DE
23822014-10-13 Doug Evans <dje@google.com>
2383
2384 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2385 from the start of the CU.
2386
c780cc2f
JK
23872014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2388 Yao Qi <yao@codesourcery.com>
2389
2390 Fix "save breakpoints" for "catch" command.
2391 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2392 Remove -nonewline. Match also the added "main" line.
2393
99894e11
JK
23942014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2395
2396 Fix "save breakpoints" for "disable $bpnum" command.
2397 * gdb.base/save-bp.c (main): Add label.
2398 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2399
6e1ac5a3
JK
24002014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2401
2402 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2403
754dd2b0
YQ
24042014-10-11 Yao Qi <yao@codesourcery.com>
2405
2406 * gdb.server/server-kill.exp: Execute command
2407 "set remote trace-status-packet on" before "tstatus".
2408
f90183d7
YQ
24092014-10-11 Yao Qi <yao@codesourcery.com>
2410
2411 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2412 (main): Call getppid.
2413 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2414 and continue to it. Read variable "server_pid".
2415
bf40a607
YQ
24162014-10-11 Yao Qi <yao@codesourcery.com>
2417
2418 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2419
052ca370
YQ
24202014-10-11 Yao Qi <yao@codesourcery.com>
2421
2422 * gdb.threads/thread-find.exp: Don't execute command
2423 "info threads".
2424 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2425 * gdb.threads/linux-dp.exp: Don't check the condition
2426 $threads_created equals to zero.
2427
3831839c
PA
24282014-10-10 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.base/bigcore.exp: Remove references to IRIX.
2431 * gdb.base/funcargs.exp: Likewise.
2432 * gdb.base/interrupt.exp: Likewise.
2433 * gdb.base/mips_pro.exp: Likewise.
2434 * gdb.base/nodebug.exp: Likewise.
2435 * gdb.base/setvar.exp: Likewise.
2436 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2437
8b9a549d
PA
24382014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2439 Pedro Alves <palves@redhat.com>
2440
2441 PR symtab/14466
2442 * gdb.base/vdso-warning.c: New file.
2443 * gdb.base/vdso-warning.exp: New file.
2444
d48ba5e8
DE
24452014-10-02 Doug Evans <dje@google.com>
2446
2447 * gdb.base/structs.c (main): Don't run forever.
2448
2278c276
PA
24492014-10-02 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2452 (top level) <stop threads 1, stop threads 2>: Use it.
2453
b57bacec
PA
24542014-10-02 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.threads/break-while-running.exp (test): Add new
2457 'update_thread_list' argument. Skip "info threads" if false.
2458 (top level): Add new 'update_thread_list' axis.
2459
13fd3ff3
PA
24602014-10-02 Pedro Alves <palves@redhat.com>
2461
2462 PR breakpoints/17431
2463 * gdb.base/execl-update-breakpoints.c: New file.
2464 * gdb.base/execl-update-breakpoints.exp: New file.
2465
0fec99e8
PA
24662014-10-01 Pedro Alves <palves@redhat.com>
2467
2468 * gdb.base/breakpoint-in-ro-region.c: New file.
2469 * gdb.base/breakpoint-in-ro-region.exp: New file.
2470
2ddf4301
SM
24712014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 * gdb.mi/mi-exit-code.exp: New file.
2474 * gdb.mi/mi-exit-code.c: New file.
2475
6a5f3f43
YQ
24762014-09-30 Yao Qi <yao@codesourcery.com>
2477
2478 * lib/prelink-support.exp (build_executable_own_libs): Error if
2479 the target isn't native.
2480
345bcc73
YQ
24812014-09-30 Yao Qi <yao@codesourcery.com>
2482
2483 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2484 false.
2485
a25a5a45
PA
24862014-09-22 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.threads/break-while-running.exp: New file.
2489 * gdb.threads/break-while-running.c: New file.
2490
00ba3162
YQ
24912014-09-19 Yao Qi <yao@codesourcery.com>
2492
2493 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2494 Invoke test. Restart GDB with --readnow and invoke test again.
2495
c3b7b696
YQ
24962014-09-19 Yao Qi <yao@codesourcery.com>
2497
2498 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2499 proc set_breakpoint_on_gcd_function. Invoke
2500 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2501 invoke set_breakpoint_on_gcd_function again.
2502
2b4fd423
DE
25032014-09-18 Doug Evans <dje@google.com>
2504
2505 * gdb.dwarf2/symtab-producer.exp: New file.
2506
a5947601
SDJ
25072014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2508
2509 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2510 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2511 * gdb.base/global-var-nested-by-dso.c: Likewise.
2512 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2513
91c19059
SDJ
25142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2515 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.base/watch-bitfields.exp: Pass string other than test file
2518 name to prepare_for_testing.
2519 (watch): New procedure.
2520 (expect_watchpoint): Use with_test_prefix.
2521 (top level): Factor out tests to ...
2522 (test_watch_location, test_regular_watch): ... these new
2523 procedures, and use with_test_prefix and gdb_continue_to_end.
2524
bb9d5f81
PP
25252014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2526
2527 PR breakpoints/12526
2528 * gdb.base/watch-bitfields.exp: New file.
2529 * gdb.base/watch-bitfields.c: New file.
2530
635856f5
PA
25312014-09-16 Pedro Alves <palves@redhat.com>
2532
2533 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2534 software and hardware addresses, not software address against
2535 itself.
2536
7280ceea
PA
25372014-09-16 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2540 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2541
428b16bd
PA
25422014-09-16 Pedro Alves <palves@redhat.com>
2543
2544 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2545 files.
2546 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2547 "*-*-vxworks*" throughout.
2548 * gdb.base/break.exp: Likewise.
2549 * gdb.base/default.exp: Likewise.
2550 * gdb.base/scope.exp: Likewise.
2551 * gdb.base/sepdebug.exp: Likewise.
2552 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2553 throughout.
2554 * gdb.base/run.c: Likewise.
2555 * gdb.base/sepdebug.c: Likewise.
2556 * gdb.hp/gdb.aCC/run.c: Likewise.
2557 * gdb.reverse/until-reverse.c: Likewise.
2558 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2559
666d413c
YQ
25602014-09-16 Yao Qi <yao@codesourcery.com>
2561
2562 * boards/local-remote-host-native.exp: New file.
2563
57cbd724
DE
25642014-09-14 Doug Evans <xdje42@gmail.com>
2565
2566 * gdb.threads/queue-signal.c (thread_count): New variable.
2567 (thread_count_mutex, thread_count_condvar): New variables.
2568 (incr_thread_count, wait_all_threads_running): New functions.
2569 (main): Wait for all threads to be in their thread functions.
2570
81219e53
DE
25712014-09-13 Doug Evans <xdje42@gmail.com>
2572
2573 * gdb.threads/queue-signal.c: New file.
2574 * gdb.threads/queue-signal.exp: New file.
2575
3714cea7
DE
25762014-09-13 Doug Evans <xdje42@gmail.com>
2577
2578 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2579 be consistent with what default_gdb_init uses.
2580 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2581 the plain text of the prompt. Add some logging printfs.
2582 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2583
fa43b1d7
PA
25842014-09-12 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2587 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2588 * gdb.arch/i386-size-overlap.exp: Likewise.
2589 * gdb.arch/i386-size.exp: Likewise.
2590 * gdb.arch/i386-unwind.exp: Likewise.
2591 * gdb.base/a2-run.exp: Likewise.
2592 * gdb.base/break.exp: Likewise.
2593 * gdb.base/charset.exp: Likewise.
2594 * gdb.base/chng-syms.exp: Likewise.
2595 * gdb.base/commands.exp: Likewise.
2596 * gdb.base/dbx.exp: Likewise.
2597 * gdb.base/find.exp: Likewise.
2598 * gdb.base/funcargs.exp: Likewise.
2599 * gdb.base/jit-simple.exp: Likewise.
2600 * gdb.base/reread.exp: Likewise.
2601 * gdb.base/sepdebug.exp: Likewise.
2602 * gdb.base/step-bt.exp: Likewise.
2603 * gdb.cp/mb-inline.exp: Likewise.
2604 * gdb.cp/mb-templates.exp: Likewise.
2605 * gdb.objc/basicclass.exp: Likewise.
2606 * gdb.threads/killed.exp: Likewise.
2607
9d9bf2df
EBM
26082014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2609
2610 PR tdep/17379
2611 * gdb.arch/powerpc-stackless.S: New file.
2612 * gdb.arch/powerpc-stackless.exp: New file.
2613
1cf2f1b0
JK
26142014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2615
2616 * gdb.base/attach.c: Include unistd.h.
2617 (main): Call alarm. Add label postloop.
2618 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2619 gdb_breakpoint, gdb_continue_to_breakpoint.
2620 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2621
98880d46
PA
26222014-09-11 Pedro Alves <palves@redhat.com>
2623
2624 PR gdb/17347
2625 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2626 * gdb.base/attach.exp (test_command_line_attach_run): New
2627 procedure.
2628 (top level): Call it.
2629
4c92ff2c
PA
26302014-09-11 Pedro Alves <palves@redhat.com>
2631
2632 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2633 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2634 (do_command_attach_tests): Use spawn_wait_for_attach.
2635 * gdb.base/solib-overlap.exp: Likewise.
2636 * gdb.multi/multi-attach.exp: Likewise.
2637 * gdb.python/py-prompt.exp: Likewise.
2638 * gdb.python/py-sync-interp.exp: Likewise.
2639 * gdb.server/ext-attach.exp: Likewise.
2640
3adc1a7d
GKB
26412014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2642
2643 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2644 command in testcase. Simplify testcase.
2645
96334934
JB
26462014-09-10 Joel Brobecker <brobecker@adacore.com>
2647
2648 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2649
eb479039
JB
26502014-09-10 Joel Brobecker <brobecker@adacore.com>
2651
2652 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2653
deede10c
JB
26542014-09-10 Joel Brobecker <brobecker@adacore.com>
2655
2656 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2657
7828a5f5
JB
26582014-09-10 Joel Brobecker <brobecker@adacore.com>
2659
2660 * gdb.dwarf2/dynarr-ptr.c: New file.
2661 * gdb.dwarf2/dynarr-ptr.exp: New file.
2662
33aeebcf
MR
26632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2664
2665 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2666 of 30 rather than hardcoding 120 for a slow test case. Take the
2667 `gdb,timeout' target setting into account for this calculation.
2668 Don't extend the timeout for the test cases that don't need it.
2669
7b415901
MR
26702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2671
2672 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2673 a factor of 2 for a slow test case. Take the `gdb,timeout'
2674 target setting into account for this calculation.
2675 * gdb.reverse/until-precsave.exp: Increase the timeout by
2676 a factor of 15 and 3 respectively rather than adding 120
2677 for a pair of slow test cases. Take the `gdb,timeout'
2678 target setting into account for this calculation.
2679
4a40f85a
MR
26802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2681
2682 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2683 timeout, don't pass one down to gdb_expect.
2684 (gdb_expect): Rework timeout selection.
2685
09635af7
MR
26862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2687
2688 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2689 exception on timeout.
2690 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2691 (gdbserver_start_extended): Catch any `gdbserver_start' error
2692 exceptions.
2693 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2694 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2695 `gdbserver_gdb_load' error exceptions.
2696
2bdd10b7
MR
26972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2698
2699 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2700 120 on waiting for the TCP socket to open.
2701
316935f0
DE
27022014-09-09 Doug Evans <xdje42@gmail.com>
2703
2704 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2705 _caller_matches, _any_caller_is, _any_caller_matches.
2706
83740597
DE
27072014-09-09 Doug Evans <xdje42@gmail.com>
2708
2709 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2710
4c122fc3
YQ
27112014-09-09 Yao Qi <yao@codesourcery.com>
2712
2713 * gdb.mi/mi-var-display.exp: Set print symbol off.
2714
a9f116cb
GKB
27152014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2716
2717 PR gdb/17035
2718 * gdb.base/commands.exp: Add tests to verify user-defined
2719 commands with empty bodies.
2720 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2721 python commands in `show user command`.
2722 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2723 scheme commands in `show user command`.
2724
c75bd3a2
JK
27252014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2726
2727 PR python/17355
2728 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2729 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2730 * gdb.python/py-framefilter-invalidarg.exp: New file.
2731 * gdb.python/py-framefilter-invalidarg.py: New file.
2732
faa42425
DE
27332014-09-06 Doug Evans <xdje42@gmail.com>
2734
2735 PR 15276
2736 * gdb.python/py-caller-is.c: New file.
2737 * gdb.python/py-caller-is.exp: New file.
2738
474ca4f6
SDJ
27392014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2740
2741 PR gdb/17235
2742 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2743 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2744
eb0b0463
SDJ
27452014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2746
2747 PR fortran/17237
2748 * gdb.fortran/print-formatted.exp: New file.
2749 * gdb.fortran/print-formatted.f90: Likewise.
2750
5f3b99cf
SS
27512014-09-03 Sasha Smundak <asmundak@google.com>
2752
2753 * gdb.python/py-frame.exp: Test Frame.read_register.
2754
7d793aa9
SDJ
27552014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2756
2757 PR python/16699
2758 * gdb.python/py-completion.exp: New file.
2759 * gdb.python/py-completion.py: Likewise.
2760
fb0576e9
DE
27612014-08-28 Doug Evans <dje@google.com>
2762
2763 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2764 eax,etc. are live with values set by gdb and thus the compiler can't
2765 use them.
2766 * gdb.arch/i386-pseudo.c (main): Ditto.
2767
ee92b0dd
DE
27682014-08-27 Doug Evans <dje@google.com>
2769
2770 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2771
6649db35
DE
27722014-08-25 Doug Evans <dje@google.com>
2773
2774 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2775 (main): Ditto.
2776
564b7600
DE
27772014-08-25 Doug Evans <dje@google.com>
2778
2779 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2780
3881fb67
YQ
27812014-08-24 Yao Qi <yao@codesourcery.com>
2782
2783 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2784 symbol off.
2785 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2786
a05a36a5
DE
27872014-08-22 Doug Evans <dje@google.com>
2788
2789 PR 17276
2790 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2791 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2792 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2793
7c343b48
YQ
27942014-08-22 Yao Qi <yao@codesourcery.com>
2795
2796 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2797 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2798 * gdb.python/python.exp: Likewise. Use .py file on the host
2799 instead of the build.
2800
22fd09ae
JK
28012014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2802
2803 * gdb.threads/gcore-stale-thread.c: New file.
2804 * gdb.threads/gcore-stale-thread.exp: New file.
2805
a8454a7c
PA
28062014-08-21 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2809 * gdb.base/gcore-relro-pie.exp: Likewise.
2810 * gdb.base/gcore-relro.exp: Likewise.
2811 * gdb.base/gcore.exp: Likewise.
2812 * gdb.base/print-symbol-loading.exp: Likewise.
2813 * gdb.threads/gcore-thread.exp: Likewise.
2814 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2815
2a31c623
PA
28162014-08-20 Pedro Alves <palves@redhat.com>
2817 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2820 configure.
2821 (EXPECT): Handle READ1 being set.
2822 (all): Depend on EXTRA_RULES.
2823 (check-read1, expect-read1, read1.so, read1): New rules.
2824 * README (Testsuite Parameters): Document the READ1 make variable.
2825 (Race detection): New section.
2826 * configure: Regenerate.
2827 * configure.ac: If build==host==target, and running under a
2828 GNU/glibc system, add read1 to the extra Makefile rules.
2829 (EXTRA_RULES): AC_SUBST it.
2830 * lib/read1.c: New file.
2831
d36430db
JB
28322014-08-20 Joel Brobecker <brobecker@adacore.com>
2833
2834 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2835 the handling of variables declared as a typedef to an array
2836 which a DW_AT_data_location attribute.
2837
9a0dc9e3
PA
28382014-08-19 Andrew Burgess <aburgess@broadcom.com>
2839 Pedro Alves <palves@redhat.com>
2840
2841 PR symtab/14604
2842 PR symtab/14605
2843 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2844 gdb_test.
2845
0718a8da
PA
28462014-08-19 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2849
13b448cd
YQ
28502014-08-19 Yao Qi <yao@codesourcery.com>
2851
2852 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2853 right line.
2854
1cbf5077
DB
28552014-08-18 David Blaikie <dblaikie@gmail.com>
2856
2857 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2858
bf0fae19
JB
28592014-08-18 Joel Brobecker <brobecker@adacore.com>
2860
2861 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2862 attribute in array range.
2863
3c8c5dcc
JB
28642014-08-18 Joel Brobecker <brobecker@adacore.com>
2865
2866 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2867
e66d4446
SC
28682014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2869
2870 PR c++/17132
2871 * gdb.cp/pr17132.cc: New file.
2872 * gdb.cp/pr17132.exp: New file.
2873
940df408
SC
28742014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2875
2876 * gdb.python/py-xmethods.py (A_getarrayind)
2877 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2878 Use 'print' with function call syntax.
2879 (E_method_matcher.match): Fix tab vs space indentation mixup.
2880
ebcc6c3a
YQ
28812014-08-15 Yao Qi <yao@codesourcery.com>
2882
2883 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2884 false.
2885
775e0f04
YQ
28862014-08-15 Yao Qi <yao@codesourcery.com>
2887
2888 * gdb.cp/casts.exp: Set print symbol off.
2889 * gdb.cp/class2.exp: Likewise.
2890 * gdb.cp/overload.exp: Likewise.
2891 * gdb.cp/templates.exp: Likewise.
2892
d769e349
DE
28932014-08-11 Doug Evans <dje@google.com>
2894
2895 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2896 (test_load_shlib): Update.
2897
20c6f1e1
YQ
28982014-08-09 Yao Qi <yao@codesourcery.com>
2899
2900 * gdb.base/display.exp: Invoke is_address_zero_readable.
2901 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2902 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2903 * gdb.base/hbreak-unmapped.exp: Return if
2904 is_address_zero_readable returns true.
2905 * gdb.base/signest.exp: Likewise.
2906 * gdb.base/signull.exp: Likewise.
2907 * gdb.base/sigbpt.exp: Likewise.
2908 * gdb.guile/scm-disasm.exp: Do the test if
2909 is_address_zero_readable returns false.
2910 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2911 * gdb.python/py-arch.exp: Likewise.
2912 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2913 * lib/gdb.exp (is_address_zero_readable): New proc.
2914
5792e8e3
YQ
29152014-08-09 Yao Qi <yao@codesourcery.com>
2916
2917 PR testsuite/13443
2918 * gdb.mi/mi-var-display.exp: Make test messages unique.
2919
3cecbbbe
TT
29202014-08-04 Tom Tromey <tromey@redhat.com>
2921
2922 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2923 target 0".
2924
00b51ff5
TT
29252014-08-04 Tom Tromey <tromey@redhat.com>
2926
2927 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2928 "target_resume".
2929
6908c509
JB
29302014-08-01 Joel Brobecker <brobecker@adacore.com>
2931
2932 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2933 inner_vla_struct_object_size.
2934 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2935 as xfail.
2936
cc6563d2
PA
29372014-07-30 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2940 comment.
2941
7e09a223
YQ
29422014-07-29 Yao Qi <yao@codesourcery.com>
2943
2944 PR gdb/17206
2945 * gdb.base/until-nodebug.exp: New.
2946
7ebdbe92
DE
29472014-07-28 Doug Evans <xdje42@gmail.com>
2948
2949 PR guile/17203
2950 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2951 previously existing parameter, and previously ambiguously spelled
2952 parameter.
2953
fdb1adc6
WN
29542014-07-28 Will Newton <will.newton@linaro.org>
2955
2956 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2957
186fcde0
DE
29582014-07-26 Ludovic Courtès <ludo@gnu.org>
2959 Doug Evans <xdje42@gmail.com>
2960
2961 PR guile/17146
2962 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2963
70509625
PA
29642014-07-25 Pedro Alves <palves@redhat.com>
2965
2966 * gdb.threads/signal-command-handle-nopass.c: New file.
2967 * gdb.threads/signal-command-handle-nopass.exp: New file.
2968 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2969 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2970 * gdb.threads/signal-delivered-right-thread.c: New file.
2971 * gdb.threads/signal-delivered-right-thread.exp: New file.
2972
c3f814a1
PA
29732014-07-25 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/double-prompt-target-event-error.exp
2976 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2977 match.
2978 (cancel_pagination_in_target_event): Rework double prompt
2979 detection.
2980 * gdb.base/paginate-after-ctrl-c-running.exp
2981 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2982 <return>' match.
2983 * gdb.base/paginate-bg-execution.exp
2984 (test_bg_execution_pagination_return)
2985 (test_bg_execution_pagination_cancel): Remove '-notransfer
2986 <return>' matches.
2987 * gdb.base/paginate-execution-startup.exp
2988 (test_fg_execution_pagination_return)
2989 (test_fg_execution_pagination_cancel): Remove '-notransfer
2990 <return>' matches.
2991 * gdb.base/paginate-inferior-exit.exp
2992 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2993 match.
2994 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2995 * lib/gdb.exp (pagination_prompt): Run text through
2996 string_to_regexp.
2997 (gdb_test_multiple): Match $pagination_prompt instead of
2998 "<return>".
2999 (string_to_regexp): Move to lib/gdb-utils.exp.
3000
e214cf6c
JK
30012014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3002
3003 * gdb.arch/amd64-entry-value-paramref.S: New file.
3004 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3005 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3006 * gdb.arch/amd64-optimout-repeat.S: New file.
3007 * gdb.arch/amd64-optimout-repeat.c: New file.
3008 * gdb.arch/amd64-optimout-repeat.exp: New file.
3009
17d0c5c8
JK
30102014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3011
3012 PR gdb/17170
3013 * gdb.base/statistics.exp: New file.
3014
b8b8facf
DE
30152014-07-17 Doug Evans <dje@google.com>
3016
74b49205 3017 PR gdb/17170
b8b8facf
DE
3018 * gdb.base/maint.exp: Update testing of per-command stats.
3019
1b5d0ab3
PA
30202014-07-16 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3023 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3024 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3025 (tfile_write_buf): New functions.
3026 (add_memory_block): Rewrite using the above.
3027 (adjust_function_address): New function.
3028 (FUNCTION_ADDRESS): New macro.
3029 (write_basic_trace_file): Remove short_x local, and use
3030 tfile_write_16. Change type of func_addr local to unsigned long
3031 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3032 here. Cast argument of add_memory_block to char pointer.
3033 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3034 (main): Remove parameters.
3035 * gdb.trace/tfile.exp: Remove nowarnings.
3036
4d974e88
SM
30372014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 * gdb.base/debug-expr.exp: Test string evaluation with
3040 "debug expression" on.
3041
41e99568
PA
30422014-07-15 Pedro Alves <palves@redhat.com>
3043
3044 * gdb.base/reread.exp: Use clean_restart.
3045
487d9753
PL
30462014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3047
3048 * gdb.arch/avr-flash-qualifer.c: New.
3049 * gdb.arch/avr-flash-qualifer.exp: New.
3050
cc1c52ad
PA
30512014-07-14 Pedro Alves <palves@redhat.com>
3052
3053 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3054 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3055
1e973570
PA
30562014-07-14 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.base/double-prompt-target-event-error.c: New file.
3059 * gdb.base/double-prompt-target-event-error.exp: New file.
3060
93d6eb10
PA
30612014-07-14 Pedro Alves <palves@redhat.com>
3062
3063 PR gdb/17072
3064 * gdb.base/paginate-inferior-exit.c: New file.
3065 * gdb.base/paginate-inferior-exit.exp: New file.
3066
0017922d
PA
30672014-07-14 Pedro Alves <palves@redhat.com>
3068
3069 PR gdb/17072
3070 * gdb.base/paginate-bg-execution.c: New file.
3071 * gdb.base/paginate-bg-execution.exp: New file.
3072
94696ad3
PA
30732014-07-14 Pedro Alves <palves@redhat.com>
3074
3075 PR gdb/17072
3076 * gdb.base/paginate-execution-startup.c: New file.
3077 * gdb.base/paginate-execution-startup.exp: New file.
3078 * lib/gdb.exp (pagination_prompt): New global.
3079 (default_gdb_spawn): New procedure, factored out from
3080 default_gdb_spawn.
3081 (default_gdb_start): Adjust to call default_gdb_spawn.
3082 (gdb_spawn): New procedure.
3083
bd293940
PA
30842014-07-14 Pedro Alves <palves@redhat.com>
3085
3086 * lib/gdb.exp (gdb_assert): New procedure.
3087 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3088
c933f875
PA
30892014-07-14 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.base/execution-termios.c: New file.
3092 * gdb.base/execution-termios.exp: New file.
3093
d98b7a16
TT
30942014-07-14 Tom Tromey <tromey@redhat.com>
3095
3096 * gdb.cp/vla-cxx.cc: New file.
3097 * gdb.cp/vla-cxx.exp: New file.
3098
548740d6
TT
30992014-07-14 Tom Tromey <tromey@redhat.com>
3100
3101 * gdb.reverse/rerun-prec.c: New file.
3102 * gdb.reverse/rerun-prec.exp: New file.
3103
a25eb028
MR
31042014-07-12 Maciej W. Rozycki <macro@mips.com>
3105 Maciej W. Rozycki <macro@codesourcery.com>
3106
3107 * lib/gdb-utils.exp: New file.
3108 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3109 inline `gdb_init_command' processing.
3110 (gdb_start_cmd): Likewise.
3111 * lib/mi-support.exp (mi_run_cmd): Likewise.
3112 * README: Document `gdb_init_command' and `gdb_init_commands'.
3113
218c2655
JK
31142014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3115
3116 Fix false FAIL running under a very long directory name.
3117 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3118 and "set print elements 10000". Twice.
3119
5401fde3
YQ
31202014-07-11 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.base/exprs.exp: "set print symbol off".
3123
e76126e8
PA
31242014-07-11 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.threads/kill.c: New file.
3127 * gdb.threads/kill.exp: New file.
3128
2d6f0de6
YQ
31292014-07-10 Yao Qi <yao@codesourcery.com>
3130
3131 * gdb.trace/tfile.c (write_basic_trace_file)
3132 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3133 address written to trace file.
3134
7180e04a
PA
31352014-07-09 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/attach-wait-input.exp: New file.
3138 * gdb.base/attach-wait-input.c: New file.
3139
9a9a7608
AB
31402014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3143 setting up test structures.
3144 (main): Call new test function.
3145 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3146 test function, continue into test function and walk test
3147 structures.
3148
161ac41e
YQ
31492014-07-02 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3152 'bar_start' at the beginning of functions 'foo' and 'bar'
3153 respectively.
3154 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3155 instead of 'foo' and 'bar'.
3156
1f267ae3
MM
31572014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3158
3159 * gdb.btrace/segv.exp: New.
3160 * gdb.btrace/segv.c: New.
3161
2b239efb
LM
31622014-07-02 Luis Machado <lgustavo@codesourcery.com>
3163
3164 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3165 instruction.
3166
cf363f18
MW
31672014-06-30 Mark Wielaard <mjw@redhat.com>
3168
3169 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3170 vulture, vilify, villar): New volatile array constants.
3171 (vindictive, vegetation): New const volatile array constants.
3172 * gdb.base/volatile.exp: Test volatile and const volatile array
3173 types.
3174
aebf9d24
AA
31752014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3176
3177 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3178 target lacks support for awatch, rwatch, or hbreak.
3179
b67a2c6f
YQ
31802014-06-27 Yao Qi <yao@codesourcery.com>
3181
3182 * gdb.multi/dummy-frame-restore.exp: New.
3183 * gdb.multi/dummy-frame-restore.c: New.
3184
aef92902
MM
31852014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3186
3187 * gdb.btrace/gcore.exp: New.
3188
8e9db26e
PA
31892014-06-23 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.base/watchpoint-reuse-slot.c: New file.
3192 * gdb.base/watchpoint-reuse-slot.exp: New file.
3193
70afc5b7
SC
31942014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3195
3196 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3197 progspace's filename in 'info', 'enable' and 'disable' command
3198 tests.
3199
b972bd9c
JK
32002014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3201
3202 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3203 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3204 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3205
125f8a3d
GB
32062014-06-20 Gary Benson <gbenson@redhat.com>
3207
3208 * gdb.arch/i386-avx.exp: Fix include file location.
3209 * gdb.arch/i386-sse.exp: Likewise.
3210
3ed9baed
IB
32112014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3212
3213 * gdb.dlang/expression.exp: New file.
3214
034f788c
PA
32152014-06-19 Pedro Alves <palves@redhat.com>
3216
3217 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3218 out from ...
3219 (top level): ... here. Iterate running tests under different
3220 scheduler-locking settings.
3221
45371d0c
LM
32222014-06-18 Luis Machado <lgustavo@codesourcery.com>
3223
3224 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3225 to DW_FORM_addr and use non-zero addresses.
3226
5d376983
SC
32272014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3228
3229 PR gdb/17017
3230 * gdb.python/py-xmethods.cc: Add global function call counters and
3231 increment them in their respective functions. Remove "cout"
3232 statements.
3233 * gdb.python/py-xmethods.exp: Make tests check the global function
3234 call counters instead of depending on inferior IO.
3235
a1aa2221
LM
32362014-06-18 Don Breazeal <donb@codesourcery.com>
3237
3238 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3239 Deleted procedure.
3240 (explicit_fork_parent_follow): Deleted procedure.
3241 (explicit_fork_child_follow): Deleted procedure.
3242 (test_follow_fork): New procedure.
3243 (do_fork_tests): Replace calls to deleted procedures with
3244 calls to test_follow_fork and reset GDB for subsequent
3245 procedure calls.
3246
0fc05997
YQ
32472014-06-17 Yao Qi <yao@codesourcery.com>
3248
3249 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3250 CP1252.
3251
70795c52
LM
32522014-06-17 Luis Machado <lgustavo@codesourcery.com>
3253
3254 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3255 Initialize ptr and S explicitly.
3256 (skip_type_update_when_not_use_rtti_test): Likewise.
3257
6be47f0c
KS
32582014-06-16 Keith Seitz <keiths@redhat.com>
3259
3260 PR mi/15863
3261 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3262 the inferior is started.
3263
d03de421
PA
32642014-06-16 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/break-main-file-remove-fail.c: New file.
3267 * gdb.base/break-main-file-remove-fail.exp: New file.
3268 * gdb.base/break-unload-file.exp: Use build_executable instead of
3269 prepare_for_testing.
3270 (test_break): New parameter "initial_load". Handle it.
3271 (top level): Add initial_load cmdline/file axis.
3272
f9579b99
TT
32732014-06-12 Tom Tromey <tromey@redhat.com>
3274
3275 * gdb.base/completion.exp: Don't use directory name in test.
3276
3657956b
GB
32772014-06-09 Gary Benson <gbenson@redhat.com>
3278
3279 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3280 separate the always-available ANSI-standard signals from the
3281 signals that require checking.
3282 (main): Likewise.
3283 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3284 Likewise.
3285 (main): Likewise.
3286
4186eb54
KS
32872014-06-07 Keith Seitz <keiths@redhat.com>
3288
3289 Revert:
3290 PR c++/16253
3291 * gdb.cp/var-tag.cc: New file.
3292 * gdb.cp/var-tag.exp: New file.
3293 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3294 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3295 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3296 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3297
25326a28 32982014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3299
3300 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3301
829155c9
PA
33022014-06-06 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3305 in target debug output instead of looking at RSP packets,
3306 disabling the test on any target that uses hardware stepping.
3307 Update comments.
3308
61c8d22e
PA
33092014-06-06 Pedro Alves <palves@redhat.com>
3310
3311 * gdb.base/break-unload-file.exp: Fix typo.
3312
d9a47287
YQ
33132014-06-06 Yao Qi <yao@codesourcery.com>
3314
3315 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3316 from "jit_function" to "^jit_function".
3317
e5e01dbf
YQ
33182014-06-06 Yao Qi <yao@codesourcery.com>
3319
3320 * gdb.base/async.c (foo): Add one statement.
3321 * gdb.base/async.exp: Get the next instruction address and
3322 match the output of "nexti" by instruction address. Match
3323 the hex address in the output of "finish".
3324
73ba372c
GB
33252014-06-06 Gary Benson <gbenson@redhat.com>
3326
3327 * gdb.base/call-signals.c: Remove preprocessor conditionals
3328 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3329 SIGSEGV and SIGTERM.
3330 * gdb.base/sigall.c: Likewise.
3331 * gdb.base/unwindonsignal.c: Likewise.
3332 * gdb.reverse/sigall-reverse.c: Likewise.
3333
831517df
YQ
33342014-06-06 Yao Qi <yao@codesourcery.com>
3335
3336 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3337 readable, skip the test.
3338
b8b91e98
YQ
33392014-06-06 Yao Qi <yao@codesourcery.com>
3340
3341 * gdb.threads/staticthreads.c (thread_function): Move the line
3342 setting breakpoint on forward.
3343 * gdb.threads/staticthreads.exp: Update comments.
3344
fb934770
LC
33452014-06-05 Ludovic Courtès <ludo@gnu.org>
3346
3347 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3348 "history-append! type error".
3349
6ef284bd
SM
33502014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3351
3352 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3353 erroneous dprintf expected input.
3354
a872e241
DE
33552014-06-04 Doug Evans <xdje42@gmail.com>
3356
3357 * gdb.guile/scm-generics.exp: Delete.
3358
16f691fb
DE
33592014-06-04 Doug Evans <xdje42@gmail.com>
3360
3361 * gdb.guile/scm-breakpoint.exp: Update.
3362 Add tests for breakpoint registration.
3363
012370f6
TT
33642014-06-04 Tom Tromey <tromey@redhat.com>
3365
3366 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3367 VLA-in-union.
3368 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3369 inner_vla_struct, vla_union types. Initialize objects of those
3370 types and compute their sizes.
3371
9f5a4cef
HZ
33722014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3373 Hui Zhu <hui@codesourcery.com>
3374
3375 * gdb.base/fileio.exp: Add test for shell not available as well as
3376 available.
3377 * gdb.base/fileio.c (test_system): Check for shell twice.
3378
90a45c4d
YQ
33792014-06-04 Yao Qi <yao@codesourcery.com>
3380
3381 * gdb.base/auto-connect-native-target.exp: Remove redundant
3382 space from the regexp pattern.
3383
70017e41
YQ
33842014-06-04 Yao Qi <yao@codesourcery.com>
3385
3386 * gdb.base/default.exp: Replace "child" with "native" in
3387 regexp pattern.
3388
883964a7
SC
33892014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3390
3391 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3392 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3393 * gdb.python/py-xmethods.py: Python script supporting the
3394 new testcase and tests.
3395
ef370185
JB
33962014-06-03 Joel Brobecker <brobecker@adacore.com>
3397 Pedro Alves <palves@redhat.com>
3398
3399 PR breakpoints/17000
3400 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3401 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3402
1e2ccb61
BM
34032014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3404
3405 * gdb.base/subst.exp: Add tests to verify partial path matching
3406 output.
3407
c6ec5ab2
PA
34082014-06-03 Pedro Alves <palves@redhat.com>
3409
3410 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3411 target that doesn't use software single-stepping.
3412
835c559f
PA
34132014-06-03 Pedro Alves <palves@redhat.com>
3414
3415 PR breakpoints/17000
3416 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3417 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3418
06eb1586
DE
34192014-06-02 Doug Evans <xdje42@gmail.com>
3420
3421 * gdb.guile/scm-parameter.exp: New file.
3422
e698b8c4
DE
34232014-06-02 Doug Evans <xdje42@gmail.com>
3424
3425 * gdb.guile/scm-cmd.c: New file.
3426 * gdb.guile/scm-cmd.exp: New file.
3427
ded03782
DE
34282014-06-02 Doug Evans <xdje42@gmail.com>
3429
3430 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3431 pretty-printer lookup.
3432 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3433 (make-pp_s-printer): Call it.
3434 (make-pretty-printer-from-dict): New function.
3435 (lookup-pretty-printer-maker-from-dict): New function.
3436 (*pretty-printer*): Simplify.
3437 (make-objfile-pp_s-printer): New function.
3438 (install-objfile-pretty-printers!): New function.
3439 (make-progspace-pp_s-printer): New function.
3440 (install-progspace-pretty-printers!): New function.
3441 * gdb.guile/scm-progspace.c: New file.
3442 * gdb.guile/scm-progspace.exp: New file.
3443
41fac0cf
PA
34442014-06-02 Pedro Alves <palves@redhat.com>
3445
3446 * gdb.base/dprintf-bp-same-addr.c: New file.
3447 * gdb.base/dprintf-bp-same-addr.exp: New file.
3448
96ae5695
EBM
34492014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3450
3451 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3452 * gdb.arch/powerpc-power.s: Likewise.
3453
da02b3a8
JB
34542014-06-02 Joel Brobecker <brobecker@adacore.com>
3455
3456 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3457
c72b2e7b
YQ
34582014-06-01 Yao Qi <yao@codesourcery.com>
3459
3460 * gdb.base/watchpoint.exp (test_watch_location): Check null
3461 pointer can be dereferenced. If not, do the test, otherwise
3462 skip it.
3463
53e8a631
AB
34642014-05-30 Andrew Burgess <aburgess@broadcom.com>
3465
3466 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3467 results.
3468 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3469
938f0e2f
AB
34702014-05-30 Andrew Burgess <aburgess@broadcom.com>
3471
3472 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3473 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3474 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3475 * gdb.arch/amd64-invalid-stack-top.c: New file.
3476 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3477
9ba6657a
PA
34782014-05-30 Pedro Alves <palves@redhat.com>
3479
3480 PR breakpoints/17000
3481 * gdb.base/sss-bp-on-user-bp.c: New file.
3482 * gdb.base/sss-bp-on-user-bp.exp: New file.
3483
522c09bf
DB
34842014-05-30 David Blaikie <dblaikie@gmail.com>
3485
3486 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3487 gnu_inline semantics via attribute.
3488 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3489 source explicitly specifies the required semantics.
3490
bf4ef81e
MR
34912014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3492
3493 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3494
329ea579
PA
34952014-05-29 Pedro Alves <palves@redhat.com>
3496 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.base/async-shell.exp: Don't enable target-async.
3499 * gdb.base/async.exp
3500 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3501 parameter. Adjust.
3502 (top level): Don't test with "target-async".
3503 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3504 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3505 * gdb.base/inferior-died.exp: Don't enable target-async.
3506 * gdb.base/interrupt-noterm.exp: Likewise.
3507 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3508 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3509 * gdb.mi/mi-nonstop.exp: Likewise.
3510 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3511 * gdb.mi/mi-nsintrall.exp: Likewise.
3512 * gdb.mi/mi-nsmoribund.exp: Likewise.
3513 * gdb.mi/mi-nsthrexec.exp: Likewise.
3514 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3515 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3516 * gdb.python/py-evsignal.exp: Don't enable target-async.
3517 * gdb.python/py-evthreads.exp: Likewise.
3518 * gdb.python/py-prompt.exp: Likewise.
3519 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3520 * gdb.server/solib-list.exp: Don't enable target-async.
3521 * gdb.threads/thread-specific-bp.exp: Likewise.
3522 * lib/mi-support.exp: Adjust to use mi-async.
3523
fd664c91
PA
35242014-05-29 Pedro Alves <palves@redhat.com>
3525
3526 PR gdb/13860
3527 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3528 reason, even in sync mode.
3529
251bde03
PA
35302014-05-29 Pedro Alves <palves@redhat.com>
3531 Hui Zhu <hui@codesourcery.com>
3532
3533 PR PR15693
3534 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3535 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3536 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3537 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3538
7f3c0343
JB
35392014-05-28 Joel Brobecker <brobecker@adacore.com>
3540
3541 * config/monitor.exp (gdb_target_monitor): Replace use of
3542 "set remotebaud" by "set serial baud".
3543
b2715b27
AW
35442014-05-26 Andy Wingo <wingo@igalia.com>
3545
3546 * gdb.guile/scm-breakpoint.exp:
3547 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3548 properties instead of gdb-object-properties.
3549
498a4489
YQ
35502014-05-26 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.server/no-thread-db.exp: Specify source file name
3553 explicitly when setting a breakpoint.
3554
589fdceb
MM
35552014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3556
3557 * gdb.btrace/vdso.c: New.
3558 * gdb.btrace/vdso.exp: New.
3559
e9089e05
MM
35602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3561
3562 * gdb.base/gcore.exp (capture_command_output): Move ...
3563 * lib/gdb.exp (capture_command_output): ... here.
3564
67b5c0c1
MM
35652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3566
3567 * gdb.btrace/data.exp: Test memory access during btrace replay.
3568
a2199296
SM
35692014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3570
3571 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3572
17b2616c
PA
35732014-05-21 Pedro Alves <palves@redhat.com>
3574
3575 PR gdb/13860
3576 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3577 (top level): Test that output related to execution commands is
3578 sent to the console with CLI commands, but not with MI commands.
3579 Test that breakpoint events are always mirrored to the console.
3580 Also expect the new source line to be output after a "next" in
3581 async mode too. Make it a pass/fail test.
3582 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3583 output.
3584 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3585
5166082f
PA
35862014-05-21 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3589 Use them to test variations of "list" after reaching a breakpoint.
3590 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3591 Test "list" with listsize 10 after reaching a breakpoint.
3592 * gdb.python/python.exp (decode_line current location line
3593 number): Adjust expected line number.
3594
2f25d70f
SM
35952014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3596
3597 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3598 behavior for $args, pass it directly to "run".
3599
ff604a67
MR
36002014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3601
3602 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3603 30000 to 65536.
3604
6a3cb8e8
PA
36052014-05-21 Pedro Alves <palves@redhat.com>
3606
3607 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3608 auto-connect-native-target off".
3609 * gdb.base/auto-connect-native-target.c: New file.
3610 * gdb.base/auto-connect-native-target.exp: New file.
3611
4ebfc96e
PA
36122014-05-21 Pedro Alves <palves@redhat.com>
3613
3614 * gdb.base/default.exp: Test "target native" instead of "target
3615 child".
3616
36d46afb
MW
36172014-05-21 Mark Wielaard <mjw@redhat.com>
3618
3619 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3620
5876f503
JK
36212014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3622
3623 Fix TLS access for -static -pthread.
3624 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3625 <HAVE_TLS> (thread_function, main): Initialize it.
3626 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3627 Add clean_restart.
3628 <$have_tls != "">: Check TLSVAR.
3629
0256a6ac
PA
36302014-05-21 Pedro Alves <palves@redhat.com>
3631
3632 * gdb.base/dcache-line-read-error.c: New.
3633 * gdb.base/dcache-line-read-error.exp: New.
3634
936d2992
PA
36352014-05-20 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.base/compare-sections.c: New file.
3638 * gdb.base/compare-sections.exp: New file.
3639
802e8e6d
PA
36402014-05-20 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/break-idempotent.c: New file.
3643 * gdb.base/break-idempotent.exp: New file.
3644
e59fa00f
MM
36452014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3646
3647 * gdb.btrace/nohist.exp: New.
3648
8b696e31
YQ
36492014-05-20 Yao Qi <yao@codesourcery.com>
3650
3651 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3652 gdb.reverse directory and gdb_reverse_timeout exists in board
3653 setting.
3654 * README: Document gdb_reverse_timeout.
3655
73c9764f
YQ
36562014-05-20 Yao Qi <yao@codesourcery.com>
3657
3658 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3659 'test_file_name'. Treat args as a string instead of a list.
3660 (gdb_init): Rename argument 'args' by 'test_file_name'.
3661
f1f4348a
JK
36622014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 * gdb.arch/powerpc-power.exp: New file.
3665 * gdb.arch/powerpc-power.s: New file.
3666
0dbe70ce
DE
36672014-05-16 Doug Evans <dje@google.com>
3668
3669 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3670 * gdb.base/completion.exp: Check that all expected files exist
3671 before doing file completion.
0dbe70ce 3672
8d551b02
DE
36732014-05-16 Doug Evans <dje@google.com>
3674
3675 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3676 Update.
3677 (do_syscall_tests_without_xml): Update.
3678
73eb7709
PA
36792014-05-16 Pedro Alves <palves@redhat.com>
3680
3681 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3682 instead of "unknown output after running".
3683
3fae92fc
YQ
36842014-05-16 Yao Qi <yao@codesourcery.com>
3685
3686 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3687 file1.txt from host at the end.
3688 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3689
c2b2ccc5
DE
36902014-05-15 Doug Evans <dje@google.com>
3691
3692 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3693 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3694 loading file. Add test for TU lookup.
3695
8c217a4b
SM
36962014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3697
3698 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3699 calling "-exec-arguments" or "set args" before running the
3700 inferior.
3701
3deb39c6
SM
37022014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3703
3704 * lib/mi-support.exp (mi_expect_stop): Expect message for
3705 inferiors that exit with non-zero exit code.
3706
71a79f8c
YQ
37072014-05-14 Yao Qi <yao@codesourcery.com>
3708
3709 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3710 match absolute path on remote host.
3711 (test_file_list_exec_source_files): Remove "/" from the
3712 pattern.
3713
f23fcd46
YQ
37142014-05-14 Yao Qi <yao@codesourcery.com>
3715
3716 * boards/local-remote-host-notty.exp (${board}_file): New
3717 proc.
3718
9404b58f
KM
37192014-05-07 Kyle McMartin <kyle@redhat.com>
3720
3721 Pushed by Joel Brobecker <brobecker@adacore.com>.
3722 * gdb.arch/aarch64-atomic-inst.c: New file.
3723 * gdb.arch/aarch64-atomic-inst.exp: New file.
3724
5e45f04c
YQ
37252014-05-07 Yao Qi <yao@codesourcery.com>
3726
3727 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3728 in current context" too.
3729
c888a17d
KS
37302014-05-05 Keith Seitz <keiths@redhat.com>
3731
3732 * gdb.linespec/ls-dollar.exp: Add test for linespec
3733 file:convenience_variable.
3734
290a839c
YQ
37352014-05-05 Yao Qi <yao@codesourcery.com>
3736
3737 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3738 traceframes into tfile and ctf trace files. Read data from
3739 trace file and test collected data.
3740 (gdb_collect_locals_test): Likewise.
3741 (gdb_unavailable_registers_test): Likewise.
3742 (gdb_unavailable_floats): Likewise.
3743 (gdb_collect_globals_test): Likewise.
3744 (top-level): Append "ctf" to trace_file_targets if GDB
3745 supports.
3746
b5262cd0
YQ
37472014-05-05 Yao Qi <yao@codesourcery.com>
3748
3749 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3750 code to ...
3751 (gdb_collect_args_test_1): ... it. New proc.
3752 (gdb_collect_locals_test): Move some code to ...
3753 (gdb_collect_locals_test_1): ... it. New proc.
3754 (gdb_unavailable_registers_test): Move some code to ...
3755 (gdb_unavailable_registers_test_1): ... it. New proc.
3756 (gdb_unavailable_floats): Move some code to ...
3757 (gdb_unavailable_floats_1): ... it. New proc.
3758
30a1e6cc
SDJ
37592014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3760
3761 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3762 probes to test for bitness recognition.
3763 * gdb.arch/amd64-stap-optional-prefix.exp
3764 (test_probe_value_without_reg): New procedure.
3765 Add code to test for different kinds of bitness.
3766
f33da99a
SDJ
37672014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3768
3769 PR breakpoints/16889
3770 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3771 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3772
5b80f00d
PA
37732014-05-01 Pedro Alves <palves@redhat.com>
3774
3775 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3776 gdb_file_cmd if no file is specified.
3777 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3778 last_loaded_file to set the remote exec-file.
3779
f8c2a73c
PA
37802014-05-01 Pedro Alves <palves@redhat.com>
3781
3782 * boards/local-remote-host.exp: New file.
3783
be6e8ac7
PA
37842014-05-01 Pedro Alves <palves@redhat.com>
3785
3786 * boards/local-remote-host.exp: Rename to ...
3787 * boards/local-remote-host-notty.exp: ... this.
3788
cac0dc8f
JB
37892014-04-28 Joel Brobecker <brobecker@adacore.com>
3790
3791 * gdb.ada/dyn_arrayidx: New testcase.
3792
9730e6cc
YQ
37932014-04-26 Yao Qi <yao@codesourcery.com>
3794
3795 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3796 and compute the length of function main. Save it in
3797 $main_length.
3798 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3799 (top-level): Use gdb_compile to compile objects into
3800 executable and restart GDB. Remove invocation to
3801 prepare_for_testing.
3802
7ae1a6a6
PA
38032014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3804 Pedro Alves <palves@redhat.com>
3805
3806 PR server/16255
3807 * gdb.multi/multi-attach.c: New file.
3808 * gdb.multi/multi-attach.exp: New file.
3809
4082afcc
PA
38102014-04-25 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3813 user.
3814 (top level): Test that "set remote conditional-breakpoints-packet
3815 off" works as intended.
3816 * gdb.base/dprintf.exp: Test that "set remote
3817 breakpoint-commands-packet off" works as intended.
3818 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3819 New function.
3820 (top level): Call it.
3821 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3822 remote fast-tracepoints-packet off" works as intended.
3823 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3824 * lib/gdb.exp (gdb_is_target_remote): ... here.
3825
2abc3f8d
DB
38262014-04-24 David Blaikie <dblaikie@gmail.com>
3827
3828 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3829 ensure clang would not discard them.
3830 * gdb.base/gdbvars.c: Ditto.
3831 * gdb.base/memattr.c: Ditto.
3832 * gdb.base/whatis.c: Ditto.
3833 * gdb.python/py-prettyprint.c: Ditto.
3834 * gdb.trace/actions.c: Ditto.
3835 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3836 ensure clang would not discard it.
3837
bfd39632
DB
38382014-04-24 David Blaikie <dblaikie@gmail.com>
3839
3840 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3841 clang to emit the full definition of type required by the test
3842 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3843
22842ff6
DB
38442014-04-24 David Blaikie <dblaikie@gmail.com>
3845
3846 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3847 coax Clang into emitting the definition of the type.
3848 * gdb.cp/pr10728-x.h (y): Ditto.
3849 * gdb.cp/pr10728-y.cc (y): Ditto.
3850
c2e827ad
DB
38512014-04-24 David Blaikie <dblaikie@gmail.com>
3852
3853 * gdb.base/label.exp: XFAIL label related tests under Clang.
3854 * gdb.cp/cplabel.exp: Ditto.
3855 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3856 under Clang those using labels.
3857
4c2d33e7
YQ
38582014-04-25 Yao Qi <yao@codesourcery.com>
3859
3860 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3861 double_label.
3862 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3863 partial_label and double_label.
3864
56083b99
DB
38652014-04-24 David Blaikie <dblaikie@gmail.com>
3866
3867 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3868
25d4e99d
DB
38692014-04-24 David Blaikie <dblaikie@gmail.com>
3870
3871 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3872 of the function to work across GCC and Clang.
3873 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3874 pointer types (const void ** const V void **).
3875
01f9f808
MS
38762014-04-24 Michael Sturm <michael.sturm@mintel.com>
3877 Walfred Tedeschi <walfred.tedeschi@intel.com>
3878
3879 * Makefile.in (EXECUTABLES): Added i386-avx512.
3880 * gdb.arch/i386-avx512.c: New file.
3881 * gdb.arch/i386-avx512.exp: Likewise.
3882
4b48d439
KS
38832014-04-23 Keith Seitz <keiths@redhat.com>
3884
3885 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3886 (mi_make_breakpoint_table): New procedure.
3887 (mi_create_breakpoint): Use mi_make_breakpoint
3888 and return the result.
3889 (mi_make_breakpoint): New procedure.
3890 (mi_build_kv_pairs): New procedure.
3891
3892 * gdb.mi/mi-break.exp: Remove unused globals,
3893 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3894 All callers updated.
3895 * gdb.mi/mi-dprintf.exp: Use variable to track command
3896 number.
3897 Update all callers of mi_create_breakpoint and use
3898 mi_make_breakpoint_table.
3899 Remove any unused global variables.
3900 * gdb.mi/mi-nonstop.exp: Likewise.
3901 * gdb.mi/mi-nsintrall.exp: Likewise.
3902 * gdb.mi/mi-nsmoribund.exp: Likewise.
3903 * gdb.mi/mi-nsthrexec.exp: Likewise.
3904 * gdb.mi/mi-reverse.exp: Likewise.
3905 * gdb.mi/mi-simplerun.exp: Likewise.
3906 * gdb.mi/mi-stepn.exp: Likewise.
3907 * gdb.mi/mi-syn-frame.exp: Likewise.
3908 * gdb.mi/mi-until.exp: Likewise.
3909 * gdb.mi/mi-var-cp.exp: Likewise.
3910 * gdb.mi/mi-var-display.exp: Likewise.
3911 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3912 * gdb.mi/mi2-var-child.exp: Likewise.
3913 * gdb.mi/mi-vla-c99.exp: Likewise.
3914 * lib/mi-support.exp: Likewise.
3915
3916 From Ian Lance Taylor <iant@cygnus.com>:
3917 * lib/gdb.exp (parse_args): New procedure.
3918
08351840
PA
39192014-04-23 Pedro Alves <palves@redhat.com>
3920
3921 * gdb.base/break-unload-file.c: New file.
3922 * gdb.base/break-unload-file.exp: New file.
3923 * gdb.base/sym-file-lib.c (baz): New function.
3924 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3925 field.
3926 (load): Store the segment's mapped size.
3927 (unload): New function.
3928 (unload_shlib): New function.
3929 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3930 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3931 set a breakpoint at baz, and call it.
3932 * gdb.base/sym-file.exp: New tests for stale breakpoint
3933 instructions.
3934
076855f9
PA
39352014-04-23 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3938 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3939 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3940 * gdb.base/hbreak-unmapped.c: New file.
3941 * gdb.base/hbreak-unmapped.exp: New file.
3942 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3943 * lib/gdb.exp (gdb_is_target_remote): ... here.
3944
483805cf
PA
39452014-04-22 Pedro Alves <palves@redhat.com>
3946
3947 * gdb.base/consecutive-step-over.c: New file.
3948 * gdb.base/consecutive-step-over.exp: New file.
3949
06d97543
PA
39502014-04-22 Pedro Alves <palves@redhat.com>
3951
3952 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3953 instead of send_gdb/gdb_expect.
3954
b4429ea2
YQ
39552014-04-22 Yao Qi <yao@codesourcery.com>
3956
3957 * lib/trace-support.exp (generate_tracefile): New procedure.
3958 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3959 return 0.
3960 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3961 if generate_tracefile returns 1.
3962
51d48146
PA
39632014-04-18 Tom Tromey <palves@redhat.com>
3964 Pedro alves <tromey@redhat.com>
3965
3966 PR backtrace/15558
3967 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3968 with a backtrace limit.
3969 * gdb.python/py-frame-inline.exp: Test running to an inline
3970 function with a backtrace limit, and printing the newest frame.
3971 * gdb.python/py-frame-inline.c (main): Call f.
3972
bd1dce5f
MS
39732014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3974
3975 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3976
40d1a503
MS
39772014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3978
3979 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3980 Drop prefix from unsupported source file path.
3981
389b98f7
YQ
39822014-04-17 Yao Qi <yao@codesourcery.com>
3983
3984 * lib/gdb.exp (with_target_charset): New proc.
3985 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3986 with_target_charset.
3987 (test_print_strings): Likewise.
3988 (test_repeat_bytes): Likewise.
3989 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3990 for some tests.
3991
22869d73
KS
39922014-04-16 Keith Seitz <keiths@redhat.com>
3993
3994 PR gdb/15827
3995 * gdb.dwarf2/corrupt.c: New file.
3996 * gdb.dwarf2/corrupt.exp: New file.
3997
c4f87ca6
KS
39982014-04-16 Keith Seitz <keiths@redhat.com>
3999
4000 PR c++/16597
4001 * gdb.cp/namelessclass.cc: New file.
4002 * gdb.cp/namelessclass.exp: New file.
4003 * gdb.cp/namelessclass.S: New file.
4004
ab19de87
DE
40052014-04-16 Doug Evans <dje@google.com>
4006
4007 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4008 Add comment.
4009 (gdbserver_default_get_comm_port): New function.
4010 (gdbserver_start): Check if board file provided
4011 "gdbserver,get_comm_port" and use it if so.
4012 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4013 (gdb,socketport): Set to "stdio".
4014 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4015 (stdio_gdbserver_template): Delete.
4016 (${board}_get_remote_address): Update.
4017 (${board}_build_remote_cmd): Delete.
4018 (${board}_get_comm_port): New function.
4019 (${board}_spawn): Update.
4020 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4021 Delete.
4022 (${board}_get_remote_address): Update.
4023 (${board}_get_comm_port): New function.
4024
fc98a809
AB
40252014-04-16 Andrew Burgess <aburgess@broadcom.com>
4026
4027 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4028 appearing in any order.
4029
87fd9e6e
DE
40302014-04-15 Doug Evans <dje@google.com>
4031
4032 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4033 uninitialized value of "description".
4034
099fc3ea
KS
40352014-04-15 Keith Seitz <keiths@redhat.com>
4036
4037 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4038 Remove unused globals.
4039 (test_running_the_program): Likewise.
4040 (test_controlled_execution): Likewise.
4041 (test_controlling_breakpoints): Likewise.
4042 (test_program_termination): Likewise.
4043
5da151d4
KS
40442014-04-15 Keith Seitz <keiths@redhat.com>
4045
4046 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4047 unused globals.
4048 (test_rbreak_creation_and_listing): Likewise.
4049 (test_ignore_count): Likewise.
4050 (test_error): Likewise.
4051
35e5d2f0
PA
40522014-04-15 Pedro Alves <palves@redhat.com>
4053
4054 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4055 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4056 sym-file-loader.c.
4057 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4058 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4059 to sym-file-loader.c.
4060 (struct library): Forward declare.
4061 (load_shlib, lookup_function): Change prototypes.
4062 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4063 (translate_offset): Remove declarations.
4064 (get_text_addr): New declaration.
4065 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4066 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4067 sym-file-loader.h.
4068 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4069 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4070 here from sym-file-loader.h.
4071 (struct library): New structure.
4072 (load_shlib, lookup_function): Change prototypes and adjust to
4073 work with a struct library.
4074 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4075 (translate_offset): Make static.
4076 (get_text_addr): New function.
4077 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4078
eb4c1710
PA
40792014-04-15 Pedro Alves <palves@redhat.com>
4080
4081 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4082
2d1baf52
PA
40832014-04-15 Pedro Alves <palves@redhat.com>
4084
4085 * gdb.base/sym-file-loader.c: Include <limits.h>.
4086 (SELF_LINK): New define.
4087 (get_origin): New function.
4088 (load_shlib): Use it.
4089 * gdb.base/sym-file.exp: Don't early return if the target is
4090 remote. Use runto_main, and issue fail is that fails. Use
4091 gdb_load_shlibs.
4092 (shlib_name): Delete.
4093 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4094
7dd6df01
PA
40952014-04-15 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.base/sym-file.exp: Remove regex characters from test
4098 message. Don't refer to breakpoint numbers in test messages.
4099
b50c8614
KS
41002014-04-14 Keith Seitz <keiths@redhat.com>
4101
4102 PR c++/16253
4103 * gdb.cp/var-tag.cc: New file.
4104 * gdb.cp/var-tag.exp: New file.
4105 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4106 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4107 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4108 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4109
3d567982
TT
41102014-04-14 Tom Tromey <tromey@redhat.com>
4111
4112 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4113 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4114 type.
4115 * gdb.cp/enum-class.exp: New file.
4116 * gdb.cp/enum-class.cc: New file.
4117
0626fc76
TT
41182014-04-14 Tom Tromey <tromey@redhat.com>
4119
4120 * gdb.dwarf2/enum-type.exp: New file.
4121
dca325b3
SA
41222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4123
4124 * gdb.mi/mi-vla-c99.exp: New file.
4125 * gdb.mi/vla.c: New file.
4126
5854b38a
SA
41272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4128
4129 * gdb.base/vla-datatypes.c: New file.
4130 * gdb.base/vla-datatypes.exp: New file.
4131
463bb957
SA
41322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4133
4134 * gdb.base/vla-ptr.c: New file.
4135 * gdb.base/vla-ptr.exp: New file.
4136
3dd170be
SA
41372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4138
4139 * gdb.dwarf2/count.exp: New file.
4140
5ecaaa66
SA
41412014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4142
4143 * gdb.base/vla-sideeffect.c: New file.
4144 * gdb.base/vla-sideeffect.exp: New file.
4145
41f1ada5
DB
41462014-04-14 David Blaikie <dblaikie@gmail.com>
4147
4148 * gdb.mi/non-stop.c: Add return value for non-void function return
4149 statement.
4150 * gdb.threads/staticthreads.c: Ditto.
4151
0be03e84
DE
41522014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4153 Doug Evans <xdje42@gmail.com>
4154
4155 * gdb.guile/scm-value.c: Improve test case.
4156 * gdb.guile/scm-value.exp: Add new test.
4157
f180a1fb
DB
41582014-04-11 David Blaikie <dblaikie@gmail.com>
4159
4160 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4161 override Clang's default.
4162
6b662e19
JB
41632014-04-11 Joel Brobecker <brobecker@adacore.com>
4164
4165 Revert the following changes (regressions):
4166
4167 * gdb.base/vla-sideeffect.c: New file.
4168 * gdb.base/vla-sideeffect.exp: New file.
4169
4170 * gdb.dwarf2/count.exp: New file.
4171
4172 * gdb.base/vla-multi.c: New file.
4173 * gdb.base/vla-multi.exp: New file.
4174
4175 * gdb.base/vla-ptr.c: New file.
4176 * gdb.base/vla-ptr.exp: New file.
4177
4178 * gdb.base/vla-datatypes.c: New file.
4179 * gdb.base/vla-datatypes.exp: New file.
4180
4181 * gdb.mi/mi-vla-c99.exp: New file.
4182 * gdb.mi/vla.c: New file.
4183
245a5f0b
KS
41842014-04-11 Keith Seitz <keiths@redhat.com>
4185
4186 PR c++/16675
4187 * gdb.cp/cpsizeof.exp: New file.
4188 * gdb.cp/cpsizeof.cc: New file.
4189
58a84dcf
SA
41902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4191
191a8a90
JB
4192 * gdb.mi/mi-vla-c99.exp: New file.
4193 * gdb.mi/vla.c: New file.
58a84dcf 4194
c8655f75
SA
41952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4196
4197 * gdb.base/vla-datatypes.c: New file.
4198 * gdb.base/vla-datatypes.exp: New file.
4199
024e13b4
SA
42002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4201
4202 * gdb.base/vla-ptr.c: New file.
4203 * gdb.base/vla-ptr.exp: New file.
4204
1a237e0e
SA
42052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4206
4207 * gdb.base/vla-multi.c: New file.
4208 * gdb.base/vla-multi.exp: New file.
4209
504f3432
SA
42102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4211
4212 * gdb.dwarf2/count.exp: New file.
4213
3bce8237
SA
42142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4215
191a8a90
JB
4216 * gdb.base/vla-sideeffect.c: New file.
4217 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4218
322f9c21
YQ
42192014-04-11 Yao Qi <yao@codesourcery.com>
4220
4221 * gdb.base/completion.exp: Check file exists before running tests
4222 on file completion.
4223
d708bcd1
PA
42242014-04-10 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/cond-eval-mode.c: New file.
4227 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4228 prepare_for_testing to build the new file. Check result of
4229 runto_main.
4230 (test_break, test_watch): New procedures.
4231 (top level): Use them.
4232
ae1d2761
PM
42332014-04-08 Pierre Muller <muller@sourceware.org>
4234
4235 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4236 Ctrl-V use for mingw hosts.
4237
7af389b8
SC
42382014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4239
4240 * gdb.python/py-value.c: Improve test case.
4241 * gdb.python/py-value.exp: Add new test.
4242
5e703181
DE
42432014-04-07 David Blaikie <dblaikie@gmail.com>
4244
4245 * lib/compiler.c: Identify the clang compiler.
4246 * lib/compiler.cc: Ditto.
4247
9810b410
YQ
42482014-04-03 Yao Qi <yao@codesourcery.com>
4249
4250 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4251
98d1b8dc
AB
42522014-04-01 Anton Blanchard <anton@samba.org>
4253
4254 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4255 messages unique.
4256
3114cea1
AB
42572014-04-01 Anton Blanchard <anton@samba.org>
4258
4259 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4260 prepare_for_testing.
4261
62f7182c
AB
42622014-04-01 Anton Blanchard <anton@samba.org>
4263
4264 * gdb.arch/ppc64-atomic-inst.c: Remove.
4265 * gdb.arch/ppc64-atomic-inst.S: New file.
4266 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4267
770e7fc7
DE
42682014-03-31 Doug Evans <dje@google.com>
4269
4270 * gdb.base/print-symbol-loading-lib.c: New file.
4271 * gdb.base/print-symbol-loading-main.c: New file.
4272 * gdb.base/print-symbol-loading.exp: New file.
4273
46e2bafa
YQ
42742014-03-31 Yao Qi <yao@codesourcery.com>
4275
4276 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4277
8776cfe9
JB
42782014-03-28 Joel Brobecker <brobecker@adacore.com>
4279
4280 * gdb.ada/mi_dyn_arr: New testcase.
4281
5d1ef361
DE
42822014-03-27 Doug Evans <dje@google.com>
4283
4284 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4285
b5bee914
YQ
42862014-03-27 Yao Qi <yao@codesourcery.com>
4287
4288 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4289 if target is nios2-*-*.
4290
0d4d0e77
YQ
42912014-03-26 Yao Qi <yao@codesourcery.com>
4292
4293 * lib/gdb.exp (readline_is_used): New proc.
4294 * gdb.base/completion.exp: Move tests on command complete up.
4295 Skip the rest of tests if readline is not used.
4296 * gdb.ada/complete.exp: Skp the test if readline is not
4297 used.
4298 * gdb.base/filesym.exp: Likewise.
4299 * gdb.base/macscp.exp: Likewise.
4300 * gdb.base/readline-ask.exp: Likewise.
4301 * gdb.base/readline.exp: Likewise.
4302 * gdb.python/py-cmd.exp: Likewise.
4303 * gdb.trace/tfile.exp: Likewise.
4304
29361eee
YQ
43052014-03-26 Yao Qi <yao@codesourcery.com>
4306
4307 * gdb.base/macscp.exp: Fix code format issues.
4308
bc9a5525
UW
43092014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4310
4311 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4312 * gdb.asm/powerpc64le.inc: New file.
4313
d3839ede
PA
43142014-03-25 Pedro Alves <palves@redhat.com>
4315 Doug Evans <dje@google.com>
4316
4317 * gdb.base/source-execution.c: New file.
4318 * gdb.base/source-execution.exp: New file.
4319 * gdb.base/source-execution.gdb: New file.
4320
01672a57
DE
43212014-03-24 Doug Evans <dje@google.com>
4322
4323 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4324 using fission.
4325
88bbeca9
HZ
43262014-03-24 Hui Zhu <hui@codesourcery.com>
4327 Pedro Alves <palves@redhat.com>
4328
4329 PR breakpoints/16101
4330 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4331 test pass/fail messages. Detect missing support for dprintf when
4332 breakpoints are actually inserted.
4333 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4334 breakpoints are actually inserted.
4335 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4336 fails.
4337
d2348791
JK
43382014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4339
4340 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4341
feef67ab
DE
43422014-03-22 Doug Evans <xdje42@gmail.com>
4343
4344 * gdb.python/python.exp (python not supported): Verify multi-line
4345 python command issues an error.
25d743f9 4346 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4347 guile command issues an error.
feef67ab 4348
ecebef6a
MR
43492014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4350
4351 * gdb.threads/thread-specific.exp: Handle the lack of usable
4352 $this_breakpoint and $this_thread.
4353
ccdd1909
HZ
43542014-03-21 Hui Zhu <hui@codesourcery.com>
4355
4356 * gdb.base/attach.exp (do_command_attach_tests): New.
4357
beb460e8
PA
43582014-03-20 Tom Tromey <tromey@redhat.com>
4359 Pedro Alves <palves@redhat.com>
4360
4361 PR cli/15718
4362 * gdb.base/condbreak-call-false.c: New file.
4363 * gdb.base/condbreak-call-false.exp: New file.
4364
40acf43a
PA
43652014-03-20 Pedro Alves <palves@redhat.com>
4366
4367 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4368 Delete.
4369 (block_signals, unblock_signals): Delete.
4370 (child_function_2, main): Remove references to deleted variable
4371 and functions.
4372
9f5e1e02
PA
43732014-03-20 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4376 Use pthread_kill to signal thread 2.
4377 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4378 Adjust to make the test send itself a signal rather than using the
4379 host's "kill" command.
4380
99619bea
PA
43812014-03-20 Pedro Alves <palves@redhat.com>
4382
4383 * gdb.threads/multiple-step-overs.c: New file.
4384 * gdb.threads/multiple-step-overs.exp: New file.
4385 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4386 Adjust expected infrun debug output.
4387
2adfaa28
PA
43882014-03-20 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4391 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4392
31e77af2
PA
43932014-03-20 Pedro Alves <palves@redhat.com>
4394
4395 PR breakpoints/7143
4396 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4397 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4398 of gdb_test_multiple.
4399 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4400 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4401
b9f437de
PA
44022014-03-20 Pedro Alves <palves@redhat.com>
4403
4404 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4405 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4406
05adc73e
PA
44072014-03-19 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.base/async.exp: Remove early return.
4410
6048b950
PA
44112014-03-19 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4414
8bcfb00a
PA
44152014-03-19 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/async.exp (test_background): Expect \r\n after
4418 "completed." in the fail pattern.
4419
884e37dc
PA
44202014-03-19 Pedro Alves <palves@redhat.com>
4421
4422 * gdb.base/async.exp (test_background): New procedure.
4423 Use it for all background execution command tests.
4424
148e57e2
PA
44252014-03-19 Pedro Alves <palves@redhat.com>
4426
4427 * gdb.base/async.exp: Use prepare_for_testing.
4428
f48088c7
PA
44292014-03-19 Pedro Alves <palves@redhat.com>
4430
4431 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4432 the same line.
4433
e2f6c966
PA
44342014-03-19 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.base/async.c (main): Add "jump here" and "until here" line
4437 marker comments.
4438 * gdb.base/async.exp (jump_here): New global.
4439 (jump& test): Use it.
4440 (until_here): New global.
4441 (until& test): Use it.
4442
c30568d4
PA
44432014-03-19 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.base/async.exp: Don't frob gdb_protocol.
4446
0172b6a7
DE
44472014-03-18 Doug Evans <xdje42@gmail.com>
4448
4449 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4450 Fix spelling of exec-done-display.
4451
06c868a8
JK
44522014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4453
4454 PR gdb/15358
4455 * gdb.base/gdb-sigterm.c: New file.
4456 * gdb.base/gdb-sigterm.exp: New file.
4457
0c7e1a46
PA
44582014-03-18 Pedro Alves <palves@redhat.com>
4459
4460 PR gdb/13860
4461 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4462 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4463 solib-event.
4464
f7c77d93
JB
44652014-03-17 Joel Brobecker <brobecker@adacore.com>
4466
4467 * gdb.ada/pckd_arr_ren: New testcase.
4468
5a1e8c7a
DE
44692014-03-13 Doug Evans <xdje42@gmail.com>
4470
4471 PR guile/16612
4472 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4473 collect after discarding symbols.
4474
350e1a76
DE
44752014-03-13 Ludovic Courtès <ludo@gnu.org>
4476 Doug Evans <xdje42@gmail.com>
4477
4478 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4479 to history survives a gc.
4480
a69900ae
PA
44812014-03-13 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.base/default.exp: Don't test "target procfs".
4484
5db9f0bd
PA
44852014-03-13 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/default.exp: Update "target child" and "target procfs"
4488 tests to not expect "Unix".
4489
b3ccfe11
TT
44902014-03-12 Tom Tromey <tromey@redhat.com>
4491
4492 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4493 New procs. Add target-async tests.
4494 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4495 Add target-async tests.
4496
646f4417
AA
44972014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4498
4499 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4500 'func_start' and 'func_end' for the beginning and end of the
4501 function code, respectively.
4502 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4503 'func_end' instead of 'func' and 'main'.
4504
288c211f
AA
45052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4506
4507 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4508 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4509 generate the debug info assembler source.
4510
e0c0f156
AA
45112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4512
4513 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4514 * gdb.dwarf2/arr-subrange.exp: Likewise.
4515 * gdb.dwarf2/dwz.exp: Likewise.
4516 * gdb.dwarf2/method-ptr.exp: Likewise.
4517 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4518 * gdb.dwarf2/subrange.exp: Likewise.
4519 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4520 * gdb.dwarf2/implptrpiece.exp: Likewise.
4521 * gdb.dwarf2/nostaticblock.exp: Likewise.
4522
0e5c4555
AA
45232014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4524
4525 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4526 directory to absolute path name arguments.
4527
5ec18f2b
JG
45282014-03-10 Joel Brobecker <brobecker@adacore.com>
4529
4530 * gdb.ada/tagged_access: New testcase.
4531
847fc4f2
MM
45322014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4533
4534 * gdb.btrace/data.exp: Update expected output.
4535
cc3da688
YQ
45362014-03-06 Yao Qi <yao@codesourcery.com>
4537
4538 * gdb.trace/pr16508.exp: New file.
4539
0f26cec1
PA
45402014-03-05 Pedro Alves <palves@redhat.com>
4541
4542 PR gdb/16575
4543 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4544 procedure.
4545 (top level): Adjust to use it. Add tests that exercise breakpoint
4546 interaction with the code-cache.
4547
7a5a839f
LC
45482014-02-26 Ludovic Courtès <ludo@gnu.org>
4549
4550 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4551 test for 'history-append!'.
4552
31aa7e4e
JB
45532014-02-26 Joel Brobecker <brobecker@adacore.com>
4554
4555 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4556 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4557 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4558 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4559 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4560 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4561
1b588015
JB
45622014-02-26 Joel Brobecker <brobecker@adacore.com>
4563
4564 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4565 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4566 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4567
55426c9d
JB
45682014-02-26 Joel Brobecker <brobecker@adacore.com>
4569
4570 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4571
dc53a7ad
JB
45722014-02-26 Joel Brobecker <brobecker@adacore.com>
4573
4574 * gdb.dwarf2/arr-stride.c: New file.
4575 * gdb.dwarf2/arr-stride.exp: New file.
4576
12ab52e9
PA
45772014-02-26 Pedro Alves <palves@redhat.com>
4578
4579 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4580 that won't ever trigger. Make sure that GDB reports the correct
4581 breakpoint that caused the stop.
4582
849c862e
JK
45832014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 PR gdb/16626
4586 * gdb.base/auto-load-script: New file.
4587 * gdb.base/auto-load.c: New file.
4588 * gdb.base/auto-load.exp: New file.
4589
71b7d793
JK
4590 PR gdb/16626
4591 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4592
e2f0d509
JK
45932014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4594
4595 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4596 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4597
50cc37c8
DE
45982014-02-24 Doug Evans <dje@google.com>
4599
4600 * lib/gdb.exp (run_on_host): Log error output if program fails.
4601
ea4758f2
PA
46022014-02-21 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.threads/step-after-sr-lock.c: Rename to ...
4605 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4606 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4607 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4608 ... this.
4609
d7b30f67
SDJ
46102014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4611
4612 PR tdep/16397
4613 * gdb.arch/amd64-stap-special-operands.exp: New file.
4614 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4615 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4616 * gdb.arch/amd64-stap-triplet.S: Likewise.
4617 * gdb.arch/amd64-stap-triplet.c: Likewise.
4618
83deb43f
JB
46192014-02-20 Joel Brobecker <brobecker@adacore.com>
4620
4621 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4622 in .section pseudo-op.
4623
adde2bff
DE
46242014-02-20 lin zuojian <manjian2006@gmail.com>
4625 Joel Brobecker <brobecker@adacore.com>
4626 Doug Evans <xdje42@gmail.com>
4627
4628 PR symtab/16581
4629 * gdb.dwarf2/dw2-icycle.S: New file.
4630 * gdb.dwarf2/dw2-icycle.c: New file.
4631 * gdb.dwarf2/dw2-icycle.exp: New file.
4632
f7bd0f78
SC
46332014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4634
4635 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4636 operations on gdb.Value objects.
4637 * gdb.python/py-value-cc.exp: Add new test to test operations on
4638 gdb.Value objects.
4639
c17ef0d5
DE
46402014-02-18 Doug Evans <dje@google.com>
4641
4642 * Makefile.in (TESTS): New variable.
4643 (expanded_tests, expanded_tests_or_none): New variables
4644 (check-single): Pass $(expanded_tests_or_none) to runtest.
4645 (check-parallel): Only run tests in $(TESTS) if non-empty.
4646 (check/no-matching-tests-found): New rule.
4647 * README: Document TESTS makefile variable.
4648
5dd3176f
DE
46492014-02-18 Doug Evans <dje@google.com>
4650
4651 * Makefile.in (check-parallel): rm -rf outputs temp.
4652
0b10be4f
JK
46532014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4654
4655 Fix "ERROR: no fileid for" in the testsuite.
4656 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4657
85f224e7
DE
46582014-02-12 Doug Evans <dje@google.com>
4659
4660 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4661 (MISCELLANEOUS): New variable.
4662 (clean): rm -rf $(MISCELLANEOUS).
4663 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4664 dwp live in the same directory as symlinks, with each symlink pointed
4665 to a differently named file in a different directory.
4666
149b30ff
DE
46672014-02-11 Doug Evans <dje@google.com>
4668
4669 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4670 of Tcl file commands.
4671
1dfdac32
MK
46722014-02-10 Mark Kettenis <kettenis@gnu.org>
4673
4674 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4675 "kill -SIGUSR1 -1".
4676
aa4fb036
JB
46772014-02-10 Joel Brobecker <brobecker@adacore.com>
4678
4679 * gdb.ada/tick_length_array_enum_idx: New testcase.
4680
ed3ef339
DE
46812014-02-10 Doug Evans <xdje42@gmail.com>
4682
4683 * configure.ac (AC_OUTPUT): Add gdb.guile.
4684 * configure: Regenerate.
4685 * lib/gdb-guile.exp: New file.
4686 * lib/gdb.exp (get_target_charset): New function.
4687 * gdb.base/help.exp: Update expected output from "apropos apropos".
4688 * gdb.guile/Makefile.in: New file.
4689 * gdb.guile/guile.exp: New file.
4690 * gdb.guile/scm-arch.c: New file.
4691 * gdb.guile/scm-arch.exp: New file.
4692 * gdb.guile/scm-block.c: New file.
4693 * gdb.guile/scm-block.exp: New file.
4694 * gdb.guile/scm-breakpoint.c: New file.
4695 * gdb.guile/scm-breakpoint.exp: New file.
4696 * gdb.guile/scm-disasm.c: New file.
4697 * gdb.guile/scm-disasm.exp: New file.
4698 * gdb.guile/scm-equal.c: New file.
4699 * gdb.guile/scm-equal.exp: New file.
4700 * gdb.guile/scm-error.exp: New file.
4701 * gdb.guile/scm-error.scm: New file.
4702 * gdb.guile/scm-frame-args.c: New file.
4703 * gdb.guile/scm-frame-args.exp: New file.
4704 * gdb.guile/scm-frame-args.scm: New file.
4705 * gdb.guile/scm-frame-inline.c: New file.
4706 * gdb.guile/scm-frame-inline.exp: New file.
4707 * gdb.guile/scm-frame.c: New file.
4708 * gdb.guile/scm-frame.exp: New file.
4709 * gdb.guile/scm-generics.exp: New file.
4710 * gdb.guile/scm-gsmob.exp: New file.
4711 * gdb.guile/scm-iterator.c: New file.
4712 * gdb.guile/scm-iterator.exp: New file.
4713 * gdb.guile/scm-math.c: New file.
4714 * gdb.guile/scm-math.exp: New file.
4715 * gdb.guile/scm-objfile-script-gdb.in: New file.
4716 * gdb.guile/scm-objfile-script.c: New file.
4717 * gdb.guile/scm-objfile-script.exp: New file.
4718 * gdb.guile/scm-objfile.c: New file.
4719 * gdb.guile/scm-objfile.exp: New file.
4720 * gdb.guile/scm-ports.exp: New file.
4721 * gdb.guile/scm-pretty-print.c: New file.
4722 * gdb.guile/scm-pretty-print.exp: New file.
4723 * gdb.guile/scm-pretty-print.scm: New file.
4724 * gdb.guile/scm-section-script.c: New file.
4725 * gdb.guile/scm-section-script.exp: New file.
4726 * gdb.guile/scm-section-script.scm: New file.
4727 * gdb.guile/scm-symbol.c: New file.
4728 * gdb.guile/scm-symbol.exp: New file.
4729 * gdb.guile/scm-symtab-2.c: New file.
4730 * gdb.guile/scm-symtab.c: New file.
4731 * gdb.guile/scm-symtab.exp: New file.
4732 * gdb.guile/scm-type.c: New file.
4733 * gdb.guile/scm-type.exp: New file.
4734 * gdb.guile/scm-value-cc.cc: New file.
4735 * gdb.guile/scm-value-cc.exp: New file.
4736 * gdb.guile/scm-value.c: New file.
4737 * gdb.guile/scm-value.exp: New file.
4738 * gdb.guile/source2.scm: New file.
4739 * gdb.guile/types-module.cc: New file.
4740 * gdb.guile/types-module.exp: New file.
4741
7026a7c1
YQ
47422014-02-10 Yao Qi <yao@codesourcery.com>
4743
4744 PR testsuite/16543
4745 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4746 * configure: Regenerated.
4747 * Makefile.in: New file.
4748
6c466447
AS
47492014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4750
4751 * gdb.python/py-framefilter.exp: Fix typo.
4752
6e854735
YQ
47532014-02-08 Yao Qi <yao@codesourcery.com>
4754
4755 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4756 that no =breakpoint-modified is emitted when breakpoints are
4757 modified through MI commands.
4758
d137e6dc
PA
47592014-02-07 Pedro Alves <pedro@codesourcery.com>
4760 Pedro Alves <palves@redhat.com>
4761
4762 * gdb.threads/step-after-sr-lock.c: New file.
4763 * gdb.threads/step-after-sr-lock.exp: New file.
4764
b5ee5a50
PA
47652014-02-07 Pedro Alves <palves@redhat.com>
4766
4767 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4768
3c77faf3
JK
47692014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4770
4771 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4772 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4773
6dddc817
DE
47742014-02-06 Doug Evans <xdje42@gmail.com>
4775
4776 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4777 output.
4778
4779 * gdb.gdb/python-interrupts.exp: New file.
4780
de7b2893
YQ
47812014-02-05 Yao Qi <yao@codesourcery.com>
4782
4783 * gdb.trace/report.exp (use_collected_data): Test the output
4784 of "info threads" and "info inferiors".
4785
66d032ac
YQ
47862014-02-05 Yao Qi <yao@codesourcery.com>
4787
4788 Revert this patch:
4789
4790 2013-05-24 Yao Qi <yao@codesourcery.com>
4791
4792 * gdb.trace/tfile.exp: Test inferior and thread.
4793
591a12a1
UW
47942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4795
4796 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4797 on a function.
4798 * gdb.base/step-bt.c: Call hello via function pointer to make
4799 sure its first instruction is executed on powerpc64le-linux.
4800
0ff3e01f
UW
48012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4802
4803 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4804
084ee545
UW
48052014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4806
4807 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4808 of the test patterns for use on little-endian systems.
4809
6ed14ff3
UW
48102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4811
4812 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4813 (decimal_vector): Fix for little-endian.
4814
401e27fd
JM
48152014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4816
4817 * gdb.arch/sparc-sysstep.exp: New file.
4818 * gdb.arch/sparc-sysstep.c: Likewise.
4819
4820 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4821
8b924729
EBM
48222014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4823
4824 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4825
fb151210
JB
48262014-01-23 Tom Tromey <tromey@redhat.com>
4827
4828 * gdb.ada/array_char_idx: New testcase.
4829
0740f8d8
TT
48302014-01-23 Tom Tromey <tromey@redhat.com>
4831
4832 PR python/16487:
4833 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4834 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4835 classes.
4836
21909fa1
TT
48372014-01-23 Tom Tromey <tromey@redhat.com>
4838
4839 PR python/16491:
4840 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4841 string from an inferior frame.
4842 * gdb.python/py-framefilter-mi.exp: Update.
4843
87ce2a04
DE
48442014-01-22 Doug Evans <dje@google.com>
4845
4846 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4847
237b092b
AA
48482014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4849
4850 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4851
d674a709
AA
48522014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4853
4854 * gdb.trace/entry-values.exp: Remove excess space character from
4855 regex patterns. Handle s390 call instruction.
4856
20fa3390
AA
48572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4858
4859 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4860 define "*_start" label. Make "name" static.
4861 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4862 ${name} by references to ${name}_start.
4863
78466714
AA
48642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4865
4866 * gdb.base/info-macros.exp: Remove "debug" from the compile
4867 options.
4868
ec9f644a
IB
48692014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4870
4871 * gdb.dlang/demangle.exp: New file.
4872
94b1b47e
IB
48732014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4874
4875 * gdb.dlang/primitive-types.exp: New file.
4876
7f420862
IB
48772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4878
4879 * configure.ac: Create gdb.dlang/Makefile.
4880 * configure: Regenerate.
4881 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4882 * gdb.dlang/Makefile.in: New file.
4883 * lib/d-support.exp: New file.
4884 * lib/gdb.exp (skip_d_tests): New proc.
4885
52834460
MM
48862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4887
4888 * gdb.btrace/delta.exp: Check reverse stepi.
4889 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4890 * gdb.btrace/finish.exp: New.
4891 * gdb.btrace/next.exp: New.
4892 * gdb.btrace/nexti.exp: New.
4893 * gdb.btrace/record_goto.c: Add comments.
4894 * gdb.btrace/step.exp: New.
4895 * gdb.btrace/stepi.exp: New.
4896 * gdb.btrace/multi-thread-step.c: New.
4897 * gdb.btrace/multi-thread-step.exp: New.
4898 * gdb.btrace/rn-dl-bind.c: New.
4899 * gdb.btrace/rn-dl-bind.exp: New.
4900 * gdb.btrace/data.c: New.
4901 * gdb.btrace/data.exp: New.
4902 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4903
6e07b1d2
MM
49042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4905
4906 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4907 * gdb.btrace/exception.exp: Update.
4908 * gdb.btrace/instruction_history.exp: Update.
4909 * gdb.btrace/record_goto.exp: Update.
4910 * gdb.btrace/tailcall.exp: Update.
4911 * gdb.btrace/unknown_functions.exp: Update.
4912 * gdb.btrace/delta.exp: New.
4913
0b722aec
MM
49142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4915
4916 * gdb.btrace/record_goto.exp: Add backtrace test.
4917 * gdb.btrace/tailcall.exp: Add backtrace test.
4918
066ce621
MM
49192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4920
4921 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4922 * gdb.btrace/record_goto.c: New.
4923 * gdb.btrace/record_goto.exp: New.
4924 * gdb.btrace/x86-record_goto.S: New.
4925
0688d04e
MM
49262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4927
4928 * gdb.btrace/function_call_history.exp: Update tests.
4929 * gdb.btrace/instruction_history.exp: Update tests.
4930
8710b709
MM
49312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4932
4933 * gdb.btrace/function_call_history.exp: Fix expected field
4934 order for "record function-call-history".
4935 Add new tests for "record function-call-history /c".
4936 * gdb.btrace/exception.cc: New.
4937 * gdb.btrace/exception.exp: New.
4938 * gdb.btrace/tailcall.exp: New.
4939 * gdb.btrace/x86-tailcall.S: New.
4940 * gdb.btrace/x86-tailcall.c: New.
4941 * gdb.btrace/unknown_functions.c: New.
4942 * gdb.btrace/unknown_functions.exp: New.
4943 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4944
5de9129b
MM
49452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4946
4947 * gdb.btrace/instruction_history.exp: Update.
4948 * gdb.btrace/function_call_history.exp: Update.
4949
23a7fe75
MM
49502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4951
4952 * gdb.btrace/function_call_history.exp: Fix expected function
4953 trace.
4954 * gdb.btrace/instruction_history.exp: Initialize traced.
4955 Remove traced_functions.
4956
724c7dd8
MM
49572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4958
4959 * gdb.btrace/function_call_history.exp: Update
4960 * gdb.btrace/instruction_history.exp: Update.
4961
6d78d93b
MM
49622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4963
4964 * gdb.btrace/enable.exp: Update expected text.
4965
93a360cc
OJ
49662014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4967
4968 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4969 bytes.
4970
3772b53f
MR
49712014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4972
4973 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4974
596662fa
OJ
49752014-01-15 Omair Javaid <omair.javaid@linaro.org>
4976
4977 * lib/gdb.exp (supports_process_record): Return true for
4978 arm*-linux*. (supports_reverse): Likewise.
4979
b5b08fb4
SC
49802014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4981
4982 PR python/15464
4983 PR python/16113
4984 * gdb.python/py-type.c: Enhance test case.
4985 * gdb.python/py-value-cc.cc: Likewise
4986 * gdb.python/py-type.exp: Add new tests.
4987 * gdb.python/py-value-cc.exp: Likewise
4988
52d7fb13
AA
49892014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4990 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4993 Make "name" extern.
4994 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4995 references to ${name}_start by references to ${name}.
4996
a2cd8cfe
JB
49972014-01-10 Joel Brobecker <brobecker@adacore.com>
4998
4999 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5000
4e23fced
JB
50012014-01-10 Joel Brobecker <brobecker@adacore.com>
5002
5003 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5004
c6a9e42c
PA
50052014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5006 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.mi/mi-info-os.exp: Connect to the target with
5009 mi_gdb_target_load.
5010
b7ea362b
PA
50112014-01-08 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.threads/reconnect-signal.c: New file.
5014 * gdb.threads/reconnect-signal.exp: New file.
5015
5e3f4fab
EBM
50162014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5017
5018 * gdb.base/source-dir.exp: New file.
5019
79301218
JB
50202014-01-07 Joel Brobecker <brobecker@adacore.com>
5021
5022 * gdb.ada/mi_interface: New testcase.
5023
8e355c5d
JB
50242014-01-07 Joel Brobecker <brobecker@adacore.com>
5025
5026 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5027 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5028 gdb.ada/pp-rec-component/pck.ads: New files.
5029
c0d48811
JB
50302014-01-07 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.python/py-pp-integral.c: New file.
5033 * gdb.python/py-pp-integral.py: New file.
5034 * gdb.python/py-pp-integral.exp: New file.
5035
17b609c3 5036For older changes see ChangeLog-1993-2013.
c906108c 5037\f
8d8cb839
EZ
5038;; Local Variables:
5039;; mode: change-log
5040;; left-margin: 8
5041;; fill-column: 74
5042;; version-control: never
5043;; End:
902f2ccb 5044
32d0add0 5045 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
5046 Copying and distribution of this file, with or without modification,
5047 are permitted provided the copyright notice and this notice are preserved.
This page took 2.311122 seconds and 4 git commands to generate.