compile: Distribute scope, add scope_data
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
aa715135
JG
12015-05-15 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/arr_enum_with_gap: New testcase.
4
931e5bc3
JG
52015-05-15 Joel Brobecker <brobecker@adacore.com>
6
7 * gdb.ada/byte_packed_arr: New testcase.
8
9cd4d857
JB
92015-05-15 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/pckd_neg: New testcase.
12
ebfd00d2
PP
132015-05-13 Patrick Palka <patrick@parcs.ath.cx>
14
15 PR gdb/17820
16 * gdb.base/gdbinit-history.exp: New test.
17 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
19
4c082a81
SC
202015-05-09 Siva Chandra Reddy <sivachandra@google.com>
21
22 * gdb.python/py-xmethods.cc: Enhance test case.
23 * gdb.python/py-xmethods.exp: New tests.
24 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
25 function.
26 (B_indexoper): Likewise.
27 (global_dm_list) : Add new xmethod worker functions.
28
f7797074
SDJ
292015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
30
31 * gdb.base/coredump-filter.exp: Correctly unset
32 "coredump_var_addr" array.
33
a4674e4e
PA
342015-05-08 Pedro Alves <palves@redhat.com>
35
36 * gdb.server/non-existing-program.exp: Unset spawn_id.
37
df2eb078
SC
382015-05-08 Siva Chandra Reddy <sivachandra@google.com>
39
40 PR python/18291
41 * gdb.python/py-xmethods.exp: Add tests.
42
422349a3
YQ
432015-05-08 Yao Qi <yao.qi@linaro.org>
44
45 PR gdb/18208
46 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
47 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
48 function set_coredump_filter, and remove remote_exec call.
49 Remove argument ipid. Callers update.
50 (top level): Don't get inferior's PID.
51
63fc80ce
AA
522015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
53
54 * gdb.base/watch_thread_num.exp: Skip test on targets without
55 access watchpoints.
56
80ad801e
PA
572015-05-06 Pedro Alves <palves@redhat.com>
58
59 PR server/18081
60 * gdb.server/non-existing-program.exp: New file.
61
0fa7fe50
JB
622015-05-05 Joel Brobecker <brobecker@adacore.com>
63
64 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
65
3ea89b92
PMR
662015-05-05 Joel Brobecker <brobecker@adacore.com>
67
68 * gdb.ada/out_of_line_in_inlined: New testcase.
69
87b8eff0
JB
702015-05-05 Joel Brobecker <brobecker@adacore.com>
71
72 * gdb.ada/var_rec_arr: New testcase.
73
5fccc635
YQ
742015-04-30 Yao Qi <yao.qi@linaro.org>
75
76 * gdb.base/break-idempotent.exp: If
77 skip_hw_watchpoint_multi_tests returns true, skip the tests
78 on "rwatch" and "awatch".
79
42d38f42
YQ
802015-04-30 Yao Qi <yao.qi@linaro.org>
81
82 * gdb.base/relativedebug.exp: Invoke gdb command
83 "info sharedlibrary", and if libc.so doesn't have debug info,
84 skip the test.
85
2ce1cdbf
DE
862015-04-29 Doug Evans <dje@google.com>
87
88 * gdb.python/py-xmethods.exp: Add ptype tests.
89 * gdb.python/py-xmethods.py (E_method_char_worker): Add
90 get_result_type method.
91
f24a38c5
LM
922015-04-29 Luis Machado <lgustavo@codesourcery.com>
93
94 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
95 the target does not support hardware watchpoints.
96
ecbf2b3c
LM
972015-04-29 Luis Machado <lgustavo@codesourcery.com>
98
99 * gdb.base/break-always.exp: Abort testing if writing to memory
100 causes an error.
101
34f5f757
DE
1022015-04-28 Doug Evans <dje@google.com>
103
104 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
105 * gdb.python/py-pp-registration.exp: ... here. New file.
106 * gdb.python/py-pp-registration.c: New file.
107 * gdb.python/py-pp-registration.py: New file.
108
69b4374a
DE
1092015-04-28 Doug Evans <dje@google.com>
110
111 * gdb.python/py-bad-printers.c: New file.
112 * gdb.python/py-bad-printers.py: New file.
113 * gdb.python/py-bad-printers.exp: New file.
114
59fb7612
SS
1152015-04-28 Sasha Smundak <asmundak@google.com>
116
117 * gdb.python/py-type.exp: New test.
118
2631b16a
AW
1192015-04-28 Andy Wingo <wingo@igalia.com>
120
121 * gdb.python/py-parameter.exp:
122 * gdb.guile/scm-parameter.exp: Escape the path that we are
123 matching against, as it might contain characters that are special
124 to regular expressions.
125
460efde1
JB
1262015-04-27 Joel Brobecker <brobecker@adacore.com>
127
128 * gdb.ada/rec_comp: New testcase.
129
2d369d8e
SDJ
1302015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
131
132 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
133 before using it.
134
cf75d6c3
AB
1352015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
138 new tests for verilog output.
139
8dbe7ca5
YQ
1402015-04-24 Yao Qi <yao.qi@linaro.org>
141
142 * boards/remote-gdbserver-on-localhost.exp: New file.
143
4ef9fb2f
PA
1442015-04-23 Pedro Alves <palves@redhat.com>
145
146 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
147 $inferior_spawn_id instead of $inferior_spawn_id directly. On
148 "end of file", remove $inferior_spawn_id from the indirect list.
149
0a803169
PA
1502015-04-23 Pedro Alves <palves@redhat.com>
151
152 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
153
749ef8f8
PA
1542015-04-23 Pedro Alves <palves@redhat.com>
155
156 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
157 on $any_spawn_id instead of only on $gdb_spawn_id.
158
8aae4344
PM
1592015-04-21 Pierre Muller <muller@sourceware.org>
160
161 PR pascal/17815
162 * lib/pascal.exp (gpc_compile): Add new option "class".
163 (fpc_compile): Likewise.
164 * gdb.pascal/case-insensitive-symbols.pas: New file.
165 * gdb.pascal/case-insensitive-symbols.exp: New file.
166
1586c8fb
GB
1672015-04-20 Gary Benson <gbenson@redhat.com>
168
169 * gdb.base/attach.exp: Fix three extended remote failures.
170
1b6e6f5c
GB
1712015-04-17 Gary Benson <gbenson@redhat.com>
172
173 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
174 the main executable over the remote protocol.
175
e797481d
PA
1762015-04-16 Pedro Alves <palves@redhat.com>
177
178 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
179 a new gdbserver if gdbserver_reconnect_p is set.
180
1ca99c42
PA
1812015-04-16 Pedro Alves <palves@redhat.com>
182
183 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
184 is set, don't exit gdbserver.
185
af9fd6f8
AA
1862015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
187
188 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
189 appropriate .insn, such that an older assembler can be used.
190 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
191 the z/Architecture instruction set on 31-bit targets as well.
192
04ff1e61
AA
1932015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
194
195 * gdb.go/handcall.exp: Remove all logic related to the first
196 breakpoint and rely on go_runto_main instead.
197 * gdb.go/strings.exp: Likewise.
198 * gdb.go/unsafe.exp: Likewise.
199 * gdb.go/hello.exp: Likewise. Also rename the remaining
200 breakpoint marker to "breakpoint 1".
201 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
202 * gdb.go/strings.go: Likewise.
203 * gdb.go/unsafe.go: Likewise.
204 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
205 "set breakpoint 2 here" and rename the remaining breakpoint marker
206 to "breakpoint 1".
207
40d2f8d6
SM
2082015-04-15 Simon Marchi <simon.marchi@ericsson.com>
209
210 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
211 if itertools.imap is not present.
212 * gdb.python/py-objfile.exp: Add parentheses.
213 * gdb.python/py-type.exp: Same.
214 * gdb.python/py-unwind-maint.py: Same.
215
8cbc97c6
YQ
2162015-04-15 Yao Qi <yao.qi@linaro.org>
217
218 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
219 of ":$ptr_size" and set its form explicitly.
220
45fd756c
YQ
2212015-04-15 Pedro Alves <palves@redhat.com>
222 Yao Qi <yao.qi@linaro.org>
223
224 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
225 timeout by factor of 4.
226 (test_regular_watch): Likewise.
227 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
228 * gdb.reverse/sigall-reverse.exp: Likewise.
229 * gdb.reverse/until-precsave.exp: Likewise.
230 * lib/gdb.exp (with_timeout_factor): New proc.
231 (gdb_expect): Move some code to ...
232 (get_largest_timeout): ... here. New procedure.
233
9e811bc3
LM
2342015-04-14 Luis Machado <lgustavo@codesourcery.com>
235
236 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
237
0ff6fcb2
LM
2382015-04-13 Luis Machado <lgustavo@codesourcery.com>
239
240 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
241 to write to the .text section.
242
7578d5f7
LM
2432015-04-13 Luis Machado <lgustavo@codesourcery.com>
244
245 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
246 Handle the case of targets that do not provide PID information.
247
2efe15c4
YQ
2482015-04-13 Yao Qi <yao.qi@linaro.org>
249
250 * lib/gdbserver-support.exp (gdb_exit): Catch exception
251 and use expect instead of gdb_expect.
252
8cd8f2f8
SDJ
2532015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
254
255 * gdb.base/coredump-filter.exp: Rename variable "addr" to
256 "coredump_var_addr" to avoid naming conflict with other testcases.
257
9ee41772
PA
2582015-04-10 Pedro Alves <palves@redhat.com>
259
260 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
261 gdb_test_sequence and gdb_assert.
262
07473109
PA
2632015-04-10 Pedro Alves <palves@redhat.com>
264
265 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
266 test messages that don't include the breakpoint address.
267
de3db44c
YQ
2682015-04-10 Yao Qi <yao.qi@linaro.org>
269
270 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
271 false for some offset and width combinations which aren't
272 supported by linux kernel.
273
c79d856c
PA
2742015-04-10 Pedro Alves <palves@redhat.com>
275
276 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
277 procedure, factored out from ...
278 (top level): ... here. Add "set displaced-stepping" testing axis.
279 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
280 parameter "displaced". Use it.
281 (top level): Use foreach and add "set displaced-stepping" testing
282 axis.
283
ebc90b50
PA
2842015-04-10 Pedro Alves <palves@redhat.com>
285
286 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
287 Remove comment.
288 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
289 both the address of the instruction that triggers the watchpoint
290 and the address of the instruction immediately after, and use
291 those addresses for the test. Fix comment.
292
8f572e5c
PA
2932015-04-10 Pedro Alves <palves@redhat.com>
294
295 * gdb.base/sigstep.exp (breakpoint_to_handler)
296 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
297 Test "backtrace" in handler.
298 (breakpoint_over_handler): New parameter 'displaced'. Use it.
299 (top level): Add new "displaced" test axis to
300 breakpoint_to_handler, breakpoint_to_handler_entry and
301 breakpoint_over_handler.
302
8d707a12
PA
3032015-04-10 Pedro Alves <palves@redhat.com>
304
305 PR gdb/18216
306 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
307
ef713951
YQ
3082015-04-10 Yao Qi <yao.qi@linaro.org>
309
310 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
311 (test_add_rn_pc): New function.
312 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
313 (top level): Invoke test_add_rn_pc.
314
906d60cf
PA
3152015-04-10 Pedro Alves <palves@redhat.com>
316
317 PR gdb/13858
318 * gdb.base/step-over-no-symbols.exp: New file.
319
f2983cc3
AW
3202015-04-09 Andy Wingo <wingo@igalia.com>
321
322 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
323 after the Python tests.
324
6d62641c
SDJ
3252015-04-08 Keith Seitz <keiths@redhat.com>
326
327 PR python/16699
328 * gdb.python/py-completion.exp: New tests for completion.
329 * gdb.python/py-completion.py (CompleteLimit1): New class.
330 (CompleteLimit2): Likewise.
331 (CompleteLimit3): Likewise.
332 (CompleteLimit4): Likewise.
333 (CompleteLimit5): Likewise.
334 (CompleteLimit6): Likewise.
335 (CompleteLimit7): Likewise.
336
f3770638
PA
3372015-04-08 Pedro Alves <palves@redhat.com>
338
339 PR gdb/18214
340 PR gdb/18216
341 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
342 function.
343 (main): Install it as SIGUSR1 handler.
344 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
345 parameter. Always use "setup" as prefix. Toggle "set
346 displaced-stepping" off/on depending on global. Don't switch to
347 thread 1 here.
348 (top level): Add displaced stepping "off/on" test axis. Update
349 "setup" calls. Wrap each subtest with with_test_prefix. Test
350 continuing with a queued signal in each thread.
351
4496bed7
PA
3522015-04-08 Pedro Alves <palves@redhat.com>
353
354 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
355 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
356 gdb_breakpoint instead of gdb_test that doesn't expect anything.
357 Return early if running to main fails.
358 * gdb.trace/while-stepping.exp: Likewise.
359
b97fde92
PA
3602015-04-07 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
363 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
364 interact with inferior program.
365
f71c18e7
PA
3662015-04-07 Pedro Alves <palves@redhat.com>
367
368 * lib/gdb.exp (inferior_spawn_id): New global.
369 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
370 spawn id after processing the user code.
371 (default_gdb_start): Set inferior_spawn_id.
372 (send_inferior): New procedure.
373 * lib/gdbserver-support.exp (gdbserver_start): Set
374 inferior_spawn_id.
375 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
376
6423214f
PA
3772015-04-07 Pedro Alves <palves@redhat.com>
378
379 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
380 * lib/gdbserver-support.exp (gdbserver_start): Make
381 $server_spawn_id global.
382 (gdbserver_start): Don't wait for gdbserver's spawn id with
383 expect_background.
384 (close_gdbserver): New procedure.
385 (gdb_exit): Rename the default version and reimplement.
386
71c0ee8c
PA
3872015-04-07 Pedro Alves <palves@redhat.com>
388
389 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
390 append the substituted item, not the original item.
391
203bc29b
PA
3922015-04-07 Pedro Alves <palves@redhat.com>
393
394 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
395 gdb_expect.
396
508a3ddf
PA
3972015-04-07 Pedro Alves <palves@redhat.com>
398
399 * gdb.base/interrupt.exp: Don't handle the case of the inferior
400 output appearing once only.
401
9f6dbe2b
PA
4022015-04-07 Pedro Alves <palves@redhat.com>
403
404 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
405 that doesn't expect anything. Return early if running to main
406 fails.
407
337532fa
YQ
4082015-04-07 Yao Qi <yao.qi@linaro.org>
409
410 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
411 (child_function): Call alarm.
412 (main): Move call to alarm into the loop.
413 * gdb.threads/non-stop-fair-events.exp: Build program with
414 -DTIMEOUT=$timeout.
415
01b622d4
DE
4162015-04-06 Doug Evans <xdje42@gmail.com>
417
418 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
419 Fix dest parameter to board_info.
420 (fpc_compile): Ditto.
421 (gdb_compile_pascal): Rename dest arg to destfile.
422
961f4160
PMR
4232015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
424
425 * gdb.ada/funcall_ref.exp: New file.
426 * gdb.ada/funcall_ref/foo.adb: New file.
427
cafda597
YQ
4282015-04-02 Yao Qi <yao.qi@linaro.org>
429
430 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
431 is remote.
432
fed040c6
GB
4332015-04-02 Gary Benson <gbenson@redhat.com>
434
435 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
436
d11916aa
SS
4372015-04-01 Sasha Smundak <asmundak@google.com>
438
439 * gdb.python/py-unwind-maint.c: New file.
440 * gdb.python/py-unwind-maint.exp: New test.
441 * gdb.python/py-unwind-maint.py: New file.
442 * gdb.python/py-unwind.c: New file.
443 * gdb.python/py-unwind.exp: New test.
444 * gdb.python/py-unwind.py: New test.
445
a1471180
PA
4462015-04-01 Pedro Alves <palves@redhat.com>
447
448 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
449 to fail instead of non-existent $test.
450
0bbeccb1
PA
4512015-04-01 Pedro Alves <palves@redhat.com>
452
453 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
454 GDBFLAGS if not empty.
455
3c724c8c
PMR
4562015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
457
458 * gdb.ada/complete.exp: Remove "multi_line".
459 * gdb.ada/info_exc.exp: Remove "multi_line".
460 * gdb.ada/packed_tagged.exp: Remove "multi_line".
461 * gdb.ada/ptype_field.exp: Remove "multi_line".
462 * gdb.ada/sym_print_name.exp: Remove "multi_line".
463 * gdb.ada/tagged.exp: Remove "multi_line".
464 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
465 [multi_line ...]
466 * gdb.btrace/delta.exp: Likewise.
467 * gdb.btrace/exception.exp: Likewise.
468 * gdb.btrace/function_call_history.exp: Likewise.
469 * gdb.btrace/instruction_history.exp: Likewise.
470 * gdb.btrace/nohist.exp: Likewise.
471 * gdb.btrace/record_goto.exp: Likewise.
472 * gdb.btrace/segv.exp: Likewise.
473 * gdb.btrace/stepi.exp: Likewise.
474 * gdb.btrace/tailcall.exp: Likewise.
475 * gdb.btrace/unknown_functions.exp: Likewise.
476 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
477 * lib/gdb.exp: Add the "multi_line" helper.
478
4eec2deb
PA
4792015-04-01 Pedro Alves <palves@redhat.com>
480
481 * gdb.threads/tid-reuse.c: New file.
482 * gdb.threads/tid-reuse.exp: New file.
483
df8411da
SDJ
4842015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
485
486 PR corefiles/16092
487 * gdb.base/coredump-filter.c: New file.
488 * gdb.base/coredump-filter.exp: Likewise.
489
6ef37366
PM
4902015-03-27 Petr Machata <pmachata@redhat.com>
491
492 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
493 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
494 (Dwarf::assemble): Initialize them.
495 (Dwarf::lines): New function.
496
7ec911b0
JT
4972015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
498
499 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
500 SYMBOL_PREFIX for x86_64-*-cygwin.
501
ff908ebf
AW
5022015-03-26 Andy Wingo <wingo@igalia.com>
503
504 PR symtab/18148
505 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
506 const_value but not a location.
507 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
508 location defined in non-main CUs are visible.
509
6d5f0679
YQ
5102015-03-26 Yao Qi <yao.qi@linaro.org>
511
512 PR testsuite/18139
513 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
514 Add a line number entry for the same line.
515 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
516 Add a line number entry for the same line.
517
2898689b
YQ
5182015-03-26 Yao Qi <yao.qi@linaro.org>
519
520 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
521 .int 0.
522 (func): Likewise. Add .Lfunc_1 label.
523 Use .Lfunc_1 label.
524 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
525 .int 0.
526 (func): Likewise.
527 Use .Lfunc_1 label.
528
85180498
YQ
5292015-03-26 Yao Qi <yao.qi@linaro.org>
530
531 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
532 Call gdb_compile instead to compile each .s files without debug
533 information.
534
8aa08a8d
YQ
5352015-03-26 Yao Qi <yao.qi@linaro.org>
536
537 * gdb.base/savedregs.exp (process_saved_regs): Make
538 "Saved registers:" optional in the pattern.
539
66849923
MM
5402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
541
542 * gdb.btrace/next.exp: Merged into step.exp.
543 * gdb.btrace/finish.exp: Merged into step.exp.
544 * gdb.btrace/nexti.exp: Merged into stepi.exp.
545 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
546 "record goto" and checking the exact replay position.
547 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
548 check for "Recording format" in "info record" output.
549 * gdb.btrace/record_goto.exp: Choose test file based on target.
550 * gdb.btrace/x86-record_goto.S: Renamed into ...
551 * gdb.btrace/x86_64-record_goto.S: ... this.
552 * gdb.btrace/i686-record_goto.S: New.
553 * gdb.btrace/x86-tailcall.S: Renamed into ...
554 * gdb.btrace/x86_64-tailcall.S: ... this.
555 * gdb.btrace/i686-tailcall.S: New.
556 * gdb.btrace/x86-tailcall.c: Renamed into ...
557 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
558 separate statements. Update test.
559 * gdb.btrace/delta.exp: Use record_goto.c as test file.
560 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
561 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
562 * gdb.btrace/tailcall.exp: Choose test file based on target.
563 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
564
11cc1b74
MM
5652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
566
567 * gdb.btrace/exception.exp: Increase BTS buffer size.
568
a25d8bf9
PA
5692015-03-24 Pedro Alves <palves@redhat.com>
570
571 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
572
856e7dd6
PA
5732015-03-24 Pedro Alves <palves@redhat.com>
574
575 * gdb.threads/schedlock.exp (test_step): No longer expect that
576 "set scheduler-locking step" with "next" over a function call runs
577 threads unlocked.
578
ad235a41
AT
5792015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
580
581 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
582
15630549
AT
5832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
584
585 PR breakpoints/16466
586 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
587 * gdb.mi/mi-pending.c (thread_func): New function.
588 (int main): Add threading support required.
589 * gdb.mi/mi-pending.exp: Add tests for this issue.
590 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
591 (pendfunc2): Remove stdio dependency.
592 * gdb.mi/mi-pendshr2.c: New file.
593
693dca06
KS
5942015-03-23 Keith Seitz <keiths@redhat.com>
595
596 * gdb.linespec/keywords.c: New file.
597 * gdb.linespec/keywords.exp: New file.
598
7e993ebf
KS
5992015-03-23 Keith Seitz <keiths@redhat.com>
600
601 PR gdb/18021
602 * gdb.dwarf2/staticvirtual.exp: New test.
603
bc23328c
JK
6042015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
605
606 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
607 * README: Remove HP-UX and gdb.hp.
608 (configuration):
609 * configure: Regenerate.
610 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
611 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
612 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
613 gdb.hp/gdb.defects/Makefile.
614 * gdb.hp/Makefile.in: File deleted.
615 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
616 * gdb.hp/gdb.aCC/optimize.c: File deleted.
617 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
618 * gdb.hp/gdb.aCC/run.c: File deleted.
619 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
620 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
621 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
622 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
623 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
624 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
625 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
626 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
627 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
628 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
629 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
630 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
631 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
632 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
633 * gdb.hp/gdb.base-hp/reg.s: File deleted.
634 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
635 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
636 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
637 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
638 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
639 * gdb.hp/gdb.compat/Makefile.in: File deleted.
640 * gdb.hp/gdb.compat/average.c: File deleted.
641 * gdb.hp/gdb.compat/sum.c: File deleted.
642 * gdb.hp/gdb.compat/xdb.c: File deleted.
643 * gdb.hp/gdb.compat/xdb0.c: File deleted.
644 * gdb.hp/gdb.compat/xdb0.h: File deleted.
645 * gdb.hp/gdb.compat/xdb1.c: File deleted.
646 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
647 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
648 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
649 * gdb.hp/gdb.defects/Makefile.in: File deleted.
650 * gdb.hp/gdb.defects/bs14602.c: File deleted.
651 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
652 * gdb.hp/gdb.defects/solib-d.c: File deleted.
653 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
654 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
655 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
656 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
657 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
658 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
659 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
660 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
661 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
662 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
663 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
664 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
665 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
666 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
667 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
668 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
669 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
670 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
671 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
672 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
673 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
674 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
675 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
676 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
677 * gdb.hp/tools/odump: File deleted.
678
8bf3b159
PA
6792015-03-19 Pedro Alves <palves@redhat.com>
680
681 * gdb.threads/continue-pending-status.exp (saw_thread_2)
682 (saw_thread_3): New globals.
683 (top level): Increment them when an event for the corresponding
684 thread is seen.
685 (no thread starvation): New test.
686
eb54c8bf
PA
6872015-03-19 Pedro Alves <palves@redhat.com>
688
689 * gdb.threads/continue-pending-status.c: New file.
690 * gdb.threads/continue-pending-status.exp: New file.
691
32d2e5d6
PA
6922015-03-18 Pedro Alves <palves@redhat.com>
693
694 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
695 Use gdb_is_target_remote instead of is_remote. Use
696 gdb_test_multiple instead of gdb_expect. Exit early if
697 gdb_test_multiple hits its internal matches. Tighten stepi tests
698 expected output. Fail on exit with any signal, instead of just
699 SIGILL.
700
f68f11b7
YQ
7012015-03-18 Yao Qi <yao.qi@linaro.org>
702
703 PR tdep/18107
704 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
705 variable.
706 * gdb.base/catch-syscall.exp: Don't skip it on
707 aarch64*-*-linux* target. Remove elements in all_syscalls.
708 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
709 target.
710 (setup_all_syscalls): New proc.
711
ca5fd19b
YQ
7122015-03-16 Yao Qi <yao.qi@linaro.org>
713
714 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
715 (top level): Skip tests if valid_addr_p returns false for
716 $cmd1 or $cmd2.
717
85642ba0
AW
7182015-03-11 Andy Wingo <wingo@igalia.com>
719
720 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
721
e03f9645
YQ
7222015-03-11 Yao Qi <yao.qi@linaro.org>
723
724 * gdb.base/catch-syscall.exp: Fix typo in comments.
725
5d0962b2
YQ
7262015-03-11 Yao Qi <yao.qi@linaro.org>
727
728 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
729
b2df3cef
PA
7302015-03-09 Pedro Alves <palves@redhat.com>
731
732 * dg-extract-results.py: Delete.
733
ef878e53
PA
7342015-03-09 Pedro Alves <palves@redhat.com>
735
736 Merge dg-extract-results.sh from GCC upstream (r218843).
737
738 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
739 * dg-extract-results.sh: Use --text with grep to avoid issues with
740 binary files. Fall back to cat -v, if that doesn't work.
741
9494d219
PA
7422015-03-05 Pedro Alves <palves@redhat.com>
743
744 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
745
a8d9763a
SM
7462015-03-04 Simon Marchi <simon.marchi@ericsson.com>
747
748 * lib/mi-support.exp (mi_expect_interrupt): Accept
749 alternative event for when in all-stop mode.
750
be9957b8
PA
7512015-03-04 Pedro Alves <palves@redhat.com>
752
753 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
754
d57be0f4 7552015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
756
757 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
758
c214c7cf
AA
7592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
760
761 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
762 regexps for GDB's current line display, accept a hex address
763 preceding the line number.
764
6d74a497
AA
7652015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
766
767 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
768 the 'arch1' variable for "s390*-linux*" targets.
769
511aee7c
PA
7702015-03-04 Pedro Alves <palves@redhat.com>
771
772 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
773 (main): Pass missing retval argument to pthread_join call.
774
95e50b27
PA
7752015-03-02 Pedro Alves <palves@redhat.com>
776
777 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
778 (top level): Call do_test with non-stop as well.
779
28054d69
PA
7802015-03-02 Pedro Alves <palves@redhat.com>
781
782 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
783 -1.
784
4fa5d7b4
AA
7852015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
786
787 * gdb.arch/s390-vregs.exp: New test.
788 * gdb.arch/s390-vregs.S: New file.
789
97c18565
PA
7902015-02-27 Pedro Alves <palves@redhat.com>
791
792 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
793 call to catch_command_errors.
794 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
795 catch_command_errors.
796
a37bfa30
PA
7972015-02-27 Pedro Alves <palves@redhat.com>
798
799 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
800 "true" for boolean result.
801 * gdb.gdb/selftest.exp (test_with_self): Also accept full
802 prototype of main.
803
6f98576f
PA
8042015-02-27 Pedro Alves <palves@redhat.com>
805
806 * lib/unbuffer_output.c: New file.
807 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
808 (main): Call gdb_unbuffer_output.
809
eba5ab56
YQ
8102015-02-27 Yao Qi <yao.qi@linaro.org>
811
812 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
813 target.
814
0def5aaa
DE
8152015-02-26 Doug Evans <dje@google.com>
816
817 * gdb.cp/class2.cc (Dbase, D): New classes.
818 (main): New local delta.
819 * gdb.cp/class2.exp: Test printing delta.
820 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
821 (dynbar): New global.
822 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
823
081a1c2c
JK
8242015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
825
826 * gdb.compile/compile-ifunc.c: New file.
827 * gdb.compile/compile-ifunc.exp: New file.
828
2f41223f
AT
8292015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
830
831 * gdb.base/structs.exp: Check for correct struct on finish.
832
03eddd80
YQ
8332015-02-26 Yao Qi <yao.qi@linaro.org>
834
835 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
836 is zero.
837
80c57053
JK
8382015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
839
840 * gdb.arch/cordic.ko.bz2: New file.
841 * gdb.arch/cordic.ko.debug.bz2: New file.
842 * gdb.arch/ppc64-symtab-cordic.exp: New file.
843
21613c12
YQ
8442015-02-25 Yao Qi <yao.qi@linaro.org>
845
846 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
847 aarch64*-*-* target.
848
d8b901ed
PA
8492015-02-23 Pedro Alves <palves@redhat.com>
850
851 * lib/gdb.exp (delete_breakpoints): Rewrite using
852 gdb_test_multiple.
853
e5b85ead
PA
8542015-02-23 Pedro Alves <palves@redhat.com>
855
856 * gdb.base/info-os.c: Include stdlib.h.
857
85c3a371
DE
8582015-02-22 Doug Evans <xdje42@gmail.com>
859
860 PR symtab/17855
861 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
862 is read after symbols have been re-read.
863 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
864 * gdb.ada/exec_changed/second.adb (Second): Ditto.
865
96553a0c
DE
8662015-02-21 Doug Evans <dje@google.com>
867
868 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
869
97a0c697
JK
8702015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
871
872 PR corefiles/17808
873 * gdb.arch/i386-biarch-core.core.bz2: New file.
874 * gdb.arch/i386-biarch-core.exp: New file.
875
a47cd6e9
PA
8762015-02-21 Pedro Alves <palves@redhat.com>
877
878 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
879 runto_main fails.
880
c5facdc4
PA
8812015-02-20 Pedro Alves <palves@redhat.com>
882
883 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
884 info probes.
885
2db9a427
PA
8862015-02-20 Pedro Alves <palves@redhat.com>
887
888 * gdb.threads/multi-create-ns-info-thr.exp: New file.
889
60fb7e9e
PA
8902015-02-20 Pedro Alves <palves@redhat.com>
891
892 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
893 clean_restart before gdb_target_supports_trace.
894
5c5019c2
PA
8952015-02-20 Pedro Alves <palves@redhat.com>
896
897 PR threads/18006
898 * gdb.threads/clone-thread_db.c: New file.
899 * gdb.threads/clone-thread_db.exp: New file.
900
c9587f88
AT
9012015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
902
903 PR breakpoints/16812
904 * gdb.base/catch-gdb-caused-signals.c: New file.
905 * gdb.base/catch-gdb-caused-signals.exp: New file.
906
f6a88844
JM
9072015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
908
909 * configure: Regenerated.
910 * configure.ac: Use GDB_AC_TRANSFORM.
911 * aclocal.m4: sinclude ../transform.m4.
912
497c491b
JM
9132015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
914
915 * lib/dtrace.exp: New file.
916 * gdb.base/dtrace-probe.exp: Likewise.
917 * gdb.base/dtrace-probe.d: Likewise.
918 * gdb.base/dtrace-probe.c: Likewise.
919 * lib/pdtrace.in: Likewise.
920 * configure.ac: Output variables with the transformed names of
921 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
922 * configure: Regenerated.
923
03e98035
JM
9242015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
925
926 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
927 expected message when trying to access $_probe_* convenience
928 variables while not on a probe.
929
63cc30e9
JK
9302015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
931
932 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
933
0703599a
PA
9342015-02-11 Pedro Alves <pedro@codesourcery.com>
935
936 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
937 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
938
7e60a48e
DE
9392015-02-10 Doug Evans <xdje42@gmail.com>
940
941 * lib/gdb.exp (gdb_load): Always return a result.
942
01b088bc
PA
9432015-02-10 Pedro Alves <palves@redhat.com>
944
945 * gdb.threads/signal-sigtrap.c: New file.
946 * gdb.threads/signal-sigtrap.exp: New file.
947
b05ec7a5
AT
9482015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
949
950 * gdb.trace/no-attach-trace.c: New file.
951 * gdb.trace/no-attach-trace.exp: New file.
952
a2c2acaf
MW
9532015-02-09 Mark Wielaard <mjw@redhat.com>
954
955 * gdb.dwarf2/atomic.c: New file.
956 * gdb.dwarf2/atomic-type.exp: Likewise.
957
31fd9caa
MM
9582015-02-09 Markus Metzger <markus.t.metzger@intel.com>
959
960 * gdb.btrace/buffer-size.exp: Update "info record" output.
961 * gdb.btrace/delta.exp: Update "info record" output.
962 * gdb.btrace/enable.exp: Update "info record" output.
963 * gdb.btrace/finish.exp: Update "info record" output.
964 * gdb.btrace/instruction_history.exp: Update "info record" output.
965 * gdb.btrace/next.exp: Update "info record" output.
966 * gdb.btrace/nexti.exp: Update "info record" output.
967 * gdb.btrace/step.exp: Update "info record" output.
968 * gdb.btrace/stepi.exp: Update "info record" output.
969 * gdb.btrace/nohist.exp: Update "info record" output.
970
d33501a5
MM
9712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
972
973 * gdb.btrace/buffer-size: New.
974
f4abbc16
MM
9752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
976
977 * gdb.btrace/delta.exp: Update "info record" output.
978 * gdb.btrace/enable.exp: Update "info record" output.
979 * gdb.btrace/finish.exp: Update "info record" output.
980 * gdb.btrace/instruction_history.exp: Update "info record" output.
981 * gdb.btrace/next.exp: Update "info record" output.
982 * gdb.btrace/nexti.exp: Update "info record" output.
983 * gdb.btrace/step.exp: Update "info record" output.
984 * gdb.btrace/stepi.exp: Update "info record" output.
985 * gdb.btrace/nohist.exp: Update "info record" output.
986
b9d61307
SM
9872015-02-06 Simon Marchi <simon.marchi@ericsson.com>
988
989 PR gdb/15678
990 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
991
e584fdbc
PA
9922015-02-06 Pedro Alves <palves@redhat.com>
993
994 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
995 macro.
996 (seconds_left, again): New globals.
997 (main): Wait seconds_left in a 1-second sleep loop instead of
998 sleeping 180 seconds. If 'again' is set, reset the seconds
999 counter.
1000 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1001 'again' in the inferior before detaching. Print the seconds left.
1002 (options): New global.
1003 (top level): Build program with -DTIMEOUT=$timeout.
1004
77f41761
PA
10052015-02-06 Pedro Alves <palves@redhat.com>
1006
1007 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1008 determine how many seconds to pass to 'alarm'.
1009 * gdb.base/gdb-sigterm.exp (top level): Build program with
1010 -DTIMEOUT=$timeout.
1011 (do_test): Return success/failure indication. Add more verbose
1012 logging. Don't fail if 200 single steps are seen. Instead, fail
1013 when the test times out.
1014 (passes): New global.
1015 (top level): Break the testing loop if testing fails on any
1016 iteration. Use gdb_assert.
1017
b9394193
DB
10182015-02-04 Don Breazeal <donb@codesourcery.com>
1019
1020 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1021 and initialize them.
1022 (ipc_cleanup): New function.
1023 (main): Don't declare shmid, semid, and msqid. Add a call to
1024 atexit so that we call ipc_cleanup on exit.
1025
42d9e528
PA
10262015-02-04 Pedro Alves <palves@redhat.com>
1027
1028 * boards/native-extended-gdbserver.exp: Remove any target variant
1029 specifications from the board name before clearing the isremote
1030 flag from board_info.
1031
ae6ae975
DE
10322015-01-31 Doug Evans <xdje42@gmail.com>
1033
1034 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1035
cfb069a8
GB
10362015-01-31 Gary Benson <gbenson@redhat.com>
1037
1038 * gdb.base/completion.exp: Disable completion limiting for
1039 existing tests. Add new tests to check completion limiting.
1040 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1041
5dd31d79
DE
10422015-01-31 Doug Evans <xdje42@gmail.com>
1043
1044 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1045
9f050062
DE
10462015-01-31 Doug Evans <xdje42@gmail.com>
1047
1048 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1049 entries. Duplicate file section script entries.
1050 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1051 inlined entries. Add test for safe-path rejection.
1052 * gdb.python/py-section-script.c: Add duplicate inlined section script
1053 entries. Duplicate file section script entries.
1054 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1055 inlined entries. Add test for safe-path rejection.
1056
df25ebbd
JB
10572015-01-29 Joel Brobecker <brobecker@adacore.com>
1058
1059 * gdb.ada/disc_arr_bound: New testcase.
1060
4a0ca9ec
JB
10612015-01-29 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.ada/mi_var_array: New testcase.
1064
3a8b707a
DE
10652015-01-27 Doug Evans <dje@google.com>
1066
1067 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1068 Add test for objfile.filename, objfile.username after objfile
1069 has been unloaded.
1070
f8313f6e
JB
10712015-01-26 Joel Brobecker <brobecker@adacore.com>
1072
1073 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1074 the second test to print the name attribute of value
1075 returned by the call to gdb.lookup_type, and adjust
1076 the expected output accordingly.
1077
37bc665e
MW
10782015-01-25 Mark Wielaard <mjw@redhat.com>
1079
1080 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1081 * gdb.base/disp-step-fork.c: Include unistd.h.
1082 * gdb.base/siginfo-obj.c: Include stdio.h.
1083 * gdb.base/siginfo-thread.c: Likewise.
1084 * gdb.mi/non-stop.c: Include unistd.h.
1085 * gdb.mi/nsthrexec.c: Include stdio.h.
1086 * gdb.mi/pthreads.c: Include unistd.h.
1087 * gdb.modula2/unbounded1.c (main): Declare returns int.
1088 * gdb.reverse/consecutive-reverse.c: Likewise.
1089 * gdb.threads/create-fail.c: Include unistd.h.
1090 * gdb.threads/killed.c: Likewise.
1091 * gdb.threads/linux-dp.c: Likewise.
1092 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1093 * gdb.threads/non-ldr-exc-2.c: Likewise.
1094 * gdb.threads/non-ldr-exc-3.c: Likewise.
1095 * gdb.threads/non-ldr-exc-4.c: Likewise.
1096 * gdb.threads/pthreads.c: Include unistd.h.
1097 (main): Declare returns int.
1098 * gdb.threads/tls-main.c (foo): New declaration.
1099 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1100
f7e5394d
SM
11012015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1102
1103 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1104 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1105
743649fd
MW
11062015-01-15 Mark Wielaard <mjw@redhat.com>
1107
1108 * gdb.base/noreturn-return.c: New file.
1109 * gdb.base/noreturn-return.exp: New file.
1110 * gdb.base/noreturn-finish.c: New file.
1111 * gdb.base/noreturn-finish.exp: New file.
1112
198297aa
PA
11132015-01-23 Pedro Alves <palves@redhat.com>
1114
1115 * gdb.threads/continue-pending-after-query.c: New file.
1116 * gdb.threads/continue-pending-after-query.exp: New file.
1117
717cf30c
AG
11182015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1119 Simon Marchi <simon.marchi@ericsson.com>
1120
1121 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1122 * gdb.base/valgrind-db-attach.exp: Same.
1123 * gdb.base/valgrind-infcall.exp: Same.
1124 * lib/mi-support.exp (default_mi_gdb_start): Same.
1125 * lib/prompt.exp (default_prompt_gdb_start): Same.
1126 * lib/gdb.exp (default_gdb_spawn): Same.
1127 (gdb_interact): New.
1128
1129
4b62a76e
JK
11302015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1131
1132 * gdb.compile/compile.exp (pointer to jit function): New test.
1133
b4cdae6f
WW
11342015-01-17 Wei-cheng Wang <cole945@gmail.com>
1135
1136 * lib/gdb.exp (supports_process_record): Return true for
1137 powerpc*-*-linux*.
1138 (supports_reverse): Likewise.
1139
d221e7ef
DB
11402015-01-15 Don Breazeal <donb@codesourcery.com>
1141
1142 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1143 instead of checking whether the target board is remote and
1144 use spawn_wait_for_attach instead of exec/sleep.
1145 * gdb.base/attach-twice.exp: Likewise.
1146
bafffb51
JB
11472015-01-15 Joel Brobecker <brobecker@adacore.com>
1148
1149 * gdb.ada/var_arr_attrs: New testcase.
1150
5589af0e
PA
11512015-01-14 Pedro Alves <palves@redhat.com>
1152 Joel Brobecker <brobecker@adacore.com>
1153
1154 PR gdb/17525
1155 * gdb.base/bp-cmds-execution-x-script.c: New file.
1156 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1157 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1158
6c400b59
PA
11592015-01-14 Pedro Alves <palves@redhat.com>
1160
1161 PR cli/17828
1162 * gdb.base/batch-preserve-term-settings.c: New file.
1163 * gdb.base/batch-preserve-term-settings.exp: New file.
1164
e02c96a7
DE
11652015-01-13 Doug Evans <dje@google.com>
1166
1167 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1168 binary.
1169
576fd14c
JB
11702015-01-13 Joel Brobecker <brobecker@adacore.com>
1171
1172 * Makefile.in (clean mostlyclean): Do not delete *.py.
1173
04dccad0
JB
11742015-01-13 Joel Brobecker <brobecker@adacore.com>
1175
1176 * gdb.python/py-lookup-type.exp: New file.
1177
3d230f71
PA
11782015-01-12 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1181 restore GDBFLAGS before returning.
1182
7e67715d
JK
11832015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1184
1185 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1186 is_amd64_regs_target and is_x86_like_target.
1187
f2e0d4b4
DE
11882015-01-11 Doug Evans <xdje42@gmail.com>
1189
1190 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1191 is given without an explicit form.
1192 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1193 attributes.
1194 * gdb.dwarf/corrupt.exp: Ditto.
1195 * gdb.dwarf2/enum-type.exp: Ditto.
1196 * gdb.trace/entry-values.exp: Ditto.
1197 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1198
439250fb
DE
11992015-01-11 Doug Evans <xdje42@gmail.com>
1200
1201 PR gdb/15830
1202 * gdb.base/maint.exp: Remove references to "maint demangle".
1203 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1204 Add tests for explicitly specifying language to demangle.
1205 * gdb.dlang/demangle.exp: Ditto.
1206
ede9f622
PA
12072015-01-09 Pedro Alves <palves@redhat.com>
1208
1209 * gdb.threads/non-stop-fair-events.c: New file.
1210 * gdb.threads/non-stop-fair-events.exp: New file.
1211
a7b796db
PA
12122015-01-09 Pedro Alves <palves@redhat.com>
1213
1214 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1215 the global scope. Set a breakpoint after all threads are started
1216 rather than stepping over two source lines. Expect the prompt.
1217 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1218 global.
1219 (NUM): Now 15.
1220 (main): Use threads_started_barrier to wait for all threads to
1221 start. Main thread no longer calls thread_function. Exit after
1222 180 seconds.
1223 (loop): New function.
1224 (thread_function): Wait on threads_started_barrier barrier. Call
1225 'loop' at each iteration.
1226 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1227 threads have started, instead of hardcoding number of "next"
1228 steps. Use an access watchpoint instead of a write watchpoint.
1229
9665ffdd
PA
12302015-01-09 Pedro Alves <palves@redhat.com>
1231
1232 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1233 (thread_func): Wait on barrier.
1234 (main): Wait for all threads to start before stopping GDB.
1235 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1236 global.
1237 (thread1_func, thread2_func): Wait on barrier.
1238 (main): Wait for all threads to start before stopping GDB.
1239 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1240 New global.
1241 (thread1_func, thread2_func): Wait on barrier.
1242 (main): Wait for all threads to start before stopping GDB.
1243
c945a99f
PA
12442015-01-09 Pedro Alves <palves@redhat.com>
1245
1246 * gdb.threads/attach-many-short-lived-threads.c: New file.
1247 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1248
c1a747c1
PA
12492014-01-09 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1252 instead of to thread 2.
1253 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1254 Add barrier around each pthread_create call instead of around all
1255 calls.
1256 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1257 Set a break on thread_function and have the child threads hit it
1258 one at at a time.
1259
60b3033e
PA
12602015-01-09 Pedro Alves <palves@redhat.com>
1261
1262 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1263 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1264 false.
1265 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1266 checking whether the target board is remote.
1267 * gdb.multi/multi-attach.exp: Likewise.
1268 * gdb.python/py-sync-interp.exp: Likewise.
1269 * gdb.server/ext-attach.exp: Likewise.
1270 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1271 tests that need to attach, instead of checking whether the target
1272 board is remote at the top of the file.
1273
acc018ac
YQ
12742015-01-08 Yao Qi <yao@codesourcery.com>
1275
1276 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1277
50a18af8
JK
12782015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1279
1280 Fix testcase compilation.
1281 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1282
8503d6e1
JB
12832015-01-06 Joel Brobecker <brobecker@adacore.com>
1284
1285 * gdb.python/py-type.exp: Add a couple test about empty
1286 array creation, and negative-length array creation.
1287
cc73dbcc
DE
12882015-01-02 Doug Evans <xdje42@gmail.com>
1289
1290 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1291
0300bbc7
DE
12922015-01-02 Doug Evans <dje@google.com>
1293
1294 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1295
9d85a0ec
YQ
12962014-12-29 Yao Qi <yao@codesourcery.com>
1297
1298 * gdb.trace/entry-values.exp: Update comments. Rename variable
1299 bar_call_foo to returned_from_foo.
1300
87186c6a
MMN
13012014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1302
1303 PR gdb/17394
1304 * gdb.linespec/break-asm-file.c: New file.
1305 * gdb.linespec/break-asm-file.exp: New file.
1306 * gdb.linespec/break-asm-file0.s: New file.
1307 * gdb.linespec/break-asm-file1.s: New file.
1308
1bab7383
YQ
13092014-12-18 Nigel Stephens <nigel@mips.com>
1310 Maciej W. Rozycki <macro@codesourcery.com>
1311
1312 * gdb.base/float.exp: Handle the new output from "info float" on
1313 MIPS targets.
1314
1bc1068a
JK
13152014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1316
1317 Fix MinGW compilation.
1318 * gdb.compile/compile-ops.exp: Update untested message if
1319 !skip_compile_feature_tests.
1320 * gdb.compile/compile-setjmp.exp: Likewise.
1321 * gdb.compile/compile-tls.exp: Likewise.
1322 * gdb.compile/compile.exp: Likewise.
1323 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1324 supported on this host".
1325
b6615d10
DE
13262014-12-16 Doug Evans <xdje42@gmail.com>
1327
1328 * boards/stabs.exp: New file.
1329
25dda427
AA
13302014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1331
1332 * gdb.base/completion.exp: Adjust to format changes of "maint
1333 print user-registers".
1334
bf330350
CU
13352014-12-16 Catalin Udma <catalin.udma@freescale.com>
1336
1337 PR server/17457
1338 * gdb.arch/aarch64-fp.c: New file.
1339 * gdb.arch/aarch64-fp.exp: New file.
1340
395cf596
SDJ
13412014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1342
1343 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1344 r210637, r210913, r211666, r215400, r215817).
1345
1346 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1347 * dg-extract-results.py: New file.
1348 * dg-extract-results.sh: Use it if the environment seems
1349 suitable.
1350
1351 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1352
1353 * dg-extract-results.py (parse_run): Handle warnings that
1354 are printed before a test harness is run.
1355
1356 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1357
1358 * dg-extract-results.py (Named): Remove __cmp__ method.
1359 (output_variation): Use a key to sort variation.harnesses.
1360
1361 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1362
1363 * dg-extract-results.py: For Python 3, force sys.stdout to
1364 handle surrogate escape sequences.
1365 (safe_open): New function.
1366 (output_segment, main): Use it.
1367
1368 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1369
1370 * dg-extract-results.py (Prog.result_re): Include options
1371 in test name.
1372
1373 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1374
1375 * dg-extract-results.py (output_variation): Always sort if
1376 do_sum.
1377
e882ef3c
SM
13782014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1379
1380 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1381 as long as we get pagination notifications.
1382
4992aa20
JM
13832014-12-15 Jason Merrill <jason@redhat.com>
1384
1385 * Makefile.in (check-gdb.%): Restore.
1386 * README: Mention it.
1387
c1b5a1a6
JB
13882014-12-13 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.ada/str_uninit: New testcase.
1391
5537b577
JK
13922014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1393
1394 PR symtab/17642
1395 * gdb.base/vla-stub-define.c: New file.
1396 * gdb.base/vla-stub.c: New file.
1397 * gdb.base/vla-stub.exp: New file.
1398
bb2ec1b3
TT
13992014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1400 Jan Kratochvil <jan.kratochvil@redhat.com>
1401 Tom Tromey <tromey@redhat.com>
1402
1403 * configure.ac: Add gdb.compile/.
1404 * configure: Regenerate.
1405 * gdb.compile/Makefile.in: New file.
1406 * gdb.compile/compile-ops.exp: New file.
1407 * gdb.compile/compile-ops.c: New file.
1408 * gdb.compile/compile-tls.c: New file.
1409 * gdb.compile/compile-tls.exp: New file.
1410 * gdb.compile/compile-constvar.S: New file.
1411 * gdb.compile/compile-constvar.c: New file.
1412 * gdb.compile/compile-mod.c: New file.
1413 * gdb.compile/compile-nodebug.c: New file.
1414 * gdb.compile/compile-setjmp-mod.c: New file.
1415 * gdb.compile/compile-setjmp.c: New file.
1416 * gdb.compile/compile-setjmp.exp: New file.
1417 * gdb.compile/compile-shlib.c: New file.
1418 * gdb.compile/compile.c: New file.
1419 * gdb.compile/compile.exp: New file.
1420 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1421
4ff709eb
TT
14222014-12-12 Tom Tromey <tromey@redhat.com>
1423
1424 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1425 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1426
6dddd6a5
DE
14272014-12-12 Doug Evans <dje@google.com>
1428
1429 * lib/gdb-python.exp (get_python_valueof): New function.
1430 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1431
71c24708
AA
14322014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1433
1434 * gdb.base/completion.exp: Add test for completion of "info
1435 registers ".
1436
3e29f34a
MR
14372014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1438
1439 * gdb.base/func-ptrs.c: New file.
1440 * gdb.base/func-ptrs.exp: New file.
1441
fc126975
SM
14422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1443
1444 PR breakpoints/17012
1445 * gdb.base/dprintf-detach.c: New file.
1446 * gdb.base/dprintf-detach.exp: New file.
1447
0a46d518
SM
14482014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1449
1450 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1451 * lib/gdb.exp (target_is_gdbserver): New procedure.
1452
a0be3e44
DE
14532014-12-08 Doug Evans <dje@google.com>
1454
1455 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1456
df1b803a
YQ
14572014-12-05 Yao Qi <yao@codesourcery.com>
1458
1459 * gdb.guile/scm-error.exp: Remove the third argument to
1460 gdb_remote_download.
1461 * gdb.guile/scm-frame-args.exp: Likewise.
1462 * gdb.guile/scm-section-script.exp: Likewise.
1463
ddb9f679
YQ
14642014-12-05 Yao Qi <yao@codesourcery.com>
1465
1466 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1467
86e4ed39
DE
14682014-12-04 Doug Evans <dje@google.com>
1469
1470 * gdb.python/py-objfile.exp: Add tests for
1471 objfile.add_separate_debug_file.
1472
7c50a931
DE
14732014-12-04 Doug Evans <dje@google.com>
1474
1475 * lib/gdb.exp (get_build_id): New function.
1476 (build_id_debug_filename_get): Rewrite to use it.
1477 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1478
621661e3
MR
14792014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1480
1481 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1482 `method(long)', not just 0x0.
1483 * gdb.cp/nsalias.exp: Align code labels to 4.
1484 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1485 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1486 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1487 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1488 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1489 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1490
29f0c3b7
DE
14912014-12-02 Doug Evans <dje@google.com>
1492
e1e061e7 1493 PR symtab/17602
29f0c3b7 1494 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1495 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1496 * gdb.cp/anon-ns.exp: Update.
1497
162078c8
NB
14982014-12-02 Nick Bull <nicholaspbull@gmail.com>
1499
1500 * gdb.python/py-events.py (inferior_call_handler): New.
1501 (register_changed_handler, memory_changed_handler): New.
1502 (test_events.invoke): Register new handlers.
1503 * gdb.python/py-events.exp: Add tests for inferior call,
1504 memory_changed and register_changed events.
1505
fdb09caf
AA
15062014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1507
1508 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1509 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1510 if the linker doesn't understand this.
1511
55cfb2c4
SM
15122014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1513
1514 * gdb.python/python.exp: Change expected reply to help().
1515
9e8cd6df
YQ
15162014-12-01 Yao Qi <yao@codesourcery.com>
1517
1518 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1519 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1520 * configure: Re-generated.
1521
6c659fc2
SC
15222014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1523
1524 * gdb.cp/chained-calls.cc: New file.
1525 * gdb.cp/chained-calls.exp: New file.
1526 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1527
d7fc3181
SM
15282014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1529
1530 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1531 * gdb.dwarf2/symtab-producer.exp: Same.
1532 * gdb.gdb/python-interrupts.exp: Same.
1533 * gdb.gdb/python-selftest.exp: Same.
1534 * gdb.python/py-linetable.exp: Same.
1535 * gdb.python/py-type.exp: Same.
1536 * gdb.python/py-value-cc.exp: Same.
1537 * gdb.python/py-value.exp: Same.
1538
10e79639
YQ
15392014-11-28 Yao Qi <yao@codesourcery.com>
1540
1541 * gdb.base/break-probes.exp: Match library name prefixed with
1542 sysroot.
1543
f28a0564
SM
15442014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1547 test expected output. Add parentheses for the call to print.
1548 Remove L suffix from integers.
1549
3fe1ce1d
DE
15502014-11-26 Doug Evans <dje@google.com>
1551
1552 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1553
84429e27
YQ
15542014-11-22 Yao Qi <yao@codesourcery.com>
1555
1556 * gdb.trace/entry-values.c: Remove asms.
1557 (foo): Add foo_label.
1558 (bar): Add bar_label.
1559 * gdb.trace/entry-values.exp: Remove code computing foo's
1560 length and bar's length.
1561 (Dwarf::assemble): Invoke function_range for bar and use
1562 MACRO_AT_func for foo.
1563
26741859
YQ
15642014-11-22 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1567 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1568 Use .Lgcc43_procstart instead of gcc43.
1569
45e44d27
JB
15702014-11-21 Joel Brobecker <brobecker@adacore.com>
1571
1572 * gdb.ada/n_arr_bound: New testcase.
1573
458c8db8
SDJ
15742014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1575
1576 PR breakpoints/10737
1577 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1578 test_catch_syscall_multi_arch.
1579 (test_catch_syscall_multi_arch): New function.
1580
43f3e411
DE
15812014-11-20 Doug Evans <xdje42@gmail.com>
1582
1583 * gdb.base/maint.exp: Update expected output.
1584
0d7b2549
AA
15852014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1586
1587 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1588 4-byte instruction on S390.
1589
8908fca5
JB
15902014-11-19 Joel Brobecker <brobecker@adacore.com>
1591
1592 * gdb.ada/arr_arr: New testcase.
1593
4a46959e
JB
15942014-11-19 Joel Brobecker <brobecker@adacore.com>
1595
1596 * gdb.ada/pkd_arr_elem: New Testcase.
1597
470e2f4e
LM
15982014-11-18 Luis Machado <lgustavo@codesourcery.com>
1599
1600 * gdb.reverse/break-precsave: Expect completion message for
1601 core file reads.
1602 * gdb.reverse/consecutive-precsave.exp: Likewise.
1603 * gdb.reverse/finish-precsave.exp: Likewise.
1604 * gdb.reverse/i386-precsave.exp: Likewise.
1605 * gdb.reverse/machinestate-precsave.exp: Likewise.
1606 * gdb.reverse/sigall-precsave.exp: Likewise.
1607 * gdb.reverse/solib-precsave.exp: Likewise.
1608 * gdb.reverse/step-precsave.exp: Likewise.
1609 * gdb.reverse/until-precsave.exp: Likewise.
1610 * gdb.reverse/watch-precsave.exp: Likewise.
1611
a267f3ad
AA
16122014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1613
1614 * gdb.base/bp-permanent.c: Include unistd.h.
1615 * gdb.python/py-framefilter-mi.c (main): Add return type.
1616 * gdb.python/py-framefilter.c (main): Likewise.
1617 * gdb.trace/actions-changed.c (main): Likewise.
1618
12084a9a
AA
16192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1620
1621 * gdb.mi/until.c: Add eye-catchers.
1622 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1623 line numbers.
1624
dc7e1a77
AA
16252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1626
1627 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1628 function header variants in break1.c.
1629 * gdb.base/ena-dis-br.exp: Likewise.
1630 * gdb.base/hbreak2.exp: Likewise.
1631 * gdb.reverse/until-precsave.exp: Drop references to removed
1632 non-prototype function header variants in ur1.c.
1633 * gdb.reverse/until-reverse.exp: Likewise.
1634
41c77605
PM
16352014-11-17 Petr Machata <pmachata@redhat.com>
1636
1637 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1638 ${_cu_offset_size} bytes abbrev offset.
1639
34248c3a
DE
16402014-11-15 Doug Evans <xdje42@gmail.com>
1641
1642 PR symtab/17559
1643 * gdb.base/line-symtabs.exp: New file.
1644 * gdb.base/line-symtabs.c: New file.
1645 * gdb.base/line-symtabs.h: New file.
1646
646da059
YQ
16472014-11-14 Yao Qi <yao@codesourcery.com>
1648
1649 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1650 (func): Add label func_label.
1651 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1652 Replace low_pc and high_pc with MACRO_AT_range.
1653 Replace name, low_pc and high_pc with MACRO_AT_func.
1654
9301ebe6
YQ
16552014-11-14 Yao Qi <yao@codesourcery.com>
1656
1657 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1658 Replace name, low_pc and high_pc with MACRO_AT_func.
1659
f166b542
YQ
16602014-11-14 Yao Qi <yao@codesourcery.com>
1661
1662 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1663 produce debug information.
1664 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1665
0f6e71e3
YQ
16662014-11-14 Yao Qi <yao@codesourcery.com>
1667
1668 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1669 object and get function length.
1670 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1671 with MACRO_AT_func.
1672 (top-level): Replace gdb_compile and clean_restart with
1673 prepare_for_testing.
1674 * gdb.dwarf2/main.c (main): Add label main_label.
1675
876c4df9
YQ
16762014-11-14 Yao Qi <yao@codesourcery.com>
1677
1678 * lib/dwarf.exp (function_range): New procedure.
1679 (Dwarf::_handle_macro_at_func): New procedure.
1680 (Dwarf::_handle_macro_at_range): New procedure.
1681 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1682
02ad9cf1
YQ
16832014-11-14 Yao Qi <yao@codesourcery.com>
1684
1685 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1686 (_handle_attribute): New procedure.
1687
a59add0c
AA
16882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1689
1690 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1691 * gdb.base/call-sc.c (zed): Likewise.
1692 * gdb.base/checkpoint.c (main): Likewise.
1693 * gdb.base/dump.c (main): Likewise.
1694 * gdb.base/gcore.c (main): Likewise.
1695 * gdb.base/huge.c (main): Likewise.
1696 * gdb.base/multi-forks.c (main): Likewise.
1697 * gdb.base/pr10179-a.c (main): Likewise.
1698 * gdb.base/savedregs.c (main): Likewise.
1699 * gdb.base/sigaltstack.c (main): Likewise.
1700 * gdb.base/siginfo.c (main): Likewise.
1701 * gdb.base/structs.c (zed): Likewise.
1702 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1703 * gdb.mi/mi-syn-frame.c (main): Likewise.
1704 * gdb.mi/until.c (foo, main): Likewise.
1705 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1706 * gdb.base/solib-weak.c (foo): Declare.
1707 * gdb.base/attach-twice.c: Include stdio.h.
1708 * gdb.base/weaklib1.c: Likewise.
1709 * gdb.base/weaklib2.c: Likewise.
1710 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1711 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1712 unistd.h.
1713 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1714 * gdb.mi/mi-exit-code.c: Likewise.
1715 * gdb.base/break-interp-lib.c: Include string.h.
1716 * gdb.base/coremaker.c: Likewise.
1717 * gdb.base/testenv.c: Likewise.
1718 * gdb.python/py-finish-breakpoint.c: Likewise.
1719 * gdb.base/inferior-died.c: Include sys/wait.h.
1720 * gdb.base/fileio.c: Include time.h.
1721 * gdb.base/async-shell.c: Include unistd.h.
1722 * gdb.base/dprintf-non-stop.c: Likewise.
1723 * gdb.base/info-os.c: Likewise.
1724 * gdb.mi/mi-console.c: Likewise.
1725 * gdb.mi/watch-nonstop.c: Likewise.
1726 * gdb.python/py-events.c: Likewise.
1727 * gdb.base/async.c (baz): Move up before its invocation.
1728 * gdb.base/code_elim2.c (my_global_func): Likewise.
1729 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1730 * gdb.base/advance.c (func2): Likewise.
1731
3b5d5997
AA
17322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1733
1734 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1735 variant.
1736 * gdb.base/annota3.c: Likewise.
1737 * gdb.base/async.c: Likewise.
1738 * gdb.base/average.c: Likewise.
1739 * gdb.base/call-ar-st.c: Likewise.
1740 * gdb.base/call-rt-st.c: Likewise.
1741 * gdb.base/call-sc.c: Likewise.
1742 * gdb.base/call-strs.c: Likewise.
1743 * gdb.base/ending-run.c: Likewise.
1744 * gdb.base/execd-prog.c: Likewise.
1745 * gdb.base/exprs.c: Likewise.
1746 * gdb.base/foll-exec.c: Likewise.
1747 * gdb.base/foll-fork.c: Likewise.
1748 * gdb.base/foll-vfork.c: Likewise.
1749 * gdb.base/funcargs.c: Likewise.
1750 * gdb.base/gcore.c: Likewise.
1751 * gdb.base/jump.c: Likewise.
1752 * gdb.base/langs0.c: Likewise.
1753 * gdb.base/langs1.c: Likewise.
1754 * gdb.base/langs2.c: Likewise.
1755 * gdb.base/mips_pro.c: Likewise.
1756 * gdb.base/nodebug.c: Likewise.
1757 * gdb.base/opaque0.c: Likewise.
1758 * gdb.base/opaque1.c: Likewise.
1759 * gdb.base/recurse.c: Likewise.
1760 * gdb.base/run.c: Likewise.
1761 * gdb.base/scope0.c: Likewise.
1762 * gdb.base/scope1.c: Likewise.
1763 * gdb.base/setshow.c: Likewise.
1764 * gdb.base/setvar.c: Likewise.
1765 * gdb.base/shmain.c: Likewise.
1766 * gdb.base/shr1.c: Likewise.
1767 * gdb.base/shr2.c: Likewise.
1768 * gdb.base/sigall.c: Likewise.
1769 * gdb.base/signals.c: Likewise.
1770 * gdb.base/so-indr-cl.c: Likewise.
1771 * gdb.base/solib2.c: Likewise.
1772 * gdb.base/structs.c: Likewise.
1773 * gdb.base/sum.c: Likewise.
1774 * gdb.base/vforked-prog.c: Likewise.
1775 * gdb.base/watchpoint.c: Likewise.
1776 * gdb.reverse/shr2.c: Likewise.
1777 * gdb.reverse/until-reverse.c: Likewise.
1778 * gdb.reverse/ur1.c: Likewise.
1779 * gdb.reverse/watch-reverse.c: Likewise.
1780
066a77c5
AA
17812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1782
1783 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1784 variant.
1785 * gdb.base/sepdebug.exp: Drop references to removed code.
1786
4f204ea5
AA
17872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1788
1789 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1790 variant. Preserve original line numbering.
1791 * gdb.base/list1.c: Likewise.
1792
3b377a3a
AA
17932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1794
1795 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1796 variant.
1797 * gdb.base/break1.c: Likewise.
1798 * gdb.base/break.exp: Drop references to removed code.
1799
e444df73
AA
18002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1801
1802 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1803 variant.
1804
8008f2a7
AA
18052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1806
1807 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1808
a5a06887
AA
18092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1810
1811 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1812 logic into perform_all_tests() and invoke it with and without
1813 function header prototypes.
1814 (do_function_calls): Remove conditional XFAIL for PR 5318.
1815 (rerun_and_prepare): Remove duplicate code.
1816 (perform_all_tests): New. Main logic moved here.
1817
44dba9b9
AA
18182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1819
1820 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1821 code guarded by #ifdef NO_PROTOTYPES.
1822 (t_double_many_args): Likewise.
1823 (DEF_FUNC_MANY_ARGS_1): Likewise.
1824 (DEF_FUNC_VALUES_1): Likewise.
1825 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1826 guarded by #ifdef PROTOTYPES.
1827
d1fbcd56
AA
18282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1829
1830 * gdb.mi/mi-console.c: Add eye-catcher.
1831 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1832 instead of literal line number.
1833
b0e59b8f
AA
18342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1835
1836 * gdb.base/shr2.c: Add eye-catcher.
1837 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1838 line number.
1839
78f98cca
AA
18402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1841
1842 * gdb.base/jump.c: Add eye-catchers.
1843 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1844 numbers.
1845
58fa2af0
AA
18462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1847
1848 * gdb.base/execd-prog.c: Add eye-catchers.
1849 * gdb.base/foll-exec.c: Likewise.
1850 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1851 line numbers.
1852
04e5059b
AA
18532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1854
1855 * gdb.base/ending-run.c: Add eye-catchers.
1856 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1857 literal line numbers.
1858
dbfdb174
AA
18592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1860
1861 * gdb.base/call-rt-st.c: Add eye-catchers.
1862 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1863 literal line numbers.
1864
888a2ade
AA
18652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1866
1867 * gdb.base/call-ar-st.c: Add eye-catchers.
1868 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1869 literal line numbers.
1870
6acc2dde
AA
18712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1872
1873 * gdb.base/average.c: Add eye-catchers.
1874 * gdb.base/sum.c: Likewise.
1875 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1876 regexps dynamically.
1877
9ecfcd1d
AA
18782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1879
1880 * gdb.base/solib1.c: Add eye-catchers.
1881 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1882 literal line numbers.
1883
78708b7c
PA
18842014-11-12 Pedro Alves <palves@redhat.com>
1885
1886 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1887 leader has exited.
1888
af48d08f
PA
18892014-11-12 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.arch/i386-bp_permanent.c: New file.
1892 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1893 (srcfile): Set to i386-bp_permanent.c.
1894 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1895 that stepi does not execute the 'leave' instruction, instead of
1896 testing it does execute.
1897 * gdb.base/bp-permanent.c: New file.
1898 * gdb.base/bp-permanent.exp: New file.
1899
af3768e9
DE
19002014-11-10 Doug Evans <xdje42@gmail.com>
1901
1902 PR symtab/17564
1903 * gdb.base/symtab-search-order.exp: New file.
1904 * gdb.base/symtab-search-order.c: New file.
1905 * gdb.base/symtab-search-order-1.c: New file.
1906 * gdb.base/symtab-search-order-shlib-1.c: New file.
1907
9de00a4a
PA
19082014-11-07 Pedro Alves <palves@redhat.com>
1909
1910 PR gdb/17511
1911 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1912 i?86-*-linux*.
1913
e0f52461
SC
19142014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1915
1916 PR c++/17494
1917 * gdb.cp/pr17494.cc: New file.
1918 * gdb.cp/pr17494.exp: New file.
1919
6ce8c980
YQ
19202014-11-02 Yao Qi <yao@codesourcery.com>
1921
1922 * gdb.python/python.exp: Get working directory and match the
1923 output of "set extended-prompt \\w " with it.
1924
02be9a71
DE
19252014-10-30 Doug Evans <dje@google.com>
1926
1927 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1928 in objfiles.
1929 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1930 in progspaces.
1931
3bdff46b
LM
19322014-10-30 Janis Johnson <janisjo@codesourcery.com>
1933
1934 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1935 * gdb.base/realname-expand.exp: Likewise.
1936 * gdb.linespec/macro-relative.exp: Likewise.
1937
ab917dfb
PA
19382014-10-29 Pedro Alves <palves@redhat.com>
1939
1940 PR gdb/17408
1941 * gdb.threads/schedlock.c (some_function): New function.
1942 (call_function): New global.
1943 (MAYBE_CALL_SOME_FUNCTION): New macro.
1944 (thread_function): Call it.
1945 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1946 and use it instead of a global counter. Adjust all callers.
1947 (get_current_thread): Use "find current thread" for test message
1948 here rather than having all callers pass down the same string.
1949 (goto_loop): New procedure, factored out from ...
1950 (my_continue): ... this.
1951 (step_ten_loops): Change parameter from test message to command to
1952 use. Adjust.
1953 (list_count): Delete global.
1954 (check_result): New procedure, factored out from duplicate top
1955 level code.
1956 (continue tests): Wrap in with_test_prefix.
1957 (test_step): New procedure, factored out from duplicate top level
1958 code.
1959 (top level): Test "step" in combination with all scheduler-locking
1960 modes. Test "next" in combination with all scheduler-locking
1961 modes, and in combination with stepping over a function call or
1962 not.
1963 * gdb.threads/next-bp-other-thread.c: New file.
1964 * gdb.threads/next-bp-other-thread.exp: New file.
1965
d3d4baed
PA
19662014-10-29 Pedro Alves <palves@redhat.com>
1967
1968 PR python/17372
1969 * gdb.python/python.exp: Test a multi-line command that spawns
1970 interactive Python.
1971 * gdb.base/multi-line-starts-subshell.exp: New file.
1972
563e8d85
YQ
19732014-10-29 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.base/fileio.exp: Make directories on host.
1976
0ea4d52e
YQ
19772014-10-29 Yao Qi <yao@codesourcery.com>
1978
1979 * gdb.base/fileio.c (test_write): Close the file.
1980
7f5ef605
PA
19812014-10-28 Pedro Alves <palves@redhat.com>
1982
1983 PR gdb/12623
1984 * gdb.base/sigstep.c (no_handler): New global.
1985 (main): If 'no_handler is true, set the signal handlers to
1986 SIG_IGN.
1987 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1988 with_sw_watch and no_handler parameters. Handle them.
1989 (top level) <stepping over handler when stopped at a breakpoint
1990 test>: Add a test axis for testing with a software watchpoint, and
1991 another for testing with the signal handler set to SIG_IGN.
1992 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1993 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1994
abbdbd03
PA
19952014-10-28 Pedro Alves <palves@redhat.com>
1996
1997 PR gdb/17511
1998 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1999 * gdb.base/sigstep.exp (other_handler_location): New global.
2000 (advance): Support stepping into the signal handler, and running
2001 commands while in the handler.
2002 (in_handler_map): New global.
2003 (top level): In the advance test, add combinations for getting
2004 into the handler with stepping commands, and for running commands
2005 in the handler. Add comment descripting the advancei tests.
2006
1df4399f
PA
20072014-10-28 Pedro Alves <palves@redhat.com>
2008
2009 * gdb.base/sigstep.exp: Use build_executable instead of
2010 prepare_for_testing.
2011 (top level): Move code that starts GDB, runs to main and creates a
2012 display to ...
2013 (restart): ... this new procedure.
2014 (top level): Move backtrace from signal handler test to ...
2015 (validate_backtrace): ... this new procedure.
2016 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2017 with_test_prefix. Always restart GDB.
2018 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2019 with_test_prefix. Always restart GDB. No need to delete
2020 breakpoints after the test.
2021 (test_skip_handler): Remove prefix parameter.
2022 (skip_over_handler, breakpoint_to_handler)
2023 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2024 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2025 restart GDB. No need to delete breakpoints after the test.
2026 (top level): Use foreach to call the test procedures with
2027 different commands.
2028
a5b6e449
PA
20292014-10-28 Pedro Alves <palves@redhat.com>
2030
2031 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2032 instead of GNATS numbers.
2033 * gdb.base/sigbpt.exp: Likewise.
2034 * gdb.base/siginfo.exp: Likewise.
2035 * gdb.base/sigstep.exp: Likewise.
2036
e5f8a7cc
PA
20372014-10-27 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/sigstep.c (dummy): New global.
2040 (main): Issue a couple writes to the new global.
2041 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2042 procedures.
2043 (skip_over_handler): Use test_skip_handler.
2044 (top level): Call skip_over_handler for stepi and nexti too.
2045 (breakpoint_over_handler): Use test_skip_handler.
2046 (top level): Call breakpoint_over_handler for stepi and nexti too.
2047
763905a3
YQ
20482014-10-27 Yao Qi <yao@codesourcery.com>
2049
2050 * gdb.trace/tfile.c (adjust_function_address)
2051 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2052 function descriptor.
2053
6f259a23
DB
20542014-10-24 Don Breazeal <donb@codesourcery.com>
2055
2056 * gdb.base/foll-fork.exp (test_follow_fork,
2057 catch_fork_child_follow): Check for updated fork messages emitted
2058 from infrun.c.
2059 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2060 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2061 vfork_and_exec_child_follow_through_step): Check for updated vfork
2062 messages emitted from infrun.c.
2063
09dd9a69
PA
20642014-10-24 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/corefile.exp: Remove references to ultrix.
2067 * gdb.base/interrupt.exp: Likewise.
2068 * gdb.base/whatis.exp: Likewise.
2069 * gdb.gdb/selftest.exp: Likewise.
2070 * gdb.threads/manythreads.exp: Likewise.
2071 * gdb.threads/print-threads.exp: Likewise.
2072 * gdb.threads/pthreads.exp:: Likewise.
2073 * gdb.threads/schedlock.exp: Likewise.
2074
3433cfa5
SC
20752014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2076
2077 * gdb.cp/non-trivial-retval.cc: Add a test case.
2078 * gdb.cp/non-trivial-retval.exp: Add a test.
2079
092f880b
YQ
20802014-10-20 Yao Qi <yao@codesourcery.com>
2081
2082 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2083 * gdb.python/py-objfile-script-gdb.py: New file.
2084 * gdb.python/py-objfile-script.exp: Update reference to
2085 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2086 of remote_download. Remove the dest file.
2087
acbdb7f3
YQ
20882014-10-20 Yao Qi <yao@codesourcery.com>
2089
2090 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2091 * gdb.base/step-line.exp: Likewise.
2092 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2093 * gdb.dwarf2/dw2-basic.exp: Likewise.
2094 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2095 * gdb.dwarf2/dw2-filename.exp: Likewise.
2096 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2097 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2098 * gdb.dwarf2/dw2-producer.exp: Likewise.
2099 * gdb.dwarf2/mac-fileno.exp: Likewise.
2100 * gdb.python/py-frame-args.exp: Likewise.
2101 * gdb.python/py-framefilter.exp: Likewise.
2102 * gdb.python/py-mi.exp: Likewise.
2103 * gdb.python/py-objfile-script.exp: Likewise
2104 * gdb.python/py-pp-integral.exp: Likewise.
2105 * gdb.python/py-pp-re-notag.exp: Likewise.
2106 * gdb.python/py-prettyprint.exp: Likewise.
2107 * gdb.python/py-section-script.exp: Likewise.
2108 * gdb.python/py-typeprint.exp: Likewise.
2109 * gdb.python/py-xmethods.exp: Likewise.
2110 * gdb.stabs/weird.exp: Likewise.
2111 * gdb.xml/tdesc-regs.exp: Likewise.
2112
bd286a29
KCY
21132014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2114
2115 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2116 (out_cu): Use addr_len for the size of addresses.
2117 (out_line): Likewise. Size DW_LNE_set_address instruction
2118 according to addr_len.
2119 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2120 (FUNC): Add START_INSNS to definition.
2121
673dc4a0
YQ
21222014-10-18 Yao Qi <yao@codesourcery.com>
2123
2124 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2125 gdb_has_argv0 return true.
2126 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2127 check [target_info exists noargs], check [gdb_has_argv0]
2128 instead.
2129 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2130 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2131 procedures.
2132
4ffbba72
DE
21332014-10-17 Doug Evans <dje@google.com>
2134
2135 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2136 event.
2137 * gdb.python/py-events.py: Add clear_objfiles event.
2138
d096d8c1
DE
21392014-10-17 Doug Evans <dje@google.com>
2140
2141 * gdb.python/py-objfile.exp: Test progspace attribute.
2142
a80db015
LM
21432014-10-17 Luis Machado <lgustavo@codesourcery.com>
2144
2145 * gdb.guile/scm-breakpoint.exp: Do not assume any
2146 directory separators when matching source file paths.
2147 * gdb.python/py-breakpoint.exp: Likewise.
2148 * gdb.reverse/break-precsave.exp: Likewise.
2149 * gdb.reverse/break-reverse.exp: Likewise.
2150 * gdb.reverse/consecutive-precsave.exp: Likewise.
2151 * gdb.reverse/finish-precsave.exp: Likewise.
2152 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2153 * gdb.reverse/finish-reverse.exp: Likewise.
2154 * gdb.reverse/i386-precsave.exp: Likewise.
2155 * gdb.reverse/i387-env-reverse.exp: Likewise.
2156 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2157 * gdb.reverse/machinestate-precsave.exp: Likewise.
2158 * gdb.reverse/machinestate.exp: Likewise.
2159 * gdb.reverse/sigall-precsave.exp: Likewise.
2160 * gdb.reverse/solib-precsave.exp: Likewise.
2161 * gdb.reverse/step-precsave.exp: Likewise.
2162 * gdb.reverse/until-precsave.exp: Likewise.
2163 * gdb.reverse/watch-precsave.exp: Likewise.
2164 * gdb.reverse/watch-reverse.exp: Likewise.
2165
b22089ab
YQ
21662014-10-17 Yao Qi <yao@codesourcery.com>
2167
2168 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2169 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2170
6c4486e6
PA
21712014-10-17 Pedro Alves <palves@redhat.com>
2172
2173 PR gdb/17471
2174 * gdb.base/bg-execution-repeat.c: New file.
2175 * gdb.base/bg-execution-repeat.exp: New file.
2176
0ff33695
PA
21772014-10-17 Pedro Alves <palves@redhat.com>
2178
2179 PR gdb/17300
2180 * gdb.base/continue-all-already-running.c: New file.
2181 * gdb.base/continue-all-already-running.exp: New file.
2182
6fdebc3d
PA
21832014-10-17 Pedro Alves <palves@redhat.com>
2184
2185 PR gdb/17472
2186 * gdb.base/annota-input-while-running.c: New file.
2187 * gdb.base/annota-input-while-running.exp: New file.
2188
32a8097b
PA
21892014-10-17 Pedro Alves <palves@redhat.com>
2190
2191 * gdb.base/callfuncs.exp: emove references to osf.
2192 * gdb.base/sigall.exp: Likewise.
2193 * gdb.gdb/selftest.exp: Likewise.
2194 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2195 * gdb.mi/non-stop.c: Likewise.
2196 * gdb.mi/pthreads.c: Likewise.
2197 * gdb.reverse/sigall-precsave.exp: Likewise.
2198 * gdb.reverse/sigall-reverse.exp: Likewise.
2199 * gdb.threads/pthreads.c: Likewise.
2200 * gdb.threads/pthreads.exp: Likewise.
2201
7a3517ff
YQ
22022014-10-17 Yao Qi <yao@codesourcery.com>
2203
2204 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2205 check 'target_info exists noargs'.
2206 (test_command_prompt_position): Likewise.
2207 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2208 Remove "set args".
2209 (progvar_simple_while_test): Likewise.
2210 (progvar_complex_if_while_test): Likewise.
2211 (if_while_breakpoint_command_test): Likewise.
2212 (infrun_breakpoint_command_test): Likewise.
2213 (breakpoint_command_test): Likewise.
2214 (watchpoint_command_test): Likewise.
2215 (bp_deleted_in_command_test): Likewise.
2216 (temporary_breakpoint_commands): Likewise.
2217
bb99c472
YQ
22182014-10-16 Yao Qi <yao@codesourcery.com>
2219
2220 * gdb.base/remotetimeout.exp: Remove noargs checking.
2221
7c16b83e
PA
22222014-10-15 Pedro Alves <palves@redhat.com>
2223
2224 PR breakpoints/9649
2225 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2226 * gdb.base/breakpoint-in-ro-region.exp
2227 (probe_target_hardware_step): New procedure.
2228 (top level): Probe hardware stepping and hardware breakpoint
2229 support. Test stepping through a read-only region, with both
2230 "breakpoint auto-hw" on and off and both "always-inserted" on and
2231 off.
2232
35a49624
IB
22332014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2234
2235 * gdb.dlang/demangle.exp: Update for demangling changes.
2236
2d1c107c
SC
22372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2238
2239 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2240 * gdb.cp/non-trivial-retval.exp: Add new tests.
2241
778811d5
SC
22422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2243
2244 PR c++/13403
2245 PR c++/15154
2246 * gdb.cp/non-trivial-retval.cc: New file.
2247 * gdb.cp/non-trivial-retval.exp: New file.
2248
10c5f0a8
YQ
22492014-10-15 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2252 remote host.
2253
65d7b369
YQ
22542014-10-15 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.python/py-symbol.exp: Match file base name if host is
2257 remote, otherwise match file name with dir name.
2258 * gdb.python/py-symtab.exp: Likewise.
2259 * gdb.python/python.exp: Likewise.
2260
46dc1394
YQ
22612014-10-15 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2264 pattern.
2265 * gdb.python/py-symtab.exp: Likewise.
2266 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2267 locationn.
2268
c40cc657
JB
22692014-10-14 Joel Brobecker <brobecker@adacore.com>
2270
2271 * gdb.ada/addr_arith: New testcase.
2272
2abf49e1
MR
22732014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2274
2275 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2276 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2277 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2278 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2279
f7088df3
SDJ
22802014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2281
2282 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2283 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2284 * gdb.arch/stap-eval-lang-ada.exp: New file.
2285
4dc06805
YQ
22862014-10-14 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.mi/mi-var-child.c (nothing1): New function.
2289 (nothing2): New function.
2290 (do_children_tests): Set function pointers by nothing1 and
2291 nothing2.
2292 * gdb.mi/mi-var-child.exp: Step over new added statements.
2293 Update test to match the new output.
2294 * gdb.mi/var-cmd.c (nothing1): New function.
2295 (nothing2): New function.
2296 (do_children_tests): Set function pointers by nothing1 and
2297 nothing2.
2298 * gdb.mi/mi-var-display.exp: Update test to match output.
2299 Step to the line specified by $line_dct_nothing.
2300 Increase the number of lines to step.
2301
46a93de2
YQ
23022014-10-14 Yao Qi <yao@codesourcery.com>
2303
2304 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2305 tests.
2306 * gdb.mi/mi2-var-child.exp: Likewise.
2307
14ea52ee
DE
23082014-10-13 Doug Evans <dje@google.com>
2309
2310 * gdb.python/py-objfile.exp: Change name of file name test.
2311
e5c6e92b
DE
23122014-10-13 Doug Evans <dje@google.com>
2313
2314 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2315 from the start of the CU.
2316
c780cc2f
JK
23172014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2318 Yao Qi <yao@codesourcery.com>
2319
2320 Fix "save breakpoints" for "catch" command.
2321 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2322 Remove -nonewline. Match also the added "main" line.
2323
99894e11
JK
23242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2325
2326 Fix "save breakpoints" for "disable $bpnum" command.
2327 * gdb.base/save-bp.c (main): Add label.
2328 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2329
6e1ac5a3
JK
23302014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2331
2332 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2333
754dd2b0
YQ
23342014-10-11 Yao Qi <yao@codesourcery.com>
2335
2336 * gdb.server/server-kill.exp: Execute command
2337 "set remote trace-status-packet on" before "tstatus".
2338
f90183d7
YQ
23392014-10-11 Yao Qi <yao@codesourcery.com>
2340
2341 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2342 (main): Call getppid.
2343 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2344 and continue to it. Read variable "server_pid".
2345
bf40a607
YQ
23462014-10-11 Yao Qi <yao@codesourcery.com>
2347
2348 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2349
052ca370
YQ
23502014-10-11 Yao Qi <yao@codesourcery.com>
2351
2352 * gdb.threads/thread-find.exp: Don't execute command
2353 "info threads".
2354 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2355 * gdb.threads/linux-dp.exp: Don't check the condition
2356 $threads_created equals to zero.
2357
3831839c
PA
23582014-10-10 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/bigcore.exp: Remove references to IRIX.
2361 * gdb.base/funcargs.exp: Likewise.
2362 * gdb.base/interrupt.exp: Likewise.
2363 * gdb.base/mips_pro.exp: Likewise.
2364 * gdb.base/nodebug.exp: Likewise.
2365 * gdb.base/setvar.exp: Likewise.
2366 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2367
8b9a549d
PA
23682014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2369 Pedro Alves <palves@redhat.com>
2370
2371 PR symtab/14466
2372 * gdb.base/vdso-warning.c: New file.
2373 * gdb.base/vdso-warning.exp: New file.
2374
d48ba5e8
DE
23752014-10-02 Doug Evans <dje@google.com>
2376
2377 * gdb.base/structs.c (main): Don't run forever.
2378
2278c276
PA
23792014-10-02 Pedro Alves <palves@redhat.com>
2380
2381 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2382 (top level) <stop threads 1, stop threads 2>: Use it.
2383
b57bacec
PA
23842014-10-02 Pedro Alves <palves@redhat.com>
2385
2386 * gdb.threads/break-while-running.exp (test): Add new
2387 'update_thread_list' argument. Skip "info threads" if false.
2388 (top level): Add new 'update_thread_list' axis.
2389
13fd3ff3
PA
23902014-10-02 Pedro Alves <palves@redhat.com>
2391
2392 PR breakpoints/17431
2393 * gdb.base/execl-update-breakpoints.c: New file.
2394 * gdb.base/execl-update-breakpoints.exp: New file.
2395
0fec99e8
PA
23962014-10-01 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.base/breakpoint-in-ro-region.c: New file.
2399 * gdb.base/breakpoint-in-ro-region.exp: New file.
2400
2ddf4301
SM
24012014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2402
2403 * gdb.mi/mi-exit-code.exp: New file.
2404 * gdb.mi/mi-exit-code.c: New file.
2405
6a5f3f43
YQ
24062014-09-30 Yao Qi <yao@codesourcery.com>
2407
2408 * lib/prelink-support.exp (build_executable_own_libs): Error if
2409 the target isn't native.
2410
345bcc73
YQ
24112014-09-30 Yao Qi <yao@codesourcery.com>
2412
2413 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2414 false.
2415
a25a5a45
PA
24162014-09-22 Pedro Alves <palves@redhat.com>
2417
2418 * gdb.threads/break-while-running.exp: New file.
2419 * gdb.threads/break-while-running.c: New file.
2420
00ba3162
YQ
24212014-09-19 Yao Qi <yao@codesourcery.com>
2422
2423 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2424 Invoke test. Restart GDB with --readnow and invoke test again.
2425
c3b7b696
YQ
24262014-09-19 Yao Qi <yao@codesourcery.com>
2427
2428 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2429 proc set_breakpoint_on_gcd_function. Invoke
2430 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2431 invoke set_breakpoint_on_gcd_function again.
2432
2b4fd423
DE
24332014-09-18 Doug Evans <dje@google.com>
2434
2435 * gdb.dwarf2/symtab-producer.exp: New file.
2436
a5947601
SDJ
24372014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2438
2439 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2440 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2441 * gdb.base/global-var-nested-by-dso.c: Likewise.
2442 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2443
91c19059
SDJ
24442014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2445 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.base/watch-bitfields.exp: Pass string other than test file
2448 name to prepare_for_testing.
2449 (watch): New procedure.
2450 (expect_watchpoint): Use with_test_prefix.
2451 (top level): Factor out tests to ...
2452 (test_watch_location, test_regular_watch): ... these new
2453 procedures, and use with_test_prefix and gdb_continue_to_end.
2454
bb9d5f81
PP
24552014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2456
2457 PR breakpoints/12526
2458 * gdb.base/watch-bitfields.exp: New file.
2459 * gdb.base/watch-bitfields.c: New file.
2460
635856f5
PA
24612014-09-16 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2464 software and hardware addresses, not software address against
2465 itself.
2466
7280ceea
PA
24672014-09-16 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2470 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2471
428b16bd
PA
24722014-09-16 Pedro Alves <palves@redhat.com>
2473
2474 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2475 files.
2476 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2477 "*-*-vxworks*" throughout.
2478 * gdb.base/break.exp: Likewise.
2479 * gdb.base/default.exp: Likewise.
2480 * gdb.base/scope.exp: Likewise.
2481 * gdb.base/sepdebug.exp: Likewise.
2482 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2483 throughout.
2484 * gdb.base/run.c: Likewise.
2485 * gdb.base/sepdebug.c: Likewise.
2486 * gdb.hp/gdb.aCC/run.c: Likewise.
2487 * gdb.reverse/until-reverse.c: Likewise.
2488 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2489
666d413c
YQ
24902014-09-16 Yao Qi <yao@codesourcery.com>
2491
2492 * boards/local-remote-host-native.exp: New file.
2493
57cbd724
DE
24942014-09-14 Doug Evans <xdje42@gmail.com>
2495
2496 * gdb.threads/queue-signal.c (thread_count): New variable.
2497 (thread_count_mutex, thread_count_condvar): New variables.
2498 (incr_thread_count, wait_all_threads_running): New functions.
2499 (main): Wait for all threads to be in their thread functions.
2500
81219e53
DE
25012014-09-13 Doug Evans <xdje42@gmail.com>
2502
2503 * gdb.threads/queue-signal.c: New file.
2504 * gdb.threads/queue-signal.exp: New file.
2505
3714cea7
DE
25062014-09-13 Doug Evans <xdje42@gmail.com>
2507
2508 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2509 be consistent with what default_gdb_init uses.
2510 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2511 the plain text of the prompt. Add some logging printfs.
2512 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2513
fa43b1d7
PA
25142014-09-12 Pedro Alves <palves@redhat.com>
2515
2516 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2517 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2518 * gdb.arch/i386-size-overlap.exp: Likewise.
2519 * gdb.arch/i386-size.exp: Likewise.
2520 * gdb.arch/i386-unwind.exp: Likewise.
2521 * gdb.base/a2-run.exp: Likewise.
2522 * gdb.base/break.exp: Likewise.
2523 * gdb.base/charset.exp: Likewise.
2524 * gdb.base/chng-syms.exp: Likewise.
2525 * gdb.base/commands.exp: Likewise.
2526 * gdb.base/dbx.exp: Likewise.
2527 * gdb.base/find.exp: Likewise.
2528 * gdb.base/funcargs.exp: Likewise.
2529 * gdb.base/jit-simple.exp: Likewise.
2530 * gdb.base/reread.exp: Likewise.
2531 * gdb.base/sepdebug.exp: Likewise.
2532 * gdb.base/step-bt.exp: Likewise.
2533 * gdb.cp/mb-inline.exp: Likewise.
2534 * gdb.cp/mb-templates.exp: Likewise.
2535 * gdb.objc/basicclass.exp: Likewise.
2536 * gdb.threads/killed.exp: Likewise.
2537
9d9bf2df
EBM
25382014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2539
2540 PR tdep/17379
2541 * gdb.arch/powerpc-stackless.S: New file.
2542 * gdb.arch/powerpc-stackless.exp: New file.
2543
1cf2f1b0
JK
25442014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2545
2546 * gdb.base/attach.c: Include unistd.h.
2547 (main): Call alarm. Add label postloop.
2548 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2549 gdb_breakpoint, gdb_continue_to_breakpoint.
2550 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2551
98880d46
PA
25522014-09-11 Pedro Alves <palves@redhat.com>
2553
2554 PR gdb/17347
2555 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2556 * gdb.base/attach.exp (test_command_line_attach_run): New
2557 procedure.
2558 (top level): Call it.
2559
4c92ff2c
PA
25602014-09-11 Pedro Alves <palves@redhat.com>
2561
2562 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2563 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2564 (do_command_attach_tests): Use spawn_wait_for_attach.
2565 * gdb.base/solib-overlap.exp: Likewise.
2566 * gdb.multi/multi-attach.exp: Likewise.
2567 * gdb.python/py-prompt.exp: Likewise.
2568 * gdb.python/py-sync-interp.exp: Likewise.
2569 * gdb.server/ext-attach.exp: Likewise.
2570
3adc1a7d
GKB
25712014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2572
2573 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2574 command in testcase. Simplify testcase.
2575
96334934
JB
25762014-09-10 Joel Brobecker <brobecker@adacore.com>
2577
2578 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2579
eb479039
JB
25802014-09-10 Joel Brobecker <brobecker@adacore.com>
2581
2582 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2583
deede10c
JB
25842014-09-10 Joel Brobecker <brobecker@adacore.com>
2585
2586 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2587
7828a5f5
JB
25882014-09-10 Joel Brobecker <brobecker@adacore.com>
2589
2590 * gdb.dwarf2/dynarr-ptr.c: New file.
2591 * gdb.dwarf2/dynarr-ptr.exp: New file.
2592
33aeebcf
MR
25932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2594
2595 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2596 of 30 rather than hardcoding 120 for a slow test case. Take the
2597 `gdb,timeout' target setting into account for this calculation.
2598 Don't extend the timeout for the test cases that don't need it.
2599
7b415901
MR
26002014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2601
2602 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2603 a factor of 2 for a slow test case. Take the `gdb,timeout'
2604 target setting into account for this calculation.
2605 * gdb.reverse/until-precsave.exp: Increase the timeout by
2606 a factor of 15 and 3 respectively rather than adding 120
2607 for a pair of slow test cases. Take the `gdb,timeout'
2608 target setting into account for this calculation.
2609
4a40f85a
MR
26102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2611
2612 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2613 timeout, don't pass one down to gdb_expect.
2614 (gdb_expect): Rework timeout selection.
2615
09635af7
MR
26162014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2617
2618 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2619 exception on timeout.
2620 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2621 (gdbserver_start_extended): Catch any `gdbserver_start' error
2622 exceptions.
2623 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2624 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2625 `gdbserver_gdb_load' error exceptions.
2626
2bdd10b7
MR
26272014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2628
2629 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2630 120 on waiting for the TCP socket to open.
2631
316935f0
DE
26322014-09-09 Doug Evans <xdje42@gmail.com>
2633
2634 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2635 _caller_matches, _any_caller_is, _any_caller_matches.
2636
83740597
DE
26372014-09-09 Doug Evans <xdje42@gmail.com>
2638
2639 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2640
4c122fc3
YQ
26412014-09-09 Yao Qi <yao@codesourcery.com>
2642
2643 * gdb.mi/mi-var-display.exp: Set print symbol off.
2644
a9f116cb
GKB
26452014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2646
2647 PR gdb/17035
2648 * gdb.base/commands.exp: Add tests to verify user-defined
2649 commands with empty bodies.
2650 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2651 python commands in `show user command`.
2652 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2653 scheme commands in `show user command`.
2654
c75bd3a2
JK
26552014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2656
2657 PR python/17355
2658 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2659 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2660 * gdb.python/py-framefilter-invalidarg.exp: New file.
2661 * gdb.python/py-framefilter-invalidarg.py: New file.
2662
faa42425
DE
26632014-09-06 Doug Evans <xdje42@gmail.com>
2664
2665 PR 15276
2666 * gdb.python/py-caller-is.c: New file.
2667 * gdb.python/py-caller-is.exp: New file.
2668
474ca4f6
SDJ
26692014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2670
2671 PR gdb/17235
2672 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2673 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2674
eb0b0463
SDJ
26752014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2676
2677 PR fortran/17237
2678 * gdb.fortran/print-formatted.exp: New file.
2679 * gdb.fortran/print-formatted.f90: Likewise.
2680
5f3b99cf
SS
26812014-09-03 Sasha Smundak <asmundak@google.com>
2682
2683 * gdb.python/py-frame.exp: Test Frame.read_register.
2684
7d793aa9
SDJ
26852014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2686
2687 PR python/16699
2688 * gdb.python/py-completion.exp: New file.
2689 * gdb.python/py-completion.py: Likewise.
2690
fb0576e9
DE
26912014-08-28 Doug Evans <dje@google.com>
2692
2693 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2694 eax,etc. are live with values set by gdb and thus the compiler can't
2695 use them.
2696 * gdb.arch/i386-pseudo.c (main): Ditto.
2697
ee92b0dd
DE
26982014-08-27 Doug Evans <dje@google.com>
2699
2700 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2701
6649db35
DE
27022014-08-25 Doug Evans <dje@google.com>
2703
2704 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2705 (main): Ditto.
2706
564b7600
DE
27072014-08-25 Doug Evans <dje@google.com>
2708
2709 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2710
3881fb67
YQ
27112014-08-24 Yao Qi <yao@codesourcery.com>
2712
2713 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2714 symbol off.
2715 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2716
a05a36a5
DE
27172014-08-22 Doug Evans <dje@google.com>
2718
2719 PR 17276
2720 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2721 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2722 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2723
7c343b48
YQ
27242014-08-22 Yao Qi <yao@codesourcery.com>
2725
2726 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2727 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2728 * gdb.python/python.exp: Likewise. Use .py file on the host
2729 instead of the build.
2730
22fd09ae
JK
27312014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.threads/gcore-stale-thread.c: New file.
2734 * gdb.threads/gcore-stale-thread.exp: New file.
2735
a8454a7c
PA
27362014-08-21 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2739 * gdb.base/gcore-relro-pie.exp: Likewise.
2740 * gdb.base/gcore-relro.exp: Likewise.
2741 * gdb.base/gcore.exp: Likewise.
2742 * gdb.base/print-symbol-loading.exp: Likewise.
2743 * gdb.threads/gcore-thread.exp: Likewise.
2744 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2745
2a31c623
PA
27462014-08-20 Pedro Alves <palves@redhat.com>
2747 Jan Kratochvil <jan.kratochvil@redhat.com>
2748
2749 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2750 configure.
2751 (EXPECT): Handle READ1 being set.
2752 (all): Depend on EXTRA_RULES.
2753 (check-read1, expect-read1, read1.so, read1): New rules.
2754 * README (Testsuite Parameters): Document the READ1 make variable.
2755 (Race detection): New section.
2756 * configure: Regenerate.
2757 * configure.ac: If build==host==target, and running under a
2758 GNU/glibc system, add read1 to the extra Makefile rules.
2759 (EXTRA_RULES): AC_SUBST it.
2760 * lib/read1.c: New file.
2761
d36430db
JB
27622014-08-20 Joel Brobecker <brobecker@adacore.com>
2763
2764 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2765 the handling of variables declared as a typedef to an array
2766 which a DW_AT_data_location attribute.
2767
9a0dc9e3
PA
27682014-08-19 Andrew Burgess <aburgess@broadcom.com>
2769 Pedro Alves <palves@redhat.com>
2770
2771 PR symtab/14604
2772 PR symtab/14605
2773 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2774 gdb_test.
2775
0718a8da
PA
27762014-08-19 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2779
13b448cd
YQ
27802014-08-19 Yao Qi <yao@codesourcery.com>
2781
2782 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2783 right line.
2784
1cbf5077
DB
27852014-08-18 David Blaikie <dblaikie@gmail.com>
2786
2787 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2788
bf0fae19
JB
27892014-08-18 Joel Brobecker <brobecker@adacore.com>
2790
2791 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2792 attribute in array range.
2793
3c8c5dcc
JB
27942014-08-18 Joel Brobecker <brobecker@adacore.com>
2795
2796 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2797
e66d4446
SC
27982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2799
2800 PR c++/17132
2801 * gdb.cp/pr17132.cc: New file.
2802 * gdb.cp/pr17132.exp: New file.
2803
940df408
SC
28042014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2805
2806 * gdb.python/py-xmethods.py (A_getarrayind)
2807 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2808 Use 'print' with function call syntax.
2809 (E_method_matcher.match): Fix tab vs space indentation mixup.
2810
ebcc6c3a
YQ
28112014-08-15 Yao Qi <yao@codesourcery.com>
2812
2813 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2814 false.
2815
775e0f04
YQ
28162014-08-15 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.cp/casts.exp: Set print symbol off.
2819 * gdb.cp/class2.exp: Likewise.
2820 * gdb.cp/overload.exp: Likewise.
2821 * gdb.cp/templates.exp: Likewise.
2822
d769e349
DE
28232014-08-11 Doug Evans <dje@google.com>
2824
2825 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2826 (test_load_shlib): Update.
2827
20c6f1e1
YQ
28282014-08-09 Yao Qi <yao@codesourcery.com>
2829
2830 * gdb.base/display.exp: Invoke is_address_zero_readable.
2831 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2832 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2833 * gdb.base/hbreak-unmapped.exp: Return if
2834 is_address_zero_readable returns true.
2835 * gdb.base/signest.exp: Likewise.
2836 * gdb.base/signull.exp: Likewise.
2837 * gdb.base/sigbpt.exp: Likewise.
2838 * gdb.guile/scm-disasm.exp: Do the test if
2839 is_address_zero_readable returns false.
2840 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2841 * gdb.python/py-arch.exp: Likewise.
2842 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2843 * lib/gdb.exp (is_address_zero_readable): New proc.
2844
5792e8e3
YQ
28452014-08-09 Yao Qi <yao@codesourcery.com>
2846
2847 PR testsuite/13443
2848 * gdb.mi/mi-var-display.exp: Make test messages unique.
2849
3cecbbbe
TT
28502014-08-04 Tom Tromey <tromey@redhat.com>
2851
2852 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2853 target 0".
2854
00b51ff5
TT
28552014-08-04 Tom Tromey <tromey@redhat.com>
2856
2857 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2858 "target_resume".
2859
6908c509
JB
28602014-08-01 Joel Brobecker <brobecker@adacore.com>
2861
2862 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2863 inner_vla_struct_object_size.
2864 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2865 as xfail.
2866
cc6563d2
PA
28672014-07-30 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2870 comment.
2871
7e09a223
YQ
28722014-07-29 Yao Qi <yao@codesourcery.com>
2873
2874 PR gdb/17206
2875 * gdb.base/until-nodebug.exp: New.
2876
7ebdbe92
DE
28772014-07-28 Doug Evans <xdje42@gmail.com>
2878
2879 PR guile/17203
2880 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2881 previously existing parameter, and previously ambiguously spelled
2882 parameter.
2883
fdb1adc6
WN
28842014-07-28 Will Newton <will.newton@linaro.org>
2885
2886 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2887
186fcde0
DE
28882014-07-26 Ludovic Courtès <ludo@gnu.org>
2889 Doug Evans <xdje42@gmail.com>
2890
2891 PR guile/17146
2892 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2893
70509625
PA
28942014-07-25 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.threads/signal-command-handle-nopass.c: New file.
2897 * gdb.threads/signal-command-handle-nopass.exp: New file.
2898 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2899 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2900 * gdb.threads/signal-delivered-right-thread.c: New file.
2901 * gdb.threads/signal-delivered-right-thread.exp: New file.
2902
c3f814a1
PA
29032014-07-25 Pedro Alves <palves@redhat.com>
2904
2905 * gdb.base/double-prompt-target-event-error.exp
2906 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2907 match.
2908 (cancel_pagination_in_target_event): Rework double prompt
2909 detection.
2910 * gdb.base/paginate-after-ctrl-c-running.exp
2911 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2912 <return>' match.
2913 * gdb.base/paginate-bg-execution.exp
2914 (test_bg_execution_pagination_return)
2915 (test_bg_execution_pagination_cancel): Remove '-notransfer
2916 <return>' matches.
2917 * gdb.base/paginate-execution-startup.exp
2918 (test_fg_execution_pagination_return)
2919 (test_fg_execution_pagination_cancel): Remove '-notransfer
2920 <return>' matches.
2921 * gdb.base/paginate-inferior-exit.exp
2922 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2923 match.
2924 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2925 * lib/gdb.exp (pagination_prompt): Run text through
2926 string_to_regexp.
2927 (gdb_test_multiple): Match $pagination_prompt instead of
2928 "<return>".
2929 (string_to_regexp): Move to lib/gdb-utils.exp.
2930
e214cf6c
JK
29312014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2932
2933 * gdb.arch/amd64-entry-value-paramref.S: New file.
2934 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2935 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2936 * gdb.arch/amd64-optimout-repeat.S: New file.
2937 * gdb.arch/amd64-optimout-repeat.c: New file.
2938 * gdb.arch/amd64-optimout-repeat.exp: New file.
2939
17d0c5c8
JK
29402014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2941
2942 PR gdb/17170
2943 * gdb.base/statistics.exp: New file.
2944
b8b8facf
DE
29452014-07-17 Doug Evans <dje@google.com>
2946
74b49205 2947 PR gdb/17170
b8b8facf
DE
2948 * gdb.base/maint.exp: Update testing of per-command stats.
2949
1b5d0ab3
PA
29502014-07-16 Pedro Alves <palves@redhat.com>
2951
2952 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2953 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2954 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2955 (tfile_write_buf): New functions.
2956 (add_memory_block): Rewrite using the above.
2957 (adjust_function_address): New function.
2958 (FUNCTION_ADDRESS): New macro.
2959 (write_basic_trace_file): Remove short_x local, and use
2960 tfile_write_16. Change type of func_addr local to unsigned long
2961 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2962 here. Cast argument of add_memory_block to char pointer.
2963 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2964 (main): Remove parameters.
2965 * gdb.trace/tfile.exp: Remove nowarnings.
2966
4d974e88
SM
29672014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2968
2969 * gdb.base/debug-expr.exp: Test string evaluation with
2970 "debug expression" on.
2971
41e99568
PA
29722014-07-15 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.base/reread.exp: Use clean_restart.
2975
487d9753
PL
29762014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2977
2978 * gdb.arch/avr-flash-qualifer.c: New.
2979 * gdb.arch/avr-flash-qualifer.exp: New.
2980
cc1c52ad
PA
29812014-07-14 Pedro Alves <palves@redhat.com>
2982
2983 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2984 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2985
1e973570
PA
29862014-07-14 Pedro Alves <palves@redhat.com>
2987
2988 * gdb.base/double-prompt-target-event-error.c: New file.
2989 * gdb.base/double-prompt-target-event-error.exp: New file.
2990
93d6eb10
PA
29912014-07-14 Pedro Alves <palves@redhat.com>
2992
2993 PR gdb/17072
2994 * gdb.base/paginate-inferior-exit.c: New file.
2995 * gdb.base/paginate-inferior-exit.exp: New file.
2996
0017922d
PA
29972014-07-14 Pedro Alves <palves@redhat.com>
2998
2999 PR gdb/17072
3000 * gdb.base/paginate-bg-execution.c: New file.
3001 * gdb.base/paginate-bg-execution.exp: New file.
3002
94696ad3
PA
30032014-07-14 Pedro Alves <palves@redhat.com>
3004
3005 PR gdb/17072
3006 * gdb.base/paginate-execution-startup.c: New file.
3007 * gdb.base/paginate-execution-startup.exp: New file.
3008 * lib/gdb.exp (pagination_prompt): New global.
3009 (default_gdb_spawn): New procedure, factored out from
3010 default_gdb_spawn.
3011 (default_gdb_start): Adjust to call default_gdb_spawn.
3012 (gdb_spawn): New procedure.
3013
bd293940
PA
30142014-07-14 Pedro Alves <palves@redhat.com>
3015
3016 * lib/gdb.exp (gdb_assert): New procedure.
3017 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3018
c933f875
PA
30192014-07-14 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.base/execution-termios.c: New file.
3022 * gdb.base/execution-termios.exp: New file.
3023
d98b7a16
TT
30242014-07-14 Tom Tromey <tromey@redhat.com>
3025
3026 * gdb.cp/vla-cxx.cc: New file.
3027 * gdb.cp/vla-cxx.exp: New file.
3028
548740d6
TT
30292014-07-14 Tom Tromey <tromey@redhat.com>
3030
3031 * gdb.reverse/rerun-prec.c: New file.
3032 * gdb.reverse/rerun-prec.exp: New file.
3033
a25eb028
MR
30342014-07-12 Maciej W. Rozycki <macro@mips.com>
3035 Maciej W. Rozycki <macro@codesourcery.com>
3036
3037 * lib/gdb-utils.exp: New file.
3038 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3039 inline `gdb_init_command' processing.
3040 (gdb_start_cmd): Likewise.
3041 * lib/mi-support.exp (mi_run_cmd): Likewise.
3042 * README: Document `gdb_init_command' and `gdb_init_commands'.
3043
218c2655
JK
30442014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3045
3046 Fix false FAIL running under a very long directory name.
3047 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3048 and "set print elements 10000". Twice.
3049
5401fde3
YQ
30502014-07-11 Yao Qi <yao@codesourcery.com>
3051
3052 * gdb.base/exprs.exp: "set print symbol off".
3053
e76126e8
PA
30542014-07-11 Pedro Alves <palves@redhat.com>
3055
3056 * gdb.threads/kill.c: New file.
3057 * gdb.threads/kill.exp: New file.
3058
2d6f0de6
YQ
30592014-07-10 Yao Qi <yao@codesourcery.com>
3060
3061 * gdb.trace/tfile.c (write_basic_trace_file)
3062 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3063 address written to trace file.
3064
7180e04a
PA
30652014-07-09 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/attach-wait-input.exp: New file.
3068 * gdb.base/attach-wait-input.c: New file.
3069
9a9a7608
AB
30702014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3073 setting up test structures.
3074 (main): Call new test function.
3075 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3076 test function, continue into test function and walk test
3077 structures.
3078
161ac41e
YQ
30792014-07-02 Yao Qi <yao@codesourcery.com>
3080
3081 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3082 'bar_start' at the beginning of functions 'foo' and 'bar'
3083 respectively.
3084 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3085 instead of 'foo' and 'bar'.
3086
1f267ae3
MM
30872014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3088
3089 * gdb.btrace/segv.exp: New.
3090 * gdb.btrace/segv.c: New.
3091
2b239efb
LM
30922014-07-02 Luis Machado <lgustavo@codesourcery.com>
3093
3094 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3095 instruction.
3096
cf363f18
MW
30972014-06-30 Mark Wielaard <mjw@redhat.com>
3098
3099 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3100 vulture, vilify, villar): New volatile array constants.
3101 (vindictive, vegetation): New const volatile array constants.
3102 * gdb.base/volatile.exp: Test volatile and const volatile array
3103 types.
3104
aebf9d24
AA
31052014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3106
3107 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3108 target lacks support for awatch, rwatch, or hbreak.
3109
b67a2c6f
YQ
31102014-06-27 Yao Qi <yao@codesourcery.com>
3111
3112 * gdb.multi/dummy-frame-restore.exp: New.
3113 * gdb.multi/dummy-frame-restore.c: New.
3114
aef92902
MM
31152014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3116
3117 * gdb.btrace/gcore.exp: New.
3118
8e9db26e
PA
31192014-06-23 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/watchpoint-reuse-slot.c: New file.
3122 * gdb.base/watchpoint-reuse-slot.exp: New file.
3123
70afc5b7
SC
31242014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3125
3126 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3127 progspace's filename in 'info', 'enable' and 'disable' command
3128 tests.
3129
b972bd9c
JK
31302014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3131
3132 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3133 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3134 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3135
125f8a3d
GB
31362014-06-20 Gary Benson <gbenson@redhat.com>
3137
3138 * gdb.arch/i386-avx.exp: Fix include file location.
3139 * gdb.arch/i386-sse.exp: Likewise.
3140
3ed9baed
IB
31412014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3142
3143 * gdb.dlang/expression.exp: New file.
3144
034f788c
PA
31452014-06-19 Pedro Alves <palves@redhat.com>
3146
3147 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3148 out from ...
3149 (top level): ... here. Iterate running tests under different
3150 scheduler-locking settings.
3151
45371d0c
LM
31522014-06-18 Luis Machado <lgustavo@codesourcery.com>
3153
3154 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3155 to DW_FORM_addr and use non-zero addresses.
3156
5d376983
SC
31572014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3158
3159 PR gdb/17017
3160 * gdb.python/py-xmethods.cc: Add global function call counters and
3161 increment them in their respective functions. Remove "cout"
3162 statements.
3163 * gdb.python/py-xmethods.exp: Make tests check the global function
3164 call counters instead of depending on inferior IO.
3165
a1aa2221
LM
31662014-06-18 Don Breazeal <donb@codesourcery.com>
3167
3168 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3169 Deleted procedure.
3170 (explicit_fork_parent_follow): Deleted procedure.
3171 (explicit_fork_child_follow): Deleted procedure.
3172 (test_follow_fork): New procedure.
3173 (do_fork_tests): Replace calls to deleted procedures with
3174 calls to test_follow_fork and reset GDB for subsequent
3175 procedure calls.
3176
0fc05997
YQ
31772014-06-17 Yao Qi <yao@codesourcery.com>
3178
3179 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3180 CP1252.
3181
70795c52
LM
31822014-06-17 Luis Machado <lgustavo@codesourcery.com>
3183
3184 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3185 Initialize ptr and S explicitly.
3186 (skip_type_update_when_not_use_rtti_test): Likewise.
3187
6be47f0c
KS
31882014-06-16 Keith Seitz <keiths@redhat.com>
3189
3190 PR mi/15863
3191 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3192 the inferior is started.
3193
d03de421
PA
31942014-06-16 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.base/break-main-file-remove-fail.c: New file.
3197 * gdb.base/break-main-file-remove-fail.exp: New file.
3198 * gdb.base/break-unload-file.exp: Use build_executable instead of
3199 prepare_for_testing.
3200 (test_break): New parameter "initial_load". Handle it.
3201 (top level): Add initial_load cmdline/file axis.
3202
f9579b99
TT
32032014-06-12 Tom Tromey <tromey@redhat.com>
3204
3205 * gdb.base/completion.exp: Don't use directory name in test.
3206
3657956b
GB
32072014-06-09 Gary Benson <gbenson@redhat.com>
3208
3209 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3210 separate the always-available ANSI-standard signals from the
3211 signals that require checking.
3212 (main): Likewise.
3213 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3214 Likewise.
3215 (main): Likewise.
3216
4186eb54
KS
32172014-06-07 Keith Seitz <keiths@redhat.com>
3218
3219 Revert:
3220 PR c++/16253
3221 * gdb.cp/var-tag.cc: New file.
3222 * gdb.cp/var-tag.exp: New file.
3223 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3224 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3225 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3226 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3227
25326a28 32282014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3229
3230 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3231
829155c9
PA
32322014-06-06 Pedro Alves <palves@redhat.com>
3233
3234 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3235 in target debug output instead of looking at RSP packets,
3236 disabling the test on any target that uses hardware stepping.
3237 Update comments.
3238
61c8d22e
PA
32392014-06-06 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.base/break-unload-file.exp: Fix typo.
3242
d9a47287
YQ
32432014-06-06 Yao Qi <yao@codesourcery.com>
3244
3245 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3246 from "jit_function" to "^jit_function".
3247
e5e01dbf
YQ
32482014-06-06 Yao Qi <yao@codesourcery.com>
3249
3250 * gdb.base/async.c (foo): Add one statement.
3251 * gdb.base/async.exp: Get the next instruction address and
3252 match the output of "nexti" by instruction address. Match
3253 the hex address in the output of "finish".
3254
73ba372c
GB
32552014-06-06 Gary Benson <gbenson@redhat.com>
3256
3257 * gdb.base/call-signals.c: Remove preprocessor conditionals
3258 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3259 SIGSEGV and SIGTERM.
3260 * gdb.base/sigall.c: Likewise.
3261 * gdb.base/unwindonsignal.c: Likewise.
3262 * gdb.reverse/sigall-reverse.c: Likewise.
3263
831517df
YQ
32642014-06-06 Yao Qi <yao@codesourcery.com>
3265
3266 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3267 readable, skip the test.
3268
b8b91e98
YQ
32692014-06-06 Yao Qi <yao@codesourcery.com>
3270
3271 * gdb.threads/staticthreads.c (thread_function): Move the line
3272 setting breakpoint on forward.
3273 * gdb.threads/staticthreads.exp: Update comments.
3274
fb934770
LC
32752014-06-05 Ludovic Courtès <ludo@gnu.org>
3276
3277 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3278 "history-append! type error".
3279
6ef284bd
SM
32802014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3281
3282 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3283 erroneous dprintf expected input.
3284
a872e241
DE
32852014-06-04 Doug Evans <xdje42@gmail.com>
3286
3287 * gdb.guile/scm-generics.exp: Delete.
3288
16f691fb
DE
32892014-06-04 Doug Evans <xdje42@gmail.com>
3290
3291 * gdb.guile/scm-breakpoint.exp: Update.
3292 Add tests for breakpoint registration.
3293
012370f6
TT
32942014-06-04 Tom Tromey <tromey@redhat.com>
3295
3296 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3297 VLA-in-union.
3298 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3299 inner_vla_struct, vla_union types. Initialize objects of those
3300 types and compute their sizes.
3301
9f5a4cef
HZ
33022014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3303 Hui Zhu <hui@codesourcery.com>
3304
3305 * gdb.base/fileio.exp: Add test for shell not available as well as
3306 available.
3307 * gdb.base/fileio.c (test_system): Check for shell twice.
3308
90a45c4d
YQ
33092014-06-04 Yao Qi <yao@codesourcery.com>
3310
3311 * gdb.base/auto-connect-native-target.exp: Remove redundant
3312 space from the regexp pattern.
3313
70017e41
YQ
33142014-06-04 Yao Qi <yao@codesourcery.com>
3315
3316 * gdb.base/default.exp: Replace "child" with "native" in
3317 regexp pattern.
3318
883964a7
SC
33192014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3320
3321 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3322 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3323 * gdb.python/py-xmethods.py: Python script supporting the
3324 new testcase and tests.
3325
ef370185
JB
33262014-06-03 Joel Brobecker <brobecker@adacore.com>
3327 Pedro Alves <palves@redhat.com>
3328
3329 PR breakpoints/17000
3330 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3331 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3332
1e2ccb61
BM
33332014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3334
3335 * gdb.base/subst.exp: Add tests to verify partial path matching
3336 output.
3337
c6ec5ab2
PA
33382014-06-03 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3341 target that doesn't use software single-stepping.
3342
835c559f
PA
33432014-06-03 Pedro Alves <palves@redhat.com>
3344
3345 PR breakpoints/17000
3346 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3347 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3348
06eb1586
DE
33492014-06-02 Doug Evans <xdje42@gmail.com>
3350
3351 * gdb.guile/scm-parameter.exp: New file.
3352
e698b8c4
DE
33532014-06-02 Doug Evans <xdje42@gmail.com>
3354
3355 * gdb.guile/scm-cmd.c: New file.
3356 * gdb.guile/scm-cmd.exp: New file.
3357
ded03782
DE
33582014-06-02 Doug Evans <xdje42@gmail.com>
3359
3360 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3361 pretty-printer lookup.
3362 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3363 (make-pp_s-printer): Call it.
3364 (make-pretty-printer-from-dict): New function.
3365 (lookup-pretty-printer-maker-from-dict): New function.
3366 (*pretty-printer*): Simplify.
3367 (make-objfile-pp_s-printer): New function.
3368 (install-objfile-pretty-printers!): New function.
3369 (make-progspace-pp_s-printer): New function.
3370 (install-progspace-pretty-printers!): New function.
3371 * gdb.guile/scm-progspace.c: New file.
3372 * gdb.guile/scm-progspace.exp: New file.
3373
41fac0cf
PA
33742014-06-02 Pedro Alves <palves@redhat.com>
3375
3376 * gdb.base/dprintf-bp-same-addr.c: New file.
3377 * gdb.base/dprintf-bp-same-addr.exp: New file.
3378
96ae5695
EBM
33792014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3380
3381 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3382 * gdb.arch/powerpc-power.s: Likewise.
3383
da02b3a8
JB
33842014-06-02 Joel Brobecker <brobecker@adacore.com>
3385
3386 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3387
c72b2e7b
YQ
33882014-06-01 Yao Qi <yao@codesourcery.com>
3389
3390 * gdb.base/watchpoint.exp (test_watch_location): Check null
3391 pointer can be dereferenced. If not, do the test, otherwise
3392 skip it.
3393
53e8a631
AB
33942014-05-30 Andrew Burgess <aburgess@broadcom.com>
3395
3396 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3397 results.
3398 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3399
938f0e2f
AB
34002014-05-30 Andrew Burgess <aburgess@broadcom.com>
3401
3402 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3403 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3404 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3405 * gdb.arch/amd64-invalid-stack-top.c: New file.
3406 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3407
9ba6657a
PA
34082014-05-30 Pedro Alves <palves@redhat.com>
3409
3410 PR breakpoints/17000
3411 * gdb.base/sss-bp-on-user-bp.c: New file.
3412 * gdb.base/sss-bp-on-user-bp.exp: New file.
3413
522c09bf
DB
34142014-05-30 David Blaikie <dblaikie@gmail.com>
3415
3416 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3417 gnu_inline semantics via attribute.
3418 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3419 source explicitly specifies the required semantics.
3420
bf4ef81e
MR
34212014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3422
3423 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3424
329ea579
PA
34252014-05-29 Pedro Alves <palves@redhat.com>
3426 Tom Tromey <tromey@redhat.com>
3427
3428 * gdb.base/async-shell.exp: Don't enable target-async.
3429 * gdb.base/async.exp
3430 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3431 parameter. Adjust.
3432 (top level): Don't test with "target-async".
3433 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3434 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3435 * gdb.base/inferior-died.exp: Don't enable target-async.
3436 * gdb.base/interrupt-noterm.exp: Likewise.
3437 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3438 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3439 * gdb.mi/mi-nonstop.exp: Likewise.
3440 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3441 * gdb.mi/mi-nsintrall.exp: Likewise.
3442 * gdb.mi/mi-nsmoribund.exp: Likewise.
3443 * gdb.mi/mi-nsthrexec.exp: Likewise.
3444 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3445 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3446 * gdb.python/py-evsignal.exp: Don't enable target-async.
3447 * gdb.python/py-evthreads.exp: Likewise.
3448 * gdb.python/py-prompt.exp: Likewise.
3449 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3450 * gdb.server/solib-list.exp: Don't enable target-async.
3451 * gdb.threads/thread-specific-bp.exp: Likewise.
3452 * lib/mi-support.exp: Adjust to use mi-async.
3453
fd664c91
PA
34542014-05-29 Pedro Alves <palves@redhat.com>
3455
3456 PR gdb/13860
3457 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3458 reason, even in sync mode.
3459
251bde03
PA
34602014-05-29 Pedro Alves <palves@redhat.com>
3461 Hui Zhu <hui@codesourcery.com>
3462
3463 PR PR15693
3464 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3465 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3466 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3467 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3468
7f3c0343
JB
34692014-05-28 Joel Brobecker <brobecker@adacore.com>
3470
3471 * config/monitor.exp (gdb_target_monitor): Replace use of
3472 "set remotebaud" by "set serial baud".
3473
b2715b27
AW
34742014-05-26 Andy Wingo <wingo@igalia.com>
3475
3476 * gdb.guile/scm-breakpoint.exp:
3477 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3478 properties instead of gdb-object-properties.
3479
498a4489
YQ
34802014-05-26 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.server/no-thread-db.exp: Specify source file name
3483 explicitly when setting a breakpoint.
3484
589fdceb
MM
34852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3486
3487 * gdb.btrace/vdso.c: New.
3488 * gdb.btrace/vdso.exp: New.
3489
e9089e05
MM
34902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3491
3492 * gdb.base/gcore.exp (capture_command_output): Move ...
3493 * lib/gdb.exp (capture_command_output): ... here.
3494
67b5c0c1
MM
34952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3496
3497 * gdb.btrace/data.exp: Test memory access during btrace replay.
3498
a2199296
SM
34992014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3500
3501 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3502
17b2616c
PA
35032014-05-21 Pedro Alves <palves@redhat.com>
3504
3505 PR gdb/13860
3506 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3507 (top level): Test that output related to execution commands is
3508 sent to the console with CLI commands, but not with MI commands.
3509 Test that breakpoint events are always mirrored to the console.
3510 Also expect the new source line to be output after a "next" in
3511 async mode too. Make it a pass/fail test.
3512 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3513 output.
3514 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3515
5166082f
PA
35162014-05-21 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3519 Use them to test variations of "list" after reaching a breakpoint.
3520 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3521 Test "list" with listsize 10 after reaching a breakpoint.
3522 * gdb.python/python.exp (decode_line current location line
3523 number): Adjust expected line number.
3524
2f25d70f
SM
35252014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3526
3527 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3528 behavior for $args, pass it directly to "run".
3529
ff604a67
MR
35302014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3531
3532 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3533 30000 to 65536.
3534
6a3cb8e8
PA
35352014-05-21 Pedro Alves <palves@redhat.com>
3536
3537 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3538 auto-connect-native-target off".
3539 * gdb.base/auto-connect-native-target.c: New file.
3540 * gdb.base/auto-connect-native-target.exp: New file.
3541
4ebfc96e
PA
35422014-05-21 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.base/default.exp: Test "target native" instead of "target
3545 child".
3546
36d46afb
MW
35472014-05-21 Mark Wielaard <mjw@redhat.com>
3548
3549 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3550
5876f503
JK
35512014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3552
3553 Fix TLS access for -static -pthread.
3554 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3555 <HAVE_TLS> (thread_function, main): Initialize it.
3556 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3557 Add clean_restart.
3558 <$have_tls != "">: Check TLSVAR.
3559
0256a6ac
PA
35602014-05-21 Pedro Alves <palves@redhat.com>
3561
3562 * gdb.base/dcache-line-read-error.c: New.
3563 * gdb.base/dcache-line-read-error.exp: New.
3564
936d2992
PA
35652014-05-20 Pedro Alves <palves@redhat.com>
3566
3567 * gdb.base/compare-sections.c: New file.
3568 * gdb.base/compare-sections.exp: New file.
3569
802e8e6d
PA
35702014-05-20 Pedro Alves <palves@redhat.com>
3571
3572 * gdb.base/break-idempotent.c: New file.
3573 * gdb.base/break-idempotent.exp: New file.
3574
e59fa00f
MM
35752014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3576
3577 * gdb.btrace/nohist.exp: New.
3578
8b696e31
YQ
35792014-05-20 Yao Qi <yao@codesourcery.com>
3580
3581 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3582 gdb.reverse directory and gdb_reverse_timeout exists in board
3583 setting.
3584 * README: Document gdb_reverse_timeout.
3585
73c9764f
YQ
35862014-05-20 Yao Qi <yao@codesourcery.com>
3587
3588 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3589 'test_file_name'. Treat args as a string instead of a list.
3590 (gdb_init): Rename argument 'args' by 'test_file_name'.
3591
f1f4348a
JK
35922014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3593
3594 * gdb.arch/powerpc-power.exp: New file.
3595 * gdb.arch/powerpc-power.s: New file.
3596
0dbe70ce
DE
35972014-05-16 Doug Evans <dje@google.com>
3598
3599 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3600 * gdb.base/completion.exp: Check that all expected files exist
3601 before doing file completion.
0dbe70ce 3602
8d551b02
DE
36032014-05-16 Doug Evans <dje@google.com>
3604
3605 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3606 Update.
3607 (do_syscall_tests_without_xml): Update.
3608
73eb7709
PA
36092014-05-16 Pedro Alves <palves@redhat.com>
3610
3611 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3612 instead of "unknown output after running".
3613
3fae92fc
YQ
36142014-05-16 Yao Qi <yao@codesourcery.com>
3615
3616 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3617 file1.txt from host at the end.
3618 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3619
c2b2ccc5
DE
36202014-05-15 Doug Evans <dje@google.com>
3621
3622 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3623 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3624 loading file. Add test for TU lookup.
3625
8c217a4b
SM
36262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3627
3628 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3629 calling "-exec-arguments" or "set args" before running the
3630 inferior.
3631
3deb39c6
SM
36322014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3633
3634 * lib/mi-support.exp (mi_expect_stop): Expect message for
3635 inferiors that exit with non-zero exit code.
3636
71a79f8c
YQ
36372014-05-14 Yao Qi <yao@codesourcery.com>
3638
3639 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3640 match absolute path on remote host.
3641 (test_file_list_exec_source_files): Remove "/" from the
3642 pattern.
3643
f23fcd46
YQ
36442014-05-14 Yao Qi <yao@codesourcery.com>
3645
3646 * boards/local-remote-host-notty.exp (${board}_file): New
3647 proc.
3648
9404b58f
KM
36492014-05-07 Kyle McMartin <kyle@redhat.com>
3650
3651 Pushed by Joel Brobecker <brobecker@adacore.com>.
3652 * gdb.arch/aarch64-atomic-inst.c: New file.
3653 * gdb.arch/aarch64-atomic-inst.exp: New file.
3654
5e45f04c
YQ
36552014-05-07 Yao Qi <yao@codesourcery.com>
3656
3657 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3658 in current context" too.
3659
c888a17d
KS
36602014-05-05 Keith Seitz <keiths@redhat.com>
3661
3662 * gdb.linespec/ls-dollar.exp: Add test for linespec
3663 file:convenience_variable.
3664
290a839c
YQ
36652014-05-05 Yao Qi <yao@codesourcery.com>
3666
3667 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3668 traceframes into tfile and ctf trace files. Read data from
3669 trace file and test collected data.
3670 (gdb_collect_locals_test): Likewise.
3671 (gdb_unavailable_registers_test): Likewise.
3672 (gdb_unavailable_floats): Likewise.
3673 (gdb_collect_globals_test): Likewise.
3674 (top-level): Append "ctf" to trace_file_targets if GDB
3675 supports.
3676
b5262cd0
YQ
36772014-05-05 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3680 code to ...
3681 (gdb_collect_args_test_1): ... it. New proc.
3682 (gdb_collect_locals_test): Move some code to ...
3683 (gdb_collect_locals_test_1): ... it. New proc.
3684 (gdb_unavailable_registers_test): Move some code to ...
3685 (gdb_unavailable_registers_test_1): ... it. New proc.
3686 (gdb_unavailable_floats): Move some code to ...
3687 (gdb_unavailable_floats_1): ... it. New proc.
3688
30a1e6cc
SDJ
36892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3690
3691 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3692 probes to test for bitness recognition.
3693 * gdb.arch/amd64-stap-optional-prefix.exp
3694 (test_probe_value_without_reg): New procedure.
3695 Add code to test for different kinds of bitness.
3696
f33da99a
SDJ
36972014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3698
3699 PR breakpoints/16889
3700 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3701 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3702
5b80f00d
PA
37032014-05-01 Pedro Alves <palves@redhat.com>
3704
3705 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3706 gdb_file_cmd if no file is specified.
3707 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3708 last_loaded_file to set the remote exec-file.
3709
f8c2a73c
PA
37102014-05-01 Pedro Alves <palves@redhat.com>
3711
3712 * boards/local-remote-host.exp: New file.
3713
be6e8ac7
PA
37142014-05-01 Pedro Alves <palves@redhat.com>
3715
3716 * boards/local-remote-host.exp: Rename to ...
3717 * boards/local-remote-host-notty.exp: ... this.
3718
cac0dc8f
JB
37192014-04-28 Joel Brobecker <brobecker@adacore.com>
3720
3721 * gdb.ada/dyn_arrayidx: New testcase.
3722
9730e6cc
YQ
37232014-04-26 Yao Qi <yao@codesourcery.com>
3724
3725 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3726 and compute the length of function main. Save it in
3727 $main_length.
3728 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3729 (top-level): Use gdb_compile to compile objects into
3730 executable and restart GDB. Remove invocation to
3731 prepare_for_testing.
3732
7ae1a6a6
PA
37332014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3734 Pedro Alves <palves@redhat.com>
3735
3736 PR server/16255
3737 * gdb.multi/multi-attach.c: New file.
3738 * gdb.multi/multi-attach.exp: New file.
3739
4082afcc
PA
37402014-04-25 Pedro Alves <palves@redhat.com>
3741
3742 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3743 user.
3744 (top level): Test that "set remote conditional-breakpoints-packet
3745 off" works as intended.
3746 * gdb.base/dprintf.exp: Test that "set remote
3747 breakpoint-commands-packet off" works as intended.
3748 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3749 New function.
3750 (top level): Call it.
3751 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3752 remote fast-tracepoints-packet off" works as intended.
3753 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3754 * lib/gdb.exp (gdb_is_target_remote): ... here.
3755
2abc3f8d
DB
37562014-04-24 David Blaikie <dblaikie@gmail.com>
3757
3758 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3759 ensure clang would not discard them.
3760 * gdb.base/gdbvars.c: Ditto.
3761 * gdb.base/memattr.c: Ditto.
3762 * gdb.base/whatis.c: Ditto.
3763 * gdb.python/py-prettyprint.c: Ditto.
3764 * gdb.trace/actions.c: Ditto.
3765 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3766 ensure clang would not discard it.
3767
bfd39632
DB
37682014-04-24 David Blaikie <dblaikie@gmail.com>
3769
3770 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3771 clang to emit the full definition of type required by the test
3772 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3773
22842ff6
DB
37742014-04-24 David Blaikie <dblaikie@gmail.com>
3775
3776 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3777 coax Clang into emitting the definition of the type.
3778 * gdb.cp/pr10728-x.h (y): Ditto.
3779 * gdb.cp/pr10728-y.cc (y): Ditto.
3780
c2e827ad
DB
37812014-04-24 David Blaikie <dblaikie@gmail.com>
3782
3783 * gdb.base/label.exp: XFAIL label related tests under Clang.
3784 * gdb.cp/cplabel.exp: Ditto.
3785 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3786 under Clang those using labels.
3787
4c2d33e7
YQ
37882014-04-25 Yao Qi <yao@codesourcery.com>
3789
3790 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3791 double_label.
3792 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3793 partial_label and double_label.
3794
56083b99
DB
37952014-04-24 David Blaikie <dblaikie@gmail.com>
3796
3797 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3798
25d4e99d
DB
37992014-04-24 David Blaikie <dblaikie@gmail.com>
3800
3801 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3802 of the function to work across GCC and Clang.
3803 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3804 pointer types (const void ** const V void **).
3805
01f9f808
MS
38062014-04-24 Michael Sturm <michael.sturm@mintel.com>
3807 Walfred Tedeschi <walfred.tedeschi@intel.com>
3808
3809 * Makefile.in (EXECUTABLES): Added i386-avx512.
3810 * gdb.arch/i386-avx512.c: New file.
3811 * gdb.arch/i386-avx512.exp: Likewise.
3812
4b48d439
KS
38132014-04-23 Keith Seitz <keiths@redhat.com>
3814
3815 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3816 (mi_make_breakpoint_table): New procedure.
3817 (mi_create_breakpoint): Use mi_make_breakpoint
3818 and return the result.
3819 (mi_make_breakpoint): New procedure.
3820 (mi_build_kv_pairs): New procedure.
3821
3822 * gdb.mi/mi-break.exp: Remove unused globals,
3823 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3824 All callers updated.
3825 * gdb.mi/mi-dprintf.exp: Use variable to track command
3826 number.
3827 Update all callers of mi_create_breakpoint and use
3828 mi_make_breakpoint_table.
3829 Remove any unused global variables.
3830 * gdb.mi/mi-nonstop.exp: Likewise.
3831 * gdb.mi/mi-nsintrall.exp: Likewise.
3832 * gdb.mi/mi-nsmoribund.exp: Likewise.
3833 * gdb.mi/mi-nsthrexec.exp: Likewise.
3834 * gdb.mi/mi-reverse.exp: Likewise.
3835 * gdb.mi/mi-simplerun.exp: Likewise.
3836 * gdb.mi/mi-stepn.exp: Likewise.
3837 * gdb.mi/mi-syn-frame.exp: Likewise.
3838 * gdb.mi/mi-until.exp: Likewise.
3839 * gdb.mi/mi-var-cp.exp: Likewise.
3840 * gdb.mi/mi-var-display.exp: Likewise.
3841 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3842 * gdb.mi/mi2-var-child.exp: Likewise.
3843 * gdb.mi/mi-vla-c99.exp: Likewise.
3844 * lib/mi-support.exp: Likewise.
3845
3846 From Ian Lance Taylor <iant@cygnus.com>:
3847 * lib/gdb.exp (parse_args): New procedure.
3848
08351840
PA
38492014-04-23 Pedro Alves <palves@redhat.com>
3850
3851 * gdb.base/break-unload-file.c: New file.
3852 * gdb.base/break-unload-file.exp: New file.
3853 * gdb.base/sym-file-lib.c (baz): New function.
3854 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3855 field.
3856 (load): Store the segment's mapped size.
3857 (unload): New function.
3858 (unload_shlib): New function.
3859 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3860 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3861 set a breakpoint at baz, and call it.
3862 * gdb.base/sym-file.exp: New tests for stale breakpoint
3863 instructions.
3864
076855f9
PA
38652014-04-23 Pedro Alves <palves@redhat.com>
3866
3867 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3868 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3869 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3870 * gdb.base/hbreak-unmapped.c: New file.
3871 * gdb.base/hbreak-unmapped.exp: New file.
3872 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3873 * lib/gdb.exp (gdb_is_target_remote): ... here.
3874
483805cf
PA
38752014-04-22 Pedro Alves <palves@redhat.com>
3876
3877 * gdb.base/consecutive-step-over.c: New file.
3878 * gdb.base/consecutive-step-over.exp: New file.
3879
06d97543
PA
38802014-04-22 Pedro Alves <palves@redhat.com>
3881
3882 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3883 instead of send_gdb/gdb_expect.
3884
b4429ea2
YQ
38852014-04-22 Yao Qi <yao@codesourcery.com>
3886
3887 * lib/trace-support.exp (generate_tracefile): New procedure.
3888 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3889 return 0.
3890 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3891 if generate_tracefile returns 1.
3892
51d48146
PA
38932014-04-18 Tom Tromey <palves@redhat.com>
3894 Pedro alves <tromey@redhat.com>
3895
3896 PR backtrace/15558
3897 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3898 with a backtrace limit.
3899 * gdb.python/py-frame-inline.exp: Test running to an inline
3900 function with a backtrace limit, and printing the newest frame.
3901 * gdb.python/py-frame-inline.c (main): Call f.
3902
bd1dce5f
MS
39032014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3904
3905 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3906
40d1a503
MS
39072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3908
3909 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3910 Drop prefix from unsupported source file path.
3911
389b98f7
YQ
39122014-04-17 Yao Qi <yao@codesourcery.com>
3913
3914 * lib/gdb.exp (with_target_charset): New proc.
3915 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3916 with_target_charset.
3917 (test_print_strings): Likewise.
3918 (test_repeat_bytes): Likewise.
3919 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3920 for some tests.
3921
22869d73
KS
39222014-04-16 Keith Seitz <keiths@redhat.com>
3923
3924 PR gdb/15827
3925 * gdb.dwarf2/corrupt.c: New file.
3926 * gdb.dwarf2/corrupt.exp: New file.
3927
c4f87ca6
KS
39282014-04-16 Keith Seitz <keiths@redhat.com>
3929
3930 PR c++/16597
3931 * gdb.cp/namelessclass.cc: New file.
3932 * gdb.cp/namelessclass.exp: New file.
3933 * gdb.cp/namelessclass.S: New file.
3934
ab19de87
DE
39352014-04-16 Doug Evans <dje@google.com>
3936
3937 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3938 Add comment.
3939 (gdbserver_default_get_comm_port): New function.
3940 (gdbserver_start): Check if board file provided
3941 "gdbserver,get_comm_port" and use it if so.
3942 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3943 (gdb,socketport): Set to "stdio".
3944 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3945 (stdio_gdbserver_template): Delete.
3946 (${board}_get_remote_address): Update.
3947 (${board}_build_remote_cmd): Delete.
3948 (${board}_get_comm_port): New function.
3949 (${board}_spawn): Update.
3950 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3951 Delete.
3952 (${board}_get_remote_address): Update.
3953 (${board}_get_comm_port): New function.
3954
fc98a809
AB
39552014-04-16 Andrew Burgess <aburgess@broadcom.com>
3956
3957 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3958 appearing in any order.
3959
87fd9e6e
DE
39602014-04-15 Doug Evans <dje@google.com>
3961
3962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3963 uninitialized value of "description".
3964
099fc3ea
KS
39652014-04-15 Keith Seitz <keiths@redhat.com>
3966
3967 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3968 Remove unused globals.
3969 (test_running_the_program): Likewise.
3970 (test_controlled_execution): Likewise.
3971 (test_controlling_breakpoints): Likewise.
3972 (test_program_termination): Likewise.
3973
5da151d4
KS
39742014-04-15 Keith Seitz <keiths@redhat.com>
3975
3976 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3977 unused globals.
3978 (test_rbreak_creation_and_listing): Likewise.
3979 (test_ignore_count): Likewise.
3980 (test_error): Likewise.
3981
35e5d2f0
PA
39822014-04-15 Pedro Alves <palves@redhat.com>
3983
3984 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3985 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3986 sym-file-loader.c.
3987 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3988 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3989 to sym-file-loader.c.
3990 (struct library): Forward declare.
3991 (load_shlib, lookup_function): Change prototypes.
3992 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3993 (translate_offset): Remove declarations.
3994 (get_text_addr): New declaration.
3995 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3996 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3997 sym-file-loader.h.
3998 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3999 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4000 here from sym-file-loader.h.
4001 (struct library): New structure.
4002 (load_shlib, lookup_function): Change prototypes and adjust to
4003 work with a struct library.
4004 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4005 (translate_offset): Make static.
4006 (get_text_addr): New function.
4007 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4008
eb4c1710
PA
40092014-04-15 Pedro Alves <palves@redhat.com>
4010
4011 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4012
2d1baf52
PA
40132014-04-15 Pedro Alves <palves@redhat.com>
4014
4015 * gdb.base/sym-file-loader.c: Include <limits.h>.
4016 (SELF_LINK): New define.
4017 (get_origin): New function.
4018 (load_shlib): Use it.
4019 * gdb.base/sym-file.exp: Don't early return if the target is
4020 remote. Use runto_main, and issue fail is that fails. Use
4021 gdb_load_shlibs.
4022 (shlib_name): Delete.
4023 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4024
7dd6df01
PA
40252014-04-15 Pedro Alves <palves@redhat.com>
4026
4027 * gdb.base/sym-file.exp: Remove regex characters from test
4028 message. Don't refer to breakpoint numbers in test messages.
4029
b50c8614
KS
40302014-04-14 Keith Seitz <keiths@redhat.com>
4031
4032 PR c++/16253
4033 * gdb.cp/var-tag.cc: New file.
4034 * gdb.cp/var-tag.exp: New file.
4035 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4036 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4037 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4038 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4039
3d567982
TT
40402014-04-14 Tom Tromey <tromey@redhat.com>
4041
4042 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4043 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4044 type.
4045 * gdb.cp/enum-class.exp: New file.
4046 * gdb.cp/enum-class.cc: New file.
4047
0626fc76
TT
40482014-04-14 Tom Tromey <tromey@redhat.com>
4049
4050 * gdb.dwarf2/enum-type.exp: New file.
4051
dca325b3
SA
40522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4053
4054 * gdb.mi/mi-vla-c99.exp: New file.
4055 * gdb.mi/vla.c: New file.
4056
5854b38a
SA
40572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4058
4059 * gdb.base/vla-datatypes.c: New file.
4060 * gdb.base/vla-datatypes.exp: New file.
4061
463bb957
SA
40622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4063
4064 * gdb.base/vla-ptr.c: New file.
4065 * gdb.base/vla-ptr.exp: New file.
4066
3dd170be
SA
40672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4068
4069 * gdb.dwarf2/count.exp: New file.
4070
5ecaaa66
SA
40712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4072
4073 * gdb.base/vla-sideeffect.c: New file.
4074 * gdb.base/vla-sideeffect.exp: New file.
4075
41f1ada5
DB
40762014-04-14 David Blaikie <dblaikie@gmail.com>
4077
4078 * gdb.mi/non-stop.c: Add return value for non-void function return
4079 statement.
4080 * gdb.threads/staticthreads.c: Ditto.
4081
0be03e84
DE
40822014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4083 Doug Evans <xdje42@gmail.com>
4084
4085 * gdb.guile/scm-value.c: Improve test case.
4086 * gdb.guile/scm-value.exp: Add new test.
4087
f180a1fb
DB
40882014-04-11 David Blaikie <dblaikie@gmail.com>
4089
4090 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4091 override Clang's default.
4092
6b662e19
JB
40932014-04-11 Joel Brobecker <brobecker@adacore.com>
4094
4095 Revert the following changes (regressions):
4096
4097 * gdb.base/vla-sideeffect.c: New file.
4098 * gdb.base/vla-sideeffect.exp: New file.
4099
4100 * gdb.dwarf2/count.exp: New file.
4101
4102 * gdb.base/vla-multi.c: New file.
4103 * gdb.base/vla-multi.exp: New file.
4104
4105 * gdb.base/vla-ptr.c: New file.
4106 * gdb.base/vla-ptr.exp: New file.
4107
4108 * gdb.base/vla-datatypes.c: New file.
4109 * gdb.base/vla-datatypes.exp: New file.
4110
4111 * gdb.mi/mi-vla-c99.exp: New file.
4112 * gdb.mi/vla.c: New file.
4113
245a5f0b
KS
41142014-04-11 Keith Seitz <keiths@redhat.com>
4115
4116 PR c++/16675
4117 * gdb.cp/cpsizeof.exp: New file.
4118 * gdb.cp/cpsizeof.cc: New file.
4119
58a84dcf
SA
41202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4121
191a8a90
JB
4122 * gdb.mi/mi-vla-c99.exp: New file.
4123 * gdb.mi/vla.c: New file.
58a84dcf 4124
c8655f75
SA
41252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4126
4127 * gdb.base/vla-datatypes.c: New file.
4128 * gdb.base/vla-datatypes.exp: New file.
4129
024e13b4
SA
41302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4131
4132 * gdb.base/vla-ptr.c: New file.
4133 * gdb.base/vla-ptr.exp: New file.
4134
1a237e0e
SA
41352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4136
4137 * gdb.base/vla-multi.c: New file.
4138 * gdb.base/vla-multi.exp: New file.
4139
504f3432
SA
41402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4141
4142 * gdb.dwarf2/count.exp: New file.
4143
3bce8237
SA
41442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4145
191a8a90
JB
4146 * gdb.base/vla-sideeffect.c: New file.
4147 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4148
322f9c21
YQ
41492014-04-11 Yao Qi <yao@codesourcery.com>
4150
4151 * gdb.base/completion.exp: Check file exists before running tests
4152 on file completion.
4153
d708bcd1
PA
41542014-04-10 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/cond-eval-mode.c: New file.
4157 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4158 prepare_for_testing to build the new file. Check result of
4159 runto_main.
4160 (test_break, test_watch): New procedures.
4161 (top level): Use them.
4162
ae1d2761
PM
41632014-04-08 Pierre Muller <muller@sourceware.org>
4164
4165 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4166 Ctrl-V use for mingw hosts.
4167
7af389b8
SC
41682014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4169
4170 * gdb.python/py-value.c: Improve test case.
4171 * gdb.python/py-value.exp: Add new test.
4172
5e703181
DE
41732014-04-07 David Blaikie <dblaikie@gmail.com>
4174
4175 * lib/compiler.c: Identify the clang compiler.
4176 * lib/compiler.cc: Ditto.
4177
9810b410
YQ
41782014-04-03 Yao Qi <yao@codesourcery.com>
4179
4180 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4181
98d1b8dc
AB
41822014-04-01 Anton Blanchard <anton@samba.org>
4183
4184 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4185 messages unique.
4186
3114cea1
AB
41872014-04-01 Anton Blanchard <anton@samba.org>
4188
4189 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4190 prepare_for_testing.
4191
62f7182c
AB
41922014-04-01 Anton Blanchard <anton@samba.org>
4193
4194 * gdb.arch/ppc64-atomic-inst.c: Remove.
4195 * gdb.arch/ppc64-atomic-inst.S: New file.
4196 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4197
770e7fc7
DE
41982014-03-31 Doug Evans <dje@google.com>
4199
4200 * gdb.base/print-symbol-loading-lib.c: New file.
4201 * gdb.base/print-symbol-loading-main.c: New file.
4202 * gdb.base/print-symbol-loading.exp: New file.
4203
46e2bafa
YQ
42042014-03-31 Yao Qi <yao@codesourcery.com>
4205
4206 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4207
8776cfe9
JB
42082014-03-28 Joel Brobecker <brobecker@adacore.com>
4209
4210 * gdb.ada/mi_dyn_arr: New testcase.
4211
5d1ef361
DE
42122014-03-27 Doug Evans <dje@google.com>
4213
4214 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4215
b5bee914
YQ
42162014-03-27 Yao Qi <yao@codesourcery.com>
4217
4218 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4219 if target is nios2-*-*.
4220
0d4d0e77
YQ
42212014-03-26 Yao Qi <yao@codesourcery.com>
4222
4223 * lib/gdb.exp (readline_is_used): New proc.
4224 * gdb.base/completion.exp: Move tests on command complete up.
4225 Skip the rest of tests if readline is not used.
4226 * gdb.ada/complete.exp: Skp the test if readline is not
4227 used.
4228 * gdb.base/filesym.exp: Likewise.
4229 * gdb.base/macscp.exp: Likewise.
4230 * gdb.base/readline-ask.exp: Likewise.
4231 * gdb.base/readline.exp: Likewise.
4232 * gdb.python/py-cmd.exp: Likewise.
4233 * gdb.trace/tfile.exp: Likewise.
4234
29361eee
YQ
42352014-03-26 Yao Qi <yao@codesourcery.com>
4236
4237 * gdb.base/macscp.exp: Fix code format issues.
4238
bc9a5525
UW
42392014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4240
4241 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4242 * gdb.asm/powerpc64le.inc: New file.
4243
d3839ede
PA
42442014-03-25 Pedro Alves <palves@redhat.com>
4245 Doug Evans <dje@google.com>
4246
4247 * gdb.base/source-execution.c: New file.
4248 * gdb.base/source-execution.exp: New file.
4249 * gdb.base/source-execution.gdb: New file.
4250
01672a57
DE
42512014-03-24 Doug Evans <dje@google.com>
4252
4253 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4254 using fission.
4255
88bbeca9
HZ
42562014-03-24 Hui Zhu <hui@codesourcery.com>
4257 Pedro Alves <palves@redhat.com>
4258
4259 PR breakpoints/16101
4260 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4261 test pass/fail messages. Detect missing support for dprintf when
4262 breakpoints are actually inserted.
4263 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4264 breakpoints are actually inserted.
4265 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4266 fails.
4267
d2348791
JK
42682014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4269
4270 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4271
feef67ab
DE
42722014-03-22 Doug Evans <xdje42@gmail.com>
4273
4274 * gdb.python/python.exp (python not supported): Verify multi-line
4275 python command issues an error.
25d743f9 4276 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4277 guile command issues an error.
feef67ab 4278
ecebef6a
MR
42792014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4280
4281 * gdb.threads/thread-specific.exp: Handle the lack of usable
4282 $this_breakpoint and $this_thread.
4283
ccdd1909
HZ
42842014-03-21 Hui Zhu <hui@codesourcery.com>
4285
4286 * gdb.base/attach.exp (do_command_attach_tests): New.
4287
beb460e8
PA
42882014-03-20 Tom Tromey <tromey@redhat.com>
4289 Pedro Alves <palves@redhat.com>
4290
4291 PR cli/15718
4292 * gdb.base/condbreak-call-false.c: New file.
4293 * gdb.base/condbreak-call-false.exp: New file.
4294
40acf43a
PA
42952014-03-20 Pedro Alves <palves@redhat.com>
4296
4297 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4298 Delete.
4299 (block_signals, unblock_signals): Delete.
4300 (child_function_2, main): Remove references to deleted variable
4301 and functions.
4302
9f5e1e02
PA
43032014-03-20 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4306 Use pthread_kill to signal thread 2.
4307 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4308 Adjust to make the test send itself a signal rather than using the
4309 host's "kill" command.
4310
99619bea
PA
43112014-03-20 Pedro Alves <palves@redhat.com>
4312
4313 * gdb.threads/multiple-step-overs.c: New file.
4314 * gdb.threads/multiple-step-overs.exp: New file.
4315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4316 Adjust expected infrun debug output.
4317
2adfaa28
PA
43182014-03-20 Pedro Alves <palves@redhat.com>
4319
4320 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4321 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4322
31e77af2
PA
43232014-03-20 Pedro Alves <palves@redhat.com>
4324
4325 PR breakpoints/7143
4326 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4327 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4328 of gdb_test_multiple.
4329 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4330 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4331
b9f437de
PA
43322014-03-20 Pedro Alves <palves@redhat.com>
4333
4334 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4335 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4336
05adc73e
PA
43372014-03-19 Pedro Alves <palves@redhat.com>
4338
4339 * gdb.base/async.exp: Remove early return.
4340
6048b950
PA
43412014-03-19 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4344
8bcfb00a
PA
43452014-03-19 Pedro Alves <palves@redhat.com>
4346
4347 * gdb.base/async.exp (test_background): Expect \r\n after
4348 "completed." in the fail pattern.
4349
884e37dc
PA
43502014-03-19 Pedro Alves <palves@redhat.com>
4351
4352 * gdb.base/async.exp (test_background): New procedure.
4353 Use it for all background execution command tests.
4354
148e57e2
PA
43552014-03-19 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.base/async.exp: Use prepare_for_testing.
4358
f48088c7
PA
43592014-03-19 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4362 the same line.
4363
e2f6c966
PA
43642014-03-19 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/async.c (main): Add "jump here" and "until here" line
4367 marker comments.
4368 * gdb.base/async.exp (jump_here): New global.
4369 (jump& test): Use it.
4370 (until_here): New global.
4371 (until& test): Use it.
4372
c30568d4
PA
43732014-03-19 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.base/async.exp: Don't frob gdb_protocol.
4376
0172b6a7
DE
43772014-03-18 Doug Evans <xdje42@gmail.com>
4378
4379 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4380 Fix spelling of exec-done-display.
4381
06c868a8
JK
43822014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4383
4384 PR gdb/15358
4385 * gdb.base/gdb-sigterm.c: New file.
4386 * gdb.base/gdb-sigterm.exp: New file.
4387
0c7e1a46
PA
43882014-03-18 Pedro Alves <palves@redhat.com>
4389
4390 PR gdb/13860
4391 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4392 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4393 solib-event.
4394
f7c77d93
JB
43952014-03-17 Joel Brobecker <brobecker@adacore.com>
4396
4397 * gdb.ada/pckd_arr_ren: New testcase.
4398
5a1e8c7a
DE
43992014-03-13 Doug Evans <xdje42@gmail.com>
4400
4401 PR guile/16612
4402 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4403 collect after discarding symbols.
4404
350e1a76
DE
44052014-03-13 Ludovic Courtès <ludo@gnu.org>
4406 Doug Evans <xdje42@gmail.com>
4407
4408 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4409 to history survives a gc.
4410
a69900ae
PA
44112014-03-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/default.exp: Don't test "target procfs".
4414
5db9f0bd
PA
44152014-03-13 Pedro Alves <palves@redhat.com>
4416
4417 * gdb.base/default.exp: Update "target child" and "target procfs"
4418 tests to not expect "Unix".
4419
b3ccfe11
TT
44202014-03-12 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4423 New procs. Add target-async tests.
4424 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4425 Add target-async tests.
4426
646f4417
AA
44272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4428
4429 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4430 'func_start' and 'func_end' for the beginning and end of the
4431 function code, respectively.
4432 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4433 'func_end' instead of 'func' and 'main'.
4434
288c211f
AA
44352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4436
4437 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4438 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4439 generate the debug info assembler source.
4440
e0c0f156
AA
44412014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4442
4443 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4444 * gdb.dwarf2/arr-subrange.exp: Likewise.
4445 * gdb.dwarf2/dwz.exp: Likewise.
4446 * gdb.dwarf2/method-ptr.exp: Likewise.
4447 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4448 * gdb.dwarf2/subrange.exp: Likewise.
4449 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4450 * gdb.dwarf2/implptrpiece.exp: Likewise.
4451 * gdb.dwarf2/nostaticblock.exp: Likewise.
4452
0e5c4555
AA
44532014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4454
4455 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4456 directory to absolute path name arguments.
4457
5ec18f2b
JG
44582014-03-10 Joel Brobecker <brobecker@adacore.com>
4459
4460 * gdb.ada/tagged_access: New testcase.
4461
847fc4f2
MM
44622014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4463
4464 * gdb.btrace/data.exp: Update expected output.
4465
cc3da688
YQ
44662014-03-06 Yao Qi <yao@codesourcery.com>
4467
4468 * gdb.trace/pr16508.exp: New file.
4469
0f26cec1
PA
44702014-03-05 Pedro Alves <palves@redhat.com>
4471
4472 PR gdb/16575
4473 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4474 procedure.
4475 (top level): Adjust to use it. Add tests that exercise breakpoint
4476 interaction with the code-cache.
4477
7a5a839f
LC
44782014-02-26 Ludovic Courtès <ludo@gnu.org>
4479
4480 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4481 test for 'history-append!'.
4482
31aa7e4e
JB
44832014-02-26 Joel Brobecker <brobecker@adacore.com>
4484
4485 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4486 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4487 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4488 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4489 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4490 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4491
1b588015
JB
44922014-02-26 Joel Brobecker <brobecker@adacore.com>
4493
4494 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4495 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4496 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4497
55426c9d
JB
44982014-02-26 Joel Brobecker <brobecker@adacore.com>
4499
4500 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4501
dc53a7ad
JB
45022014-02-26 Joel Brobecker <brobecker@adacore.com>
4503
4504 * gdb.dwarf2/arr-stride.c: New file.
4505 * gdb.dwarf2/arr-stride.exp: New file.
4506
12ab52e9
PA
45072014-02-26 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4510 that won't ever trigger. Make sure that GDB reports the correct
4511 breakpoint that caused the stop.
4512
849c862e
JK
45132014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4514
4515 PR gdb/16626
4516 * gdb.base/auto-load-script: New file.
4517 * gdb.base/auto-load.c: New file.
4518 * gdb.base/auto-load.exp: New file.
4519
71b7d793
JK
4520 PR gdb/16626
4521 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4522
e2f0d509
JK
45232014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4524
4525 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4526 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4527
50cc37c8
DE
45282014-02-24 Doug Evans <dje@google.com>
4529
4530 * lib/gdb.exp (run_on_host): Log error output if program fails.
4531
ea4758f2
PA
45322014-02-21 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.threads/step-after-sr-lock.c: Rename to ...
4535 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4536 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4537 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4538 ... this.
4539
d7b30f67
SDJ
45402014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4541
4542 PR tdep/16397
4543 * gdb.arch/amd64-stap-special-operands.exp: New file.
4544 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4545 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4546 * gdb.arch/amd64-stap-triplet.S: Likewise.
4547 * gdb.arch/amd64-stap-triplet.c: Likewise.
4548
83deb43f
JB
45492014-02-20 Joel Brobecker <brobecker@adacore.com>
4550
4551 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4552 in .section pseudo-op.
4553
adde2bff
DE
45542014-02-20 lin zuojian <manjian2006@gmail.com>
4555 Joel Brobecker <brobecker@adacore.com>
4556 Doug Evans <xdje42@gmail.com>
4557
4558 PR symtab/16581
4559 * gdb.dwarf2/dw2-icycle.S: New file.
4560 * gdb.dwarf2/dw2-icycle.c: New file.
4561 * gdb.dwarf2/dw2-icycle.exp: New file.
4562
f7bd0f78
SC
45632014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4564
4565 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4566 operations on gdb.Value objects.
4567 * gdb.python/py-value-cc.exp: Add new test to test operations on
4568 gdb.Value objects.
4569
c17ef0d5
DE
45702014-02-18 Doug Evans <dje@google.com>
4571
4572 * Makefile.in (TESTS): New variable.
4573 (expanded_tests, expanded_tests_or_none): New variables
4574 (check-single): Pass $(expanded_tests_or_none) to runtest.
4575 (check-parallel): Only run tests in $(TESTS) if non-empty.
4576 (check/no-matching-tests-found): New rule.
4577 * README: Document TESTS makefile variable.
4578
5dd3176f
DE
45792014-02-18 Doug Evans <dje@google.com>
4580
4581 * Makefile.in (check-parallel): rm -rf outputs temp.
4582
0b10be4f
JK
45832014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4584
4585 Fix "ERROR: no fileid for" in the testsuite.
4586 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4587
85f224e7
DE
45882014-02-12 Doug Evans <dje@google.com>
4589
4590 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4591 (MISCELLANEOUS): New variable.
4592 (clean): rm -rf $(MISCELLANEOUS).
4593 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4594 dwp live in the same directory as symlinks, with each symlink pointed
4595 to a differently named file in a different directory.
4596
149b30ff
DE
45972014-02-11 Doug Evans <dje@google.com>
4598
4599 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4600 of Tcl file commands.
4601
1dfdac32
MK
46022014-02-10 Mark Kettenis <kettenis@gnu.org>
4603
4604 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4605 "kill -SIGUSR1 -1".
4606
aa4fb036
JB
46072014-02-10 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.ada/tick_length_array_enum_idx: New testcase.
4610
ed3ef339
DE
46112014-02-10 Doug Evans <xdje42@gmail.com>
4612
4613 * configure.ac (AC_OUTPUT): Add gdb.guile.
4614 * configure: Regenerate.
4615 * lib/gdb-guile.exp: New file.
4616 * lib/gdb.exp (get_target_charset): New function.
4617 * gdb.base/help.exp: Update expected output from "apropos apropos".
4618 * gdb.guile/Makefile.in: New file.
4619 * gdb.guile/guile.exp: New file.
4620 * gdb.guile/scm-arch.c: New file.
4621 * gdb.guile/scm-arch.exp: New file.
4622 * gdb.guile/scm-block.c: New file.
4623 * gdb.guile/scm-block.exp: New file.
4624 * gdb.guile/scm-breakpoint.c: New file.
4625 * gdb.guile/scm-breakpoint.exp: New file.
4626 * gdb.guile/scm-disasm.c: New file.
4627 * gdb.guile/scm-disasm.exp: New file.
4628 * gdb.guile/scm-equal.c: New file.
4629 * gdb.guile/scm-equal.exp: New file.
4630 * gdb.guile/scm-error.exp: New file.
4631 * gdb.guile/scm-error.scm: New file.
4632 * gdb.guile/scm-frame-args.c: New file.
4633 * gdb.guile/scm-frame-args.exp: New file.
4634 * gdb.guile/scm-frame-args.scm: New file.
4635 * gdb.guile/scm-frame-inline.c: New file.
4636 * gdb.guile/scm-frame-inline.exp: New file.
4637 * gdb.guile/scm-frame.c: New file.
4638 * gdb.guile/scm-frame.exp: New file.
4639 * gdb.guile/scm-generics.exp: New file.
4640 * gdb.guile/scm-gsmob.exp: New file.
4641 * gdb.guile/scm-iterator.c: New file.
4642 * gdb.guile/scm-iterator.exp: New file.
4643 * gdb.guile/scm-math.c: New file.
4644 * gdb.guile/scm-math.exp: New file.
4645 * gdb.guile/scm-objfile-script-gdb.in: New file.
4646 * gdb.guile/scm-objfile-script.c: New file.
4647 * gdb.guile/scm-objfile-script.exp: New file.
4648 * gdb.guile/scm-objfile.c: New file.
4649 * gdb.guile/scm-objfile.exp: New file.
4650 * gdb.guile/scm-ports.exp: New file.
4651 * gdb.guile/scm-pretty-print.c: New file.
4652 * gdb.guile/scm-pretty-print.exp: New file.
4653 * gdb.guile/scm-pretty-print.scm: New file.
4654 * gdb.guile/scm-section-script.c: New file.
4655 * gdb.guile/scm-section-script.exp: New file.
4656 * gdb.guile/scm-section-script.scm: New file.
4657 * gdb.guile/scm-symbol.c: New file.
4658 * gdb.guile/scm-symbol.exp: New file.
4659 * gdb.guile/scm-symtab-2.c: New file.
4660 * gdb.guile/scm-symtab.c: New file.
4661 * gdb.guile/scm-symtab.exp: New file.
4662 * gdb.guile/scm-type.c: New file.
4663 * gdb.guile/scm-type.exp: New file.
4664 * gdb.guile/scm-value-cc.cc: New file.
4665 * gdb.guile/scm-value-cc.exp: New file.
4666 * gdb.guile/scm-value.c: New file.
4667 * gdb.guile/scm-value.exp: New file.
4668 * gdb.guile/source2.scm: New file.
4669 * gdb.guile/types-module.cc: New file.
4670 * gdb.guile/types-module.exp: New file.
4671
7026a7c1
YQ
46722014-02-10 Yao Qi <yao@codesourcery.com>
4673
4674 PR testsuite/16543
4675 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4676 * configure: Regenerated.
4677 * Makefile.in: New file.
4678
6c466447
AS
46792014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4680
4681 * gdb.python/py-framefilter.exp: Fix typo.
4682
6e854735
YQ
46832014-02-08 Yao Qi <yao@codesourcery.com>
4684
4685 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4686 that no =breakpoint-modified is emitted when breakpoints are
4687 modified through MI commands.
4688
d137e6dc
PA
46892014-02-07 Pedro Alves <pedro@codesourcery.com>
4690 Pedro Alves <palves@redhat.com>
4691
4692 * gdb.threads/step-after-sr-lock.c: New file.
4693 * gdb.threads/step-after-sr-lock.exp: New file.
4694
b5ee5a50
PA
46952014-02-07 Pedro Alves <palves@redhat.com>
4696
4697 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4698
3c77faf3
JK
46992014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4700
4701 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4702 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4703
6dddc817
DE
47042014-02-06 Doug Evans <xdje42@gmail.com>
4705
4706 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4707 output.
4708
4709 * gdb.gdb/python-interrupts.exp: New file.
4710
de7b2893
YQ
47112014-02-05 Yao Qi <yao@codesourcery.com>
4712
4713 * gdb.trace/report.exp (use_collected_data): Test the output
4714 of "info threads" and "info inferiors".
4715
66d032ac
YQ
47162014-02-05 Yao Qi <yao@codesourcery.com>
4717
4718 Revert this patch:
4719
4720 2013-05-24 Yao Qi <yao@codesourcery.com>
4721
4722 * gdb.trace/tfile.exp: Test inferior and thread.
4723
591a12a1
UW
47242014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4725
4726 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4727 on a function.
4728 * gdb.base/step-bt.c: Call hello via function pointer to make
4729 sure its first instruction is executed on powerpc64le-linux.
4730
0ff3e01f
UW
47312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4732
4733 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4734
084ee545
UW
47352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4736
4737 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4738 of the test patterns for use on little-endian systems.
4739
6ed14ff3
UW
47402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4741
4742 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4743 (decimal_vector): Fix for little-endian.
4744
401e27fd
JM
47452014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4746
4747 * gdb.arch/sparc-sysstep.exp: New file.
4748 * gdb.arch/sparc-sysstep.c: Likewise.
4749
4750 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4751
8b924729
EBM
47522014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4753
4754 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4755
fb151210
JB
47562014-01-23 Tom Tromey <tromey@redhat.com>
4757
4758 * gdb.ada/array_char_idx: New testcase.
4759
0740f8d8
TT
47602014-01-23 Tom Tromey <tromey@redhat.com>
4761
4762 PR python/16487:
4763 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4764 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4765 classes.
4766
21909fa1
TT
47672014-01-23 Tom Tromey <tromey@redhat.com>
4768
4769 PR python/16491:
4770 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4771 string from an inferior frame.
4772 * gdb.python/py-framefilter-mi.exp: Update.
4773
87ce2a04
DE
47742014-01-22 Doug Evans <dje@google.com>
4775
4776 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4777
237b092b
AA
47782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4779
4780 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4781
d674a709
AA
47822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4783
4784 * gdb.trace/entry-values.exp: Remove excess space character from
4785 regex patterns. Handle s390 call instruction.
4786
20fa3390
AA
47872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4788
4789 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4790 define "*_start" label. Make "name" static.
4791 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4792 ${name} by references to ${name}_start.
4793
78466714
AA
47942014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4795
4796 * gdb.base/info-macros.exp: Remove "debug" from the compile
4797 options.
4798
ec9f644a
IB
47992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4800
4801 * gdb.dlang/demangle.exp: New file.
4802
94b1b47e
IB
48032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4804
4805 * gdb.dlang/primitive-types.exp: New file.
4806
7f420862
IB
48072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4808
4809 * configure.ac: Create gdb.dlang/Makefile.
4810 * configure: Regenerate.
4811 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4812 * gdb.dlang/Makefile.in: New file.
4813 * lib/d-support.exp: New file.
4814 * lib/gdb.exp (skip_d_tests): New proc.
4815
52834460
MM
48162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4817
4818 * gdb.btrace/delta.exp: Check reverse stepi.
4819 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4820 * gdb.btrace/finish.exp: New.
4821 * gdb.btrace/next.exp: New.
4822 * gdb.btrace/nexti.exp: New.
4823 * gdb.btrace/record_goto.c: Add comments.
4824 * gdb.btrace/step.exp: New.
4825 * gdb.btrace/stepi.exp: New.
4826 * gdb.btrace/multi-thread-step.c: New.
4827 * gdb.btrace/multi-thread-step.exp: New.
4828 * gdb.btrace/rn-dl-bind.c: New.
4829 * gdb.btrace/rn-dl-bind.exp: New.
4830 * gdb.btrace/data.c: New.
4831 * gdb.btrace/data.exp: New.
4832 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4833
6e07b1d2
MM
48342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4835
4836 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4837 * gdb.btrace/exception.exp: Update.
4838 * gdb.btrace/instruction_history.exp: Update.
4839 * gdb.btrace/record_goto.exp: Update.
4840 * gdb.btrace/tailcall.exp: Update.
4841 * gdb.btrace/unknown_functions.exp: Update.
4842 * gdb.btrace/delta.exp: New.
4843
0b722aec
MM
48442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4845
4846 * gdb.btrace/record_goto.exp: Add backtrace test.
4847 * gdb.btrace/tailcall.exp: Add backtrace test.
4848
066ce621
MM
48492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4850
4851 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4852 * gdb.btrace/record_goto.c: New.
4853 * gdb.btrace/record_goto.exp: New.
4854 * gdb.btrace/x86-record_goto.S: New.
4855
0688d04e
MM
48562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4857
4858 * gdb.btrace/function_call_history.exp: Update tests.
4859 * gdb.btrace/instruction_history.exp: Update tests.
4860
8710b709
MM
48612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4862
4863 * gdb.btrace/function_call_history.exp: Fix expected field
4864 order for "record function-call-history".
4865 Add new tests for "record function-call-history /c".
4866 * gdb.btrace/exception.cc: New.
4867 * gdb.btrace/exception.exp: New.
4868 * gdb.btrace/tailcall.exp: New.
4869 * gdb.btrace/x86-tailcall.S: New.
4870 * gdb.btrace/x86-tailcall.c: New.
4871 * gdb.btrace/unknown_functions.c: New.
4872 * gdb.btrace/unknown_functions.exp: New.
4873 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4874
5de9129b
MM
48752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4876
4877 * gdb.btrace/instruction_history.exp: Update.
4878 * gdb.btrace/function_call_history.exp: Update.
4879
23a7fe75
MM
48802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4881
4882 * gdb.btrace/function_call_history.exp: Fix expected function
4883 trace.
4884 * gdb.btrace/instruction_history.exp: Initialize traced.
4885 Remove traced_functions.
4886
724c7dd8
MM
48872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4888
4889 * gdb.btrace/function_call_history.exp: Update
4890 * gdb.btrace/instruction_history.exp: Update.
4891
6d78d93b
MM
48922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4893
4894 * gdb.btrace/enable.exp: Update expected text.
4895
93a360cc
OJ
48962014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4897
4898 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4899 bytes.
4900
3772b53f
MR
49012014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4902
4903 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4904
596662fa
OJ
49052014-01-15 Omair Javaid <omair.javaid@linaro.org>
4906
4907 * lib/gdb.exp (supports_process_record): Return true for
4908 arm*-linux*. (supports_reverse): Likewise.
4909
b5b08fb4
SC
49102014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4911
4912 PR python/15464
4913 PR python/16113
4914 * gdb.python/py-type.c: Enhance test case.
4915 * gdb.python/py-value-cc.cc: Likewise
4916 * gdb.python/py-type.exp: Add new tests.
4917 * gdb.python/py-value-cc.exp: Likewise
4918
52d7fb13
AA
49192014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4920 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4923 Make "name" extern.
4924 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4925 references to ${name}_start by references to ${name}.
4926
a2cd8cfe
JB
49272014-01-10 Joel Brobecker <brobecker@adacore.com>
4928
4929 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4930
4e23fced
JB
49312014-01-10 Joel Brobecker <brobecker@adacore.com>
4932
4933 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4934
c6a9e42c
PA
49352014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4936 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.mi/mi-info-os.exp: Connect to the target with
4939 mi_gdb_target_load.
4940
b7ea362b
PA
49412014-01-08 Pedro Alves <palves@redhat.com>
4942
4943 * gdb.threads/reconnect-signal.c: New file.
4944 * gdb.threads/reconnect-signal.exp: New file.
4945
5e3f4fab
EBM
49462014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4947
4948 * gdb.base/source-dir.exp: New file.
4949
79301218
JB
49502014-01-07 Joel Brobecker <brobecker@adacore.com>
4951
4952 * gdb.ada/mi_interface: New testcase.
4953
8e355c5d
JB
49542014-01-07 Joel Brobecker <brobecker@adacore.com>
4955
4956 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4957 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4958 gdb.ada/pp-rec-component/pck.ads: New files.
4959
c0d48811
JB
49602014-01-07 Joel Brobecker <brobecker@adacore.com>
4961
4962 * gdb.python/py-pp-integral.c: New file.
4963 * gdb.python/py-pp-integral.py: New file.
4964 * gdb.python/py-pp-integral.exp: New file.
4965
17b609c3 4966For older changes see ChangeLog-1993-2013.
c906108c 4967\f
8d8cb839
EZ
4968;; Local Variables:
4969;; mode: change-log
4970;; left-margin: 8
4971;; fill-column: 74
4972;; version-control: never
4973;; End:
902f2ccb 4974
32d0add0 4975 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4976 Copying and distribution of this file, with or without modification,
4977 are permitted provided the copyright notice and this notice are preserved.
This page took 3.04845 seconds and 4 git commands to generate.