]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2ce1cdbf
DE
12015-04-29 Doug Evans <dje@google.com>
2
3 * gdb.python/py-xmethods.exp: Add ptype tests.
4 * gdb.python/py-xmethods.py (E_method_char_worker): Add
5 get_result_type method.
6
f24a38c5
LM
72015-04-29 Luis Machado <lgustavo@codesourcery.com>
8
9 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10 the target does not support hardware watchpoints.
11
ecbf2b3c
LM
122015-04-29 Luis Machado <lgustavo@codesourcery.com>
13
14 * gdb.base/break-always.exp: Abort testing if writing to memory
15 causes an error.
16
34f5f757
DE
172015-04-28 Doug Evans <dje@google.com>
18
19 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
20 * gdb.python/py-pp-registration.exp: ... here. New file.
21 * gdb.python/py-pp-registration.c: New file.
22 * gdb.python/py-pp-registration.py: New file.
23
69b4374a
DE
242015-04-28 Doug Evans <dje@google.com>
25
26 * gdb.python/py-bad-printers.c: New file.
27 * gdb.python/py-bad-printers.py: New file.
28 * gdb.python/py-bad-printers.exp: New file.
29
59fb7612
SS
302015-04-28 Sasha Smundak <asmundak@google.com>
31
32 * gdb.python/py-type.exp: New test.
33
2631b16a
AW
342015-04-28 Andy Wingo <wingo@igalia.com>
35
36 * gdb.python/py-parameter.exp:
37 * gdb.guile/scm-parameter.exp: Escape the path that we are
38 matching against, as it might contain characters that are special
39 to regular expressions.
40
460efde1
JB
412015-04-27 Joel Brobecker <brobecker@adacore.com>
42
43 * gdb.ada/rec_comp: New testcase.
44
2d369d8e
SDJ
452015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
46
47 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
48 before using it.
49
cf75d6c3
AB
502015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
51
52 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
53 new tests for verilog output.
54
8dbe7ca5
YQ
552015-04-24 Yao Qi <yao.qi@linaro.org>
56
57 * boards/remote-gdbserver-on-localhost.exp: New file.
58
4ef9fb2f
PA
592015-04-23 Pedro Alves <palves@redhat.com>
60
61 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
62 $inferior_spawn_id instead of $inferior_spawn_id directly. On
63 "end of file", remove $inferior_spawn_id from the indirect list.
64
0a803169
PA
652015-04-23 Pedro Alves <palves@redhat.com>
66
67 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
68
749ef8f8
PA
692015-04-23 Pedro Alves <palves@redhat.com>
70
71 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
72 on $any_spawn_id instead of only on $gdb_spawn_id.
73
8aae4344
PM
742015-04-21 Pierre Muller <muller@sourceware.org>
75
76 PR pascal/17815
77 * lib/pascal.exp (gpc_compile): Add new option "class".
78 (fpc_compile): Likewise.
79 * gdb.pascal/case-insensitive-symbols.pas: New file.
80 * gdb.pascal/case-insensitive-symbols.exp: New file.
81
1586c8fb
GB
822015-04-20 Gary Benson <gbenson@redhat.com>
83
84 * gdb.base/attach.exp: Fix three extended remote failures.
85
1b6e6f5c
GB
862015-04-17 Gary Benson <gbenson@redhat.com>
87
88 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
89 the main executable over the remote protocol.
90
e797481d
PA
912015-04-16 Pedro Alves <palves@redhat.com>
92
93 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
94 a new gdbserver if gdbserver_reconnect_p is set.
95
1ca99c42
PA
962015-04-16 Pedro Alves <palves@redhat.com>
97
98 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
99 is set, don't exit gdbserver.
100
af9fd6f8
AA
1012015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
102
103 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
104 appropriate .insn, such that an older assembler can be used.
105 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
106 the z/Architecture instruction set on 31-bit targets as well.
107
04ff1e61
AA
1082015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
109
110 * gdb.go/handcall.exp: Remove all logic related to the first
111 breakpoint and rely on go_runto_main instead.
112 * gdb.go/strings.exp: Likewise.
113 * gdb.go/unsafe.exp: Likewise.
114 * gdb.go/hello.exp: Likewise. Also rename the remaining
115 breakpoint marker to "breakpoint 1".
116 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
117 * gdb.go/strings.go: Likewise.
118 * gdb.go/unsafe.go: Likewise.
119 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
120 "set breakpoint 2 here" and rename the remaining breakpoint marker
121 to "breakpoint 1".
122
40d2f8d6
SM
1232015-04-15 Simon Marchi <simon.marchi@ericsson.com>
124
125 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
126 if itertools.imap is not present.
127 * gdb.python/py-objfile.exp: Add parentheses.
128 * gdb.python/py-type.exp: Same.
129 * gdb.python/py-unwind-maint.py: Same.
130
8cbc97c6
YQ
1312015-04-15 Yao Qi <yao.qi@linaro.org>
132
133 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
134 of ":$ptr_size" and set its form explicitly.
135
45fd756c
YQ
1362015-04-15 Pedro Alves <palves@redhat.com>
137 Yao Qi <yao.qi@linaro.org>
138
139 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
140 timeout by factor of 4.
141 (test_regular_watch): Likewise.
142 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
143 * gdb.reverse/sigall-reverse.exp: Likewise.
144 * gdb.reverse/until-precsave.exp: Likewise.
145 * lib/gdb.exp (with_timeout_factor): New proc.
146 (gdb_expect): Move some code to ...
147 (get_largest_timeout): ... here. New procedure.
148
9e811bc3
LM
1492015-04-14 Luis Machado <lgustavo@codesourcery.com>
150
151 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
152
0ff6fcb2
LM
1532015-04-13 Luis Machado <lgustavo@codesourcery.com>
154
155 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
156 to write to the .text section.
157
7578d5f7
LM
1582015-04-13 Luis Machado <lgustavo@codesourcery.com>
159
160 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
161 Handle the case of targets that do not provide PID information.
162
2efe15c4
YQ
1632015-04-13 Yao Qi <yao.qi@linaro.org>
164
165 * lib/gdbserver-support.exp (gdb_exit): Catch exception
166 and use expect instead of gdb_expect.
167
8cd8f2f8
SDJ
1682015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
169
170 * gdb.base/coredump-filter.exp: Rename variable "addr" to
171 "coredump_var_addr" to avoid naming conflict with other testcases.
172
9ee41772
PA
1732015-04-10 Pedro Alves <palves@redhat.com>
174
175 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
176 gdb_test_sequence and gdb_assert.
177
07473109
PA
1782015-04-10 Pedro Alves <palves@redhat.com>
179
180 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
181 test messages that don't include the breakpoint address.
182
de3db44c
YQ
1832015-04-10 Yao Qi <yao.qi@linaro.org>
184
185 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
186 false for some offset and width combinations which aren't
187 supported by linux kernel.
188
c79d856c
PA
1892015-04-10 Pedro Alves <palves@redhat.com>
190
191 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
192 procedure, factored out from ...
193 (top level): ... here. Add "set displaced-stepping" testing axis.
194 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
195 parameter "displaced". Use it.
196 (top level): Use foreach and add "set displaced-stepping" testing
197 axis.
198
ebc90b50
PA
1992015-04-10 Pedro Alves <palves@redhat.com>
200
201 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
202 Remove comment.
203 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
204 both the address of the instruction that triggers the watchpoint
205 and the address of the instruction immediately after, and use
206 those addresses for the test. Fix comment.
207
8f572e5c
PA
2082015-04-10 Pedro Alves <palves@redhat.com>
209
210 * gdb.base/sigstep.exp (breakpoint_to_handler)
211 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
212 Test "backtrace" in handler.
213 (breakpoint_over_handler): New parameter 'displaced'. Use it.
214 (top level): Add new "displaced" test axis to
215 breakpoint_to_handler, breakpoint_to_handler_entry and
216 breakpoint_over_handler.
217
8d707a12
PA
2182015-04-10 Pedro Alves <palves@redhat.com>
219
220 PR gdb/18216
221 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
222
ef713951
YQ
2232015-04-10 Yao Qi <yao.qi@linaro.org>
224
225 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
226 (test_add_rn_pc): New function.
227 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
228 (top level): Invoke test_add_rn_pc.
229
906d60cf
PA
2302015-04-10 Pedro Alves <palves@redhat.com>
231
232 PR gdb/13858
233 * gdb.base/step-over-no-symbols.exp: New file.
234
f2983cc3
AW
2352015-04-09 Andy Wingo <wingo@igalia.com>
236
237 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
238 after the Python tests.
239
6d62641c
SDJ
2402015-04-08 Keith Seitz <keiths@redhat.com>
241
242 PR python/16699
243 * gdb.python/py-completion.exp: New tests for completion.
244 * gdb.python/py-completion.py (CompleteLimit1): New class.
245 (CompleteLimit2): Likewise.
246 (CompleteLimit3): Likewise.
247 (CompleteLimit4): Likewise.
248 (CompleteLimit5): Likewise.
249 (CompleteLimit6): Likewise.
250 (CompleteLimit7): Likewise.
251
f3770638
PA
2522015-04-08 Pedro Alves <palves@redhat.com>
253
254 PR gdb/18214
255 PR gdb/18216
256 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
257 function.
258 (main): Install it as SIGUSR1 handler.
259 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
260 parameter. Always use "setup" as prefix. Toggle "set
261 displaced-stepping" off/on depending on global. Don't switch to
262 thread 1 here.
263 (top level): Add displaced stepping "off/on" test axis. Update
264 "setup" calls. Wrap each subtest with with_test_prefix. Test
265 continuing with a queued signal in each thread.
266
4496bed7
PA
2672015-04-08 Pedro Alves <palves@redhat.com>
268
269 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
270 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
271 gdb_breakpoint instead of gdb_test that doesn't expect anything.
272 Return early if running to main fails.
273 * gdb.trace/while-stepping.exp: Likewise.
274
b97fde92
PA
2752015-04-07 Pedro Alves <palves@redhat.com>
276
277 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
278 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
279 interact with inferior program.
280
f71c18e7
PA
2812015-04-07 Pedro Alves <palves@redhat.com>
282
283 * lib/gdb.exp (inferior_spawn_id): New global.
284 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
285 spawn id after processing the user code.
286 (default_gdb_start): Set inferior_spawn_id.
287 (send_inferior): New procedure.
288 * lib/gdbserver-support.exp (gdbserver_start): Set
289 inferior_spawn_id.
290 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
291
6423214f
PA
2922015-04-07 Pedro Alves <palves@redhat.com>
293
294 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
295 * lib/gdbserver-support.exp (gdbserver_start): Make
296 $server_spawn_id global.
297 (gdbserver_start): Don't wait for gdbserver's spawn id with
298 expect_background.
299 (close_gdbserver): New procedure.
300 (gdb_exit): Rename the default version and reimplement.
301
71c0ee8c
PA
3022015-04-07 Pedro Alves <palves@redhat.com>
303
304 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
305 append the substituted item, not the original item.
306
203bc29b
PA
3072015-04-07 Pedro Alves <palves@redhat.com>
308
309 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
310 gdb_expect.
311
508a3ddf
PA
3122015-04-07 Pedro Alves <palves@redhat.com>
313
314 * gdb.base/interrupt.exp: Don't handle the case of the inferior
315 output appearing once only.
316
9f6dbe2b
PA
3172015-04-07 Pedro Alves <palves@redhat.com>
318
319 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
320 that doesn't expect anything. Return early if running to main
321 fails.
322
337532fa
YQ
3232015-04-07 Yao Qi <yao.qi@linaro.org>
324
325 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
326 (child_function): Call alarm.
327 (main): Move call to alarm into the loop.
328 * gdb.threads/non-stop-fair-events.exp: Build program with
329 -DTIMEOUT=$timeout.
330
01b622d4
DE
3312015-04-06 Doug Evans <xdje42@gmail.com>
332
333 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
334 Fix dest parameter to board_info.
335 (fpc_compile): Ditto.
336 (gdb_compile_pascal): Rename dest arg to destfile.
337
961f4160
PMR
3382015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
339
340 * gdb.ada/funcall_ref.exp: New file.
341 * gdb.ada/funcall_ref/foo.adb: New file.
342
cafda597
YQ
3432015-04-02 Yao Qi <yao.qi@linaro.org>
344
345 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
346 is remote.
347
fed040c6
GB
3482015-04-02 Gary Benson <gbenson@redhat.com>
349
350 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
351
d11916aa
SS
3522015-04-01 Sasha Smundak <asmundak@google.com>
353
354 * gdb.python/py-unwind-maint.c: New file.
355 * gdb.python/py-unwind-maint.exp: New test.
356 * gdb.python/py-unwind-maint.py: New file.
357 * gdb.python/py-unwind.c: New file.
358 * gdb.python/py-unwind.exp: New test.
359 * gdb.python/py-unwind.py: New test.
360
a1471180
PA
3612015-04-01 Pedro Alves <palves@redhat.com>
362
363 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
364 to fail instead of non-existent $test.
365
0bbeccb1
PA
3662015-04-01 Pedro Alves <palves@redhat.com>
367
368 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
369 GDBFLAGS if not empty.
370
3c724c8c
PMR
3712015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
372
373 * gdb.ada/complete.exp: Remove "multi_line".
374 * gdb.ada/info_exc.exp: Remove "multi_line".
375 * gdb.ada/packed_tagged.exp: Remove "multi_line".
376 * gdb.ada/ptype_field.exp: Remove "multi_line".
377 * gdb.ada/sym_print_name.exp: Remove "multi_line".
378 * gdb.ada/tagged.exp: Remove "multi_line".
379 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
380 [multi_line ...]
381 * gdb.btrace/delta.exp: Likewise.
382 * gdb.btrace/exception.exp: Likewise.
383 * gdb.btrace/function_call_history.exp: Likewise.
384 * gdb.btrace/instruction_history.exp: Likewise.
385 * gdb.btrace/nohist.exp: Likewise.
386 * gdb.btrace/record_goto.exp: Likewise.
387 * gdb.btrace/segv.exp: Likewise.
388 * gdb.btrace/stepi.exp: Likewise.
389 * gdb.btrace/tailcall.exp: Likewise.
390 * gdb.btrace/unknown_functions.exp: Likewise.
391 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
392 * lib/gdb.exp: Add the "multi_line" helper.
393
4eec2deb
PA
3942015-04-01 Pedro Alves <palves@redhat.com>
395
396 * gdb.threads/tid-reuse.c: New file.
397 * gdb.threads/tid-reuse.exp: New file.
398
df8411da
SDJ
3992015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
400
401 PR corefiles/16092
402 * gdb.base/coredump-filter.c: New file.
403 * gdb.base/coredump-filter.exp: Likewise.
404
6ef37366
PM
4052015-03-27 Petr Machata <pmachata@redhat.com>
406
407 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
408 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
409 (Dwarf::assemble): Initialize them.
410 (Dwarf::lines): New function.
411
7ec911b0
JT
4122015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
413
414 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
415 SYMBOL_PREFIX for x86_64-*-cygwin.
416
ff908ebf
AW
4172015-03-26 Andy Wingo <wingo@igalia.com>
418
419 PR symtab/18148
420 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
421 const_value but not a location.
422 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
423 location defined in non-main CUs are visible.
424
6d5f0679
YQ
4252015-03-26 Yao Qi <yao.qi@linaro.org>
426
427 PR testsuite/18139
428 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
429 Add a line number entry for the same line.
430 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
431 Add a line number entry for the same line.
432
2898689b
YQ
4332015-03-26 Yao Qi <yao.qi@linaro.org>
434
435 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
436 .int 0.
437 (func): Likewise. Add .Lfunc_1 label.
438 Use .Lfunc_1 label.
439 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
440 .int 0.
441 (func): Likewise.
442 Use .Lfunc_1 label.
443
85180498
YQ
4442015-03-26 Yao Qi <yao.qi@linaro.org>
445
446 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
447 Call gdb_compile instead to compile each .s files without debug
448 information.
449
8aa08a8d
YQ
4502015-03-26 Yao Qi <yao.qi@linaro.org>
451
452 * gdb.base/savedregs.exp (process_saved_regs): Make
453 "Saved registers:" optional in the pattern.
454
66849923
MM
4552015-03-25 Markus Metzger <markus.t.metzger@intel.com>
456
457 * gdb.btrace/next.exp: Merged into step.exp.
458 * gdb.btrace/finish.exp: Merged into step.exp.
459 * gdb.btrace/nexti.exp: Merged into stepi.exp.
460 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
461 "record goto" and checking the exact replay position.
462 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
463 check for "Recording format" in "info record" output.
464 * gdb.btrace/record_goto.exp: Choose test file based on target.
465 * gdb.btrace/x86-record_goto.S: Renamed into ...
466 * gdb.btrace/x86_64-record_goto.S: ... this.
467 * gdb.btrace/i686-record_goto.S: New.
468 * gdb.btrace/x86-tailcall.S: Renamed into ...
469 * gdb.btrace/x86_64-tailcall.S: ... this.
470 * gdb.btrace/i686-tailcall.S: New.
471 * gdb.btrace/x86-tailcall.c: Renamed into ...
472 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
473 separate statements. Update test.
474 * gdb.btrace/delta.exp: Use record_goto.c as test file.
475 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
476 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
477 * gdb.btrace/tailcall.exp: Choose test file based on target.
478 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
479
11cc1b74
MM
4802015-03-25 Markus Metzger <markus.t.metzger@intel.com>
481
482 * gdb.btrace/exception.exp: Increase BTS buffer size.
483
a25d8bf9
PA
4842015-03-24 Pedro Alves <palves@redhat.com>
485
486 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
487
856e7dd6
PA
4882015-03-24 Pedro Alves <palves@redhat.com>
489
490 * gdb.threads/schedlock.exp (test_step): No longer expect that
491 "set scheduler-locking step" with "next" over a function call runs
492 threads unlocked.
493
ad235a41
AT
4942015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
495
496 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
497
15630549
AT
4982015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
499
500 PR breakpoints/16466
501 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
502 * gdb.mi/mi-pending.c (thread_func): New function.
503 (int main): Add threading support required.
504 * gdb.mi/mi-pending.exp: Add tests for this issue.
505 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
506 (pendfunc2): Remove stdio dependency.
507 * gdb.mi/mi-pendshr2.c: New file.
508
693dca06
KS
5092015-03-23 Keith Seitz <keiths@redhat.com>
510
511 * gdb.linespec/keywords.c: New file.
512 * gdb.linespec/keywords.exp: New file.
513
7e993ebf
KS
5142015-03-23 Keith Seitz <keiths@redhat.com>
515
516 PR gdb/18021
517 * gdb.dwarf2/staticvirtual.exp: New test.
518
bc23328c
JK
5192015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
522 * README: Remove HP-UX and gdb.hp.
523 (configuration):
524 * configure: Regenerate.
525 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
526 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
527 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
528 gdb.hp/gdb.defects/Makefile.
529 * gdb.hp/Makefile.in: File deleted.
530 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
531 * gdb.hp/gdb.aCC/optimize.c: File deleted.
532 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
533 * gdb.hp/gdb.aCC/run.c: File deleted.
534 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
535 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
536 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
537 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
538 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
539 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
540 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
541 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
542 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
543 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
544 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
545 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
546 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
547 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
548 * gdb.hp/gdb.base-hp/reg.s: File deleted.
549 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
550 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
551 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
552 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
553 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
554 * gdb.hp/gdb.compat/Makefile.in: File deleted.
555 * gdb.hp/gdb.compat/average.c: File deleted.
556 * gdb.hp/gdb.compat/sum.c: File deleted.
557 * gdb.hp/gdb.compat/xdb.c: File deleted.
558 * gdb.hp/gdb.compat/xdb0.c: File deleted.
559 * gdb.hp/gdb.compat/xdb0.h: File deleted.
560 * gdb.hp/gdb.compat/xdb1.c: File deleted.
561 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
562 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
563 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
564 * gdb.hp/gdb.defects/Makefile.in: File deleted.
565 * gdb.hp/gdb.defects/bs14602.c: File deleted.
566 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
567 * gdb.hp/gdb.defects/solib-d.c: File deleted.
568 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
569 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
570 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
571 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
572 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
573 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
574 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
575 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
576 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
577 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
578 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
579 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
580 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
581 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
582 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
583 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
584 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
585 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
586 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
587 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
588 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
589 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
590 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
591 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
592 * gdb.hp/tools/odump: File deleted.
593
8bf3b159
PA
5942015-03-19 Pedro Alves <palves@redhat.com>
595
596 * gdb.threads/continue-pending-status.exp (saw_thread_2)
597 (saw_thread_3): New globals.
598 (top level): Increment them when an event for the corresponding
599 thread is seen.
600 (no thread starvation): New test.
601
eb54c8bf
PA
6022015-03-19 Pedro Alves <palves@redhat.com>
603
604 * gdb.threads/continue-pending-status.c: New file.
605 * gdb.threads/continue-pending-status.exp: New file.
606
32d2e5d6
PA
6072015-03-18 Pedro Alves <palves@redhat.com>
608
609 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
610 Use gdb_is_target_remote instead of is_remote. Use
611 gdb_test_multiple instead of gdb_expect. Exit early if
612 gdb_test_multiple hits its internal matches. Tighten stepi tests
613 expected output. Fail on exit with any signal, instead of just
614 SIGILL.
615
f68f11b7
YQ
6162015-03-18 Yao Qi <yao.qi@linaro.org>
617
618 PR tdep/18107
619 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
620 variable.
621 * gdb.base/catch-syscall.exp: Don't skip it on
622 aarch64*-*-linux* target. Remove elements in all_syscalls.
623 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
624 target.
625 (setup_all_syscalls): New proc.
626
ca5fd19b
YQ
6272015-03-16 Yao Qi <yao.qi@linaro.org>
628
629 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
630 (top level): Skip tests if valid_addr_p returns false for
631 $cmd1 or $cmd2.
632
85642ba0
AW
6332015-03-11 Andy Wingo <wingo@igalia.com>
634
635 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
636
e03f9645
YQ
6372015-03-11 Yao Qi <yao.qi@linaro.org>
638
639 * gdb.base/catch-syscall.exp: Fix typo in comments.
640
5d0962b2
YQ
6412015-03-11 Yao Qi <yao.qi@linaro.org>
642
643 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
644
b2df3cef
PA
6452015-03-09 Pedro Alves <palves@redhat.com>
646
647 * dg-extract-results.py: Delete.
648
ef878e53
PA
6492015-03-09 Pedro Alves <palves@redhat.com>
650
651 Merge dg-extract-results.sh from GCC upstream (r218843).
652
653 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
654 * dg-extract-results.sh: Use --text with grep to avoid issues with
655 binary files. Fall back to cat -v, if that doesn't work.
656
9494d219
PA
6572015-03-05 Pedro Alves <palves@redhat.com>
658
659 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
660
a8d9763a
SM
6612015-03-04 Simon Marchi <simon.marchi@ericsson.com>
662
663 * lib/mi-support.exp (mi_expect_interrupt): Accept
664 alternative event for when in all-stop mode.
665
be9957b8
PA
6662015-03-04 Pedro Alves <palves@redhat.com>
667
668 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
669
d57be0f4 6702015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
671
672 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
673
c214c7cf
AA
6742015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
675
676 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
677 regexps for GDB's current line display, accept a hex address
678 preceding the line number.
679
6d74a497
AA
6802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
681
682 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
683 the 'arch1' variable for "s390*-linux*" targets.
684
511aee7c
PA
6852015-03-04 Pedro Alves <palves@redhat.com>
686
687 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
688 (main): Pass missing retval argument to pthread_join call.
689
95e50b27
PA
6902015-03-02 Pedro Alves <palves@redhat.com>
691
692 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
693 (top level): Call do_test with non-stop as well.
694
28054d69
PA
6952015-03-02 Pedro Alves <palves@redhat.com>
696
697 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
698 -1.
699
4fa5d7b4
AA
7002015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
701
702 * gdb.arch/s390-vregs.exp: New test.
703 * gdb.arch/s390-vregs.S: New file.
704
97c18565
PA
7052015-02-27 Pedro Alves <palves@redhat.com>
706
707 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
708 call to catch_command_errors.
709 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
710 catch_command_errors.
711
a37bfa30
PA
7122015-02-27 Pedro Alves <palves@redhat.com>
713
714 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
715 "true" for boolean result.
716 * gdb.gdb/selftest.exp (test_with_self): Also accept full
717 prototype of main.
718
6f98576f
PA
7192015-02-27 Pedro Alves <palves@redhat.com>
720
721 * lib/unbuffer_output.c: New file.
722 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
723 (main): Call gdb_unbuffer_output.
724
eba5ab56
YQ
7252015-02-27 Yao Qi <yao.qi@linaro.org>
726
727 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
728 target.
729
0def5aaa
DE
7302015-02-26 Doug Evans <dje@google.com>
731
732 * gdb.cp/class2.cc (Dbase, D): New classes.
733 (main): New local delta.
734 * gdb.cp/class2.exp: Test printing delta.
735 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
736 (dynbar): New global.
737 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
738
081a1c2c
JK
7392015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
740
741 * gdb.compile/compile-ifunc.c: New file.
742 * gdb.compile/compile-ifunc.exp: New file.
743
2f41223f
AT
7442015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
745
746 * gdb.base/structs.exp: Check for correct struct on finish.
747
03eddd80
YQ
7482015-02-26 Yao Qi <yao.qi@linaro.org>
749
750 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
751 is zero.
752
80c57053
JK
7532015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
754
755 * gdb.arch/cordic.ko.bz2: New file.
756 * gdb.arch/cordic.ko.debug.bz2: New file.
757 * gdb.arch/ppc64-symtab-cordic.exp: New file.
758
21613c12
YQ
7592015-02-25 Yao Qi <yao.qi@linaro.org>
760
761 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
762 aarch64*-*-* target.
763
d8b901ed
PA
7642015-02-23 Pedro Alves <palves@redhat.com>
765
766 * lib/gdb.exp (delete_breakpoints): Rewrite using
767 gdb_test_multiple.
768
e5b85ead
PA
7692015-02-23 Pedro Alves <palves@redhat.com>
770
771 * gdb.base/info-os.c: Include stdlib.h.
772
85c3a371
DE
7732015-02-22 Doug Evans <xdje42@gmail.com>
774
775 PR symtab/17855
776 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
777 is read after symbols have been re-read.
778 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
779 * gdb.ada/exec_changed/second.adb (Second): Ditto.
780
96553a0c
DE
7812015-02-21 Doug Evans <dje@google.com>
782
783 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
784
97a0c697
JK
7852015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
786
787 PR corefiles/17808
788 * gdb.arch/i386-biarch-core.core.bz2: New file.
789 * gdb.arch/i386-biarch-core.exp: New file.
790
a47cd6e9
PA
7912015-02-21 Pedro Alves <palves@redhat.com>
792
793 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
794 runto_main fails.
795
c5facdc4
PA
7962015-02-20 Pedro Alves <palves@redhat.com>
797
798 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
799 info probes.
800
2db9a427
PA
8012015-02-20 Pedro Alves <palves@redhat.com>
802
803 * gdb.threads/multi-create-ns-info-thr.exp: New file.
804
60fb7e9e
PA
8052015-02-20 Pedro Alves <palves@redhat.com>
806
807 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
808 clean_restart before gdb_target_supports_trace.
809
5c5019c2
PA
8102015-02-20 Pedro Alves <palves@redhat.com>
811
812 PR threads/18006
813 * gdb.threads/clone-thread_db.c: New file.
814 * gdb.threads/clone-thread_db.exp: New file.
815
c9587f88
AT
8162015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
817
818 PR breakpoints/16812
819 * gdb.base/catch-gdb-caused-signals.c: New file.
820 * gdb.base/catch-gdb-caused-signals.exp: New file.
821
f6a88844
JM
8222015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
823
824 * configure: Regenerated.
825 * configure.ac: Use GDB_AC_TRANSFORM.
826 * aclocal.m4: sinclude ../transform.m4.
827
497c491b
JM
8282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
829
830 * lib/dtrace.exp: New file.
831 * gdb.base/dtrace-probe.exp: Likewise.
832 * gdb.base/dtrace-probe.d: Likewise.
833 * gdb.base/dtrace-probe.c: Likewise.
834 * lib/pdtrace.in: Likewise.
835 * configure.ac: Output variables with the transformed names of
836 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
837 * configure: Regenerated.
838
03e98035
JM
8392015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
840
841 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
842 expected message when trying to access $_probe_* convenience
843 variables while not on a probe.
844
63cc30e9
JK
8452015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
846
847 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
848
0703599a
PA
8492015-02-11 Pedro Alves <pedro@codesourcery.com>
850
851 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
852 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
853
7e60a48e
DE
8542015-02-10 Doug Evans <xdje42@gmail.com>
855
856 * lib/gdb.exp (gdb_load): Always return a result.
857
01b088bc
PA
8582015-02-10 Pedro Alves <palves@redhat.com>
859
860 * gdb.threads/signal-sigtrap.c: New file.
861 * gdb.threads/signal-sigtrap.exp: New file.
862
b05ec7a5
AT
8632015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
864
865 * gdb.trace/no-attach-trace.c: New file.
866 * gdb.trace/no-attach-trace.exp: New file.
867
a2c2acaf
MW
8682015-02-09 Mark Wielaard <mjw@redhat.com>
869
870 * gdb.dwarf2/atomic.c: New file.
871 * gdb.dwarf2/atomic-type.exp: Likewise.
872
31fd9caa
MM
8732015-02-09 Markus Metzger <markus.t.metzger@intel.com>
874
875 * gdb.btrace/buffer-size.exp: Update "info record" output.
876 * gdb.btrace/delta.exp: Update "info record" output.
877 * gdb.btrace/enable.exp: Update "info record" output.
878 * gdb.btrace/finish.exp: Update "info record" output.
879 * gdb.btrace/instruction_history.exp: Update "info record" output.
880 * gdb.btrace/next.exp: Update "info record" output.
881 * gdb.btrace/nexti.exp: Update "info record" output.
882 * gdb.btrace/step.exp: Update "info record" output.
883 * gdb.btrace/stepi.exp: Update "info record" output.
884 * gdb.btrace/nohist.exp: Update "info record" output.
885
d33501a5
MM
8862015-02-09 Markus Metzger <markus.t.metzger@intel.com>
887
888 * gdb.btrace/buffer-size: New.
889
f4abbc16
MM
8902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
891
892 * gdb.btrace/delta.exp: Update "info record" output.
893 * gdb.btrace/enable.exp: Update "info record" output.
894 * gdb.btrace/finish.exp: Update "info record" output.
895 * gdb.btrace/instruction_history.exp: Update "info record" output.
896 * gdb.btrace/next.exp: Update "info record" output.
897 * gdb.btrace/nexti.exp: Update "info record" output.
898 * gdb.btrace/step.exp: Update "info record" output.
899 * gdb.btrace/stepi.exp: Update "info record" output.
900 * gdb.btrace/nohist.exp: Update "info record" output.
901
b9d61307
SM
9022015-02-06 Simon Marchi <simon.marchi@ericsson.com>
903
904 PR gdb/15678
905 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
906
e584fdbc
PA
9072015-02-06 Pedro Alves <palves@redhat.com>
908
909 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
910 macro.
911 (seconds_left, again): New globals.
912 (main): Wait seconds_left in a 1-second sleep loop instead of
913 sleeping 180 seconds. If 'again' is set, reset the seconds
914 counter.
915 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
916 'again' in the inferior before detaching. Print the seconds left.
917 (options): New global.
918 (top level): Build program with -DTIMEOUT=$timeout.
919
77f41761
PA
9202015-02-06 Pedro Alves <palves@redhat.com>
921
922 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
923 determine how many seconds to pass to 'alarm'.
924 * gdb.base/gdb-sigterm.exp (top level): Build program with
925 -DTIMEOUT=$timeout.
926 (do_test): Return success/failure indication. Add more verbose
927 logging. Don't fail if 200 single steps are seen. Instead, fail
928 when the test times out.
929 (passes): New global.
930 (top level): Break the testing loop if testing fails on any
931 iteration. Use gdb_assert.
932
b9394193
DB
9332015-02-04 Don Breazeal <donb@codesourcery.com>
934
935 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
936 and initialize them.
937 (ipc_cleanup): New function.
938 (main): Don't declare shmid, semid, and msqid. Add a call to
939 atexit so that we call ipc_cleanup on exit.
940
42d9e528
PA
9412015-02-04 Pedro Alves <palves@redhat.com>
942
943 * boards/native-extended-gdbserver.exp: Remove any target variant
944 specifications from the board name before clearing the isremote
945 flag from board_info.
946
ae6ae975
DE
9472015-01-31 Doug Evans <xdje42@gmail.com>
948
949 * gdb.base/maint.exp <maint print type argc>: Update expected output.
950
cfb069a8
GB
9512015-01-31 Gary Benson <gbenson@redhat.com>
952
953 * gdb.base/completion.exp: Disable completion limiting for
954 existing tests. Add new tests to check completion limiting.
955 * gdb.linespec/ls-errs.exp: Disable completion limiting.
956
5dd31d79
DE
9572015-01-31 Doug Evans <xdje42@gmail.com>
958
959 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
960
9f050062
DE
9612015-01-31 Doug Evans <xdje42@gmail.com>
962
963 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
964 entries. Duplicate file section script entries.
965 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
966 inlined entries. Add test for safe-path rejection.
967 * gdb.python/py-section-script.c: Add duplicate inlined section script
968 entries. Duplicate file section script entries.
969 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
970 inlined entries. Add test for safe-path rejection.
971
df25ebbd
JB
9722015-01-29 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/disc_arr_bound: New testcase.
975
4a0ca9ec
JB
9762015-01-29 Joel Brobecker <brobecker@adacore.com>
977
978 * gdb.ada/mi_var_array: New testcase.
979
3a8b707a
DE
9802015-01-27 Doug Evans <dje@google.com>
981
982 * gdb.python/py-objfile.exp: Add tests for objfile.username.
983 Add test for objfile.filename, objfile.username after objfile
984 has been unloaded.
985
f8313f6e
JB
9862015-01-26 Joel Brobecker <brobecker@adacore.com>
987
988 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
989 the second test to print the name attribute of value
990 returned by the call to gdb.lookup_type, and adjust
991 the expected output accordingly.
992
37bc665e
MW
9932015-01-25 Mark Wielaard <mjw@redhat.com>
994
995 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
996 * gdb.base/disp-step-fork.c: Include unistd.h.
997 * gdb.base/siginfo-obj.c: Include stdio.h.
998 * gdb.base/siginfo-thread.c: Likewise.
999 * gdb.mi/non-stop.c: Include unistd.h.
1000 * gdb.mi/nsthrexec.c: Include stdio.h.
1001 * gdb.mi/pthreads.c: Include unistd.h.
1002 * gdb.modula2/unbounded1.c (main): Declare returns int.
1003 * gdb.reverse/consecutive-reverse.c: Likewise.
1004 * gdb.threads/create-fail.c: Include unistd.h.
1005 * gdb.threads/killed.c: Likewise.
1006 * gdb.threads/linux-dp.c: Likewise.
1007 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1008 * gdb.threads/non-ldr-exc-2.c: Likewise.
1009 * gdb.threads/non-ldr-exc-3.c: Likewise.
1010 * gdb.threads/non-ldr-exc-4.c: Likewise.
1011 * gdb.threads/pthreads.c: Include unistd.h.
1012 (main): Declare returns int.
1013 * gdb.threads/tls-main.c (foo): New declaration.
1014 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1015
f7e5394d
SM
10162015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1017
1018 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1019 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1020
743649fd
MW
10212015-01-15 Mark Wielaard <mjw@redhat.com>
1022
1023 * gdb.base/noreturn-return.c: New file.
1024 * gdb.base/noreturn-return.exp: New file.
1025 * gdb.base/noreturn-finish.c: New file.
1026 * gdb.base/noreturn-finish.exp: New file.
1027
198297aa
PA
10282015-01-23 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.threads/continue-pending-after-query.c: New file.
1031 * gdb.threads/continue-pending-after-query.exp: New file.
1032
717cf30c
AG
10332015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1034 Simon Marchi <simon.marchi@ericsson.com>
1035
1036 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1037 * gdb.base/valgrind-db-attach.exp: Same.
1038 * gdb.base/valgrind-infcall.exp: Same.
1039 * lib/mi-support.exp (default_mi_gdb_start): Same.
1040 * lib/prompt.exp (default_prompt_gdb_start): Same.
1041 * lib/gdb.exp (default_gdb_spawn): Same.
1042 (gdb_interact): New.
1043
1044
4b62a76e
JK
10452015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1046
1047 * gdb.compile/compile.exp (pointer to jit function): New test.
1048
b4cdae6f
WW
10492015-01-17 Wei-cheng Wang <cole945@gmail.com>
1050
1051 * lib/gdb.exp (supports_process_record): Return true for
1052 powerpc*-*-linux*.
1053 (supports_reverse): Likewise.
1054
d221e7ef
DB
10552015-01-15 Don Breazeal <donb@codesourcery.com>
1056
1057 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1058 instead of checking whether the target board is remote and
1059 use spawn_wait_for_attach instead of exec/sleep.
1060 * gdb.base/attach-twice.exp: Likewise.
1061
bafffb51
JB
10622015-01-15 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/var_arr_attrs: New testcase.
1065
5589af0e
PA
10662015-01-14 Pedro Alves <palves@redhat.com>
1067 Joel Brobecker <brobecker@adacore.com>
1068
1069 PR gdb/17525
1070 * gdb.base/bp-cmds-execution-x-script.c: New file.
1071 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1072 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1073
6c400b59
PA
10742015-01-14 Pedro Alves <palves@redhat.com>
1075
1076 PR cli/17828
1077 * gdb.base/batch-preserve-term-settings.c: New file.
1078 * gdb.base/batch-preserve-term-settings.exp: New file.
1079
e02c96a7
DE
10802015-01-13 Doug Evans <dje@google.com>
1081
1082 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1083 binary.
1084
576fd14c
JB
10852015-01-13 Joel Brobecker <brobecker@adacore.com>
1086
1087 * Makefile.in (clean mostlyclean): Do not delete *.py.
1088
04dccad0
JB
10892015-01-13 Joel Brobecker <brobecker@adacore.com>
1090
1091 * gdb.python/py-lookup-type.exp: New file.
1092
3d230f71
PA
10932015-01-12 Pedro Alves <palves@redhat.com>
1094
1095 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1096 restore GDBFLAGS before returning.
1097
7e67715d
JK
10982015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1099
1100 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1101 is_amd64_regs_target and is_x86_like_target.
1102
f2e0d4b4
DE
11032015-01-11 Doug Evans <xdje42@gmail.com>
1104
1105 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1106 is given without an explicit form.
1107 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1108 attributes.
1109 * gdb.dwarf/corrupt.exp: Ditto.
1110 * gdb.dwarf2/enum-type.exp: Ditto.
1111 * gdb.trace/entry-values.exp: Ditto.
1112 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1113
439250fb
DE
11142015-01-11 Doug Evans <xdje42@gmail.com>
1115
1116 PR gdb/15830
1117 * gdb.base/maint.exp: Remove references to "maint demangle".
1118 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1119 Add tests for explicitly specifying language to demangle.
1120 * gdb.dlang/demangle.exp: Ditto.
1121
ede9f622
PA
11222015-01-09 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.threads/non-stop-fair-events.c: New file.
1125 * gdb.threads/non-stop-fair-events.exp: New file.
1126
a7b796db
PA
11272015-01-09 Pedro Alves <palves@redhat.com>
1128
1129 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1130 the global scope. Set a breakpoint after all threads are started
1131 rather than stepping over two source lines. Expect the prompt.
1132 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1133 global.
1134 (NUM): Now 15.
1135 (main): Use threads_started_barrier to wait for all threads to
1136 start. Main thread no longer calls thread_function. Exit after
1137 180 seconds.
1138 (loop): New function.
1139 (thread_function): Wait on threads_started_barrier barrier. Call
1140 'loop' at each iteration.
1141 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1142 threads have started, instead of hardcoding number of "next"
1143 steps. Use an access watchpoint instead of a write watchpoint.
1144
9665ffdd
PA
11452015-01-09 Pedro Alves <palves@redhat.com>
1146
1147 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1148 (thread_func): Wait on barrier.
1149 (main): Wait for all threads to start before stopping GDB.
1150 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1151 global.
1152 (thread1_func, thread2_func): Wait on barrier.
1153 (main): Wait for all threads to start before stopping GDB.
1154 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1155 New global.
1156 (thread1_func, thread2_func): Wait on barrier.
1157 (main): Wait for all threads to start before stopping GDB.
1158
c945a99f
PA
11592015-01-09 Pedro Alves <palves@redhat.com>
1160
1161 * gdb.threads/attach-many-short-lived-threads.c: New file.
1162 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1163
c1a747c1
PA
11642014-01-09 Pedro Alves <palves@redhat.com>
1165
1166 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1167 instead of to thread 2.
1168 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1169 Add barrier around each pthread_create call instead of around all
1170 calls.
1171 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1172 Set a break on thread_function and have the child threads hit it
1173 one at at a time.
1174
60b3033e
PA
11752015-01-09 Pedro Alves <palves@redhat.com>
1176
1177 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1178 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1179 false.
1180 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1181 checking whether the target board is remote.
1182 * gdb.multi/multi-attach.exp: Likewise.
1183 * gdb.python/py-sync-interp.exp: Likewise.
1184 * gdb.server/ext-attach.exp: Likewise.
1185 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1186 tests that need to attach, instead of checking whether the target
1187 board is remote at the top of the file.
1188
acc018ac
YQ
11892015-01-08 Yao Qi <yao@codesourcery.com>
1190
1191 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1192
50a18af8
JK
11932015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1194
1195 Fix testcase compilation.
1196 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1197
8503d6e1
JB
11982015-01-06 Joel Brobecker <brobecker@adacore.com>
1199
1200 * gdb.python/py-type.exp: Add a couple test about empty
1201 array creation, and negative-length array creation.
1202
cc73dbcc
DE
12032015-01-02 Doug Evans <xdje42@gmail.com>
1204
1205 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1206
0300bbc7
DE
12072015-01-02 Doug Evans <dje@google.com>
1208
1209 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1210
9d85a0ec
YQ
12112014-12-29 Yao Qi <yao@codesourcery.com>
1212
1213 * gdb.trace/entry-values.exp: Update comments. Rename variable
1214 bar_call_foo to returned_from_foo.
1215
87186c6a
MMN
12162014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1217
1218 PR gdb/17394
1219 * gdb.linespec/break-asm-file.c: New file.
1220 * gdb.linespec/break-asm-file.exp: New file.
1221 * gdb.linespec/break-asm-file0.s: New file.
1222 * gdb.linespec/break-asm-file1.s: New file.
1223
1bab7383
YQ
12242014-12-18 Nigel Stephens <nigel@mips.com>
1225 Maciej W. Rozycki <macro@codesourcery.com>
1226
1227 * gdb.base/float.exp: Handle the new output from "info float" on
1228 MIPS targets.
1229
1bc1068a
JK
12302014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1231
1232 Fix MinGW compilation.
1233 * gdb.compile/compile-ops.exp: Update untested message if
1234 !skip_compile_feature_tests.
1235 * gdb.compile/compile-setjmp.exp: Likewise.
1236 * gdb.compile/compile-tls.exp: Likewise.
1237 * gdb.compile/compile.exp: Likewise.
1238 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1239 supported on this host".
1240
b6615d10
DE
12412014-12-16 Doug Evans <xdje42@gmail.com>
1242
1243 * boards/stabs.exp: New file.
1244
25dda427
AA
12452014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1246
1247 * gdb.base/completion.exp: Adjust to format changes of "maint
1248 print user-registers".
1249
bf330350
CU
12502014-12-16 Catalin Udma <catalin.udma@freescale.com>
1251
1252 PR server/17457
1253 * gdb.arch/aarch64-fp.c: New file.
1254 * gdb.arch/aarch64-fp.exp: New file.
1255
395cf596
SDJ
12562014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1257
1258 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1259 r210637, r210913, r211666, r215400, r215817).
1260
1261 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1262 * dg-extract-results.py: New file.
1263 * dg-extract-results.sh: Use it if the environment seems
1264 suitable.
1265
1266 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1267
1268 * dg-extract-results.py (parse_run): Handle warnings that
1269 are printed before a test harness is run.
1270
1271 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1272
1273 * dg-extract-results.py (Named): Remove __cmp__ method.
1274 (output_variation): Use a key to sort variation.harnesses.
1275
1276 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1277
1278 * dg-extract-results.py: For Python 3, force sys.stdout to
1279 handle surrogate escape sequences.
1280 (safe_open): New function.
1281 (output_segment, main): Use it.
1282
1283 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1284
1285 * dg-extract-results.py (Prog.result_re): Include options
1286 in test name.
1287
1288 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1289
1290 * dg-extract-results.py (output_variation): Always sort if
1291 do_sum.
1292
e882ef3c
SM
12932014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1296 as long as we get pagination notifications.
1297
4992aa20
JM
12982014-12-15 Jason Merrill <jason@redhat.com>
1299
1300 * Makefile.in (check-gdb.%): Restore.
1301 * README: Mention it.
1302
c1b5a1a6
JB
13032014-12-13 Joel Brobecker <brobecker@adacore.com>
1304
1305 * gdb.ada/str_uninit: New testcase.
1306
5537b577
JK
13072014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1308
1309 PR symtab/17642
1310 * gdb.base/vla-stub-define.c: New file.
1311 * gdb.base/vla-stub.c: New file.
1312 * gdb.base/vla-stub.exp: New file.
1313
bb2ec1b3
TT
13142014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1315 Jan Kratochvil <jan.kratochvil@redhat.com>
1316 Tom Tromey <tromey@redhat.com>
1317
1318 * configure.ac: Add gdb.compile/.
1319 * configure: Regenerate.
1320 * gdb.compile/Makefile.in: New file.
1321 * gdb.compile/compile-ops.exp: New file.
1322 * gdb.compile/compile-ops.c: New file.
1323 * gdb.compile/compile-tls.c: New file.
1324 * gdb.compile/compile-tls.exp: New file.
1325 * gdb.compile/compile-constvar.S: New file.
1326 * gdb.compile/compile-constvar.c: New file.
1327 * gdb.compile/compile-mod.c: New file.
1328 * gdb.compile/compile-nodebug.c: New file.
1329 * gdb.compile/compile-setjmp-mod.c: New file.
1330 * gdb.compile/compile-setjmp.c: New file.
1331 * gdb.compile/compile-setjmp.exp: New file.
1332 * gdb.compile/compile-shlib.c: New file.
1333 * gdb.compile/compile.c: New file.
1334 * gdb.compile/compile.exp: New file.
1335 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1336
4ff709eb
TT
13372014-12-12 Tom Tromey <tromey@redhat.com>
1338
1339 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1340 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1341
6dddd6a5
DE
13422014-12-12 Doug Evans <dje@google.com>
1343
1344 * lib/gdb-python.exp (get_python_valueof): New function.
1345 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1346
71c24708
AA
13472014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1348
1349 * gdb.base/completion.exp: Add test for completion of "info
1350 registers ".
1351
3e29f34a
MR
13522014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1353
1354 * gdb.base/func-ptrs.c: New file.
1355 * gdb.base/func-ptrs.exp: New file.
1356
fc126975
SM
13572014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1358
1359 PR breakpoints/17012
1360 * gdb.base/dprintf-detach.c: New file.
1361 * gdb.base/dprintf-detach.exp: New file.
1362
0a46d518
SM
13632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1364
1365 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1366 * lib/gdb.exp (target_is_gdbserver): New procedure.
1367
a0be3e44
DE
13682014-12-08 Doug Evans <dje@google.com>
1369
1370 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1371
df1b803a
YQ
13722014-12-05 Yao Qi <yao@codesourcery.com>
1373
1374 * gdb.guile/scm-error.exp: Remove the third argument to
1375 gdb_remote_download.
1376 * gdb.guile/scm-frame-args.exp: Likewise.
1377 * gdb.guile/scm-section-script.exp: Likewise.
1378
ddb9f679
YQ
13792014-12-05 Yao Qi <yao@codesourcery.com>
1380
1381 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1382
86e4ed39
DE
13832014-12-04 Doug Evans <dje@google.com>
1384
1385 * gdb.python/py-objfile.exp: Add tests for
1386 objfile.add_separate_debug_file.
1387
7c50a931
DE
13882014-12-04 Doug Evans <dje@google.com>
1389
1390 * lib/gdb.exp (get_build_id): New function.
1391 (build_id_debug_filename_get): Rewrite to use it.
1392 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1393
621661e3
MR
13942014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1395
1396 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1397 `method(long)', not just 0x0.
1398 * gdb.cp/nsalias.exp: Align code labels to 4.
1399 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1400 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1401 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1402 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1403 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1404 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1405
29f0c3b7
DE
14062014-12-02 Doug Evans <dje@google.com>
1407
e1e061e7 1408 PR symtab/17602
29f0c3b7 1409 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1410 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1411 * gdb.cp/anon-ns.exp: Update.
1412
162078c8
NB
14132014-12-02 Nick Bull <nicholaspbull@gmail.com>
1414
1415 * gdb.python/py-events.py (inferior_call_handler): New.
1416 (register_changed_handler, memory_changed_handler): New.
1417 (test_events.invoke): Register new handlers.
1418 * gdb.python/py-events.exp: Add tests for inferior call,
1419 memory_changed and register_changed events.
1420
fdb09caf
AA
14212014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1424 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1425 if the linker doesn't understand this.
1426
55cfb2c4
SM
14272014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1428
1429 * gdb.python/python.exp: Change expected reply to help().
1430
9e8cd6df
YQ
14312014-12-01 Yao Qi <yao@codesourcery.com>
1432
1433 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1434 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1435 * configure: Re-generated.
1436
6c659fc2
SC
14372014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1438
1439 * gdb.cp/chained-calls.cc: New file.
1440 * gdb.cp/chained-calls.exp: New file.
1441 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1442
d7fc3181
SM
14432014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1444
1445 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1446 * gdb.dwarf2/symtab-producer.exp: Same.
1447 * gdb.gdb/python-interrupts.exp: Same.
1448 * gdb.gdb/python-selftest.exp: Same.
1449 * gdb.python/py-linetable.exp: Same.
1450 * gdb.python/py-type.exp: Same.
1451 * gdb.python/py-value-cc.exp: Same.
1452 * gdb.python/py-value.exp: Same.
1453
10e79639
YQ
14542014-11-28 Yao Qi <yao@codesourcery.com>
1455
1456 * gdb.base/break-probes.exp: Match library name prefixed with
1457 sysroot.
1458
f28a0564
SM
14592014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1460
1461 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1462 test expected output. Add parentheses for the call to print.
1463 Remove L suffix from integers.
1464
3fe1ce1d
DE
14652014-11-26 Doug Evans <dje@google.com>
1466
1467 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1468
84429e27
YQ
14692014-11-22 Yao Qi <yao@codesourcery.com>
1470
1471 * gdb.trace/entry-values.c: Remove asms.
1472 (foo): Add foo_label.
1473 (bar): Add bar_label.
1474 * gdb.trace/entry-values.exp: Remove code computing foo's
1475 length and bar's length.
1476 (Dwarf::assemble): Invoke function_range for bar and use
1477 MACRO_AT_func for foo.
1478
26741859
YQ
14792014-11-22 Yao Qi <yao@codesourcery.com>
1480
1481 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1482 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1483 Use .Lgcc43_procstart instead of gcc43.
1484
45e44d27
JB
14852014-11-21 Joel Brobecker <brobecker@adacore.com>
1486
1487 * gdb.ada/n_arr_bound: New testcase.
1488
458c8db8
SDJ
14892014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1490
1491 PR breakpoints/10737
1492 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1493 test_catch_syscall_multi_arch.
1494 (test_catch_syscall_multi_arch): New function.
1495
43f3e411
DE
14962014-11-20 Doug Evans <xdje42@gmail.com>
1497
1498 * gdb.base/maint.exp: Update expected output.
1499
0d7b2549
AA
15002014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1501
1502 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1503 4-byte instruction on S390.
1504
8908fca5
JB
15052014-11-19 Joel Brobecker <brobecker@adacore.com>
1506
1507 * gdb.ada/arr_arr: New testcase.
1508
4a46959e
JB
15092014-11-19 Joel Brobecker <brobecker@adacore.com>
1510
1511 * gdb.ada/pkd_arr_elem: New Testcase.
1512
470e2f4e
LM
15132014-11-18 Luis Machado <lgustavo@codesourcery.com>
1514
1515 * gdb.reverse/break-precsave: Expect completion message for
1516 core file reads.
1517 * gdb.reverse/consecutive-precsave.exp: Likewise.
1518 * gdb.reverse/finish-precsave.exp: Likewise.
1519 * gdb.reverse/i386-precsave.exp: Likewise.
1520 * gdb.reverse/machinestate-precsave.exp: Likewise.
1521 * gdb.reverse/sigall-precsave.exp: Likewise.
1522 * gdb.reverse/solib-precsave.exp: Likewise.
1523 * gdb.reverse/step-precsave.exp: Likewise.
1524 * gdb.reverse/until-precsave.exp: Likewise.
1525 * gdb.reverse/watch-precsave.exp: Likewise.
1526
a267f3ad
AA
15272014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1528
1529 * gdb.base/bp-permanent.c: Include unistd.h.
1530 * gdb.python/py-framefilter-mi.c (main): Add return type.
1531 * gdb.python/py-framefilter.c (main): Likewise.
1532 * gdb.trace/actions-changed.c (main): Likewise.
1533
12084a9a
AA
15342014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1535
1536 * gdb.mi/until.c: Add eye-catchers.
1537 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1538 line numbers.
1539
dc7e1a77
AA
15402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1541
1542 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1543 function header variants in break1.c.
1544 * gdb.base/ena-dis-br.exp: Likewise.
1545 * gdb.base/hbreak2.exp: Likewise.
1546 * gdb.reverse/until-precsave.exp: Drop references to removed
1547 non-prototype function header variants in ur1.c.
1548 * gdb.reverse/until-reverse.exp: Likewise.
1549
41c77605
PM
15502014-11-17 Petr Machata <pmachata@redhat.com>
1551
1552 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1553 ${_cu_offset_size} bytes abbrev offset.
1554
34248c3a
DE
15552014-11-15 Doug Evans <xdje42@gmail.com>
1556
1557 PR symtab/17559
1558 * gdb.base/line-symtabs.exp: New file.
1559 * gdb.base/line-symtabs.c: New file.
1560 * gdb.base/line-symtabs.h: New file.
1561
646da059
YQ
15622014-11-14 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1565 (func): Add label func_label.
1566 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1567 Replace low_pc and high_pc with MACRO_AT_range.
1568 Replace name, low_pc and high_pc with MACRO_AT_func.
1569
9301ebe6
YQ
15702014-11-14 Yao Qi <yao@codesourcery.com>
1571
1572 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1573 Replace name, low_pc and high_pc with MACRO_AT_func.
1574
f166b542
YQ
15752014-11-14 Yao Qi <yao@codesourcery.com>
1576
1577 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1578 produce debug information.
1579 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1580
0f6e71e3
YQ
15812014-11-14 Yao Qi <yao@codesourcery.com>
1582
1583 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1584 object and get function length.
1585 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1586 with MACRO_AT_func.
1587 (top-level): Replace gdb_compile and clean_restart with
1588 prepare_for_testing.
1589 * gdb.dwarf2/main.c (main): Add label main_label.
1590
876c4df9
YQ
15912014-11-14 Yao Qi <yao@codesourcery.com>
1592
1593 * lib/dwarf.exp (function_range): New procedure.
1594 (Dwarf::_handle_macro_at_func): New procedure.
1595 (Dwarf::_handle_macro_at_range): New procedure.
1596 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1597
02ad9cf1
YQ
15982014-11-14 Yao Qi <yao@codesourcery.com>
1599
1600 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1601 (_handle_attribute): New procedure.
1602
a59add0c
AA
16032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1604
1605 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1606 * gdb.base/call-sc.c (zed): Likewise.
1607 * gdb.base/checkpoint.c (main): Likewise.
1608 * gdb.base/dump.c (main): Likewise.
1609 * gdb.base/gcore.c (main): Likewise.
1610 * gdb.base/huge.c (main): Likewise.
1611 * gdb.base/multi-forks.c (main): Likewise.
1612 * gdb.base/pr10179-a.c (main): Likewise.
1613 * gdb.base/savedregs.c (main): Likewise.
1614 * gdb.base/sigaltstack.c (main): Likewise.
1615 * gdb.base/siginfo.c (main): Likewise.
1616 * gdb.base/structs.c (zed): Likewise.
1617 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1618 * gdb.mi/mi-syn-frame.c (main): Likewise.
1619 * gdb.mi/until.c (foo, main): Likewise.
1620 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1621 * gdb.base/solib-weak.c (foo): Declare.
1622 * gdb.base/attach-twice.c: Include stdio.h.
1623 * gdb.base/weaklib1.c: Likewise.
1624 * gdb.base/weaklib2.c: Likewise.
1625 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1626 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1627 unistd.h.
1628 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1629 * gdb.mi/mi-exit-code.c: Likewise.
1630 * gdb.base/break-interp-lib.c: Include string.h.
1631 * gdb.base/coremaker.c: Likewise.
1632 * gdb.base/testenv.c: Likewise.
1633 * gdb.python/py-finish-breakpoint.c: Likewise.
1634 * gdb.base/inferior-died.c: Include sys/wait.h.
1635 * gdb.base/fileio.c: Include time.h.
1636 * gdb.base/async-shell.c: Include unistd.h.
1637 * gdb.base/dprintf-non-stop.c: Likewise.
1638 * gdb.base/info-os.c: Likewise.
1639 * gdb.mi/mi-console.c: Likewise.
1640 * gdb.mi/watch-nonstop.c: Likewise.
1641 * gdb.python/py-events.c: Likewise.
1642 * gdb.base/async.c (baz): Move up before its invocation.
1643 * gdb.base/code_elim2.c (my_global_func): Likewise.
1644 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1645 * gdb.base/advance.c (func2): Likewise.
1646
3b5d5997
AA
16472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1648
1649 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1650 variant.
1651 * gdb.base/annota3.c: Likewise.
1652 * gdb.base/async.c: Likewise.
1653 * gdb.base/average.c: Likewise.
1654 * gdb.base/call-ar-st.c: Likewise.
1655 * gdb.base/call-rt-st.c: Likewise.
1656 * gdb.base/call-sc.c: Likewise.
1657 * gdb.base/call-strs.c: Likewise.
1658 * gdb.base/ending-run.c: Likewise.
1659 * gdb.base/execd-prog.c: Likewise.
1660 * gdb.base/exprs.c: Likewise.
1661 * gdb.base/foll-exec.c: Likewise.
1662 * gdb.base/foll-fork.c: Likewise.
1663 * gdb.base/foll-vfork.c: Likewise.
1664 * gdb.base/funcargs.c: Likewise.
1665 * gdb.base/gcore.c: Likewise.
1666 * gdb.base/jump.c: Likewise.
1667 * gdb.base/langs0.c: Likewise.
1668 * gdb.base/langs1.c: Likewise.
1669 * gdb.base/langs2.c: Likewise.
1670 * gdb.base/mips_pro.c: Likewise.
1671 * gdb.base/nodebug.c: Likewise.
1672 * gdb.base/opaque0.c: Likewise.
1673 * gdb.base/opaque1.c: Likewise.
1674 * gdb.base/recurse.c: Likewise.
1675 * gdb.base/run.c: Likewise.
1676 * gdb.base/scope0.c: Likewise.
1677 * gdb.base/scope1.c: Likewise.
1678 * gdb.base/setshow.c: Likewise.
1679 * gdb.base/setvar.c: Likewise.
1680 * gdb.base/shmain.c: Likewise.
1681 * gdb.base/shr1.c: Likewise.
1682 * gdb.base/shr2.c: Likewise.
1683 * gdb.base/sigall.c: Likewise.
1684 * gdb.base/signals.c: Likewise.
1685 * gdb.base/so-indr-cl.c: Likewise.
1686 * gdb.base/solib2.c: Likewise.
1687 * gdb.base/structs.c: Likewise.
1688 * gdb.base/sum.c: Likewise.
1689 * gdb.base/vforked-prog.c: Likewise.
1690 * gdb.base/watchpoint.c: Likewise.
1691 * gdb.reverse/shr2.c: Likewise.
1692 * gdb.reverse/until-reverse.c: Likewise.
1693 * gdb.reverse/ur1.c: Likewise.
1694 * gdb.reverse/watch-reverse.c: Likewise.
1695
066a77c5
AA
16962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1697
1698 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1699 variant.
1700 * gdb.base/sepdebug.exp: Drop references to removed code.
1701
4f204ea5
AA
17022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1703
1704 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1705 variant. Preserve original line numbering.
1706 * gdb.base/list1.c: Likewise.
1707
3b377a3a
AA
17082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1709
1710 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1711 variant.
1712 * gdb.base/break1.c: Likewise.
1713 * gdb.base/break.exp: Drop references to removed code.
1714
e444df73
AA
17152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1716
1717 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1718 variant.
1719
8008f2a7
AA
17202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1721
1722 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1723
a5a06887
AA
17242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1725
1726 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1727 logic into perform_all_tests() and invoke it with and without
1728 function header prototypes.
1729 (do_function_calls): Remove conditional XFAIL for PR 5318.
1730 (rerun_and_prepare): Remove duplicate code.
1731 (perform_all_tests): New. Main logic moved here.
1732
44dba9b9
AA
17332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1734
1735 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1736 code guarded by #ifdef NO_PROTOTYPES.
1737 (t_double_many_args): Likewise.
1738 (DEF_FUNC_MANY_ARGS_1): Likewise.
1739 (DEF_FUNC_VALUES_1): Likewise.
1740 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1741 guarded by #ifdef PROTOTYPES.
1742
d1fbcd56
AA
17432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1744
1745 * gdb.mi/mi-console.c: Add eye-catcher.
1746 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1747 instead of literal line number.
1748
b0e59b8f
AA
17492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1750
1751 * gdb.base/shr2.c: Add eye-catcher.
1752 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1753 line number.
1754
78f98cca
AA
17552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1756
1757 * gdb.base/jump.c: Add eye-catchers.
1758 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1759 numbers.
1760
58fa2af0
AA
17612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1762
1763 * gdb.base/execd-prog.c: Add eye-catchers.
1764 * gdb.base/foll-exec.c: Likewise.
1765 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1766 line numbers.
1767
04e5059b
AA
17682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1769
1770 * gdb.base/ending-run.c: Add eye-catchers.
1771 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1772 literal line numbers.
1773
dbfdb174
AA
17742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1775
1776 * gdb.base/call-rt-st.c: Add eye-catchers.
1777 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1778 literal line numbers.
1779
888a2ade
AA
17802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1781
1782 * gdb.base/call-ar-st.c: Add eye-catchers.
1783 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1784 literal line numbers.
1785
6acc2dde
AA
17862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1787
1788 * gdb.base/average.c: Add eye-catchers.
1789 * gdb.base/sum.c: Likewise.
1790 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1791 regexps dynamically.
1792
9ecfcd1d
AA
17932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1794
1795 * gdb.base/solib1.c: Add eye-catchers.
1796 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1797 literal line numbers.
1798
78708b7c
PA
17992014-11-12 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1802 leader has exited.
1803
af48d08f
PA
18042014-11-12 Pedro Alves <palves@redhat.com>
1805
1806 * gdb.arch/i386-bp_permanent.c: New file.
1807 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1808 (srcfile): Set to i386-bp_permanent.c.
1809 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1810 that stepi does not execute the 'leave' instruction, instead of
1811 testing it does execute.
1812 * gdb.base/bp-permanent.c: New file.
1813 * gdb.base/bp-permanent.exp: New file.
1814
af3768e9
DE
18152014-11-10 Doug Evans <xdje42@gmail.com>
1816
1817 PR symtab/17564
1818 * gdb.base/symtab-search-order.exp: New file.
1819 * gdb.base/symtab-search-order.c: New file.
1820 * gdb.base/symtab-search-order-1.c: New file.
1821 * gdb.base/symtab-search-order-shlib-1.c: New file.
1822
9de00a4a
PA
18232014-11-07 Pedro Alves <palves@redhat.com>
1824
1825 PR gdb/17511
1826 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1827 i?86-*-linux*.
1828
e0f52461
SC
18292014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1830
1831 PR c++/17494
1832 * gdb.cp/pr17494.cc: New file.
1833 * gdb.cp/pr17494.exp: New file.
1834
6ce8c980
YQ
18352014-11-02 Yao Qi <yao@codesourcery.com>
1836
1837 * gdb.python/python.exp: Get working directory and match the
1838 output of "set extended-prompt \\w " with it.
1839
02be9a71
DE
18402014-10-30 Doug Evans <dje@google.com>
1841
1842 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1843 in objfiles.
1844 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1845 in progspaces.
1846
3bdff46b
LM
18472014-10-30 Janis Johnson <janisjo@codesourcery.com>
1848
1849 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1850 * gdb.base/realname-expand.exp: Likewise.
1851 * gdb.linespec/macro-relative.exp: Likewise.
1852
ab917dfb
PA
18532014-10-29 Pedro Alves <palves@redhat.com>
1854
1855 PR gdb/17408
1856 * gdb.threads/schedlock.c (some_function): New function.
1857 (call_function): New global.
1858 (MAYBE_CALL_SOME_FUNCTION): New macro.
1859 (thread_function): Call it.
1860 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1861 and use it instead of a global counter. Adjust all callers.
1862 (get_current_thread): Use "find current thread" for test message
1863 here rather than having all callers pass down the same string.
1864 (goto_loop): New procedure, factored out from ...
1865 (my_continue): ... this.
1866 (step_ten_loops): Change parameter from test message to command to
1867 use. Adjust.
1868 (list_count): Delete global.
1869 (check_result): New procedure, factored out from duplicate top
1870 level code.
1871 (continue tests): Wrap in with_test_prefix.
1872 (test_step): New procedure, factored out from duplicate top level
1873 code.
1874 (top level): Test "step" in combination with all scheduler-locking
1875 modes. Test "next" in combination with all scheduler-locking
1876 modes, and in combination with stepping over a function call or
1877 not.
1878 * gdb.threads/next-bp-other-thread.c: New file.
1879 * gdb.threads/next-bp-other-thread.exp: New file.
1880
d3d4baed
PA
18812014-10-29 Pedro Alves <palves@redhat.com>
1882
1883 PR python/17372
1884 * gdb.python/python.exp: Test a multi-line command that spawns
1885 interactive Python.
1886 * gdb.base/multi-line-starts-subshell.exp: New file.
1887
563e8d85
YQ
18882014-10-29 Yao Qi <yao@codesourcery.com>
1889
1890 * gdb.base/fileio.exp: Make directories on host.
1891
0ea4d52e
YQ
18922014-10-29 Yao Qi <yao@codesourcery.com>
1893
1894 * gdb.base/fileio.c (test_write): Close the file.
1895
7f5ef605
PA
18962014-10-28 Pedro Alves <palves@redhat.com>
1897
1898 PR gdb/12623
1899 * gdb.base/sigstep.c (no_handler): New global.
1900 (main): If 'no_handler is true, set the signal handlers to
1901 SIG_IGN.
1902 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1903 with_sw_watch and no_handler parameters. Handle them.
1904 (top level) <stepping over handler when stopped at a breakpoint
1905 test>: Add a test axis for testing with a software watchpoint, and
1906 another for testing with the signal handler set to SIG_IGN.
1907 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1908 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1909
abbdbd03
PA
19102014-10-28 Pedro Alves <palves@redhat.com>
1911
1912 PR gdb/17511
1913 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1914 * gdb.base/sigstep.exp (other_handler_location): New global.
1915 (advance): Support stepping into the signal handler, and running
1916 commands while in the handler.
1917 (in_handler_map): New global.
1918 (top level): In the advance test, add combinations for getting
1919 into the handler with stepping commands, and for running commands
1920 in the handler. Add comment descripting the advancei tests.
1921
1df4399f
PA
19222014-10-28 Pedro Alves <palves@redhat.com>
1923
1924 * gdb.base/sigstep.exp: Use build_executable instead of
1925 prepare_for_testing.
1926 (top level): Move code that starts GDB, runs to main and creates a
1927 display to ...
1928 (restart): ... this new procedure.
1929 (top level): Move backtrace from signal handler test to ...
1930 (validate_backtrace): ... this new procedure.
1931 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1932 with_test_prefix. Always restart GDB.
1933 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1934 with_test_prefix. Always restart GDB. No need to delete
1935 breakpoints after the test.
1936 (test_skip_handler): Remove prefix parameter.
1937 (skip_over_handler, breakpoint_to_handler)
1938 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1939 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1940 restart GDB. No need to delete breakpoints after the test.
1941 (top level): Use foreach to call the test procedures with
1942 different commands.
1943
a5b6e449
PA
19442014-10-28 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1947 instead of GNATS numbers.
1948 * gdb.base/sigbpt.exp: Likewise.
1949 * gdb.base/siginfo.exp: Likewise.
1950 * gdb.base/sigstep.exp: Likewise.
1951
e5f8a7cc
PA
19522014-10-27 Pedro Alves <palves@redhat.com>
1953
1954 * gdb.base/sigstep.c (dummy): New global.
1955 (main): Issue a couple writes to the new global.
1956 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1957 procedures.
1958 (skip_over_handler): Use test_skip_handler.
1959 (top level): Call skip_over_handler for stepi and nexti too.
1960 (breakpoint_over_handler): Use test_skip_handler.
1961 (top level): Call breakpoint_over_handler for stepi and nexti too.
1962
763905a3
YQ
19632014-10-27 Yao Qi <yao@codesourcery.com>
1964
1965 * gdb.trace/tfile.c (adjust_function_address)
1966 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1967 function descriptor.
1968
6f259a23
DB
19692014-10-24 Don Breazeal <donb@codesourcery.com>
1970
1971 * gdb.base/foll-fork.exp (test_follow_fork,
1972 catch_fork_child_follow): Check for updated fork messages emitted
1973 from infrun.c.
1974 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1975 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1976 vfork_and_exec_child_follow_through_step): Check for updated vfork
1977 messages emitted from infrun.c.
1978
09dd9a69
PA
19792014-10-24 Pedro Alves <palves@redhat.com>
1980
1981 * gdb.base/corefile.exp: Remove references to ultrix.
1982 * gdb.base/interrupt.exp: Likewise.
1983 * gdb.base/whatis.exp: Likewise.
1984 * gdb.gdb/selftest.exp: Likewise.
1985 * gdb.threads/manythreads.exp: Likewise.
1986 * gdb.threads/print-threads.exp: Likewise.
1987 * gdb.threads/pthreads.exp:: Likewise.
1988 * gdb.threads/schedlock.exp: Likewise.
1989
3433cfa5
SC
19902014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1991
1992 * gdb.cp/non-trivial-retval.cc: Add a test case.
1993 * gdb.cp/non-trivial-retval.exp: Add a test.
1994
092f880b
YQ
19952014-10-20 Yao Qi <yao@codesourcery.com>
1996
1997 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1998 * gdb.python/py-objfile-script-gdb.py: New file.
1999 * gdb.python/py-objfile-script.exp: Update reference to
2000 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2001 of remote_download. Remove the dest file.
2002
acbdb7f3
YQ
20032014-10-20 Yao Qi <yao@codesourcery.com>
2004
2005 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2006 * gdb.base/step-line.exp: Likewise.
2007 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2008 * gdb.dwarf2/dw2-basic.exp: Likewise.
2009 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2010 * gdb.dwarf2/dw2-filename.exp: Likewise.
2011 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2012 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2013 * gdb.dwarf2/dw2-producer.exp: Likewise.
2014 * gdb.dwarf2/mac-fileno.exp: Likewise.
2015 * gdb.python/py-frame-args.exp: Likewise.
2016 * gdb.python/py-framefilter.exp: Likewise.
2017 * gdb.python/py-mi.exp: Likewise.
2018 * gdb.python/py-objfile-script.exp: Likewise
2019 * gdb.python/py-pp-integral.exp: Likewise.
2020 * gdb.python/py-pp-re-notag.exp: Likewise.
2021 * gdb.python/py-prettyprint.exp: Likewise.
2022 * gdb.python/py-section-script.exp: Likewise.
2023 * gdb.python/py-typeprint.exp: Likewise.
2024 * gdb.python/py-xmethods.exp: Likewise.
2025 * gdb.stabs/weird.exp: Likewise.
2026 * gdb.xml/tdesc-regs.exp: Likewise.
2027
bd286a29
KCY
20282014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2029
2030 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2031 (out_cu): Use addr_len for the size of addresses.
2032 (out_line): Likewise. Size DW_LNE_set_address instruction
2033 according to addr_len.
2034 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2035 (FUNC): Add START_INSNS to definition.
2036
673dc4a0
YQ
20372014-10-18 Yao Qi <yao@codesourcery.com>
2038
2039 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2040 gdb_has_argv0 return true.
2041 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2042 check [target_info exists noargs], check [gdb_has_argv0]
2043 instead.
2044 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2045 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2046 procedures.
2047
4ffbba72
DE
20482014-10-17 Doug Evans <dje@google.com>
2049
2050 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2051 event.
2052 * gdb.python/py-events.py: Add clear_objfiles event.
2053
d096d8c1
DE
20542014-10-17 Doug Evans <dje@google.com>
2055
2056 * gdb.python/py-objfile.exp: Test progspace attribute.
2057
a80db015
LM
20582014-10-17 Luis Machado <lgustavo@codesourcery.com>
2059
2060 * gdb.guile/scm-breakpoint.exp: Do not assume any
2061 directory separators when matching source file paths.
2062 * gdb.python/py-breakpoint.exp: Likewise.
2063 * gdb.reverse/break-precsave.exp: Likewise.
2064 * gdb.reverse/break-reverse.exp: Likewise.
2065 * gdb.reverse/consecutive-precsave.exp: Likewise.
2066 * gdb.reverse/finish-precsave.exp: Likewise.
2067 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2068 * gdb.reverse/finish-reverse.exp: Likewise.
2069 * gdb.reverse/i386-precsave.exp: Likewise.
2070 * gdb.reverse/i387-env-reverse.exp: Likewise.
2071 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2072 * gdb.reverse/machinestate-precsave.exp: Likewise.
2073 * gdb.reverse/machinestate.exp: Likewise.
2074 * gdb.reverse/sigall-precsave.exp: Likewise.
2075 * gdb.reverse/solib-precsave.exp: Likewise.
2076 * gdb.reverse/step-precsave.exp: Likewise.
2077 * gdb.reverse/until-precsave.exp: Likewise.
2078 * gdb.reverse/watch-precsave.exp: Likewise.
2079 * gdb.reverse/watch-reverse.exp: Likewise.
2080
b22089ab
YQ
20812014-10-17 Yao Qi <yao@codesourcery.com>
2082
2083 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2084 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2085
6c4486e6
PA
20862014-10-17 Pedro Alves <palves@redhat.com>
2087
2088 PR gdb/17471
2089 * gdb.base/bg-execution-repeat.c: New file.
2090 * gdb.base/bg-execution-repeat.exp: New file.
2091
0ff33695
PA
20922014-10-17 Pedro Alves <palves@redhat.com>
2093
2094 PR gdb/17300
2095 * gdb.base/continue-all-already-running.c: New file.
2096 * gdb.base/continue-all-already-running.exp: New file.
2097
6fdebc3d
PA
20982014-10-17 Pedro Alves <palves@redhat.com>
2099
2100 PR gdb/17472
2101 * gdb.base/annota-input-while-running.c: New file.
2102 * gdb.base/annota-input-while-running.exp: New file.
2103
32a8097b
PA
21042014-10-17 Pedro Alves <palves@redhat.com>
2105
2106 * gdb.base/callfuncs.exp: emove references to osf.
2107 * gdb.base/sigall.exp: Likewise.
2108 * gdb.gdb/selftest.exp: Likewise.
2109 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2110 * gdb.mi/non-stop.c: Likewise.
2111 * gdb.mi/pthreads.c: Likewise.
2112 * gdb.reverse/sigall-precsave.exp: Likewise.
2113 * gdb.reverse/sigall-reverse.exp: Likewise.
2114 * gdb.threads/pthreads.c: Likewise.
2115 * gdb.threads/pthreads.exp: Likewise.
2116
7a3517ff
YQ
21172014-10-17 Yao Qi <yao@codesourcery.com>
2118
2119 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2120 check 'target_info exists noargs'.
2121 (test_command_prompt_position): Likewise.
2122 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2123 Remove "set args".
2124 (progvar_simple_while_test): Likewise.
2125 (progvar_complex_if_while_test): Likewise.
2126 (if_while_breakpoint_command_test): Likewise.
2127 (infrun_breakpoint_command_test): Likewise.
2128 (breakpoint_command_test): Likewise.
2129 (watchpoint_command_test): Likewise.
2130 (bp_deleted_in_command_test): Likewise.
2131 (temporary_breakpoint_commands): Likewise.
2132
bb99c472
YQ
21332014-10-16 Yao Qi <yao@codesourcery.com>
2134
2135 * gdb.base/remotetimeout.exp: Remove noargs checking.
2136
7c16b83e
PA
21372014-10-15 Pedro Alves <palves@redhat.com>
2138
2139 PR breakpoints/9649
2140 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2141 * gdb.base/breakpoint-in-ro-region.exp
2142 (probe_target_hardware_step): New procedure.
2143 (top level): Probe hardware stepping and hardware breakpoint
2144 support. Test stepping through a read-only region, with both
2145 "breakpoint auto-hw" on and off and both "always-inserted" on and
2146 off.
2147
35a49624
IB
21482014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2149
2150 * gdb.dlang/demangle.exp: Update for demangling changes.
2151
2d1c107c
SC
21522014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2153
2154 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2155 * gdb.cp/non-trivial-retval.exp: Add new tests.
2156
778811d5
SC
21572014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2158
2159 PR c++/13403
2160 PR c++/15154
2161 * gdb.cp/non-trivial-retval.cc: New file.
2162 * gdb.cp/non-trivial-retval.exp: New file.
2163
10c5f0a8
YQ
21642014-10-15 Yao Qi <yao@codesourcery.com>
2165
2166 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2167 remote host.
2168
65d7b369
YQ
21692014-10-15 Yao Qi <yao@codesourcery.com>
2170
2171 * gdb.python/py-symbol.exp: Match file base name if host is
2172 remote, otherwise match file name with dir name.
2173 * gdb.python/py-symtab.exp: Likewise.
2174 * gdb.python/python.exp: Likewise.
2175
46dc1394
YQ
21762014-10-15 Yao Qi <yao@codesourcery.com>
2177
2178 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2179 pattern.
2180 * gdb.python/py-symtab.exp: Likewise.
2181 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2182 locationn.
2183
c40cc657
JB
21842014-10-14 Joel Brobecker <brobecker@adacore.com>
2185
2186 * gdb.ada/addr_arith: New testcase.
2187
2abf49e1
MR
21882014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2189
2190 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2191 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2192 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2193 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2194
f7088df3
SDJ
21952014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2196
2197 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2198 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2199 * gdb.arch/stap-eval-lang-ada.exp: New file.
2200
4dc06805
YQ
22012014-10-14 Yao Qi <yao@codesourcery.com>
2202
2203 * gdb.mi/mi-var-child.c (nothing1): New function.
2204 (nothing2): New function.
2205 (do_children_tests): Set function pointers by nothing1 and
2206 nothing2.
2207 * gdb.mi/mi-var-child.exp: Step over new added statements.
2208 Update test to match the new output.
2209 * gdb.mi/var-cmd.c (nothing1): New function.
2210 (nothing2): New function.
2211 (do_children_tests): Set function pointers by nothing1 and
2212 nothing2.
2213 * gdb.mi/mi-var-display.exp: Update test to match output.
2214 Step to the line specified by $line_dct_nothing.
2215 Increase the number of lines to step.
2216
46a93de2
YQ
22172014-10-14 Yao Qi <yao@codesourcery.com>
2218
2219 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2220 tests.
2221 * gdb.mi/mi2-var-child.exp: Likewise.
2222
14ea52ee
DE
22232014-10-13 Doug Evans <dje@google.com>
2224
2225 * gdb.python/py-objfile.exp: Change name of file name test.
2226
e5c6e92b
DE
22272014-10-13 Doug Evans <dje@google.com>
2228
2229 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2230 from the start of the CU.
2231
c780cc2f
JK
22322014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2233 Yao Qi <yao@codesourcery.com>
2234
2235 Fix "save breakpoints" for "catch" command.
2236 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2237 Remove -nonewline. Match also the added "main" line.
2238
99894e11
JK
22392014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2240
2241 Fix "save breakpoints" for "disable $bpnum" command.
2242 * gdb.base/save-bp.c (main): Add label.
2243 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2244
6e1ac5a3
JK
22452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2248
754dd2b0
YQ
22492014-10-11 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.server/server-kill.exp: Execute command
2252 "set remote trace-status-packet on" before "tstatus".
2253
f90183d7
YQ
22542014-10-11 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2257 (main): Call getppid.
2258 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2259 and continue to it. Read variable "server_pid".
2260
bf40a607
YQ
22612014-10-11 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2264
052ca370
YQ
22652014-10-11 Yao Qi <yao@codesourcery.com>
2266
2267 * gdb.threads/thread-find.exp: Don't execute command
2268 "info threads".
2269 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2270 * gdb.threads/linux-dp.exp: Don't check the condition
2271 $threads_created equals to zero.
2272
3831839c
PA
22732014-10-10 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.base/bigcore.exp: Remove references to IRIX.
2276 * gdb.base/funcargs.exp: Likewise.
2277 * gdb.base/interrupt.exp: Likewise.
2278 * gdb.base/mips_pro.exp: Likewise.
2279 * gdb.base/nodebug.exp: Likewise.
2280 * gdb.base/setvar.exp: Likewise.
2281 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2282
8b9a549d
PA
22832014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2284 Pedro Alves <palves@redhat.com>
2285
2286 PR symtab/14466
2287 * gdb.base/vdso-warning.c: New file.
2288 * gdb.base/vdso-warning.exp: New file.
2289
d48ba5e8
DE
22902014-10-02 Doug Evans <dje@google.com>
2291
2292 * gdb.base/structs.c (main): Don't run forever.
2293
2278c276
PA
22942014-10-02 Pedro Alves <palves@redhat.com>
2295
2296 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2297 (top level) <stop threads 1, stop threads 2>: Use it.
2298
b57bacec
PA
22992014-10-02 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.threads/break-while-running.exp (test): Add new
2302 'update_thread_list' argument. Skip "info threads" if false.
2303 (top level): Add new 'update_thread_list' axis.
2304
13fd3ff3
PA
23052014-10-02 Pedro Alves <palves@redhat.com>
2306
2307 PR breakpoints/17431
2308 * gdb.base/execl-update-breakpoints.c: New file.
2309 * gdb.base/execl-update-breakpoints.exp: New file.
2310
0fec99e8
PA
23112014-10-01 Pedro Alves <palves@redhat.com>
2312
2313 * gdb.base/breakpoint-in-ro-region.c: New file.
2314 * gdb.base/breakpoint-in-ro-region.exp: New file.
2315
2ddf4301
SM
23162014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2317
2318 * gdb.mi/mi-exit-code.exp: New file.
2319 * gdb.mi/mi-exit-code.c: New file.
2320
6a5f3f43
YQ
23212014-09-30 Yao Qi <yao@codesourcery.com>
2322
2323 * lib/prelink-support.exp (build_executable_own_libs): Error if
2324 the target isn't native.
2325
345bcc73
YQ
23262014-09-30 Yao Qi <yao@codesourcery.com>
2327
2328 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2329 false.
2330
a25a5a45
PA
23312014-09-22 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.threads/break-while-running.exp: New file.
2334 * gdb.threads/break-while-running.c: New file.
2335
00ba3162
YQ
23362014-09-19 Yao Qi <yao@codesourcery.com>
2337
2338 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2339 Invoke test. Restart GDB with --readnow and invoke test again.
2340
c3b7b696
YQ
23412014-09-19 Yao Qi <yao@codesourcery.com>
2342
2343 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2344 proc set_breakpoint_on_gcd_function. Invoke
2345 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2346 invoke set_breakpoint_on_gcd_function again.
2347
2b4fd423
DE
23482014-09-18 Doug Evans <dje@google.com>
2349
2350 * gdb.dwarf2/symtab-producer.exp: New file.
2351
a5947601
SDJ
23522014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2353
2354 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2355 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2356 * gdb.base/global-var-nested-by-dso.c: Likewise.
2357 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2358
91c19059
SDJ
23592014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2360 Pedro Alves <palves@redhat.com>
2361
2362 * gdb.base/watch-bitfields.exp: Pass string other than test file
2363 name to prepare_for_testing.
2364 (watch): New procedure.
2365 (expect_watchpoint): Use with_test_prefix.
2366 (top level): Factor out tests to ...
2367 (test_watch_location, test_regular_watch): ... these new
2368 procedures, and use with_test_prefix and gdb_continue_to_end.
2369
bb9d5f81
PP
23702014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2371
2372 PR breakpoints/12526
2373 * gdb.base/watch-bitfields.exp: New file.
2374 * gdb.base/watch-bitfields.c: New file.
2375
635856f5
PA
23762014-09-16 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2379 software and hardware addresses, not software address against
2380 itself.
2381
7280ceea
PA
23822014-09-16 Pedro Alves <palves@redhat.com>
2383
2384 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2385 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2386
428b16bd
PA
23872014-09-16 Pedro Alves <palves@redhat.com>
2388
2389 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2390 files.
2391 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2392 "*-*-vxworks*" throughout.
2393 * gdb.base/break.exp: Likewise.
2394 * gdb.base/default.exp: Likewise.
2395 * gdb.base/scope.exp: Likewise.
2396 * gdb.base/sepdebug.exp: Likewise.
2397 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2398 throughout.
2399 * gdb.base/run.c: Likewise.
2400 * gdb.base/sepdebug.c: Likewise.
2401 * gdb.hp/gdb.aCC/run.c: Likewise.
2402 * gdb.reverse/until-reverse.c: Likewise.
2403 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2404
666d413c
YQ
24052014-09-16 Yao Qi <yao@codesourcery.com>
2406
2407 * boards/local-remote-host-native.exp: New file.
2408
57cbd724
DE
24092014-09-14 Doug Evans <xdje42@gmail.com>
2410
2411 * gdb.threads/queue-signal.c (thread_count): New variable.
2412 (thread_count_mutex, thread_count_condvar): New variables.
2413 (incr_thread_count, wait_all_threads_running): New functions.
2414 (main): Wait for all threads to be in their thread functions.
2415
81219e53
DE
24162014-09-13 Doug Evans <xdje42@gmail.com>
2417
2418 * gdb.threads/queue-signal.c: New file.
2419 * gdb.threads/queue-signal.exp: New file.
2420
3714cea7
DE
24212014-09-13 Doug Evans <xdje42@gmail.com>
2422
2423 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2424 be consistent with what default_gdb_init uses.
2425 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2426 the plain text of the prompt. Add some logging printfs.
2427 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2428
fa43b1d7
PA
24292014-09-12 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2432 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2433 * gdb.arch/i386-size-overlap.exp: Likewise.
2434 * gdb.arch/i386-size.exp: Likewise.
2435 * gdb.arch/i386-unwind.exp: Likewise.
2436 * gdb.base/a2-run.exp: Likewise.
2437 * gdb.base/break.exp: Likewise.
2438 * gdb.base/charset.exp: Likewise.
2439 * gdb.base/chng-syms.exp: Likewise.
2440 * gdb.base/commands.exp: Likewise.
2441 * gdb.base/dbx.exp: Likewise.
2442 * gdb.base/find.exp: Likewise.
2443 * gdb.base/funcargs.exp: Likewise.
2444 * gdb.base/jit-simple.exp: Likewise.
2445 * gdb.base/reread.exp: Likewise.
2446 * gdb.base/sepdebug.exp: Likewise.
2447 * gdb.base/step-bt.exp: Likewise.
2448 * gdb.cp/mb-inline.exp: Likewise.
2449 * gdb.cp/mb-templates.exp: Likewise.
2450 * gdb.objc/basicclass.exp: Likewise.
2451 * gdb.threads/killed.exp: Likewise.
2452
9d9bf2df
EBM
24532014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2454
2455 PR tdep/17379
2456 * gdb.arch/powerpc-stackless.S: New file.
2457 * gdb.arch/powerpc-stackless.exp: New file.
2458
1cf2f1b0
JK
24592014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2460
2461 * gdb.base/attach.c: Include unistd.h.
2462 (main): Call alarm. Add label postloop.
2463 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2464 gdb_breakpoint, gdb_continue_to_breakpoint.
2465 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2466
98880d46
PA
24672014-09-11 Pedro Alves <palves@redhat.com>
2468
2469 PR gdb/17347
2470 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2471 * gdb.base/attach.exp (test_command_line_attach_run): New
2472 procedure.
2473 (top level): Call it.
2474
4c92ff2c
PA
24752014-09-11 Pedro Alves <palves@redhat.com>
2476
2477 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2478 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2479 (do_command_attach_tests): Use spawn_wait_for_attach.
2480 * gdb.base/solib-overlap.exp: Likewise.
2481 * gdb.multi/multi-attach.exp: Likewise.
2482 * gdb.python/py-prompt.exp: Likewise.
2483 * gdb.python/py-sync-interp.exp: Likewise.
2484 * gdb.server/ext-attach.exp: Likewise.
2485
3adc1a7d
GKB
24862014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2487
2488 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2489 command in testcase. Simplify testcase.
2490
96334934
JB
24912014-09-10 Joel Brobecker <brobecker@adacore.com>
2492
2493 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2494
eb479039
JB
24952014-09-10 Joel Brobecker <brobecker@adacore.com>
2496
2497 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2498
deede10c
JB
24992014-09-10 Joel Brobecker <brobecker@adacore.com>
2500
2501 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2502
7828a5f5
JB
25032014-09-10 Joel Brobecker <brobecker@adacore.com>
2504
2505 * gdb.dwarf2/dynarr-ptr.c: New file.
2506 * gdb.dwarf2/dynarr-ptr.exp: New file.
2507
33aeebcf
MR
25082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2509
2510 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2511 of 30 rather than hardcoding 120 for a slow test case. Take the
2512 `gdb,timeout' target setting into account for this calculation.
2513 Don't extend the timeout for the test cases that don't need it.
2514
7b415901
MR
25152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2516
2517 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2518 a factor of 2 for a slow test case. Take the `gdb,timeout'
2519 target setting into account for this calculation.
2520 * gdb.reverse/until-precsave.exp: Increase the timeout by
2521 a factor of 15 and 3 respectively rather than adding 120
2522 for a pair of slow test cases. Take the `gdb,timeout'
2523 target setting into account for this calculation.
2524
4a40f85a
MR
25252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2526
2527 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2528 timeout, don't pass one down to gdb_expect.
2529 (gdb_expect): Rework timeout selection.
2530
09635af7
MR
25312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2532
2533 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2534 exception on timeout.
2535 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2536 (gdbserver_start_extended): Catch any `gdbserver_start' error
2537 exceptions.
2538 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2539 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2540 `gdbserver_gdb_load' error exceptions.
2541
2bdd10b7
MR
25422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2543
2544 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2545 120 on waiting for the TCP socket to open.
2546
316935f0
DE
25472014-09-09 Doug Evans <xdje42@gmail.com>
2548
2549 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2550 _caller_matches, _any_caller_is, _any_caller_matches.
2551
83740597
DE
25522014-09-09 Doug Evans <xdje42@gmail.com>
2553
2554 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2555
4c122fc3
YQ
25562014-09-09 Yao Qi <yao@codesourcery.com>
2557
2558 * gdb.mi/mi-var-display.exp: Set print symbol off.
2559
a9f116cb
GKB
25602014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2561
2562 PR gdb/17035
2563 * gdb.base/commands.exp: Add tests to verify user-defined
2564 commands with empty bodies.
2565 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2566 python commands in `show user command`.
2567 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2568 scheme commands in `show user command`.
2569
c75bd3a2
JK
25702014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2571
2572 PR python/17355
2573 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2574 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2575 * gdb.python/py-framefilter-invalidarg.exp: New file.
2576 * gdb.python/py-framefilter-invalidarg.py: New file.
2577
faa42425
DE
25782014-09-06 Doug Evans <xdje42@gmail.com>
2579
2580 PR 15276
2581 * gdb.python/py-caller-is.c: New file.
2582 * gdb.python/py-caller-is.exp: New file.
2583
474ca4f6
SDJ
25842014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2585
2586 PR gdb/17235
2587 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2588 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2589
eb0b0463
SDJ
25902014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2591
2592 PR fortran/17237
2593 * gdb.fortran/print-formatted.exp: New file.
2594 * gdb.fortran/print-formatted.f90: Likewise.
2595
5f3b99cf
SS
25962014-09-03 Sasha Smundak <asmundak@google.com>
2597
2598 * gdb.python/py-frame.exp: Test Frame.read_register.
2599
7d793aa9
SDJ
26002014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2601
2602 PR python/16699
2603 * gdb.python/py-completion.exp: New file.
2604 * gdb.python/py-completion.py: Likewise.
2605
fb0576e9
DE
26062014-08-28 Doug Evans <dje@google.com>
2607
2608 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2609 eax,etc. are live with values set by gdb and thus the compiler can't
2610 use them.
2611 * gdb.arch/i386-pseudo.c (main): Ditto.
2612
ee92b0dd
DE
26132014-08-27 Doug Evans <dje@google.com>
2614
2615 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2616
6649db35
DE
26172014-08-25 Doug Evans <dje@google.com>
2618
2619 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2620 (main): Ditto.
2621
564b7600
DE
26222014-08-25 Doug Evans <dje@google.com>
2623
2624 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2625
3881fb67
YQ
26262014-08-24 Yao Qi <yao@codesourcery.com>
2627
2628 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2629 symbol off.
2630 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2631
a05a36a5
DE
26322014-08-22 Doug Evans <dje@google.com>
2633
2634 PR 17276
2635 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2636 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2637 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2638
7c343b48
YQ
26392014-08-22 Yao Qi <yao@codesourcery.com>
2640
2641 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2642 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2643 * gdb.python/python.exp: Likewise. Use .py file on the host
2644 instead of the build.
2645
22fd09ae
JK
26462014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2647
2648 * gdb.threads/gcore-stale-thread.c: New file.
2649 * gdb.threads/gcore-stale-thread.exp: New file.
2650
a8454a7c
PA
26512014-08-21 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2654 * gdb.base/gcore-relro-pie.exp: Likewise.
2655 * gdb.base/gcore-relro.exp: Likewise.
2656 * gdb.base/gcore.exp: Likewise.
2657 * gdb.base/print-symbol-loading.exp: Likewise.
2658 * gdb.threads/gcore-thread.exp: Likewise.
2659 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2660
2a31c623
PA
26612014-08-20 Pedro Alves <palves@redhat.com>
2662 Jan Kratochvil <jan.kratochvil@redhat.com>
2663
2664 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2665 configure.
2666 (EXPECT): Handle READ1 being set.
2667 (all): Depend on EXTRA_RULES.
2668 (check-read1, expect-read1, read1.so, read1): New rules.
2669 * README (Testsuite Parameters): Document the READ1 make variable.
2670 (Race detection): New section.
2671 * configure: Regenerate.
2672 * configure.ac: If build==host==target, and running under a
2673 GNU/glibc system, add read1 to the extra Makefile rules.
2674 (EXTRA_RULES): AC_SUBST it.
2675 * lib/read1.c: New file.
2676
d36430db
JB
26772014-08-20 Joel Brobecker <brobecker@adacore.com>
2678
2679 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2680 the handling of variables declared as a typedef to an array
2681 which a DW_AT_data_location attribute.
2682
9a0dc9e3
PA
26832014-08-19 Andrew Burgess <aburgess@broadcom.com>
2684 Pedro Alves <palves@redhat.com>
2685
2686 PR symtab/14604
2687 PR symtab/14605
2688 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2689 gdb_test.
2690
0718a8da
PA
26912014-08-19 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2694
13b448cd
YQ
26952014-08-19 Yao Qi <yao@codesourcery.com>
2696
2697 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2698 right line.
2699
1cbf5077
DB
27002014-08-18 David Blaikie <dblaikie@gmail.com>
2701
2702 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2703
bf0fae19
JB
27042014-08-18 Joel Brobecker <brobecker@adacore.com>
2705
2706 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2707 attribute in array range.
2708
3c8c5dcc
JB
27092014-08-18 Joel Brobecker <brobecker@adacore.com>
2710
2711 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2712
e66d4446
SC
27132014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2714
2715 PR c++/17132
2716 * gdb.cp/pr17132.cc: New file.
2717 * gdb.cp/pr17132.exp: New file.
2718
940df408
SC
27192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2720
2721 * gdb.python/py-xmethods.py (A_getarrayind)
2722 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2723 Use 'print' with function call syntax.
2724 (E_method_matcher.match): Fix tab vs space indentation mixup.
2725
ebcc6c3a
YQ
27262014-08-15 Yao Qi <yao@codesourcery.com>
2727
2728 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2729 false.
2730
775e0f04
YQ
27312014-08-15 Yao Qi <yao@codesourcery.com>
2732
2733 * gdb.cp/casts.exp: Set print symbol off.
2734 * gdb.cp/class2.exp: Likewise.
2735 * gdb.cp/overload.exp: Likewise.
2736 * gdb.cp/templates.exp: Likewise.
2737
d769e349
DE
27382014-08-11 Doug Evans <dje@google.com>
2739
2740 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2741 (test_load_shlib): Update.
2742
20c6f1e1
YQ
27432014-08-09 Yao Qi <yao@codesourcery.com>
2744
2745 * gdb.base/display.exp: Invoke is_address_zero_readable.
2746 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2747 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2748 * gdb.base/hbreak-unmapped.exp: Return if
2749 is_address_zero_readable returns true.
2750 * gdb.base/signest.exp: Likewise.
2751 * gdb.base/signull.exp: Likewise.
2752 * gdb.base/sigbpt.exp: Likewise.
2753 * gdb.guile/scm-disasm.exp: Do the test if
2754 is_address_zero_readable returns false.
2755 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2756 * gdb.python/py-arch.exp: Likewise.
2757 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2758 * lib/gdb.exp (is_address_zero_readable): New proc.
2759
5792e8e3
YQ
27602014-08-09 Yao Qi <yao@codesourcery.com>
2761
2762 PR testsuite/13443
2763 * gdb.mi/mi-var-display.exp: Make test messages unique.
2764
3cecbbbe
TT
27652014-08-04 Tom Tromey <tromey@redhat.com>
2766
2767 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2768 target 0".
2769
00b51ff5
TT
27702014-08-04 Tom Tromey <tromey@redhat.com>
2771
2772 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2773 "target_resume".
2774
6908c509
JB
27752014-08-01 Joel Brobecker <brobecker@adacore.com>
2776
2777 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2778 inner_vla_struct_object_size.
2779 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2780 as xfail.
2781
cc6563d2
PA
27822014-07-30 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2785 comment.
2786
7e09a223
YQ
27872014-07-29 Yao Qi <yao@codesourcery.com>
2788
2789 PR gdb/17206
2790 * gdb.base/until-nodebug.exp: New.
2791
7ebdbe92
DE
27922014-07-28 Doug Evans <xdje42@gmail.com>
2793
2794 PR guile/17203
2795 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2796 previously existing parameter, and previously ambiguously spelled
2797 parameter.
2798
fdb1adc6
WN
27992014-07-28 Will Newton <will.newton@linaro.org>
2800
2801 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2802
186fcde0
DE
28032014-07-26 Ludovic Courtès <ludo@gnu.org>
2804 Doug Evans <xdje42@gmail.com>
2805
2806 PR guile/17146
2807 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2808
70509625
PA
28092014-07-25 Pedro Alves <palves@redhat.com>
2810
2811 * gdb.threads/signal-command-handle-nopass.c: New file.
2812 * gdb.threads/signal-command-handle-nopass.exp: New file.
2813 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2814 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2815 * gdb.threads/signal-delivered-right-thread.c: New file.
2816 * gdb.threads/signal-delivered-right-thread.exp: New file.
2817
c3f814a1
PA
28182014-07-25 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/double-prompt-target-event-error.exp
2821 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2822 match.
2823 (cancel_pagination_in_target_event): Rework double prompt
2824 detection.
2825 * gdb.base/paginate-after-ctrl-c-running.exp
2826 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2827 <return>' match.
2828 * gdb.base/paginate-bg-execution.exp
2829 (test_bg_execution_pagination_return)
2830 (test_bg_execution_pagination_cancel): Remove '-notransfer
2831 <return>' matches.
2832 * gdb.base/paginate-execution-startup.exp
2833 (test_fg_execution_pagination_return)
2834 (test_fg_execution_pagination_cancel): Remove '-notransfer
2835 <return>' matches.
2836 * gdb.base/paginate-inferior-exit.exp
2837 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2838 match.
2839 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2840 * lib/gdb.exp (pagination_prompt): Run text through
2841 string_to_regexp.
2842 (gdb_test_multiple): Match $pagination_prompt instead of
2843 "<return>".
2844 (string_to_regexp): Move to lib/gdb-utils.exp.
2845
e214cf6c
JK
28462014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2847
2848 * gdb.arch/amd64-entry-value-paramref.S: New file.
2849 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2850 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2851 * gdb.arch/amd64-optimout-repeat.S: New file.
2852 * gdb.arch/amd64-optimout-repeat.c: New file.
2853 * gdb.arch/amd64-optimout-repeat.exp: New file.
2854
17d0c5c8
JK
28552014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2856
2857 PR gdb/17170
2858 * gdb.base/statistics.exp: New file.
2859
b8b8facf
DE
28602014-07-17 Doug Evans <dje@google.com>
2861
74b49205 2862 PR gdb/17170
b8b8facf
DE
2863 * gdb.base/maint.exp: Update testing of per-command stats.
2864
1b5d0ab3
PA
28652014-07-16 Pedro Alves <palves@redhat.com>
2866
2867 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2868 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2869 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2870 (tfile_write_buf): New functions.
2871 (add_memory_block): Rewrite using the above.
2872 (adjust_function_address): New function.
2873 (FUNCTION_ADDRESS): New macro.
2874 (write_basic_trace_file): Remove short_x local, and use
2875 tfile_write_16. Change type of func_addr local to unsigned long
2876 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2877 here. Cast argument of add_memory_block to char pointer.
2878 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2879 (main): Remove parameters.
2880 * gdb.trace/tfile.exp: Remove nowarnings.
2881
4d974e88
SM
28822014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2883
2884 * gdb.base/debug-expr.exp: Test string evaluation with
2885 "debug expression" on.
2886
41e99568
PA
28872014-07-15 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.base/reread.exp: Use clean_restart.
2890
487d9753
PL
28912014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2892
2893 * gdb.arch/avr-flash-qualifer.c: New.
2894 * gdb.arch/avr-flash-qualifer.exp: New.
2895
cc1c52ad
PA
28962014-07-14 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2899 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2900
1e973570
PA
29012014-07-14 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.base/double-prompt-target-event-error.c: New file.
2904 * gdb.base/double-prompt-target-event-error.exp: New file.
2905
93d6eb10
PA
29062014-07-14 Pedro Alves <palves@redhat.com>
2907
2908 PR gdb/17072
2909 * gdb.base/paginate-inferior-exit.c: New file.
2910 * gdb.base/paginate-inferior-exit.exp: New file.
2911
0017922d
PA
29122014-07-14 Pedro Alves <palves@redhat.com>
2913
2914 PR gdb/17072
2915 * gdb.base/paginate-bg-execution.c: New file.
2916 * gdb.base/paginate-bg-execution.exp: New file.
2917
94696ad3
PA
29182014-07-14 Pedro Alves <palves@redhat.com>
2919
2920 PR gdb/17072
2921 * gdb.base/paginate-execution-startup.c: New file.
2922 * gdb.base/paginate-execution-startup.exp: New file.
2923 * lib/gdb.exp (pagination_prompt): New global.
2924 (default_gdb_spawn): New procedure, factored out from
2925 default_gdb_spawn.
2926 (default_gdb_start): Adjust to call default_gdb_spawn.
2927 (gdb_spawn): New procedure.
2928
bd293940
PA
29292014-07-14 Pedro Alves <palves@redhat.com>
2930
2931 * lib/gdb.exp (gdb_assert): New procedure.
2932 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2933
c933f875
PA
29342014-07-14 Pedro Alves <palves@redhat.com>
2935
2936 * gdb.base/execution-termios.c: New file.
2937 * gdb.base/execution-termios.exp: New file.
2938
d98b7a16
TT
29392014-07-14 Tom Tromey <tromey@redhat.com>
2940
2941 * gdb.cp/vla-cxx.cc: New file.
2942 * gdb.cp/vla-cxx.exp: New file.
2943
548740d6
TT
29442014-07-14 Tom Tromey <tromey@redhat.com>
2945
2946 * gdb.reverse/rerun-prec.c: New file.
2947 * gdb.reverse/rerun-prec.exp: New file.
2948
a25eb028
MR
29492014-07-12 Maciej W. Rozycki <macro@mips.com>
2950 Maciej W. Rozycki <macro@codesourcery.com>
2951
2952 * lib/gdb-utils.exp: New file.
2953 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2954 inline `gdb_init_command' processing.
2955 (gdb_start_cmd): Likewise.
2956 * lib/mi-support.exp (mi_run_cmd): Likewise.
2957 * README: Document `gdb_init_command' and `gdb_init_commands'.
2958
218c2655
JK
29592014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2960
2961 Fix false FAIL running under a very long directory name.
2962 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2963 and "set print elements 10000". Twice.
2964
5401fde3
YQ
29652014-07-11 Yao Qi <yao@codesourcery.com>
2966
2967 * gdb.base/exprs.exp: "set print symbol off".
2968
e76126e8
PA
29692014-07-11 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.threads/kill.c: New file.
2972 * gdb.threads/kill.exp: New file.
2973
2d6f0de6
YQ
29742014-07-10 Yao Qi <yao@codesourcery.com>
2975
2976 * gdb.trace/tfile.c (write_basic_trace_file)
2977 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2978 address written to trace file.
2979
7180e04a
PA
29802014-07-09 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/attach-wait-input.exp: New file.
2983 * gdb.base/attach-wait-input.c: New file.
2984
9a9a7608
AB
29852014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2988 setting up test structures.
2989 (main): Call new test function.
2990 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2991 test function, continue into test function and walk test
2992 structures.
2993
161ac41e
YQ
29942014-07-02 Yao Qi <yao@codesourcery.com>
2995
2996 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2997 'bar_start' at the beginning of functions 'foo' and 'bar'
2998 respectively.
2999 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3000 instead of 'foo' and 'bar'.
3001
1f267ae3
MM
30022014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3003
3004 * gdb.btrace/segv.exp: New.
3005 * gdb.btrace/segv.c: New.
3006
2b239efb
LM
30072014-07-02 Luis Machado <lgustavo@codesourcery.com>
3008
3009 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3010 instruction.
3011
cf363f18
MW
30122014-06-30 Mark Wielaard <mjw@redhat.com>
3013
3014 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3015 vulture, vilify, villar): New volatile array constants.
3016 (vindictive, vegetation): New const volatile array constants.
3017 * gdb.base/volatile.exp: Test volatile and const volatile array
3018 types.
3019
aebf9d24
AA
30202014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3021
3022 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3023 target lacks support for awatch, rwatch, or hbreak.
3024
b67a2c6f
YQ
30252014-06-27 Yao Qi <yao@codesourcery.com>
3026
3027 * gdb.multi/dummy-frame-restore.exp: New.
3028 * gdb.multi/dummy-frame-restore.c: New.
3029
aef92902
MM
30302014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3031
3032 * gdb.btrace/gcore.exp: New.
3033
8e9db26e
PA
30342014-06-23 Pedro Alves <palves@redhat.com>
3035
3036 * gdb.base/watchpoint-reuse-slot.c: New file.
3037 * gdb.base/watchpoint-reuse-slot.exp: New file.
3038
70afc5b7
SC
30392014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3040
3041 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3042 progspace's filename in 'info', 'enable' and 'disable' command
3043 tests.
3044
b972bd9c
JK
30452014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3046
3047 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3048 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3049 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3050
125f8a3d
GB
30512014-06-20 Gary Benson <gbenson@redhat.com>
3052
3053 * gdb.arch/i386-avx.exp: Fix include file location.
3054 * gdb.arch/i386-sse.exp: Likewise.
3055
3ed9baed
IB
30562014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3057
3058 * gdb.dlang/expression.exp: New file.
3059
034f788c
PA
30602014-06-19 Pedro Alves <palves@redhat.com>
3061
3062 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3063 out from ...
3064 (top level): ... here. Iterate running tests under different
3065 scheduler-locking settings.
3066
45371d0c
LM
30672014-06-18 Luis Machado <lgustavo@codesourcery.com>
3068
3069 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3070 to DW_FORM_addr and use non-zero addresses.
3071
5d376983
SC
30722014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3073
3074 PR gdb/17017
3075 * gdb.python/py-xmethods.cc: Add global function call counters and
3076 increment them in their respective functions. Remove "cout"
3077 statements.
3078 * gdb.python/py-xmethods.exp: Make tests check the global function
3079 call counters instead of depending on inferior IO.
3080
a1aa2221
LM
30812014-06-18 Don Breazeal <donb@codesourcery.com>
3082
3083 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3084 Deleted procedure.
3085 (explicit_fork_parent_follow): Deleted procedure.
3086 (explicit_fork_child_follow): Deleted procedure.
3087 (test_follow_fork): New procedure.
3088 (do_fork_tests): Replace calls to deleted procedures with
3089 calls to test_follow_fork and reset GDB for subsequent
3090 procedure calls.
3091
0fc05997
YQ
30922014-06-17 Yao Qi <yao@codesourcery.com>
3093
3094 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3095 CP1252.
3096
70795c52
LM
30972014-06-17 Luis Machado <lgustavo@codesourcery.com>
3098
3099 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3100 Initialize ptr and S explicitly.
3101 (skip_type_update_when_not_use_rtti_test): Likewise.
3102
6be47f0c
KS
31032014-06-16 Keith Seitz <keiths@redhat.com>
3104
3105 PR mi/15863
3106 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3107 the inferior is started.
3108
d03de421
PA
31092014-06-16 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/break-main-file-remove-fail.c: New file.
3112 * gdb.base/break-main-file-remove-fail.exp: New file.
3113 * gdb.base/break-unload-file.exp: Use build_executable instead of
3114 prepare_for_testing.
3115 (test_break): New parameter "initial_load". Handle it.
3116 (top level): Add initial_load cmdline/file axis.
3117
f9579b99
TT
31182014-06-12 Tom Tromey <tromey@redhat.com>
3119
3120 * gdb.base/completion.exp: Don't use directory name in test.
3121
3657956b
GB
31222014-06-09 Gary Benson <gbenson@redhat.com>
3123
3124 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3125 separate the always-available ANSI-standard signals from the
3126 signals that require checking.
3127 (main): Likewise.
3128 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3129 Likewise.
3130 (main): Likewise.
3131
4186eb54
KS
31322014-06-07 Keith Seitz <keiths@redhat.com>
3133
3134 Revert:
3135 PR c++/16253
3136 * gdb.cp/var-tag.cc: New file.
3137 * gdb.cp/var-tag.exp: New file.
3138 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3139 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3140 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3141 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3142
25326a28 31432014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3144
3145 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3146
829155c9
PA
31472014-06-06 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3150 in target debug output instead of looking at RSP packets,
3151 disabling the test on any target that uses hardware stepping.
3152 Update comments.
3153
61c8d22e
PA
31542014-06-06 Pedro Alves <palves@redhat.com>
3155
3156 * gdb.base/break-unload-file.exp: Fix typo.
3157
d9a47287
YQ
31582014-06-06 Yao Qi <yao@codesourcery.com>
3159
3160 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3161 from "jit_function" to "^jit_function".
3162
e5e01dbf
YQ
31632014-06-06 Yao Qi <yao@codesourcery.com>
3164
3165 * gdb.base/async.c (foo): Add one statement.
3166 * gdb.base/async.exp: Get the next instruction address and
3167 match the output of "nexti" by instruction address. Match
3168 the hex address in the output of "finish".
3169
73ba372c
GB
31702014-06-06 Gary Benson <gbenson@redhat.com>
3171
3172 * gdb.base/call-signals.c: Remove preprocessor conditionals
3173 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3174 SIGSEGV and SIGTERM.
3175 * gdb.base/sigall.c: Likewise.
3176 * gdb.base/unwindonsignal.c: Likewise.
3177 * gdb.reverse/sigall-reverse.c: Likewise.
3178
831517df
YQ
31792014-06-06 Yao Qi <yao@codesourcery.com>
3180
3181 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3182 readable, skip the test.
3183
b8b91e98
YQ
31842014-06-06 Yao Qi <yao@codesourcery.com>
3185
3186 * gdb.threads/staticthreads.c (thread_function): Move the line
3187 setting breakpoint on forward.
3188 * gdb.threads/staticthreads.exp: Update comments.
3189
fb934770
LC
31902014-06-05 Ludovic Courtès <ludo@gnu.org>
3191
3192 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3193 "history-append! type error".
3194
6ef284bd
SM
31952014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3196
3197 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3198 erroneous dprintf expected input.
3199
a872e241
DE
32002014-06-04 Doug Evans <xdje42@gmail.com>
3201
3202 * gdb.guile/scm-generics.exp: Delete.
3203
16f691fb
DE
32042014-06-04 Doug Evans <xdje42@gmail.com>
3205
3206 * gdb.guile/scm-breakpoint.exp: Update.
3207 Add tests for breakpoint registration.
3208
012370f6
TT
32092014-06-04 Tom Tromey <tromey@redhat.com>
3210
3211 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3212 VLA-in-union.
3213 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3214 inner_vla_struct, vla_union types. Initialize objects of those
3215 types and compute their sizes.
3216
9f5a4cef
HZ
32172014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3218 Hui Zhu <hui@codesourcery.com>
3219
3220 * gdb.base/fileio.exp: Add test for shell not available as well as
3221 available.
3222 * gdb.base/fileio.c (test_system): Check for shell twice.
3223
90a45c4d
YQ
32242014-06-04 Yao Qi <yao@codesourcery.com>
3225
3226 * gdb.base/auto-connect-native-target.exp: Remove redundant
3227 space from the regexp pattern.
3228
70017e41
YQ
32292014-06-04 Yao Qi <yao@codesourcery.com>
3230
3231 * gdb.base/default.exp: Replace "child" with "native" in
3232 regexp pattern.
3233
883964a7
SC
32342014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3235
3236 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3237 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3238 * gdb.python/py-xmethods.py: Python script supporting the
3239 new testcase and tests.
3240
ef370185
JB
32412014-06-03 Joel Brobecker <brobecker@adacore.com>
3242 Pedro Alves <palves@redhat.com>
3243
3244 PR breakpoints/17000
3245 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3246 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3247
1e2ccb61
BM
32482014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3249
3250 * gdb.base/subst.exp: Add tests to verify partial path matching
3251 output.
3252
c6ec5ab2
PA
32532014-06-03 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3256 target that doesn't use software single-stepping.
3257
835c559f
PA
32582014-06-03 Pedro Alves <palves@redhat.com>
3259
3260 PR breakpoints/17000
3261 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3262 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3263
06eb1586
DE
32642014-06-02 Doug Evans <xdje42@gmail.com>
3265
3266 * gdb.guile/scm-parameter.exp: New file.
3267
e698b8c4
DE
32682014-06-02 Doug Evans <xdje42@gmail.com>
3269
3270 * gdb.guile/scm-cmd.c: New file.
3271 * gdb.guile/scm-cmd.exp: New file.
3272
ded03782
DE
32732014-06-02 Doug Evans <xdje42@gmail.com>
3274
3275 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3276 pretty-printer lookup.
3277 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3278 (make-pp_s-printer): Call it.
3279 (make-pretty-printer-from-dict): New function.
3280 (lookup-pretty-printer-maker-from-dict): New function.
3281 (*pretty-printer*): Simplify.
3282 (make-objfile-pp_s-printer): New function.
3283 (install-objfile-pretty-printers!): New function.
3284 (make-progspace-pp_s-printer): New function.
3285 (install-progspace-pretty-printers!): New function.
3286 * gdb.guile/scm-progspace.c: New file.
3287 * gdb.guile/scm-progspace.exp: New file.
3288
41fac0cf
PA
32892014-06-02 Pedro Alves <palves@redhat.com>
3290
3291 * gdb.base/dprintf-bp-same-addr.c: New file.
3292 * gdb.base/dprintf-bp-same-addr.exp: New file.
3293
96ae5695
EBM
32942014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3295
3296 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3297 * gdb.arch/powerpc-power.s: Likewise.
3298
da02b3a8
JB
32992014-06-02 Joel Brobecker <brobecker@adacore.com>
3300
3301 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3302
c72b2e7b
YQ
33032014-06-01 Yao Qi <yao@codesourcery.com>
3304
3305 * gdb.base/watchpoint.exp (test_watch_location): Check null
3306 pointer can be dereferenced. If not, do the test, otherwise
3307 skip it.
3308
53e8a631
AB
33092014-05-30 Andrew Burgess <aburgess@broadcom.com>
3310
3311 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3312 results.
3313 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3314
938f0e2f
AB
33152014-05-30 Andrew Burgess <aburgess@broadcom.com>
3316
3317 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3318 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3319 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3320 * gdb.arch/amd64-invalid-stack-top.c: New file.
3321 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3322
9ba6657a
PA
33232014-05-30 Pedro Alves <palves@redhat.com>
3324
3325 PR breakpoints/17000
3326 * gdb.base/sss-bp-on-user-bp.c: New file.
3327 * gdb.base/sss-bp-on-user-bp.exp: New file.
3328
522c09bf
DB
33292014-05-30 David Blaikie <dblaikie@gmail.com>
3330
3331 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3332 gnu_inline semantics via attribute.
3333 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3334 source explicitly specifies the required semantics.
3335
bf4ef81e
MR
33362014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3337
3338 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3339
329ea579
PA
33402014-05-29 Pedro Alves <palves@redhat.com>
3341 Tom Tromey <tromey@redhat.com>
3342
3343 * gdb.base/async-shell.exp: Don't enable target-async.
3344 * gdb.base/async.exp
3345 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3346 parameter. Adjust.
3347 (top level): Don't test with "target-async".
3348 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3349 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3350 * gdb.base/inferior-died.exp: Don't enable target-async.
3351 * gdb.base/interrupt-noterm.exp: Likewise.
3352 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3353 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3354 * gdb.mi/mi-nonstop.exp: Likewise.
3355 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3356 * gdb.mi/mi-nsintrall.exp: Likewise.
3357 * gdb.mi/mi-nsmoribund.exp: Likewise.
3358 * gdb.mi/mi-nsthrexec.exp: Likewise.
3359 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3360 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3361 * gdb.python/py-evsignal.exp: Don't enable target-async.
3362 * gdb.python/py-evthreads.exp: Likewise.
3363 * gdb.python/py-prompt.exp: Likewise.
3364 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3365 * gdb.server/solib-list.exp: Don't enable target-async.
3366 * gdb.threads/thread-specific-bp.exp: Likewise.
3367 * lib/mi-support.exp: Adjust to use mi-async.
3368
fd664c91
PA
33692014-05-29 Pedro Alves <palves@redhat.com>
3370
3371 PR gdb/13860
3372 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3373 reason, even in sync mode.
3374
251bde03
PA
33752014-05-29 Pedro Alves <palves@redhat.com>
3376 Hui Zhu <hui@codesourcery.com>
3377
3378 PR PR15693
3379 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3380 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3381 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3382 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3383
7f3c0343
JB
33842014-05-28 Joel Brobecker <brobecker@adacore.com>
3385
3386 * config/monitor.exp (gdb_target_monitor): Replace use of
3387 "set remotebaud" by "set serial baud".
3388
b2715b27
AW
33892014-05-26 Andy Wingo <wingo@igalia.com>
3390
3391 * gdb.guile/scm-breakpoint.exp:
3392 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3393 properties instead of gdb-object-properties.
3394
498a4489
YQ
33952014-05-26 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.server/no-thread-db.exp: Specify source file name
3398 explicitly when setting a breakpoint.
3399
589fdceb
MM
34002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3401
3402 * gdb.btrace/vdso.c: New.
3403 * gdb.btrace/vdso.exp: New.
3404
e9089e05
MM
34052014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3406
3407 * gdb.base/gcore.exp (capture_command_output): Move ...
3408 * lib/gdb.exp (capture_command_output): ... here.
3409
67b5c0c1
MM
34102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3411
3412 * gdb.btrace/data.exp: Test memory access during btrace replay.
3413
a2199296
SM
34142014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3415
3416 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3417
17b2616c
PA
34182014-05-21 Pedro Alves <palves@redhat.com>
3419
3420 PR gdb/13860
3421 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3422 (top level): Test that output related to execution commands is
3423 sent to the console with CLI commands, but not with MI commands.
3424 Test that breakpoint events are always mirrored to the console.
3425 Also expect the new source line to be output after a "next" in
3426 async mode too. Make it a pass/fail test.
3427 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3428 output.
3429 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3430
5166082f
PA
34312014-05-21 Pedro Alves <palves@redhat.com>
3432
3433 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3434 Use them to test variations of "list" after reaching a breakpoint.
3435 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3436 Test "list" with listsize 10 after reaching a breakpoint.
3437 * gdb.python/python.exp (decode_line current location line
3438 number): Adjust expected line number.
3439
2f25d70f
SM
34402014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3441
3442 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3443 behavior for $args, pass it directly to "run".
3444
ff604a67
MR
34452014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3446
3447 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3448 30000 to 65536.
3449
6a3cb8e8
PA
34502014-05-21 Pedro Alves <palves@redhat.com>
3451
3452 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3453 auto-connect-native-target off".
3454 * gdb.base/auto-connect-native-target.c: New file.
3455 * gdb.base/auto-connect-native-target.exp: New file.
3456
4ebfc96e
PA
34572014-05-21 Pedro Alves <palves@redhat.com>
3458
3459 * gdb.base/default.exp: Test "target native" instead of "target
3460 child".
3461
36d46afb
MW
34622014-05-21 Mark Wielaard <mjw@redhat.com>
3463
3464 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3465
5876f503
JK
34662014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3467
3468 Fix TLS access for -static -pthread.
3469 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3470 <HAVE_TLS> (thread_function, main): Initialize it.
3471 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3472 Add clean_restart.
3473 <$have_tls != "">: Check TLSVAR.
3474
0256a6ac
PA
34752014-05-21 Pedro Alves <palves@redhat.com>
3476
3477 * gdb.base/dcache-line-read-error.c: New.
3478 * gdb.base/dcache-line-read-error.exp: New.
3479
936d2992
PA
34802014-05-20 Pedro Alves <palves@redhat.com>
3481
3482 * gdb.base/compare-sections.c: New file.
3483 * gdb.base/compare-sections.exp: New file.
3484
802e8e6d
PA
34852014-05-20 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.base/break-idempotent.c: New file.
3488 * gdb.base/break-idempotent.exp: New file.
3489
e59fa00f
MM
34902014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3491
3492 * gdb.btrace/nohist.exp: New.
3493
8b696e31
YQ
34942014-05-20 Yao Qi <yao@codesourcery.com>
3495
3496 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3497 gdb.reverse directory and gdb_reverse_timeout exists in board
3498 setting.
3499 * README: Document gdb_reverse_timeout.
3500
73c9764f
YQ
35012014-05-20 Yao Qi <yao@codesourcery.com>
3502
3503 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3504 'test_file_name'. Treat args as a string instead of a list.
3505 (gdb_init): Rename argument 'args' by 'test_file_name'.
3506
f1f4348a
JK
35072014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3508
3509 * gdb.arch/powerpc-power.exp: New file.
3510 * gdb.arch/powerpc-power.s: New file.
3511
0dbe70ce
DE
35122014-05-16 Doug Evans <dje@google.com>
3513
3514 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3515 * gdb.base/completion.exp: Check that all expected files exist
3516 before doing file completion.
0dbe70ce 3517
8d551b02
DE
35182014-05-16 Doug Evans <dje@google.com>
3519
3520 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3521 Update.
3522 (do_syscall_tests_without_xml): Update.
3523
73eb7709
PA
35242014-05-16 Pedro Alves <palves@redhat.com>
3525
3526 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3527 instead of "unknown output after running".
3528
3fae92fc
YQ
35292014-05-16 Yao Qi <yao@codesourcery.com>
3530
3531 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3532 file1.txt from host at the end.
3533 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3534
c2b2ccc5
DE
35352014-05-15 Doug Evans <dje@google.com>
3536
3537 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3538 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3539 loading file. Add test for TU lookup.
3540
8c217a4b
SM
35412014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3542
3543 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3544 calling "-exec-arguments" or "set args" before running the
3545 inferior.
3546
3deb39c6
SM
35472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3548
3549 * lib/mi-support.exp (mi_expect_stop): Expect message for
3550 inferiors that exit with non-zero exit code.
3551
71a79f8c
YQ
35522014-05-14 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3555 match absolute path on remote host.
3556 (test_file_list_exec_source_files): Remove "/" from the
3557 pattern.
3558
f23fcd46
YQ
35592014-05-14 Yao Qi <yao@codesourcery.com>
3560
3561 * boards/local-remote-host-notty.exp (${board}_file): New
3562 proc.
3563
9404b58f
KM
35642014-05-07 Kyle McMartin <kyle@redhat.com>
3565
3566 Pushed by Joel Brobecker <brobecker@adacore.com>.
3567 * gdb.arch/aarch64-atomic-inst.c: New file.
3568 * gdb.arch/aarch64-atomic-inst.exp: New file.
3569
5e45f04c
YQ
35702014-05-07 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3573 in current context" too.
3574
c888a17d
KS
35752014-05-05 Keith Seitz <keiths@redhat.com>
3576
3577 * gdb.linespec/ls-dollar.exp: Add test for linespec
3578 file:convenience_variable.
3579
290a839c
YQ
35802014-05-05 Yao Qi <yao@codesourcery.com>
3581
3582 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3583 traceframes into tfile and ctf trace files. Read data from
3584 trace file and test collected data.
3585 (gdb_collect_locals_test): Likewise.
3586 (gdb_unavailable_registers_test): Likewise.
3587 (gdb_unavailable_floats): Likewise.
3588 (gdb_collect_globals_test): Likewise.
3589 (top-level): Append "ctf" to trace_file_targets if GDB
3590 supports.
3591
b5262cd0
YQ
35922014-05-05 Yao Qi <yao@codesourcery.com>
3593
3594 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3595 code to ...
3596 (gdb_collect_args_test_1): ... it. New proc.
3597 (gdb_collect_locals_test): Move some code to ...
3598 (gdb_collect_locals_test_1): ... it. New proc.
3599 (gdb_unavailable_registers_test): Move some code to ...
3600 (gdb_unavailable_registers_test_1): ... it. New proc.
3601 (gdb_unavailable_floats): Move some code to ...
3602 (gdb_unavailable_floats_1): ... it. New proc.
3603
30a1e6cc
SDJ
36042014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3605
3606 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3607 probes to test for bitness recognition.
3608 * gdb.arch/amd64-stap-optional-prefix.exp
3609 (test_probe_value_without_reg): New procedure.
3610 Add code to test for different kinds of bitness.
3611
f33da99a
SDJ
36122014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3613
3614 PR breakpoints/16889
3615 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3616 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3617
5b80f00d
PA
36182014-05-01 Pedro Alves <palves@redhat.com>
3619
3620 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3621 gdb_file_cmd if no file is specified.
3622 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3623 last_loaded_file to set the remote exec-file.
3624
f8c2a73c
PA
36252014-05-01 Pedro Alves <palves@redhat.com>
3626
3627 * boards/local-remote-host.exp: New file.
3628
be6e8ac7
PA
36292014-05-01 Pedro Alves <palves@redhat.com>
3630
3631 * boards/local-remote-host.exp: Rename to ...
3632 * boards/local-remote-host-notty.exp: ... this.
3633
cac0dc8f
JB
36342014-04-28 Joel Brobecker <brobecker@adacore.com>
3635
3636 * gdb.ada/dyn_arrayidx: New testcase.
3637
9730e6cc
YQ
36382014-04-26 Yao Qi <yao@codesourcery.com>
3639
3640 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3641 and compute the length of function main. Save it in
3642 $main_length.
3643 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3644 (top-level): Use gdb_compile to compile objects into
3645 executable and restart GDB. Remove invocation to
3646 prepare_for_testing.
3647
7ae1a6a6
PA
36482014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3649 Pedro Alves <palves@redhat.com>
3650
3651 PR server/16255
3652 * gdb.multi/multi-attach.c: New file.
3653 * gdb.multi/multi-attach.exp: New file.
3654
4082afcc
PA
36552014-04-25 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3658 user.
3659 (top level): Test that "set remote conditional-breakpoints-packet
3660 off" works as intended.
3661 * gdb.base/dprintf.exp: Test that "set remote
3662 breakpoint-commands-packet off" works as intended.
3663 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3664 New function.
3665 (top level): Call it.
3666 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3667 remote fast-tracepoints-packet off" works as intended.
3668 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3669 * lib/gdb.exp (gdb_is_target_remote): ... here.
3670
2abc3f8d
DB
36712014-04-24 David Blaikie <dblaikie@gmail.com>
3672
3673 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3674 ensure clang would not discard them.
3675 * gdb.base/gdbvars.c: Ditto.
3676 * gdb.base/memattr.c: Ditto.
3677 * gdb.base/whatis.c: Ditto.
3678 * gdb.python/py-prettyprint.c: Ditto.
3679 * gdb.trace/actions.c: Ditto.
3680 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3681 ensure clang would not discard it.
3682
bfd39632
DB
36832014-04-24 David Blaikie <dblaikie@gmail.com>
3684
3685 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3686 clang to emit the full definition of type required by the test
3687 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3688
22842ff6
DB
36892014-04-24 David Blaikie <dblaikie@gmail.com>
3690
3691 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3692 coax Clang into emitting the definition of the type.
3693 * gdb.cp/pr10728-x.h (y): Ditto.
3694 * gdb.cp/pr10728-y.cc (y): Ditto.
3695
c2e827ad
DB
36962014-04-24 David Blaikie <dblaikie@gmail.com>
3697
3698 * gdb.base/label.exp: XFAIL label related tests under Clang.
3699 * gdb.cp/cplabel.exp: Ditto.
3700 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3701 under Clang those using labels.
3702
4c2d33e7
YQ
37032014-04-25 Yao Qi <yao@codesourcery.com>
3704
3705 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3706 double_label.
3707 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3708 partial_label and double_label.
3709
56083b99
DB
37102014-04-24 David Blaikie <dblaikie@gmail.com>
3711
3712 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3713
25d4e99d
DB
37142014-04-24 David Blaikie <dblaikie@gmail.com>
3715
3716 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3717 of the function to work across GCC and Clang.
3718 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3719 pointer types (const void ** const V void **).
3720
01f9f808
MS
37212014-04-24 Michael Sturm <michael.sturm@mintel.com>
3722 Walfred Tedeschi <walfred.tedeschi@intel.com>
3723
3724 * Makefile.in (EXECUTABLES): Added i386-avx512.
3725 * gdb.arch/i386-avx512.c: New file.
3726 * gdb.arch/i386-avx512.exp: Likewise.
3727
4b48d439
KS
37282014-04-23 Keith Seitz <keiths@redhat.com>
3729
3730 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3731 (mi_make_breakpoint_table): New procedure.
3732 (mi_create_breakpoint): Use mi_make_breakpoint
3733 and return the result.
3734 (mi_make_breakpoint): New procedure.
3735 (mi_build_kv_pairs): New procedure.
3736
3737 * gdb.mi/mi-break.exp: Remove unused globals,
3738 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3739 All callers updated.
3740 * gdb.mi/mi-dprintf.exp: Use variable to track command
3741 number.
3742 Update all callers of mi_create_breakpoint and use
3743 mi_make_breakpoint_table.
3744 Remove any unused global variables.
3745 * gdb.mi/mi-nonstop.exp: Likewise.
3746 * gdb.mi/mi-nsintrall.exp: Likewise.
3747 * gdb.mi/mi-nsmoribund.exp: Likewise.
3748 * gdb.mi/mi-nsthrexec.exp: Likewise.
3749 * gdb.mi/mi-reverse.exp: Likewise.
3750 * gdb.mi/mi-simplerun.exp: Likewise.
3751 * gdb.mi/mi-stepn.exp: Likewise.
3752 * gdb.mi/mi-syn-frame.exp: Likewise.
3753 * gdb.mi/mi-until.exp: Likewise.
3754 * gdb.mi/mi-var-cp.exp: Likewise.
3755 * gdb.mi/mi-var-display.exp: Likewise.
3756 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3757 * gdb.mi/mi2-var-child.exp: Likewise.
3758 * gdb.mi/mi-vla-c99.exp: Likewise.
3759 * lib/mi-support.exp: Likewise.
3760
3761 From Ian Lance Taylor <iant@cygnus.com>:
3762 * lib/gdb.exp (parse_args): New procedure.
3763
08351840
PA
37642014-04-23 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/break-unload-file.c: New file.
3767 * gdb.base/break-unload-file.exp: New file.
3768 * gdb.base/sym-file-lib.c (baz): New function.
3769 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3770 field.
3771 (load): Store the segment's mapped size.
3772 (unload): New function.
3773 (unload_shlib): New function.
3774 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3775 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3776 set a breakpoint at baz, and call it.
3777 * gdb.base/sym-file.exp: New tests for stale breakpoint
3778 instructions.
3779
076855f9
PA
37802014-04-23 Pedro Alves <palves@redhat.com>
3781
3782 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3783 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3784 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3785 * gdb.base/hbreak-unmapped.c: New file.
3786 * gdb.base/hbreak-unmapped.exp: New file.
3787 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3788 * lib/gdb.exp (gdb_is_target_remote): ... here.
3789
483805cf
PA
37902014-04-22 Pedro Alves <palves@redhat.com>
3791
3792 * gdb.base/consecutive-step-over.c: New file.
3793 * gdb.base/consecutive-step-over.exp: New file.
3794
06d97543
PA
37952014-04-22 Pedro Alves <palves@redhat.com>
3796
3797 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3798 instead of send_gdb/gdb_expect.
3799
b4429ea2
YQ
38002014-04-22 Yao Qi <yao@codesourcery.com>
3801
3802 * lib/trace-support.exp (generate_tracefile): New procedure.
3803 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3804 return 0.
3805 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3806 if generate_tracefile returns 1.
3807
51d48146
PA
38082014-04-18 Tom Tromey <palves@redhat.com>
3809 Pedro alves <tromey@redhat.com>
3810
3811 PR backtrace/15558
3812 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3813 with a backtrace limit.
3814 * gdb.python/py-frame-inline.exp: Test running to an inline
3815 function with a backtrace limit, and printing the newest frame.
3816 * gdb.python/py-frame-inline.c (main): Call f.
3817
bd1dce5f
MS
38182014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3819
3820 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3821
40d1a503
MS
38222014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3823
3824 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3825 Drop prefix from unsupported source file path.
3826
389b98f7
YQ
38272014-04-17 Yao Qi <yao@codesourcery.com>
3828
3829 * lib/gdb.exp (with_target_charset): New proc.
3830 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3831 with_target_charset.
3832 (test_print_strings): Likewise.
3833 (test_repeat_bytes): Likewise.
3834 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3835 for some tests.
3836
22869d73
KS
38372014-04-16 Keith Seitz <keiths@redhat.com>
3838
3839 PR gdb/15827
3840 * gdb.dwarf2/corrupt.c: New file.
3841 * gdb.dwarf2/corrupt.exp: New file.
3842
c4f87ca6
KS
38432014-04-16 Keith Seitz <keiths@redhat.com>
3844
3845 PR c++/16597
3846 * gdb.cp/namelessclass.cc: New file.
3847 * gdb.cp/namelessclass.exp: New file.
3848 * gdb.cp/namelessclass.S: New file.
3849
ab19de87
DE
38502014-04-16 Doug Evans <dje@google.com>
3851
3852 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3853 Add comment.
3854 (gdbserver_default_get_comm_port): New function.
3855 (gdbserver_start): Check if board file provided
3856 "gdbserver,get_comm_port" and use it if so.
3857 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3858 (gdb,socketport): Set to "stdio".
3859 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3860 (stdio_gdbserver_template): Delete.
3861 (${board}_get_remote_address): Update.
3862 (${board}_build_remote_cmd): Delete.
3863 (${board}_get_comm_port): New function.
3864 (${board}_spawn): Update.
3865 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3866 Delete.
3867 (${board}_get_remote_address): Update.
3868 (${board}_get_comm_port): New function.
3869
fc98a809
AB
38702014-04-16 Andrew Burgess <aburgess@broadcom.com>
3871
3872 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3873 appearing in any order.
3874
87fd9e6e
DE
38752014-04-15 Doug Evans <dje@google.com>
3876
3877 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3878 uninitialized value of "description".
3879
099fc3ea
KS
38802014-04-15 Keith Seitz <keiths@redhat.com>
3881
3882 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3883 Remove unused globals.
3884 (test_running_the_program): Likewise.
3885 (test_controlled_execution): Likewise.
3886 (test_controlling_breakpoints): Likewise.
3887 (test_program_termination): Likewise.
3888
5da151d4
KS
38892014-04-15 Keith Seitz <keiths@redhat.com>
3890
3891 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3892 unused globals.
3893 (test_rbreak_creation_and_listing): Likewise.
3894 (test_ignore_count): Likewise.
3895 (test_error): Likewise.
3896
35e5d2f0
PA
38972014-04-15 Pedro Alves <palves@redhat.com>
3898
3899 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3900 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3901 sym-file-loader.c.
3902 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3903 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3904 to sym-file-loader.c.
3905 (struct library): Forward declare.
3906 (load_shlib, lookup_function): Change prototypes.
3907 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3908 (translate_offset): Remove declarations.
3909 (get_text_addr): New declaration.
3910 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3911 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3912 sym-file-loader.h.
3913 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3914 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3915 here from sym-file-loader.h.
3916 (struct library): New structure.
3917 (load_shlib, lookup_function): Change prototypes and adjust to
3918 work with a struct library.
3919 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3920 (translate_offset): Make static.
3921 (get_text_addr): New function.
3922 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3923
eb4c1710
PA
39242014-04-15 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3927
2d1baf52
PA
39282014-04-15 Pedro Alves <palves@redhat.com>
3929
3930 * gdb.base/sym-file-loader.c: Include <limits.h>.
3931 (SELF_LINK): New define.
3932 (get_origin): New function.
3933 (load_shlib): Use it.
3934 * gdb.base/sym-file.exp: Don't early return if the target is
3935 remote. Use runto_main, and issue fail is that fails. Use
3936 gdb_load_shlibs.
3937 (shlib_name): Delete.
3938 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3939
7dd6df01
PA
39402014-04-15 Pedro Alves <palves@redhat.com>
3941
3942 * gdb.base/sym-file.exp: Remove regex characters from test
3943 message. Don't refer to breakpoint numbers in test messages.
3944
b50c8614
KS
39452014-04-14 Keith Seitz <keiths@redhat.com>
3946
3947 PR c++/16253
3948 * gdb.cp/var-tag.cc: New file.
3949 * gdb.cp/var-tag.exp: New file.
3950 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3951 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3952 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3953 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3954
3d567982
TT
39552014-04-14 Tom Tromey <tromey@redhat.com>
3956
3957 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3958 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3959 type.
3960 * gdb.cp/enum-class.exp: New file.
3961 * gdb.cp/enum-class.cc: New file.
3962
0626fc76
TT
39632014-04-14 Tom Tromey <tromey@redhat.com>
3964
3965 * gdb.dwarf2/enum-type.exp: New file.
3966
dca325b3
SA
39672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3968
3969 * gdb.mi/mi-vla-c99.exp: New file.
3970 * gdb.mi/vla.c: New file.
3971
5854b38a
SA
39722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3973
3974 * gdb.base/vla-datatypes.c: New file.
3975 * gdb.base/vla-datatypes.exp: New file.
3976
463bb957
SA
39772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3978
3979 * gdb.base/vla-ptr.c: New file.
3980 * gdb.base/vla-ptr.exp: New file.
3981
3dd170be
SA
39822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3983
3984 * gdb.dwarf2/count.exp: New file.
3985
5ecaaa66
SA
39862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3987
3988 * gdb.base/vla-sideeffect.c: New file.
3989 * gdb.base/vla-sideeffect.exp: New file.
3990
41f1ada5
DB
39912014-04-14 David Blaikie <dblaikie@gmail.com>
3992
3993 * gdb.mi/non-stop.c: Add return value for non-void function return
3994 statement.
3995 * gdb.threads/staticthreads.c: Ditto.
3996
0be03e84
DE
39972014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3998 Doug Evans <xdje42@gmail.com>
3999
4000 * gdb.guile/scm-value.c: Improve test case.
4001 * gdb.guile/scm-value.exp: Add new test.
4002
f180a1fb
DB
40032014-04-11 David Blaikie <dblaikie@gmail.com>
4004
4005 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4006 override Clang's default.
4007
6b662e19
JB
40082014-04-11 Joel Brobecker <brobecker@adacore.com>
4009
4010 Revert the following changes (regressions):
4011
4012 * gdb.base/vla-sideeffect.c: New file.
4013 * gdb.base/vla-sideeffect.exp: New file.
4014
4015 * gdb.dwarf2/count.exp: New file.
4016
4017 * gdb.base/vla-multi.c: New file.
4018 * gdb.base/vla-multi.exp: New file.
4019
4020 * gdb.base/vla-ptr.c: New file.
4021 * gdb.base/vla-ptr.exp: New file.
4022
4023 * gdb.base/vla-datatypes.c: New file.
4024 * gdb.base/vla-datatypes.exp: New file.
4025
4026 * gdb.mi/mi-vla-c99.exp: New file.
4027 * gdb.mi/vla.c: New file.
4028
245a5f0b
KS
40292014-04-11 Keith Seitz <keiths@redhat.com>
4030
4031 PR c++/16675
4032 * gdb.cp/cpsizeof.exp: New file.
4033 * gdb.cp/cpsizeof.cc: New file.
4034
58a84dcf
SA
40352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4036
191a8a90
JB
4037 * gdb.mi/mi-vla-c99.exp: New file.
4038 * gdb.mi/vla.c: New file.
58a84dcf 4039
c8655f75
SA
40402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4041
4042 * gdb.base/vla-datatypes.c: New file.
4043 * gdb.base/vla-datatypes.exp: New file.
4044
024e13b4
SA
40452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4046
4047 * gdb.base/vla-ptr.c: New file.
4048 * gdb.base/vla-ptr.exp: New file.
4049
1a237e0e
SA
40502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4051
4052 * gdb.base/vla-multi.c: New file.
4053 * gdb.base/vla-multi.exp: New file.
4054
504f3432
SA
40552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4056
4057 * gdb.dwarf2/count.exp: New file.
4058
3bce8237
SA
40592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4060
191a8a90
JB
4061 * gdb.base/vla-sideeffect.c: New file.
4062 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4063
322f9c21
YQ
40642014-04-11 Yao Qi <yao@codesourcery.com>
4065
4066 * gdb.base/completion.exp: Check file exists before running tests
4067 on file completion.
4068
d708bcd1
PA
40692014-04-10 Pedro Alves <palves@redhat.com>
4070
4071 * gdb.base/cond-eval-mode.c: New file.
4072 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4073 prepare_for_testing to build the new file. Check result of
4074 runto_main.
4075 (test_break, test_watch): New procedures.
4076 (top level): Use them.
4077
ae1d2761
PM
40782014-04-08 Pierre Muller <muller@sourceware.org>
4079
4080 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4081 Ctrl-V use for mingw hosts.
4082
7af389b8
SC
40832014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4084
4085 * gdb.python/py-value.c: Improve test case.
4086 * gdb.python/py-value.exp: Add new test.
4087
5e703181
DE
40882014-04-07 David Blaikie <dblaikie@gmail.com>
4089
4090 * lib/compiler.c: Identify the clang compiler.
4091 * lib/compiler.cc: Ditto.
4092
9810b410
YQ
40932014-04-03 Yao Qi <yao@codesourcery.com>
4094
4095 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4096
98d1b8dc
AB
40972014-04-01 Anton Blanchard <anton@samba.org>
4098
4099 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4100 messages unique.
4101
3114cea1
AB
41022014-04-01 Anton Blanchard <anton@samba.org>
4103
4104 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4105 prepare_for_testing.
4106
62f7182c
AB
41072014-04-01 Anton Blanchard <anton@samba.org>
4108
4109 * gdb.arch/ppc64-atomic-inst.c: Remove.
4110 * gdb.arch/ppc64-atomic-inst.S: New file.
4111 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4112
770e7fc7
DE
41132014-03-31 Doug Evans <dje@google.com>
4114
4115 * gdb.base/print-symbol-loading-lib.c: New file.
4116 * gdb.base/print-symbol-loading-main.c: New file.
4117 * gdb.base/print-symbol-loading.exp: New file.
4118
46e2bafa
YQ
41192014-03-31 Yao Qi <yao@codesourcery.com>
4120
4121 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4122
8776cfe9
JB
41232014-03-28 Joel Brobecker <brobecker@adacore.com>
4124
4125 * gdb.ada/mi_dyn_arr: New testcase.
4126
5d1ef361
DE
41272014-03-27 Doug Evans <dje@google.com>
4128
4129 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4130
b5bee914
YQ
41312014-03-27 Yao Qi <yao@codesourcery.com>
4132
4133 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4134 if target is nios2-*-*.
4135
0d4d0e77
YQ
41362014-03-26 Yao Qi <yao@codesourcery.com>
4137
4138 * lib/gdb.exp (readline_is_used): New proc.
4139 * gdb.base/completion.exp: Move tests on command complete up.
4140 Skip the rest of tests if readline is not used.
4141 * gdb.ada/complete.exp: Skp the test if readline is not
4142 used.
4143 * gdb.base/filesym.exp: Likewise.
4144 * gdb.base/macscp.exp: Likewise.
4145 * gdb.base/readline-ask.exp: Likewise.
4146 * gdb.base/readline.exp: Likewise.
4147 * gdb.python/py-cmd.exp: Likewise.
4148 * gdb.trace/tfile.exp: Likewise.
4149
29361eee
YQ
41502014-03-26 Yao Qi <yao@codesourcery.com>
4151
4152 * gdb.base/macscp.exp: Fix code format issues.
4153
bc9a5525
UW
41542014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4155
4156 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4157 * gdb.asm/powerpc64le.inc: New file.
4158
d3839ede
PA
41592014-03-25 Pedro Alves <palves@redhat.com>
4160 Doug Evans <dje@google.com>
4161
4162 * gdb.base/source-execution.c: New file.
4163 * gdb.base/source-execution.exp: New file.
4164 * gdb.base/source-execution.gdb: New file.
4165
01672a57
DE
41662014-03-24 Doug Evans <dje@google.com>
4167
4168 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4169 using fission.
4170
88bbeca9
HZ
41712014-03-24 Hui Zhu <hui@codesourcery.com>
4172 Pedro Alves <palves@redhat.com>
4173
4174 PR breakpoints/16101
4175 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4176 test pass/fail messages. Detect missing support for dprintf when
4177 breakpoints are actually inserted.
4178 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4179 breakpoints are actually inserted.
4180 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4181 fails.
4182
d2348791
JK
41832014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4184
4185 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4186
feef67ab
DE
41872014-03-22 Doug Evans <xdje42@gmail.com>
4188
4189 * gdb.python/python.exp (python not supported): Verify multi-line
4190 python command issues an error.
25d743f9 4191 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4192 guile command issues an error.
feef67ab 4193
ecebef6a
MR
41942014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4195
4196 * gdb.threads/thread-specific.exp: Handle the lack of usable
4197 $this_breakpoint and $this_thread.
4198
ccdd1909
HZ
41992014-03-21 Hui Zhu <hui@codesourcery.com>
4200
4201 * gdb.base/attach.exp (do_command_attach_tests): New.
4202
beb460e8
PA
42032014-03-20 Tom Tromey <tromey@redhat.com>
4204 Pedro Alves <palves@redhat.com>
4205
4206 PR cli/15718
4207 * gdb.base/condbreak-call-false.c: New file.
4208 * gdb.base/condbreak-call-false.exp: New file.
4209
40acf43a
PA
42102014-03-20 Pedro Alves <palves@redhat.com>
4211
4212 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4213 Delete.
4214 (block_signals, unblock_signals): Delete.
4215 (child_function_2, main): Remove references to deleted variable
4216 and functions.
4217
9f5e1e02
PA
42182014-03-20 Pedro Alves <palves@redhat.com>
4219
4220 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4221 Use pthread_kill to signal thread 2.
4222 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4223 Adjust to make the test send itself a signal rather than using the
4224 host's "kill" command.
4225
99619bea
PA
42262014-03-20 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.threads/multiple-step-overs.c: New file.
4229 * gdb.threads/multiple-step-overs.exp: New file.
4230 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4231 Adjust expected infrun debug output.
4232
2adfaa28
PA
42332014-03-20 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4236 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4237
31e77af2
PA
42382014-03-20 Pedro Alves <palves@redhat.com>
4239
4240 PR breakpoints/7143
4241 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4242 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4243 of gdb_test_multiple.
4244 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4245 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4246
b9f437de
PA
42472014-03-20 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4250 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4251
05adc73e
PA
42522014-03-19 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.base/async.exp: Remove early return.
4255
6048b950
PA
42562014-03-19 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4259
8bcfb00a
PA
42602014-03-19 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.base/async.exp (test_background): Expect \r\n after
4263 "completed." in the fail pattern.
4264
884e37dc
PA
42652014-03-19 Pedro Alves <palves@redhat.com>
4266
4267 * gdb.base/async.exp (test_background): New procedure.
4268 Use it for all background execution command tests.
4269
148e57e2
PA
42702014-03-19 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/async.exp: Use prepare_for_testing.
4273
f48088c7
PA
42742014-03-19 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4277 the same line.
4278
e2f6c966
PA
42792014-03-19 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.base/async.c (main): Add "jump here" and "until here" line
4282 marker comments.
4283 * gdb.base/async.exp (jump_here): New global.
4284 (jump& test): Use it.
4285 (until_here): New global.
4286 (until& test): Use it.
4287
c30568d4
PA
42882014-03-19 Pedro Alves <palves@redhat.com>
4289
4290 * gdb.base/async.exp: Don't frob gdb_protocol.
4291
0172b6a7
DE
42922014-03-18 Doug Evans <xdje42@gmail.com>
4293
4294 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4295 Fix spelling of exec-done-display.
4296
06c868a8
JK
42972014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4298
4299 PR gdb/15358
4300 * gdb.base/gdb-sigterm.c: New file.
4301 * gdb.base/gdb-sigterm.exp: New file.
4302
0c7e1a46
PA
43032014-03-18 Pedro Alves <palves@redhat.com>
4304
4305 PR gdb/13860
4306 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4307 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4308 solib-event.
4309
f7c77d93
JB
43102014-03-17 Joel Brobecker <brobecker@adacore.com>
4311
4312 * gdb.ada/pckd_arr_ren: New testcase.
4313
5a1e8c7a
DE
43142014-03-13 Doug Evans <xdje42@gmail.com>
4315
4316 PR guile/16612
4317 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4318 collect after discarding symbols.
4319
350e1a76
DE
43202014-03-13 Ludovic Courtès <ludo@gnu.org>
4321 Doug Evans <xdje42@gmail.com>
4322
4323 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4324 to history survives a gc.
4325
a69900ae
PA
43262014-03-13 Pedro Alves <palves@redhat.com>
4327
4328 * gdb.base/default.exp: Don't test "target procfs".
4329
5db9f0bd
PA
43302014-03-13 Pedro Alves <palves@redhat.com>
4331
4332 * gdb.base/default.exp: Update "target child" and "target procfs"
4333 tests to not expect "Unix".
4334
b3ccfe11
TT
43352014-03-12 Tom Tromey <tromey@redhat.com>
4336
4337 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4338 New procs. Add target-async tests.
4339 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4340 Add target-async tests.
4341
646f4417
AA
43422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4343
4344 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4345 'func_start' and 'func_end' for the beginning and end of the
4346 function code, respectively.
4347 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4348 'func_end' instead of 'func' and 'main'.
4349
288c211f
AA
43502014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4351
4352 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4353 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4354 generate the debug info assembler source.
4355
e0c0f156
AA
43562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4357
4358 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4359 * gdb.dwarf2/arr-subrange.exp: Likewise.
4360 * gdb.dwarf2/dwz.exp: Likewise.
4361 * gdb.dwarf2/method-ptr.exp: Likewise.
4362 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4363 * gdb.dwarf2/subrange.exp: Likewise.
4364 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4365 * gdb.dwarf2/implptrpiece.exp: Likewise.
4366 * gdb.dwarf2/nostaticblock.exp: Likewise.
4367
0e5c4555
AA
43682014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4369
4370 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4371 directory to absolute path name arguments.
4372
5ec18f2b
JG
43732014-03-10 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.ada/tagged_access: New testcase.
4376
847fc4f2
MM
43772014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4378
4379 * gdb.btrace/data.exp: Update expected output.
4380
cc3da688
YQ
43812014-03-06 Yao Qi <yao@codesourcery.com>
4382
4383 * gdb.trace/pr16508.exp: New file.
4384
0f26cec1
PA
43852014-03-05 Pedro Alves <palves@redhat.com>
4386
4387 PR gdb/16575
4388 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4389 procedure.
4390 (top level): Adjust to use it. Add tests that exercise breakpoint
4391 interaction with the code-cache.
4392
7a5a839f
LC
43932014-02-26 Ludovic Courtès <ludo@gnu.org>
4394
4395 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4396 test for 'history-append!'.
4397
31aa7e4e
JB
43982014-02-26 Joel Brobecker <brobecker@adacore.com>
4399
4400 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4401 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4402 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4403 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4404 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4405 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4406
1b588015
JB
44072014-02-26 Joel Brobecker <brobecker@adacore.com>
4408
4409 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4410 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4411 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4412
55426c9d
JB
44132014-02-26 Joel Brobecker <brobecker@adacore.com>
4414
4415 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4416
dc53a7ad
JB
44172014-02-26 Joel Brobecker <brobecker@adacore.com>
4418
4419 * gdb.dwarf2/arr-stride.c: New file.
4420 * gdb.dwarf2/arr-stride.exp: New file.
4421
12ab52e9
PA
44222014-02-26 Pedro Alves <palves@redhat.com>
4423
4424 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4425 that won't ever trigger. Make sure that GDB reports the correct
4426 breakpoint that caused the stop.
4427
849c862e
JK
44282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4429
4430 PR gdb/16626
4431 * gdb.base/auto-load-script: New file.
4432 * gdb.base/auto-load.c: New file.
4433 * gdb.base/auto-load.exp: New file.
4434
71b7d793
JK
4435 PR gdb/16626
4436 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4437
e2f0d509
JK
44382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4439
4440 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4441 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4442
50cc37c8
DE
44432014-02-24 Doug Evans <dje@google.com>
4444
4445 * lib/gdb.exp (run_on_host): Log error output if program fails.
4446
ea4758f2
PA
44472014-02-21 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.threads/step-after-sr-lock.c: Rename to ...
4450 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4451 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4452 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4453 ... this.
4454
d7b30f67
SDJ
44552014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4456
4457 PR tdep/16397
4458 * gdb.arch/amd64-stap-special-operands.exp: New file.
4459 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4460 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4461 * gdb.arch/amd64-stap-triplet.S: Likewise.
4462 * gdb.arch/amd64-stap-triplet.c: Likewise.
4463
83deb43f
JB
44642014-02-20 Joel Brobecker <brobecker@adacore.com>
4465
4466 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4467 in .section pseudo-op.
4468
adde2bff
DE
44692014-02-20 lin zuojian <manjian2006@gmail.com>
4470 Joel Brobecker <brobecker@adacore.com>
4471 Doug Evans <xdje42@gmail.com>
4472
4473 PR symtab/16581
4474 * gdb.dwarf2/dw2-icycle.S: New file.
4475 * gdb.dwarf2/dw2-icycle.c: New file.
4476 * gdb.dwarf2/dw2-icycle.exp: New file.
4477
f7bd0f78
SC
44782014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4479
4480 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4481 operations on gdb.Value objects.
4482 * gdb.python/py-value-cc.exp: Add new test to test operations on
4483 gdb.Value objects.
4484
c17ef0d5
DE
44852014-02-18 Doug Evans <dje@google.com>
4486
4487 * Makefile.in (TESTS): New variable.
4488 (expanded_tests, expanded_tests_or_none): New variables
4489 (check-single): Pass $(expanded_tests_or_none) to runtest.
4490 (check-parallel): Only run tests in $(TESTS) if non-empty.
4491 (check/no-matching-tests-found): New rule.
4492 * README: Document TESTS makefile variable.
4493
5dd3176f
DE
44942014-02-18 Doug Evans <dje@google.com>
4495
4496 * Makefile.in (check-parallel): rm -rf outputs temp.
4497
0b10be4f
JK
44982014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 Fix "ERROR: no fileid for" in the testsuite.
4501 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4502
85f224e7
DE
45032014-02-12 Doug Evans <dje@google.com>
4504
4505 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4506 (MISCELLANEOUS): New variable.
4507 (clean): rm -rf $(MISCELLANEOUS).
4508 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4509 dwp live in the same directory as symlinks, with each symlink pointed
4510 to a differently named file in a different directory.
4511
149b30ff
DE
45122014-02-11 Doug Evans <dje@google.com>
4513
4514 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4515 of Tcl file commands.
4516
1dfdac32
MK
45172014-02-10 Mark Kettenis <kettenis@gnu.org>
4518
4519 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4520 "kill -SIGUSR1 -1".
4521
aa4fb036
JB
45222014-02-10 Joel Brobecker <brobecker@adacore.com>
4523
4524 * gdb.ada/tick_length_array_enum_idx: New testcase.
4525
ed3ef339
DE
45262014-02-10 Doug Evans <xdje42@gmail.com>
4527
4528 * configure.ac (AC_OUTPUT): Add gdb.guile.
4529 * configure: Regenerate.
4530 * lib/gdb-guile.exp: New file.
4531 * lib/gdb.exp (get_target_charset): New function.
4532 * gdb.base/help.exp: Update expected output from "apropos apropos".
4533 * gdb.guile/Makefile.in: New file.
4534 * gdb.guile/guile.exp: New file.
4535 * gdb.guile/scm-arch.c: New file.
4536 * gdb.guile/scm-arch.exp: New file.
4537 * gdb.guile/scm-block.c: New file.
4538 * gdb.guile/scm-block.exp: New file.
4539 * gdb.guile/scm-breakpoint.c: New file.
4540 * gdb.guile/scm-breakpoint.exp: New file.
4541 * gdb.guile/scm-disasm.c: New file.
4542 * gdb.guile/scm-disasm.exp: New file.
4543 * gdb.guile/scm-equal.c: New file.
4544 * gdb.guile/scm-equal.exp: New file.
4545 * gdb.guile/scm-error.exp: New file.
4546 * gdb.guile/scm-error.scm: New file.
4547 * gdb.guile/scm-frame-args.c: New file.
4548 * gdb.guile/scm-frame-args.exp: New file.
4549 * gdb.guile/scm-frame-args.scm: New file.
4550 * gdb.guile/scm-frame-inline.c: New file.
4551 * gdb.guile/scm-frame-inline.exp: New file.
4552 * gdb.guile/scm-frame.c: New file.
4553 * gdb.guile/scm-frame.exp: New file.
4554 * gdb.guile/scm-generics.exp: New file.
4555 * gdb.guile/scm-gsmob.exp: New file.
4556 * gdb.guile/scm-iterator.c: New file.
4557 * gdb.guile/scm-iterator.exp: New file.
4558 * gdb.guile/scm-math.c: New file.
4559 * gdb.guile/scm-math.exp: New file.
4560 * gdb.guile/scm-objfile-script-gdb.in: New file.
4561 * gdb.guile/scm-objfile-script.c: New file.
4562 * gdb.guile/scm-objfile-script.exp: New file.
4563 * gdb.guile/scm-objfile.c: New file.
4564 * gdb.guile/scm-objfile.exp: New file.
4565 * gdb.guile/scm-ports.exp: New file.
4566 * gdb.guile/scm-pretty-print.c: New file.
4567 * gdb.guile/scm-pretty-print.exp: New file.
4568 * gdb.guile/scm-pretty-print.scm: New file.
4569 * gdb.guile/scm-section-script.c: New file.
4570 * gdb.guile/scm-section-script.exp: New file.
4571 * gdb.guile/scm-section-script.scm: New file.
4572 * gdb.guile/scm-symbol.c: New file.
4573 * gdb.guile/scm-symbol.exp: New file.
4574 * gdb.guile/scm-symtab-2.c: New file.
4575 * gdb.guile/scm-symtab.c: New file.
4576 * gdb.guile/scm-symtab.exp: New file.
4577 * gdb.guile/scm-type.c: New file.
4578 * gdb.guile/scm-type.exp: New file.
4579 * gdb.guile/scm-value-cc.cc: New file.
4580 * gdb.guile/scm-value-cc.exp: New file.
4581 * gdb.guile/scm-value.c: New file.
4582 * gdb.guile/scm-value.exp: New file.
4583 * gdb.guile/source2.scm: New file.
4584 * gdb.guile/types-module.cc: New file.
4585 * gdb.guile/types-module.exp: New file.
4586
7026a7c1
YQ
45872014-02-10 Yao Qi <yao@codesourcery.com>
4588
4589 PR testsuite/16543
4590 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4591 * configure: Regenerated.
4592 * Makefile.in: New file.
4593
6c466447
AS
45942014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4595
4596 * gdb.python/py-framefilter.exp: Fix typo.
4597
6e854735
YQ
45982014-02-08 Yao Qi <yao@codesourcery.com>
4599
4600 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4601 that no =breakpoint-modified is emitted when breakpoints are
4602 modified through MI commands.
4603
d137e6dc
PA
46042014-02-07 Pedro Alves <pedro@codesourcery.com>
4605 Pedro Alves <palves@redhat.com>
4606
4607 * gdb.threads/step-after-sr-lock.c: New file.
4608 * gdb.threads/step-after-sr-lock.exp: New file.
4609
b5ee5a50
PA
46102014-02-07 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4613
3c77faf3
JK
46142014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4615
4616 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4617 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4618
6dddc817
DE
46192014-02-06 Doug Evans <xdje42@gmail.com>
4620
4621 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4622 output.
4623
4624 * gdb.gdb/python-interrupts.exp: New file.
4625
de7b2893
YQ
46262014-02-05 Yao Qi <yao@codesourcery.com>
4627
4628 * gdb.trace/report.exp (use_collected_data): Test the output
4629 of "info threads" and "info inferiors".
4630
66d032ac
YQ
46312014-02-05 Yao Qi <yao@codesourcery.com>
4632
4633 Revert this patch:
4634
4635 2013-05-24 Yao Qi <yao@codesourcery.com>
4636
4637 * gdb.trace/tfile.exp: Test inferior and thread.
4638
591a12a1
UW
46392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4640
4641 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4642 on a function.
4643 * gdb.base/step-bt.c: Call hello via function pointer to make
4644 sure its first instruction is executed on powerpc64le-linux.
4645
0ff3e01f
UW
46462014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4647
4648 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4649
084ee545
UW
46502014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4651
4652 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4653 of the test patterns for use on little-endian systems.
4654
6ed14ff3
UW
46552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4656
4657 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4658 (decimal_vector): Fix for little-endian.
4659
401e27fd
JM
46602014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4661
4662 * gdb.arch/sparc-sysstep.exp: New file.
4663 * gdb.arch/sparc-sysstep.c: Likewise.
4664
4665 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4666
8b924729
EBM
46672014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4668
4669 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4670
fb151210
JB
46712014-01-23 Tom Tromey <tromey@redhat.com>
4672
4673 * gdb.ada/array_char_idx: New testcase.
4674
0740f8d8
TT
46752014-01-23 Tom Tromey <tromey@redhat.com>
4676
4677 PR python/16487:
4678 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4679 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4680 classes.
4681
21909fa1
TT
46822014-01-23 Tom Tromey <tromey@redhat.com>
4683
4684 PR python/16491:
4685 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4686 string from an inferior frame.
4687 * gdb.python/py-framefilter-mi.exp: Update.
4688
87ce2a04
DE
46892014-01-22 Doug Evans <dje@google.com>
4690
4691 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4692
237b092b
AA
46932014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4694
4695 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4696
d674a709
AA
46972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4698
4699 * gdb.trace/entry-values.exp: Remove excess space character from
4700 regex patterns. Handle s390 call instruction.
4701
20fa3390
AA
47022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4703
4704 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4705 define "*_start" label. Make "name" static.
4706 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4707 ${name} by references to ${name}_start.
4708
78466714
AA
47092014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4710
4711 * gdb.base/info-macros.exp: Remove "debug" from the compile
4712 options.
4713
ec9f644a
IB
47142014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4715
4716 * gdb.dlang/demangle.exp: New file.
4717
94b1b47e
IB
47182014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4719
4720 * gdb.dlang/primitive-types.exp: New file.
4721
7f420862
IB
47222014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4723
4724 * configure.ac: Create gdb.dlang/Makefile.
4725 * configure: Regenerate.
4726 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4727 * gdb.dlang/Makefile.in: New file.
4728 * lib/d-support.exp: New file.
4729 * lib/gdb.exp (skip_d_tests): New proc.
4730
52834460
MM
47312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4732
4733 * gdb.btrace/delta.exp: Check reverse stepi.
4734 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4735 * gdb.btrace/finish.exp: New.
4736 * gdb.btrace/next.exp: New.
4737 * gdb.btrace/nexti.exp: New.
4738 * gdb.btrace/record_goto.c: Add comments.
4739 * gdb.btrace/step.exp: New.
4740 * gdb.btrace/stepi.exp: New.
4741 * gdb.btrace/multi-thread-step.c: New.
4742 * gdb.btrace/multi-thread-step.exp: New.
4743 * gdb.btrace/rn-dl-bind.c: New.
4744 * gdb.btrace/rn-dl-bind.exp: New.
4745 * gdb.btrace/data.c: New.
4746 * gdb.btrace/data.exp: New.
4747 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4748
6e07b1d2
MM
47492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4750
4751 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4752 * gdb.btrace/exception.exp: Update.
4753 * gdb.btrace/instruction_history.exp: Update.
4754 * gdb.btrace/record_goto.exp: Update.
4755 * gdb.btrace/tailcall.exp: Update.
4756 * gdb.btrace/unknown_functions.exp: Update.
4757 * gdb.btrace/delta.exp: New.
4758
0b722aec
MM
47592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4760
4761 * gdb.btrace/record_goto.exp: Add backtrace test.
4762 * gdb.btrace/tailcall.exp: Add backtrace test.
4763
066ce621
MM
47642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4765
4766 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4767 * gdb.btrace/record_goto.c: New.
4768 * gdb.btrace/record_goto.exp: New.
4769 * gdb.btrace/x86-record_goto.S: New.
4770
0688d04e
MM
47712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4772
4773 * gdb.btrace/function_call_history.exp: Update tests.
4774 * gdb.btrace/instruction_history.exp: Update tests.
4775
8710b709
MM
47762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4777
4778 * gdb.btrace/function_call_history.exp: Fix expected field
4779 order for "record function-call-history".
4780 Add new tests for "record function-call-history /c".
4781 * gdb.btrace/exception.cc: New.
4782 * gdb.btrace/exception.exp: New.
4783 * gdb.btrace/tailcall.exp: New.
4784 * gdb.btrace/x86-tailcall.S: New.
4785 * gdb.btrace/x86-tailcall.c: New.
4786 * gdb.btrace/unknown_functions.c: New.
4787 * gdb.btrace/unknown_functions.exp: New.
4788 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4789
5de9129b
MM
47902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4791
4792 * gdb.btrace/instruction_history.exp: Update.
4793 * gdb.btrace/function_call_history.exp: Update.
4794
23a7fe75
MM
47952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4796
4797 * gdb.btrace/function_call_history.exp: Fix expected function
4798 trace.
4799 * gdb.btrace/instruction_history.exp: Initialize traced.
4800 Remove traced_functions.
4801
724c7dd8
MM
48022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4803
4804 * gdb.btrace/function_call_history.exp: Update
4805 * gdb.btrace/instruction_history.exp: Update.
4806
6d78d93b
MM
48072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4808
4809 * gdb.btrace/enable.exp: Update expected text.
4810
93a360cc
OJ
48112014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4812
4813 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4814 bytes.
4815
3772b53f
MR
48162014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4817
4818 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4819
596662fa
OJ
48202014-01-15 Omair Javaid <omair.javaid@linaro.org>
4821
4822 * lib/gdb.exp (supports_process_record): Return true for
4823 arm*-linux*. (supports_reverse): Likewise.
4824
b5b08fb4
SC
48252014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4826
4827 PR python/15464
4828 PR python/16113
4829 * gdb.python/py-type.c: Enhance test case.
4830 * gdb.python/py-value-cc.cc: Likewise
4831 * gdb.python/py-type.exp: Add new tests.
4832 * gdb.python/py-value-cc.exp: Likewise
4833
52d7fb13
AA
48342014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4835 Pedro Alves <palves@redhat.com>
4836
4837 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4838 Make "name" extern.
4839 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4840 references to ${name}_start by references to ${name}.
4841
a2cd8cfe
JB
48422014-01-10 Joel Brobecker <brobecker@adacore.com>
4843
4844 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4845
4e23fced
JB
48462014-01-10 Joel Brobecker <brobecker@adacore.com>
4847
4848 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4849
c6a9e42c
PA
48502014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4851 Pedro Alves <palves@redhat.com>
4852
4853 * gdb.mi/mi-info-os.exp: Connect to the target with
4854 mi_gdb_target_load.
4855
b7ea362b
PA
48562014-01-08 Pedro Alves <palves@redhat.com>
4857
4858 * gdb.threads/reconnect-signal.c: New file.
4859 * gdb.threads/reconnect-signal.exp: New file.
4860
5e3f4fab
EBM
48612014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.base/source-dir.exp: New file.
4864
79301218
JB
48652014-01-07 Joel Brobecker <brobecker@adacore.com>
4866
4867 * gdb.ada/mi_interface: New testcase.
4868
8e355c5d
JB
48692014-01-07 Joel Brobecker <brobecker@adacore.com>
4870
4871 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4872 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4873 gdb.ada/pp-rec-component/pck.ads: New files.
4874
c0d48811
JB
48752014-01-07 Joel Brobecker <brobecker@adacore.com>
4876
4877 * gdb.python/py-pp-integral.c: New file.
4878 * gdb.python/py-pp-integral.py: New file.
4879 * gdb.python/py-pp-integral.exp: New file.
4880
17b609c3 4881For older changes see ChangeLog-1993-2013.
c906108c 4882\f
8d8cb839
EZ
4883;; Local Variables:
4884;; mode: change-log
4885;; left-margin: 8
4886;; fill-column: 74
4887;; version-control: never
4888;; End:
902f2ccb 4889
32d0add0 4890 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4891 Copying and distribution of this file, with or without modification,
4892 are permitted provided the copyright notice and this notice are preserved.