]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Handle memory write errors on gdb.base/break-always.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
ecbf2b3c
LM
12015-04-29 Luis Machado <lgustavo@codesourcery.com>
2
3 * gdb.base/break-always.exp: Abort testing if writing to memory
4 causes an error.
5
34f5f757
DE
62015-04-28 Doug Evans <dje@google.com>
7
8 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9 * gdb.python/py-pp-registration.exp: ... here. New file.
10 * gdb.python/py-pp-registration.c: New file.
11 * gdb.python/py-pp-registration.py: New file.
12
69b4374a
DE
132015-04-28 Doug Evans <dje@google.com>
14
15 * gdb.python/py-bad-printers.c: New file.
16 * gdb.python/py-bad-printers.py: New file.
17 * gdb.python/py-bad-printers.exp: New file.
18
59fb7612
SS
192015-04-28 Sasha Smundak <asmundak@google.com>
20
21 * gdb.python/py-type.exp: New test.
22
2631b16a
AW
232015-04-28 Andy Wingo <wingo@igalia.com>
24
25 * gdb.python/py-parameter.exp:
26 * gdb.guile/scm-parameter.exp: Escape the path that we are
27 matching against, as it might contain characters that are special
28 to regular expressions.
29
460efde1
JB
302015-04-27 Joel Brobecker <brobecker@adacore.com>
31
32 * gdb.ada/rec_comp: New testcase.
33
2d369d8e
SDJ
342015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
35
36 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
37 before using it.
38
cf75d6c3
AB
392015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
42 new tests for verilog output.
43
8dbe7ca5
YQ
442015-04-24 Yao Qi <yao.qi@linaro.org>
45
46 * boards/remote-gdbserver-on-localhost.exp: New file.
47
4ef9fb2f
PA
482015-04-23 Pedro Alves <palves@redhat.com>
49
50 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
51 $inferior_spawn_id instead of $inferior_spawn_id directly. On
52 "end of file", remove $inferior_spawn_id from the indirect list.
53
0a803169
PA
542015-04-23 Pedro Alves <palves@redhat.com>
55
56 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
57
749ef8f8
PA
582015-04-23 Pedro Alves <palves@redhat.com>
59
60 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
61 on $any_spawn_id instead of only on $gdb_spawn_id.
62
8aae4344
PM
632015-04-21 Pierre Muller <muller@sourceware.org>
64
65 PR pascal/17815
66 * lib/pascal.exp (gpc_compile): Add new option "class".
67 (fpc_compile): Likewise.
68 * gdb.pascal/case-insensitive-symbols.pas: New file.
69 * gdb.pascal/case-insensitive-symbols.exp: New file.
70
1586c8fb
GB
712015-04-20 Gary Benson <gbenson@redhat.com>
72
73 * gdb.base/attach.exp: Fix three extended remote failures.
74
1b6e6f5c
GB
752015-04-17 Gary Benson <gbenson@redhat.com>
76
77 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
78 the main executable over the remote protocol.
79
e797481d
PA
802015-04-16 Pedro Alves <palves@redhat.com>
81
82 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
83 a new gdbserver if gdbserver_reconnect_p is set.
84
1ca99c42
PA
852015-04-16 Pedro Alves <palves@redhat.com>
86
87 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
88 is set, don't exit gdbserver.
89
af9fd6f8
AA
902015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
91
92 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
93 appropriate .insn, such that an older assembler can be used.
94 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
95 the z/Architecture instruction set on 31-bit targets as well.
96
04ff1e61
AA
972015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
98
99 * gdb.go/handcall.exp: Remove all logic related to the first
100 breakpoint and rely on go_runto_main instead.
101 * gdb.go/strings.exp: Likewise.
102 * gdb.go/unsafe.exp: Likewise.
103 * gdb.go/hello.exp: Likewise. Also rename the remaining
104 breakpoint marker to "breakpoint 1".
105 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
106 * gdb.go/strings.go: Likewise.
107 * gdb.go/unsafe.go: Likewise.
108 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
109 "set breakpoint 2 here" and rename the remaining breakpoint marker
110 to "breakpoint 1".
111
40d2f8d6
SM
1122015-04-15 Simon Marchi <simon.marchi@ericsson.com>
113
114 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
115 if itertools.imap is not present.
116 * gdb.python/py-objfile.exp: Add parentheses.
117 * gdb.python/py-type.exp: Same.
118 * gdb.python/py-unwind-maint.py: Same.
119
8cbc97c6
YQ
1202015-04-15 Yao Qi <yao.qi@linaro.org>
121
122 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
123 of ":$ptr_size" and set its form explicitly.
124
45fd756c
YQ
1252015-04-15 Pedro Alves <palves@redhat.com>
126 Yao Qi <yao.qi@linaro.org>
127
128 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
129 timeout by factor of 4.
130 (test_regular_watch): Likewise.
131 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
132 * gdb.reverse/sigall-reverse.exp: Likewise.
133 * gdb.reverse/until-precsave.exp: Likewise.
134 * lib/gdb.exp (with_timeout_factor): New proc.
135 (gdb_expect): Move some code to ...
136 (get_largest_timeout): ... here. New procedure.
137
9e811bc3
LM
1382015-04-14 Luis Machado <lgustavo@codesourcery.com>
139
140 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
141
0ff6fcb2
LM
1422015-04-13 Luis Machado <lgustavo@codesourcery.com>
143
144 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
145 to write to the .text section.
146
7578d5f7
LM
1472015-04-13 Luis Machado <lgustavo@codesourcery.com>
148
149 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
150 Handle the case of targets that do not provide PID information.
151
2efe15c4
YQ
1522015-04-13 Yao Qi <yao.qi@linaro.org>
153
154 * lib/gdbserver-support.exp (gdb_exit): Catch exception
155 and use expect instead of gdb_expect.
156
8cd8f2f8
SDJ
1572015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
158
159 * gdb.base/coredump-filter.exp: Rename variable "addr" to
160 "coredump_var_addr" to avoid naming conflict with other testcases.
161
9ee41772
PA
1622015-04-10 Pedro Alves <palves@redhat.com>
163
164 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
165 gdb_test_sequence and gdb_assert.
166
07473109
PA
1672015-04-10 Pedro Alves <palves@redhat.com>
168
169 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
170 test messages that don't include the breakpoint address.
171
de3db44c
YQ
1722015-04-10 Yao Qi <yao.qi@linaro.org>
173
174 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
175 false for some offset and width combinations which aren't
176 supported by linux kernel.
177
c79d856c
PA
1782015-04-10 Pedro Alves <palves@redhat.com>
179
180 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
181 procedure, factored out from ...
182 (top level): ... here. Add "set displaced-stepping" testing axis.
183 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
184 parameter "displaced". Use it.
185 (top level): Use foreach and add "set displaced-stepping" testing
186 axis.
187
ebc90b50
PA
1882015-04-10 Pedro Alves <palves@redhat.com>
189
190 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
191 Remove comment.
192 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
193 both the address of the instruction that triggers the watchpoint
194 and the address of the instruction immediately after, and use
195 those addresses for the test. Fix comment.
196
8f572e5c
PA
1972015-04-10 Pedro Alves <palves@redhat.com>
198
199 * gdb.base/sigstep.exp (breakpoint_to_handler)
200 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
201 Test "backtrace" in handler.
202 (breakpoint_over_handler): New parameter 'displaced'. Use it.
203 (top level): Add new "displaced" test axis to
204 breakpoint_to_handler, breakpoint_to_handler_entry and
205 breakpoint_over_handler.
206
8d707a12
PA
2072015-04-10 Pedro Alves <palves@redhat.com>
208
209 PR gdb/18216
210 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
211
ef713951
YQ
2122015-04-10 Yao Qi <yao.qi@linaro.org>
213
214 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
215 (test_add_rn_pc): New function.
216 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
217 (top level): Invoke test_add_rn_pc.
218
906d60cf
PA
2192015-04-10 Pedro Alves <palves@redhat.com>
220
221 PR gdb/13858
222 * gdb.base/step-over-no-symbols.exp: New file.
223
f2983cc3
AW
2242015-04-09 Andy Wingo <wingo@igalia.com>
225
226 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
227 after the Python tests.
228
6d62641c
SDJ
2292015-04-08 Keith Seitz <keiths@redhat.com>
230
231 PR python/16699
232 * gdb.python/py-completion.exp: New tests for completion.
233 * gdb.python/py-completion.py (CompleteLimit1): New class.
234 (CompleteLimit2): Likewise.
235 (CompleteLimit3): Likewise.
236 (CompleteLimit4): Likewise.
237 (CompleteLimit5): Likewise.
238 (CompleteLimit6): Likewise.
239 (CompleteLimit7): Likewise.
240
f3770638
PA
2412015-04-08 Pedro Alves <palves@redhat.com>
242
243 PR gdb/18214
244 PR gdb/18216
245 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
246 function.
247 (main): Install it as SIGUSR1 handler.
248 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
249 parameter. Always use "setup" as prefix. Toggle "set
250 displaced-stepping" off/on depending on global. Don't switch to
251 thread 1 here.
252 (top level): Add displaced stepping "off/on" test axis. Update
253 "setup" calls. Wrap each subtest with with_test_prefix. Test
254 continuing with a queued signal in each thread.
255
4496bed7
PA
2562015-04-08 Pedro Alves <palves@redhat.com>
257
258 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
259 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
260 gdb_breakpoint instead of gdb_test that doesn't expect anything.
261 Return early if running to main fails.
262 * gdb.trace/while-stepping.exp: Likewise.
263
b97fde92
PA
2642015-04-07 Pedro Alves <palves@redhat.com>
265
266 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
267 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
268 interact with inferior program.
269
f71c18e7
PA
2702015-04-07 Pedro Alves <palves@redhat.com>
271
272 * lib/gdb.exp (inferior_spawn_id): New global.
273 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
274 spawn id after processing the user code.
275 (default_gdb_start): Set inferior_spawn_id.
276 (send_inferior): New procedure.
277 * lib/gdbserver-support.exp (gdbserver_start): Set
278 inferior_spawn_id.
279 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
280
6423214f
PA
2812015-04-07 Pedro Alves <palves@redhat.com>
282
283 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
284 * lib/gdbserver-support.exp (gdbserver_start): Make
285 $server_spawn_id global.
286 (gdbserver_start): Don't wait for gdbserver's spawn id with
287 expect_background.
288 (close_gdbserver): New procedure.
289 (gdb_exit): Rename the default version and reimplement.
290
71c0ee8c
PA
2912015-04-07 Pedro Alves <palves@redhat.com>
292
293 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
294 append the substituted item, not the original item.
295
203bc29b
PA
2962015-04-07 Pedro Alves <palves@redhat.com>
297
298 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
299 gdb_expect.
300
508a3ddf
PA
3012015-04-07 Pedro Alves <palves@redhat.com>
302
303 * gdb.base/interrupt.exp: Don't handle the case of the inferior
304 output appearing once only.
305
9f6dbe2b
PA
3062015-04-07 Pedro Alves <palves@redhat.com>
307
308 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
309 that doesn't expect anything. Return early if running to main
310 fails.
311
337532fa
YQ
3122015-04-07 Yao Qi <yao.qi@linaro.org>
313
314 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
315 (child_function): Call alarm.
316 (main): Move call to alarm into the loop.
317 * gdb.threads/non-stop-fair-events.exp: Build program with
318 -DTIMEOUT=$timeout.
319
01b622d4
DE
3202015-04-06 Doug Evans <xdje42@gmail.com>
321
322 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
323 Fix dest parameter to board_info.
324 (fpc_compile): Ditto.
325 (gdb_compile_pascal): Rename dest arg to destfile.
326
961f4160
PMR
3272015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
328
329 * gdb.ada/funcall_ref.exp: New file.
330 * gdb.ada/funcall_ref/foo.adb: New file.
331
cafda597
YQ
3322015-04-02 Yao Qi <yao.qi@linaro.org>
333
334 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
335 is remote.
336
fed040c6
GB
3372015-04-02 Gary Benson <gbenson@redhat.com>
338
339 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
340
d11916aa
SS
3412015-04-01 Sasha Smundak <asmundak@google.com>
342
343 * gdb.python/py-unwind-maint.c: New file.
344 * gdb.python/py-unwind-maint.exp: New test.
345 * gdb.python/py-unwind-maint.py: New file.
346 * gdb.python/py-unwind.c: New file.
347 * gdb.python/py-unwind.exp: New test.
348 * gdb.python/py-unwind.py: New test.
349
a1471180
PA
3502015-04-01 Pedro Alves <palves@redhat.com>
351
352 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
353 to fail instead of non-existent $test.
354
0bbeccb1
PA
3552015-04-01 Pedro Alves <palves@redhat.com>
356
357 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
358 GDBFLAGS if not empty.
359
3c724c8c
PMR
3602015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
361
362 * gdb.ada/complete.exp: Remove "multi_line".
363 * gdb.ada/info_exc.exp: Remove "multi_line".
364 * gdb.ada/packed_tagged.exp: Remove "multi_line".
365 * gdb.ada/ptype_field.exp: Remove "multi_line".
366 * gdb.ada/sym_print_name.exp: Remove "multi_line".
367 * gdb.ada/tagged.exp: Remove "multi_line".
368 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
369 [multi_line ...]
370 * gdb.btrace/delta.exp: Likewise.
371 * gdb.btrace/exception.exp: Likewise.
372 * gdb.btrace/function_call_history.exp: Likewise.
373 * gdb.btrace/instruction_history.exp: Likewise.
374 * gdb.btrace/nohist.exp: Likewise.
375 * gdb.btrace/record_goto.exp: Likewise.
376 * gdb.btrace/segv.exp: Likewise.
377 * gdb.btrace/stepi.exp: Likewise.
378 * gdb.btrace/tailcall.exp: Likewise.
379 * gdb.btrace/unknown_functions.exp: Likewise.
380 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
381 * lib/gdb.exp: Add the "multi_line" helper.
382
4eec2deb
PA
3832015-04-01 Pedro Alves <palves@redhat.com>
384
385 * gdb.threads/tid-reuse.c: New file.
386 * gdb.threads/tid-reuse.exp: New file.
387
df8411da
SDJ
3882015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
389
390 PR corefiles/16092
391 * gdb.base/coredump-filter.c: New file.
392 * gdb.base/coredump-filter.exp: Likewise.
393
6ef37366
PM
3942015-03-27 Petr Machata <pmachata@redhat.com>
395
396 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
397 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
398 (Dwarf::assemble): Initialize them.
399 (Dwarf::lines): New function.
400
7ec911b0
JT
4012015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
402
403 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
404 SYMBOL_PREFIX for x86_64-*-cygwin.
405
ff908ebf
AW
4062015-03-26 Andy Wingo <wingo@igalia.com>
407
408 PR symtab/18148
409 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
410 const_value but not a location.
411 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
412 location defined in non-main CUs are visible.
413
6d5f0679
YQ
4142015-03-26 Yao Qi <yao.qi@linaro.org>
415
416 PR testsuite/18139
417 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
418 Add a line number entry for the same line.
419 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
420 Add a line number entry for the same line.
421
2898689b
YQ
4222015-03-26 Yao Qi <yao.qi@linaro.org>
423
424 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
425 .int 0.
426 (func): Likewise. Add .Lfunc_1 label.
427 Use .Lfunc_1 label.
428 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
429 .int 0.
430 (func): Likewise.
431 Use .Lfunc_1 label.
432
85180498
YQ
4332015-03-26 Yao Qi <yao.qi@linaro.org>
434
435 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
436 Call gdb_compile instead to compile each .s files without debug
437 information.
438
8aa08a8d
YQ
4392015-03-26 Yao Qi <yao.qi@linaro.org>
440
441 * gdb.base/savedregs.exp (process_saved_regs): Make
442 "Saved registers:" optional in the pattern.
443
66849923
MM
4442015-03-25 Markus Metzger <markus.t.metzger@intel.com>
445
446 * gdb.btrace/next.exp: Merged into step.exp.
447 * gdb.btrace/finish.exp: Merged into step.exp.
448 * gdb.btrace/nexti.exp: Merged into stepi.exp.
449 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
450 "record goto" and checking the exact replay position.
451 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
452 check for "Recording format" in "info record" output.
453 * gdb.btrace/record_goto.exp: Choose test file based on target.
454 * gdb.btrace/x86-record_goto.S: Renamed into ...
455 * gdb.btrace/x86_64-record_goto.S: ... this.
456 * gdb.btrace/i686-record_goto.S: New.
457 * gdb.btrace/x86-tailcall.S: Renamed into ...
458 * gdb.btrace/x86_64-tailcall.S: ... this.
459 * gdb.btrace/i686-tailcall.S: New.
460 * gdb.btrace/x86-tailcall.c: Renamed into ...
461 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
462 separate statements. Update test.
463 * gdb.btrace/delta.exp: Use record_goto.c as test file.
464 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
465 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
466 * gdb.btrace/tailcall.exp: Choose test file based on target.
467 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
468
11cc1b74
MM
4692015-03-25 Markus Metzger <markus.t.metzger@intel.com>
470
471 * gdb.btrace/exception.exp: Increase BTS buffer size.
472
a25d8bf9
PA
4732015-03-24 Pedro Alves <palves@redhat.com>
474
475 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
476
856e7dd6
PA
4772015-03-24 Pedro Alves <palves@redhat.com>
478
479 * gdb.threads/schedlock.exp (test_step): No longer expect that
480 "set scheduler-locking step" with "next" over a function call runs
481 threads unlocked.
482
ad235a41
AT
4832015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
484
485 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
486
15630549
AT
4872015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
488
489 PR breakpoints/16466
490 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
491 * gdb.mi/mi-pending.c (thread_func): New function.
492 (int main): Add threading support required.
493 * gdb.mi/mi-pending.exp: Add tests for this issue.
494 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
495 (pendfunc2): Remove stdio dependency.
496 * gdb.mi/mi-pendshr2.c: New file.
497
693dca06
KS
4982015-03-23 Keith Seitz <keiths@redhat.com>
499
500 * gdb.linespec/keywords.c: New file.
501 * gdb.linespec/keywords.exp: New file.
502
7e993ebf
KS
5032015-03-23 Keith Seitz <keiths@redhat.com>
504
505 PR gdb/18021
506 * gdb.dwarf2/staticvirtual.exp: New test.
507
bc23328c
JK
5082015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
511 * README: Remove HP-UX and gdb.hp.
512 (configuration):
513 * configure: Regenerate.
514 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
515 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
516 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
517 gdb.hp/gdb.defects/Makefile.
518 * gdb.hp/Makefile.in: File deleted.
519 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
520 * gdb.hp/gdb.aCC/optimize.c: File deleted.
521 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
522 * gdb.hp/gdb.aCC/run.c: File deleted.
523 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
524 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
525 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
526 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
527 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
528 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
529 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
530 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
531 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
532 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
533 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
534 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
535 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
536 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
537 * gdb.hp/gdb.base-hp/reg.s: File deleted.
538 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
539 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
540 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
541 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
542 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
543 * gdb.hp/gdb.compat/Makefile.in: File deleted.
544 * gdb.hp/gdb.compat/average.c: File deleted.
545 * gdb.hp/gdb.compat/sum.c: File deleted.
546 * gdb.hp/gdb.compat/xdb.c: File deleted.
547 * gdb.hp/gdb.compat/xdb0.c: File deleted.
548 * gdb.hp/gdb.compat/xdb0.h: File deleted.
549 * gdb.hp/gdb.compat/xdb1.c: File deleted.
550 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
551 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
552 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
553 * gdb.hp/gdb.defects/Makefile.in: File deleted.
554 * gdb.hp/gdb.defects/bs14602.c: File deleted.
555 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
556 * gdb.hp/gdb.defects/solib-d.c: File deleted.
557 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
558 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
559 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
560 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
561 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
562 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
563 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
564 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
565 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
566 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
567 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
568 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
569 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
570 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
571 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
572 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
573 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
574 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
575 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
576 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
577 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
578 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
579 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
580 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
581 * gdb.hp/tools/odump: File deleted.
582
8bf3b159
PA
5832015-03-19 Pedro Alves <palves@redhat.com>
584
585 * gdb.threads/continue-pending-status.exp (saw_thread_2)
586 (saw_thread_3): New globals.
587 (top level): Increment them when an event for the corresponding
588 thread is seen.
589 (no thread starvation): New test.
590
eb54c8bf
PA
5912015-03-19 Pedro Alves <palves@redhat.com>
592
593 * gdb.threads/continue-pending-status.c: New file.
594 * gdb.threads/continue-pending-status.exp: New file.
595
32d2e5d6
PA
5962015-03-18 Pedro Alves <palves@redhat.com>
597
598 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
599 Use gdb_is_target_remote instead of is_remote. Use
600 gdb_test_multiple instead of gdb_expect. Exit early if
601 gdb_test_multiple hits its internal matches. Tighten stepi tests
602 expected output. Fail on exit with any signal, instead of just
603 SIGILL.
604
f68f11b7
YQ
6052015-03-18 Yao Qi <yao.qi@linaro.org>
606
607 PR tdep/18107
608 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
609 variable.
610 * gdb.base/catch-syscall.exp: Don't skip it on
611 aarch64*-*-linux* target. Remove elements in all_syscalls.
612 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
613 target.
614 (setup_all_syscalls): New proc.
615
ca5fd19b
YQ
6162015-03-16 Yao Qi <yao.qi@linaro.org>
617
618 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
619 (top level): Skip tests if valid_addr_p returns false for
620 $cmd1 or $cmd2.
621
85642ba0
AW
6222015-03-11 Andy Wingo <wingo@igalia.com>
623
624 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
625
e03f9645
YQ
6262015-03-11 Yao Qi <yao.qi@linaro.org>
627
628 * gdb.base/catch-syscall.exp: Fix typo in comments.
629
5d0962b2
YQ
6302015-03-11 Yao Qi <yao.qi@linaro.org>
631
632 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
633
b2df3cef
PA
6342015-03-09 Pedro Alves <palves@redhat.com>
635
636 * dg-extract-results.py: Delete.
637
ef878e53
PA
6382015-03-09 Pedro Alves <palves@redhat.com>
639
640 Merge dg-extract-results.sh from GCC upstream (r218843).
641
642 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
643 * dg-extract-results.sh: Use --text with grep to avoid issues with
644 binary files. Fall back to cat -v, if that doesn't work.
645
9494d219
PA
6462015-03-05 Pedro Alves <palves@redhat.com>
647
648 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
649
a8d9763a
SM
6502015-03-04 Simon Marchi <simon.marchi@ericsson.com>
651
652 * lib/mi-support.exp (mi_expect_interrupt): Accept
653 alternative event for when in all-stop mode.
654
be9957b8
PA
6552015-03-04 Pedro Alves <palves@redhat.com>
656
657 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
658
d57be0f4 6592015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
660
661 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
662
c214c7cf
AA
6632015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
664
665 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
666 regexps for GDB's current line display, accept a hex address
667 preceding the line number.
668
6d74a497
AA
6692015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
670
671 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
672 the 'arch1' variable for "s390*-linux*" targets.
673
511aee7c
PA
6742015-03-04 Pedro Alves <palves@redhat.com>
675
676 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
677 (main): Pass missing retval argument to pthread_join call.
678
95e50b27
PA
6792015-03-02 Pedro Alves <palves@redhat.com>
680
681 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
682 (top level): Call do_test with non-stop as well.
683
28054d69
PA
6842015-03-02 Pedro Alves <palves@redhat.com>
685
686 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
687 -1.
688
4fa5d7b4
AA
6892015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
690
691 * gdb.arch/s390-vregs.exp: New test.
692 * gdb.arch/s390-vregs.S: New file.
693
97c18565
PA
6942015-02-27 Pedro Alves <palves@redhat.com>
695
696 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
697 call to catch_command_errors.
698 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
699 catch_command_errors.
700
a37bfa30
PA
7012015-02-27 Pedro Alves <palves@redhat.com>
702
703 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
704 "true" for boolean result.
705 * gdb.gdb/selftest.exp (test_with_self): Also accept full
706 prototype of main.
707
6f98576f
PA
7082015-02-27 Pedro Alves <palves@redhat.com>
709
710 * lib/unbuffer_output.c: New file.
711 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
712 (main): Call gdb_unbuffer_output.
713
eba5ab56
YQ
7142015-02-27 Yao Qi <yao.qi@linaro.org>
715
716 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
717 target.
718
0def5aaa
DE
7192015-02-26 Doug Evans <dje@google.com>
720
721 * gdb.cp/class2.cc (Dbase, D): New classes.
722 (main): New local delta.
723 * gdb.cp/class2.exp: Test printing delta.
724 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
725 (dynbar): New global.
726 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
727
081a1c2c
JK
7282015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
729
730 * gdb.compile/compile-ifunc.c: New file.
731 * gdb.compile/compile-ifunc.exp: New file.
732
2f41223f
AT
7332015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
734
735 * gdb.base/structs.exp: Check for correct struct on finish.
736
03eddd80
YQ
7372015-02-26 Yao Qi <yao.qi@linaro.org>
738
739 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
740 is zero.
741
80c57053
JK
7422015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
743
744 * gdb.arch/cordic.ko.bz2: New file.
745 * gdb.arch/cordic.ko.debug.bz2: New file.
746 * gdb.arch/ppc64-symtab-cordic.exp: New file.
747
21613c12
YQ
7482015-02-25 Yao Qi <yao.qi@linaro.org>
749
750 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
751 aarch64*-*-* target.
752
d8b901ed
PA
7532015-02-23 Pedro Alves <palves@redhat.com>
754
755 * lib/gdb.exp (delete_breakpoints): Rewrite using
756 gdb_test_multiple.
757
e5b85ead
PA
7582015-02-23 Pedro Alves <palves@redhat.com>
759
760 * gdb.base/info-os.c: Include stdlib.h.
761
85c3a371
DE
7622015-02-22 Doug Evans <xdje42@gmail.com>
763
764 PR symtab/17855
765 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
766 is read after symbols have been re-read.
767 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
768 * gdb.ada/exec_changed/second.adb (Second): Ditto.
769
96553a0c
DE
7702015-02-21 Doug Evans <dje@google.com>
771
772 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
773
97a0c697
JK
7742015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
775
776 PR corefiles/17808
777 * gdb.arch/i386-biarch-core.core.bz2: New file.
778 * gdb.arch/i386-biarch-core.exp: New file.
779
a47cd6e9
PA
7802015-02-21 Pedro Alves <palves@redhat.com>
781
782 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
783 runto_main fails.
784
c5facdc4
PA
7852015-02-20 Pedro Alves <palves@redhat.com>
786
787 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
788 info probes.
789
2db9a427
PA
7902015-02-20 Pedro Alves <palves@redhat.com>
791
792 * gdb.threads/multi-create-ns-info-thr.exp: New file.
793
60fb7e9e
PA
7942015-02-20 Pedro Alves <palves@redhat.com>
795
796 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
797 clean_restart before gdb_target_supports_trace.
798
5c5019c2
PA
7992015-02-20 Pedro Alves <palves@redhat.com>
800
801 PR threads/18006
802 * gdb.threads/clone-thread_db.c: New file.
803 * gdb.threads/clone-thread_db.exp: New file.
804
c9587f88
AT
8052015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
806
807 PR breakpoints/16812
808 * gdb.base/catch-gdb-caused-signals.c: New file.
809 * gdb.base/catch-gdb-caused-signals.exp: New file.
810
f6a88844
JM
8112015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
812
813 * configure: Regenerated.
814 * configure.ac: Use GDB_AC_TRANSFORM.
815 * aclocal.m4: sinclude ../transform.m4.
816
497c491b
JM
8172015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
818
819 * lib/dtrace.exp: New file.
820 * gdb.base/dtrace-probe.exp: Likewise.
821 * gdb.base/dtrace-probe.d: Likewise.
822 * gdb.base/dtrace-probe.c: Likewise.
823 * lib/pdtrace.in: Likewise.
824 * configure.ac: Output variables with the transformed names of
825 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
826 * configure: Regenerated.
827
03e98035
JM
8282015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
829
830 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
831 expected message when trying to access $_probe_* convenience
832 variables while not on a probe.
833
63cc30e9
JK
8342015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
835
836 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
837
0703599a
PA
8382015-02-11 Pedro Alves <pedro@codesourcery.com>
839
840 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
841 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
842
7e60a48e
DE
8432015-02-10 Doug Evans <xdje42@gmail.com>
844
845 * lib/gdb.exp (gdb_load): Always return a result.
846
01b088bc
PA
8472015-02-10 Pedro Alves <palves@redhat.com>
848
849 * gdb.threads/signal-sigtrap.c: New file.
850 * gdb.threads/signal-sigtrap.exp: New file.
851
b05ec7a5
AT
8522015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
853
854 * gdb.trace/no-attach-trace.c: New file.
855 * gdb.trace/no-attach-trace.exp: New file.
856
a2c2acaf
MW
8572015-02-09 Mark Wielaard <mjw@redhat.com>
858
859 * gdb.dwarf2/atomic.c: New file.
860 * gdb.dwarf2/atomic-type.exp: Likewise.
861
31fd9caa
MM
8622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
863
864 * gdb.btrace/buffer-size.exp: Update "info record" output.
865 * gdb.btrace/delta.exp: Update "info record" output.
866 * gdb.btrace/enable.exp: Update "info record" output.
867 * gdb.btrace/finish.exp: Update "info record" output.
868 * gdb.btrace/instruction_history.exp: Update "info record" output.
869 * gdb.btrace/next.exp: Update "info record" output.
870 * gdb.btrace/nexti.exp: Update "info record" output.
871 * gdb.btrace/step.exp: Update "info record" output.
872 * gdb.btrace/stepi.exp: Update "info record" output.
873 * gdb.btrace/nohist.exp: Update "info record" output.
874
d33501a5
MM
8752015-02-09 Markus Metzger <markus.t.metzger@intel.com>
876
877 * gdb.btrace/buffer-size: New.
878
f4abbc16
MM
8792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
880
881 * gdb.btrace/delta.exp: Update "info record" output.
882 * gdb.btrace/enable.exp: Update "info record" output.
883 * gdb.btrace/finish.exp: Update "info record" output.
884 * gdb.btrace/instruction_history.exp: Update "info record" output.
885 * gdb.btrace/next.exp: Update "info record" output.
886 * gdb.btrace/nexti.exp: Update "info record" output.
887 * gdb.btrace/step.exp: Update "info record" output.
888 * gdb.btrace/stepi.exp: Update "info record" output.
889 * gdb.btrace/nohist.exp: Update "info record" output.
890
b9d61307
SM
8912015-02-06 Simon Marchi <simon.marchi@ericsson.com>
892
893 PR gdb/15678
894 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
895
e584fdbc
PA
8962015-02-06 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
899 macro.
900 (seconds_left, again): New globals.
901 (main): Wait seconds_left in a 1-second sleep loop instead of
902 sleeping 180 seconds. If 'again' is set, reset the seconds
903 counter.
904 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
905 'again' in the inferior before detaching. Print the seconds left.
906 (options): New global.
907 (top level): Build program with -DTIMEOUT=$timeout.
908
77f41761
PA
9092015-02-06 Pedro Alves <palves@redhat.com>
910
911 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
912 determine how many seconds to pass to 'alarm'.
913 * gdb.base/gdb-sigterm.exp (top level): Build program with
914 -DTIMEOUT=$timeout.
915 (do_test): Return success/failure indication. Add more verbose
916 logging. Don't fail if 200 single steps are seen. Instead, fail
917 when the test times out.
918 (passes): New global.
919 (top level): Break the testing loop if testing fails on any
920 iteration. Use gdb_assert.
921
b9394193
DB
9222015-02-04 Don Breazeal <donb@codesourcery.com>
923
924 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
925 and initialize them.
926 (ipc_cleanup): New function.
927 (main): Don't declare shmid, semid, and msqid. Add a call to
928 atexit so that we call ipc_cleanup on exit.
929
42d9e528
PA
9302015-02-04 Pedro Alves <palves@redhat.com>
931
932 * boards/native-extended-gdbserver.exp: Remove any target variant
933 specifications from the board name before clearing the isremote
934 flag from board_info.
935
ae6ae975
DE
9362015-01-31 Doug Evans <xdje42@gmail.com>
937
938 * gdb.base/maint.exp <maint print type argc>: Update expected output.
939
cfb069a8
GB
9402015-01-31 Gary Benson <gbenson@redhat.com>
941
942 * gdb.base/completion.exp: Disable completion limiting for
943 existing tests. Add new tests to check completion limiting.
944 * gdb.linespec/ls-errs.exp: Disable completion limiting.
945
5dd31d79
DE
9462015-01-31 Doug Evans <xdje42@gmail.com>
947
948 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
949
9f050062
DE
9502015-01-31 Doug Evans <xdje42@gmail.com>
951
952 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
953 entries. Duplicate file section script entries.
954 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
955 inlined entries. Add test for safe-path rejection.
956 * gdb.python/py-section-script.c: Add duplicate inlined section script
957 entries. Duplicate file section script entries.
958 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
959 inlined entries. Add test for safe-path rejection.
960
df25ebbd
JB
9612015-01-29 Joel Brobecker <brobecker@adacore.com>
962
963 * gdb.ada/disc_arr_bound: New testcase.
964
4a0ca9ec
JB
9652015-01-29 Joel Brobecker <brobecker@adacore.com>
966
967 * gdb.ada/mi_var_array: New testcase.
968
3a8b707a
DE
9692015-01-27 Doug Evans <dje@google.com>
970
971 * gdb.python/py-objfile.exp: Add tests for objfile.username.
972 Add test for objfile.filename, objfile.username after objfile
973 has been unloaded.
974
f8313f6e
JB
9752015-01-26 Joel Brobecker <brobecker@adacore.com>
976
977 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
978 the second test to print the name attribute of value
979 returned by the call to gdb.lookup_type, and adjust
980 the expected output accordingly.
981
37bc665e
MW
9822015-01-25 Mark Wielaard <mjw@redhat.com>
983
984 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
985 * gdb.base/disp-step-fork.c: Include unistd.h.
986 * gdb.base/siginfo-obj.c: Include stdio.h.
987 * gdb.base/siginfo-thread.c: Likewise.
988 * gdb.mi/non-stop.c: Include unistd.h.
989 * gdb.mi/nsthrexec.c: Include stdio.h.
990 * gdb.mi/pthreads.c: Include unistd.h.
991 * gdb.modula2/unbounded1.c (main): Declare returns int.
992 * gdb.reverse/consecutive-reverse.c: Likewise.
993 * gdb.threads/create-fail.c: Include unistd.h.
994 * gdb.threads/killed.c: Likewise.
995 * gdb.threads/linux-dp.c: Likewise.
996 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
997 * gdb.threads/non-ldr-exc-2.c: Likewise.
998 * gdb.threads/non-ldr-exc-3.c: Likewise.
999 * gdb.threads/non-ldr-exc-4.c: Likewise.
1000 * gdb.threads/pthreads.c: Include unistd.h.
1001 (main): Declare returns int.
1002 * gdb.threads/tls-main.c (foo): New declaration.
1003 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1004
f7e5394d
SM
10052015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1006
1007 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1008 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1009
743649fd
MW
10102015-01-15 Mark Wielaard <mjw@redhat.com>
1011
1012 * gdb.base/noreturn-return.c: New file.
1013 * gdb.base/noreturn-return.exp: New file.
1014 * gdb.base/noreturn-finish.c: New file.
1015 * gdb.base/noreturn-finish.exp: New file.
1016
198297aa
PA
10172015-01-23 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.threads/continue-pending-after-query.c: New file.
1020 * gdb.threads/continue-pending-after-query.exp: New file.
1021
717cf30c
AG
10222015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1023 Simon Marchi <simon.marchi@ericsson.com>
1024
1025 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1026 * gdb.base/valgrind-db-attach.exp: Same.
1027 * gdb.base/valgrind-infcall.exp: Same.
1028 * lib/mi-support.exp (default_mi_gdb_start): Same.
1029 * lib/prompt.exp (default_prompt_gdb_start): Same.
1030 * lib/gdb.exp (default_gdb_spawn): Same.
1031 (gdb_interact): New.
1032
1033
4b62a76e
JK
10342015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 * gdb.compile/compile.exp (pointer to jit function): New test.
1037
b4cdae6f
WW
10382015-01-17 Wei-cheng Wang <cole945@gmail.com>
1039
1040 * lib/gdb.exp (supports_process_record): Return true for
1041 powerpc*-*-linux*.
1042 (supports_reverse): Likewise.
1043
d221e7ef
DB
10442015-01-15 Don Breazeal <donb@codesourcery.com>
1045
1046 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1047 instead of checking whether the target board is remote and
1048 use spawn_wait_for_attach instead of exec/sleep.
1049 * gdb.base/attach-twice.exp: Likewise.
1050
bafffb51
JB
10512015-01-15 Joel Brobecker <brobecker@adacore.com>
1052
1053 * gdb.ada/var_arr_attrs: New testcase.
1054
5589af0e
PA
10552015-01-14 Pedro Alves <palves@redhat.com>
1056 Joel Brobecker <brobecker@adacore.com>
1057
1058 PR gdb/17525
1059 * gdb.base/bp-cmds-execution-x-script.c: New file.
1060 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1061 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1062
6c400b59
PA
10632015-01-14 Pedro Alves <palves@redhat.com>
1064
1065 PR cli/17828
1066 * gdb.base/batch-preserve-term-settings.c: New file.
1067 * gdb.base/batch-preserve-term-settings.exp: New file.
1068
e02c96a7
DE
10692015-01-13 Doug Evans <dje@google.com>
1070
1071 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1072 binary.
1073
576fd14c
JB
10742015-01-13 Joel Brobecker <brobecker@adacore.com>
1075
1076 * Makefile.in (clean mostlyclean): Do not delete *.py.
1077
04dccad0
JB
10782015-01-13 Joel Brobecker <brobecker@adacore.com>
1079
1080 * gdb.python/py-lookup-type.exp: New file.
1081
3d230f71
PA
10822015-01-12 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1085 restore GDBFLAGS before returning.
1086
7e67715d
JK
10872015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1090 is_amd64_regs_target and is_x86_like_target.
1091
f2e0d4b4
DE
10922015-01-11 Doug Evans <xdje42@gmail.com>
1093
1094 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1095 is given without an explicit form.
1096 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1097 attributes.
1098 * gdb.dwarf/corrupt.exp: Ditto.
1099 * gdb.dwarf2/enum-type.exp: Ditto.
1100 * gdb.trace/entry-values.exp: Ditto.
1101 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1102
439250fb
DE
11032015-01-11 Doug Evans <xdje42@gmail.com>
1104
1105 PR gdb/15830
1106 * gdb.base/maint.exp: Remove references to "maint demangle".
1107 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1108 Add tests for explicitly specifying language to demangle.
1109 * gdb.dlang/demangle.exp: Ditto.
1110
ede9f622
PA
11112015-01-09 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.threads/non-stop-fair-events.c: New file.
1114 * gdb.threads/non-stop-fair-events.exp: New file.
1115
a7b796db
PA
11162015-01-09 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1119 the global scope. Set a breakpoint after all threads are started
1120 rather than stepping over two source lines. Expect the prompt.
1121 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1122 global.
1123 (NUM): Now 15.
1124 (main): Use threads_started_barrier to wait for all threads to
1125 start. Main thread no longer calls thread_function. Exit after
1126 180 seconds.
1127 (loop): New function.
1128 (thread_function): Wait on threads_started_barrier barrier. Call
1129 'loop' at each iteration.
1130 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1131 threads have started, instead of hardcoding number of "next"
1132 steps. Use an access watchpoint instead of a write watchpoint.
1133
9665ffdd
PA
11342015-01-09 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1137 (thread_func): Wait on barrier.
1138 (main): Wait for all threads to start before stopping GDB.
1139 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1140 global.
1141 (thread1_func, thread2_func): Wait on barrier.
1142 (main): Wait for all threads to start before stopping GDB.
1143 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1144 New global.
1145 (thread1_func, thread2_func): Wait on barrier.
1146 (main): Wait for all threads to start before stopping GDB.
1147
c945a99f
PA
11482015-01-09 Pedro Alves <palves@redhat.com>
1149
1150 * gdb.threads/attach-many-short-lived-threads.c: New file.
1151 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1152
c1a747c1
PA
11532014-01-09 Pedro Alves <palves@redhat.com>
1154
1155 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1156 instead of to thread 2.
1157 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1158 Add barrier around each pthread_create call instead of around all
1159 calls.
1160 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1161 Set a break on thread_function and have the child threads hit it
1162 one at at a time.
1163
60b3033e
PA
11642015-01-09 Pedro Alves <palves@redhat.com>
1165
1166 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1167 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1168 false.
1169 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1170 checking whether the target board is remote.
1171 * gdb.multi/multi-attach.exp: Likewise.
1172 * gdb.python/py-sync-interp.exp: Likewise.
1173 * gdb.server/ext-attach.exp: Likewise.
1174 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1175 tests that need to attach, instead of checking whether the target
1176 board is remote at the top of the file.
1177
acc018ac
YQ
11782015-01-08 Yao Qi <yao@codesourcery.com>
1179
1180 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1181
50a18af8
JK
11822015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1183
1184 Fix testcase compilation.
1185 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1186
8503d6e1
JB
11872015-01-06 Joel Brobecker <brobecker@adacore.com>
1188
1189 * gdb.python/py-type.exp: Add a couple test about empty
1190 array creation, and negative-length array creation.
1191
cc73dbcc
DE
11922015-01-02 Doug Evans <xdje42@gmail.com>
1193
1194 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1195
0300bbc7
DE
11962015-01-02 Doug Evans <dje@google.com>
1197
1198 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1199
9d85a0ec
YQ
12002014-12-29 Yao Qi <yao@codesourcery.com>
1201
1202 * gdb.trace/entry-values.exp: Update comments. Rename variable
1203 bar_call_foo to returned_from_foo.
1204
87186c6a
MMN
12052014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1206
1207 PR gdb/17394
1208 * gdb.linespec/break-asm-file.c: New file.
1209 * gdb.linespec/break-asm-file.exp: New file.
1210 * gdb.linespec/break-asm-file0.s: New file.
1211 * gdb.linespec/break-asm-file1.s: New file.
1212
1bab7383
YQ
12132014-12-18 Nigel Stephens <nigel@mips.com>
1214 Maciej W. Rozycki <macro@codesourcery.com>
1215
1216 * gdb.base/float.exp: Handle the new output from "info float" on
1217 MIPS targets.
1218
1bc1068a
JK
12192014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1220
1221 Fix MinGW compilation.
1222 * gdb.compile/compile-ops.exp: Update untested message if
1223 !skip_compile_feature_tests.
1224 * gdb.compile/compile-setjmp.exp: Likewise.
1225 * gdb.compile/compile-tls.exp: Likewise.
1226 * gdb.compile/compile.exp: Likewise.
1227 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1228 supported on this host".
1229
b6615d10
DE
12302014-12-16 Doug Evans <xdje42@gmail.com>
1231
1232 * boards/stabs.exp: New file.
1233
25dda427
AA
12342014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1235
1236 * gdb.base/completion.exp: Adjust to format changes of "maint
1237 print user-registers".
1238
bf330350
CU
12392014-12-16 Catalin Udma <catalin.udma@freescale.com>
1240
1241 PR server/17457
1242 * gdb.arch/aarch64-fp.c: New file.
1243 * gdb.arch/aarch64-fp.exp: New file.
1244
395cf596
SDJ
12452014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1246
1247 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1248 r210637, r210913, r211666, r215400, r215817).
1249
1250 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1251 * dg-extract-results.py: New file.
1252 * dg-extract-results.sh: Use it if the environment seems
1253 suitable.
1254
1255 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1256
1257 * dg-extract-results.py (parse_run): Handle warnings that
1258 are printed before a test harness is run.
1259
1260 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1261
1262 * dg-extract-results.py (Named): Remove __cmp__ method.
1263 (output_variation): Use a key to sort variation.harnesses.
1264
1265 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1266
1267 * dg-extract-results.py: For Python 3, force sys.stdout to
1268 handle surrogate escape sequences.
1269 (safe_open): New function.
1270 (output_segment, main): Use it.
1271
1272 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1273
1274 * dg-extract-results.py (Prog.result_re): Include options
1275 in test name.
1276
1277 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1278
1279 * dg-extract-results.py (output_variation): Always sort if
1280 do_sum.
1281
e882ef3c
SM
12822014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1283
1284 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1285 as long as we get pagination notifications.
1286
4992aa20
JM
12872014-12-15 Jason Merrill <jason@redhat.com>
1288
1289 * Makefile.in (check-gdb.%): Restore.
1290 * README: Mention it.
1291
c1b5a1a6
JB
12922014-12-13 Joel Brobecker <brobecker@adacore.com>
1293
1294 * gdb.ada/str_uninit: New testcase.
1295
5537b577
JK
12962014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1297
1298 PR symtab/17642
1299 * gdb.base/vla-stub-define.c: New file.
1300 * gdb.base/vla-stub.c: New file.
1301 * gdb.base/vla-stub.exp: New file.
1302
bb2ec1b3
TT
13032014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1304 Jan Kratochvil <jan.kratochvil@redhat.com>
1305 Tom Tromey <tromey@redhat.com>
1306
1307 * configure.ac: Add gdb.compile/.
1308 * configure: Regenerate.
1309 * gdb.compile/Makefile.in: New file.
1310 * gdb.compile/compile-ops.exp: New file.
1311 * gdb.compile/compile-ops.c: New file.
1312 * gdb.compile/compile-tls.c: New file.
1313 * gdb.compile/compile-tls.exp: New file.
1314 * gdb.compile/compile-constvar.S: New file.
1315 * gdb.compile/compile-constvar.c: New file.
1316 * gdb.compile/compile-mod.c: New file.
1317 * gdb.compile/compile-nodebug.c: New file.
1318 * gdb.compile/compile-setjmp-mod.c: New file.
1319 * gdb.compile/compile-setjmp.c: New file.
1320 * gdb.compile/compile-setjmp.exp: New file.
1321 * gdb.compile/compile-shlib.c: New file.
1322 * gdb.compile/compile.c: New file.
1323 * gdb.compile/compile.exp: New file.
1324 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1325
4ff709eb
TT
13262014-12-12 Tom Tromey <tromey@redhat.com>
1327
1328 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1329 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1330
6dddd6a5
DE
13312014-12-12 Doug Evans <dje@google.com>
1332
1333 * lib/gdb-python.exp (get_python_valueof): New function.
1334 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1335
71c24708
AA
13362014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1337
1338 * gdb.base/completion.exp: Add test for completion of "info
1339 registers ".
1340
3e29f34a
MR
13412014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1342
1343 * gdb.base/func-ptrs.c: New file.
1344 * gdb.base/func-ptrs.exp: New file.
1345
fc126975
SM
13462014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1347
1348 PR breakpoints/17012
1349 * gdb.base/dprintf-detach.c: New file.
1350 * gdb.base/dprintf-detach.exp: New file.
1351
0a46d518
SM
13522014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1353
1354 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1355 * lib/gdb.exp (target_is_gdbserver): New procedure.
1356
a0be3e44
DE
13572014-12-08 Doug Evans <dje@google.com>
1358
1359 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1360
df1b803a
YQ
13612014-12-05 Yao Qi <yao@codesourcery.com>
1362
1363 * gdb.guile/scm-error.exp: Remove the third argument to
1364 gdb_remote_download.
1365 * gdb.guile/scm-frame-args.exp: Likewise.
1366 * gdb.guile/scm-section-script.exp: Likewise.
1367
ddb9f679
YQ
13682014-12-05 Yao Qi <yao@codesourcery.com>
1369
1370 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1371
86e4ed39
DE
13722014-12-04 Doug Evans <dje@google.com>
1373
1374 * gdb.python/py-objfile.exp: Add tests for
1375 objfile.add_separate_debug_file.
1376
7c50a931
DE
13772014-12-04 Doug Evans <dje@google.com>
1378
1379 * lib/gdb.exp (get_build_id): New function.
1380 (build_id_debug_filename_get): Rewrite to use it.
1381 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1382
621661e3
MR
13832014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1384
1385 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1386 `method(long)', not just 0x0.
1387 * gdb.cp/nsalias.exp: Align code labels to 4.
1388 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1389 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1390 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1391 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1392 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1393 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1394
29f0c3b7
DE
13952014-12-02 Doug Evans <dje@google.com>
1396
e1e061e7 1397 PR symtab/17602
29f0c3b7 1398 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1399 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1400 * gdb.cp/anon-ns.exp: Update.
1401
162078c8
NB
14022014-12-02 Nick Bull <nicholaspbull@gmail.com>
1403
1404 * gdb.python/py-events.py (inferior_call_handler): New.
1405 (register_changed_handler, memory_changed_handler): New.
1406 (test_events.invoke): Register new handlers.
1407 * gdb.python/py-events.exp: Add tests for inferior call,
1408 memory_changed and register_changed events.
1409
fdb09caf
AA
14102014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1411
1412 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1413 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1414 if the linker doesn't understand this.
1415
55cfb2c4
SM
14162014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1417
1418 * gdb.python/python.exp: Change expected reply to help().
1419
9e8cd6df
YQ
14202014-12-01 Yao Qi <yao@codesourcery.com>
1421
1422 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1423 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1424 * configure: Re-generated.
1425
6c659fc2
SC
14262014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1427
1428 * gdb.cp/chained-calls.cc: New file.
1429 * gdb.cp/chained-calls.exp: New file.
1430 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1431
d7fc3181
SM
14322014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1433
1434 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1435 * gdb.dwarf2/symtab-producer.exp: Same.
1436 * gdb.gdb/python-interrupts.exp: Same.
1437 * gdb.gdb/python-selftest.exp: Same.
1438 * gdb.python/py-linetable.exp: Same.
1439 * gdb.python/py-type.exp: Same.
1440 * gdb.python/py-value-cc.exp: Same.
1441 * gdb.python/py-value.exp: Same.
1442
10e79639
YQ
14432014-11-28 Yao Qi <yao@codesourcery.com>
1444
1445 * gdb.base/break-probes.exp: Match library name prefixed with
1446 sysroot.
1447
f28a0564
SM
14482014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1449
1450 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1451 test expected output. Add parentheses for the call to print.
1452 Remove L suffix from integers.
1453
3fe1ce1d
DE
14542014-11-26 Doug Evans <dje@google.com>
1455
1456 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1457
84429e27
YQ
14582014-11-22 Yao Qi <yao@codesourcery.com>
1459
1460 * gdb.trace/entry-values.c: Remove asms.
1461 (foo): Add foo_label.
1462 (bar): Add bar_label.
1463 * gdb.trace/entry-values.exp: Remove code computing foo's
1464 length and bar's length.
1465 (Dwarf::assemble): Invoke function_range for bar and use
1466 MACRO_AT_func for foo.
1467
26741859
YQ
14682014-11-22 Yao Qi <yao@codesourcery.com>
1469
1470 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1471 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1472 Use .Lgcc43_procstart instead of gcc43.
1473
45e44d27
JB
14742014-11-21 Joel Brobecker <brobecker@adacore.com>
1475
1476 * gdb.ada/n_arr_bound: New testcase.
1477
458c8db8
SDJ
14782014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1479
1480 PR breakpoints/10737
1481 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1482 test_catch_syscall_multi_arch.
1483 (test_catch_syscall_multi_arch): New function.
1484
43f3e411
DE
14852014-11-20 Doug Evans <xdje42@gmail.com>
1486
1487 * gdb.base/maint.exp: Update expected output.
1488
0d7b2549
AA
14892014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1490
1491 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1492 4-byte instruction on S390.
1493
8908fca5
JB
14942014-11-19 Joel Brobecker <brobecker@adacore.com>
1495
1496 * gdb.ada/arr_arr: New testcase.
1497
4a46959e
JB
14982014-11-19 Joel Brobecker <brobecker@adacore.com>
1499
1500 * gdb.ada/pkd_arr_elem: New Testcase.
1501
470e2f4e
LM
15022014-11-18 Luis Machado <lgustavo@codesourcery.com>
1503
1504 * gdb.reverse/break-precsave: Expect completion message for
1505 core file reads.
1506 * gdb.reverse/consecutive-precsave.exp: Likewise.
1507 * gdb.reverse/finish-precsave.exp: Likewise.
1508 * gdb.reverse/i386-precsave.exp: Likewise.
1509 * gdb.reverse/machinestate-precsave.exp: Likewise.
1510 * gdb.reverse/sigall-precsave.exp: Likewise.
1511 * gdb.reverse/solib-precsave.exp: Likewise.
1512 * gdb.reverse/step-precsave.exp: Likewise.
1513 * gdb.reverse/until-precsave.exp: Likewise.
1514 * gdb.reverse/watch-precsave.exp: Likewise.
1515
a267f3ad
AA
15162014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1517
1518 * gdb.base/bp-permanent.c: Include unistd.h.
1519 * gdb.python/py-framefilter-mi.c (main): Add return type.
1520 * gdb.python/py-framefilter.c (main): Likewise.
1521 * gdb.trace/actions-changed.c (main): Likewise.
1522
12084a9a
AA
15232014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1524
1525 * gdb.mi/until.c: Add eye-catchers.
1526 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1527 line numbers.
1528
dc7e1a77
AA
15292014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1530
1531 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1532 function header variants in break1.c.
1533 * gdb.base/ena-dis-br.exp: Likewise.
1534 * gdb.base/hbreak2.exp: Likewise.
1535 * gdb.reverse/until-precsave.exp: Drop references to removed
1536 non-prototype function header variants in ur1.c.
1537 * gdb.reverse/until-reverse.exp: Likewise.
1538
41c77605
PM
15392014-11-17 Petr Machata <pmachata@redhat.com>
1540
1541 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1542 ${_cu_offset_size} bytes abbrev offset.
1543
34248c3a
DE
15442014-11-15 Doug Evans <xdje42@gmail.com>
1545
1546 PR symtab/17559
1547 * gdb.base/line-symtabs.exp: New file.
1548 * gdb.base/line-symtabs.c: New file.
1549 * gdb.base/line-symtabs.h: New file.
1550
646da059
YQ
15512014-11-14 Yao Qi <yao@codesourcery.com>
1552
1553 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1554 (func): Add label func_label.
1555 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1556 Replace low_pc and high_pc with MACRO_AT_range.
1557 Replace name, low_pc and high_pc with MACRO_AT_func.
1558
9301ebe6
YQ
15592014-11-14 Yao Qi <yao@codesourcery.com>
1560
1561 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1562 Replace name, low_pc and high_pc with MACRO_AT_func.
1563
f166b542
YQ
15642014-11-14 Yao Qi <yao@codesourcery.com>
1565
1566 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1567 produce debug information.
1568 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1569
0f6e71e3
YQ
15702014-11-14 Yao Qi <yao@codesourcery.com>
1571
1572 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1573 object and get function length.
1574 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1575 with MACRO_AT_func.
1576 (top-level): Replace gdb_compile and clean_restart with
1577 prepare_for_testing.
1578 * gdb.dwarf2/main.c (main): Add label main_label.
1579
876c4df9
YQ
15802014-11-14 Yao Qi <yao@codesourcery.com>
1581
1582 * lib/dwarf.exp (function_range): New procedure.
1583 (Dwarf::_handle_macro_at_func): New procedure.
1584 (Dwarf::_handle_macro_at_range): New procedure.
1585 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1586
02ad9cf1
YQ
15872014-11-14 Yao Qi <yao@codesourcery.com>
1588
1589 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1590 (_handle_attribute): New procedure.
1591
a59add0c
AA
15922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1593
1594 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1595 * gdb.base/call-sc.c (zed): Likewise.
1596 * gdb.base/checkpoint.c (main): Likewise.
1597 * gdb.base/dump.c (main): Likewise.
1598 * gdb.base/gcore.c (main): Likewise.
1599 * gdb.base/huge.c (main): Likewise.
1600 * gdb.base/multi-forks.c (main): Likewise.
1601 * gdb.base/pr10179-a.c (main): Likewise.
1602 * gdb.base/savedregs.c (main): Likewise.
1603 * gdb.base/sigaltstack.c (main): Likewise.
1604 * gdb.base/siginfo.c (main): Likewise.
1605 * gdb.base/structs.c (zed): Likewise.
1606 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1607 * gdb.mi/mi-syn-frame.c (main): Likewise.
1608 * gdb.mi/until.c (foo, main): Likewise.
1609 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1610 * gdb.base/solib-weak.c (foo): Declare.
1611 * gdb.base/attach-twice.c: Include stdio.h.
1612 * gdb.base/weaklib1.c: Likewise.
1613 * gdb.base/weaklib2.c: Likewise.
1614 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1615 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1616 unistd.h.
1617 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1618 * gdb.mi/mi-exit-code.c: Likewise.
1619 * gdb.base/break-interp-lib.c: Include string.h.
1620 * gdb.base/coremaker.c: Likewise.
1621 * gdb.base/testenv.c: Likewise.
1622 * gdb.python/py-finish-breakpoint.c: Likewise.
1623 * gdb.base/inferior-died.c: Include sys/wait.h.
1624 * gdb.base/fileio.c: Include time.h.
1625 * gdb.base/async-shell.c: Include unistd.h.
1626 * gdb.base/dprintf-non-stop.c: Likewise.
1627 * gdb.base/info-os.c: Likewise.
1628 * gdb.mi/mi-console.c: Likewise.
1629 * gdb.mi/watch-nonstop.c: Likewise.
1630 * gdb.python/py-events.c: Likewise.
1631 * gdb.base/async.c (baz): Move up before its invocation.
1632 * gdb.base/code_elim2.c (my_global_func): Likewise.
1633 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1634 * gdb.base/advance.c (func2): Likewise.
1635
3b5d5997
AA
16362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1637
1638 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1639 variant.
1640 * gdb.base/annota3.c: Likewise.
1641 * gdb.base/async.c: Likewise.
1642 * gdb.base/average.c: Likewise.
1643 * gdb.base/call-ar-st.c: Likewise.
1644 * gdb.base/call-rt-st.c: Likewise.
1645 * gdb.base/call-sc.c: Likewise.
1646 * gdb.base/call-strs.c: Likewise.
1647 * gdb.base/ending-run.c: Likewise.
1648 * gdb.base/execd-prog.c: Likewise.
1649 * gdb.base/exprs.c: Likewise.
1650 * gdb.base/foll-exec.c: Likewise.
1651 * gdb.base/foll-fork.c: Likewise.
1652 * gdb.base/foll-vfork.c: Likewise.
1653 * gdb.base/funcargs.c: Likewise.
1654 * gdb.base/gcore.c: Likewise.
1655 * gdb.base/jump.c: Likewise.
1656 * gdb.base/langs0.c: Likewise.
1657 * gdb.base/langs1.c: Likewise.
1658 * gdb.base/langs2.c: Likewise.
1659 * gdb.base/mips_pro.c: Likewise.
1660 * gdb.base/nodebug.c: Likewise.
1661 * gdb.base/opaque0.c: Likewise.
1662 * gdb.base/opaque1.c: Likewise.
1663 * gdb.base/recurse.c: Likewise.
1664 * gdb.base/run.c: Likewise.
1665 * gdb.base/scope0.c: Likewise.
1666 * gdb.base/scope1.c: Likewise.
1667 * gdb.base/setshow.c: Likewise.
1668 * gdb.base/setvar.c: Likewise.
1669 * gdb.base/shmain.c: Likewise.
1670 * gdb.base/shr1.c: Likewise.
1671 * gdb.base/shr2.c: Likewise.
1672 * gdb.base/sigall.c: Likewise.
1673 * gdb.base/signals.c: Likewise.
1674 * gdb.base/so-indr-cl.c: Likewise.
1675 * gdb.base/solib2.c: Likewise.
1676 * gdb.base/structs.c: Likewise.
1677 * gdb.base/sum.c: Likewise.
1678 * gdb.base/vforked-prog.c: Likewise.
1679 * gdb.base/watchpoint.c: Likewise.
1680 * gdb.reverse/shr2.c: Likewise.
1681 * gdb.reverse/until-reverse.c: Likewise.
1682 * gdb.reverse/ur1.c: Likewise.
1683 * gdb.reverse/watch-reverse.c: Likewise.
1684
066a77c5
AA
16852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1686
1687 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1688 variant.
1689 * gdb.base/sepdebug.exp: Drop references to removed code.
1690
4f204ea5
AA
16912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1692
1693 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1694 variant. Preserve original line numbering.
1695 * gdb.base/list1.c: Likewise.
1696
3b377a3a
AA
16972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1698
1699 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1700 variant.
1701 * gdb.base/break1.c: Likewise.
1702 * gdb.base/break.exp: Drop references to removed code.
1703
e444df73
AA
17042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1705
1706 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1707 variant.
1708
8008f2a7
AA
17092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1710
1711 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1712
a5a06887
AA
17132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1714
1715 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1716 logic into perform_all_tests() and invoke it with and without
1717 function header prototypes.
1718 (do_function_calls): Remove conditional XFAIL for PR 5318.
1719 (rerun_and_prepare): Remove duplicate code.
1720 (perform_all_tests): New. Main logic moved here.
1721
44dba9b9
AA
17222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1723
1724 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1725 code guarded by #ifdef NO_PROTOTYPES.
1726 (t_double_many_args): Likewise.
1727 (DEF_FUNC_MANY_ARGS_1): Likewise.
1728 (DEF_FUNC_VALUES_1): Likewise.
1729 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1730 guarded by #ifdef PROTOTYPES.
1731
d1fbcd56
AA
17322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1733
1734 * gdb.mi/mi-console.c: Add eye-catcher.
1735 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1736 instead of literal line number.
1737
b0e59b8f
AA
17382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1739
1740 * gdb.base/shr2.c: Add eye-catcher.
1741 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1742 line number.
1743
78f98cca
AA
17442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1745
1746 * gdb.base/jump.c: Add eye-catchers.
1747 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1748 numbers.
1749
58fa2af0
AA
17502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1751
1752 * gdb.base/execd-prog.c: Add eye-catchers.
1753 * gdb.base/foll-exec.c: Likewise.
1754 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1755 line numbers.
1756
04e5059b
AA
17572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1758
1759 * gdb.base/ending-run.c: Add eye-catchers.
1760 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1761 literal line numbers.
1762
dbfdb174
AA
17632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1764
1765 * gdb.base/call-rt-st.c: Add eye-catchers.
1766 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1767 literal line numbers.
1768
888a2ade
AA
17692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1770
1771 * gdb.base/call-ar-st.c: Add eye-catchers.
1772 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1773 literal line numbers.
1774
6acc2dde
AA
17752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1776
1777 * gdb.base/average.c: Add eye-catchers.
1778 * gdb.base/sum.c: Likewise.
1779 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1780 regexps dynamically.
1781
9ecfcd1d
AA
17822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1783
1784 * gdb.base/solib1.c: Add eye-catchers.
1785 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1786 literal line numbers.
1787
78708b7c
PA
17882014-11-12 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1791 leader has exited.
1792
af48d08f
PA
17932014-11-12 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.arch/i386-bp_permanent.c: New file.
1796 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1797 (srcfile): Set to i386-bp_permanent.c.
1798 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1799 that stepi does not execute the 'leave' instruction, instead of
1800 testing it does execute.
1801 * gdb.base/bp-permanent.c: New file.
1802 * gdb.base/bp-permanent.exp: New file.
1803
af3768e9
DE
18042014-11-10 Doug Evans <xdje42@gmail.com>
1805
1806 PR symtab/17564
1807 * gdb.base/symtab-search-order.exp: New file.
1808 * gdb.base/symtab-search-order.c: New file.
1809 * gdb.base/symtab-search-order-1.c: New file.
1810 * gdb.base/symtab-search-order-shlib-1.c: New file.
1811
9de00a4a
PA
18122014-11-07 Pedro Alves <palves@redhat.com>
1813
1814 PR gdb/17511
1815 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1816 i?86-*-linux*.
1817
e0f52461
SC
18182014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1819
1820 PR c++/17494
1821 * gdb.cp/pr17494.cc: New file.
1822 * gdb.cp/pr17494.exp: New file.
1823
6ce8c980
YQ
18242014-11-02 Yao Qi <yao@codesourcery.com>
1825
1826 * gdb.python/python.exp: Get working directory and match the
1827 output of "set extended-prompt \\w " with it.
1828
02be9a71
DE
18292014-10-30 Doug Evans <dje@google.com>
1830
1831 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1832 in objfiles.
1833 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1834 in progspaces.
1835
3bdff46b
LM
18362014-10-30 Janis Johnson <janisjo@codesourcery.com>
1837
1838 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1839 * gdb.base/realname-expand.exp: Likewise.
1840 * gdb.linespec/macro-relative.exp: Likewise.
1841
ab917dfb
PA
18422014-10-29 Pedro Alves <palves@redhat.com>
1843
1844 PR gdb/17408
1845 * gdb.threads/schedlock.c (some_function): New function.
1846 (call_function): New global.
1847 (MAYBE_CALL_SOME_FUNCTION): New macro.
1848 (thread_function): Call it.
1849 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1850 and use it instead of a global counter. Adjust all callers.
1851 (get_current_thread): Use "find current thread" for test message
1852 here rather than having all callers pass down the same string.
1853 (goto_loop): New procedure, factored out from ...
1854 (my_continue): ... this.
1855 (step_ten_loops): Change parameter from test message to command to
1856 use. Adjust.
1857 (list_count): Delete global.
1858 (check_result): New procedure, factored out from duplicate top
1859 level code.
1860 (continue tests): Wrap in with_test_prefix.
1861 (test_step): New procedure, factored out from duplicate top level
1862 code.
1863 (top level): Test "step" in combination with all scheduler-locking
1864 modes. Test "next" in combination with all scheduler-locking
1865 modes, and in combination with stepping over a function call or
1866 not.
1867 * gdb.threads/next-bp-other-thread.c: New file.
1868 * gdb.threads/next-bp-other-thread.exp: New file.
1869
d3d4baed
PA
18702014-10-29 Pedro Alves <palves@redhat.com>
1871
1872 PR python/17372
1873 * gdb.python/python.exp: Test a multi-line command that spawns
1874 interactive Python.
1875 * gdb.base/multi-line-starts-subshell.exp: New file.
1876
563e8d85
YQ
18772014-10-29 Yao Qi <yao@codesourcery.com>
1878
1879 * gdb.base/fileio.exp: Make directories on host.
1880
0ea4d52e
YQ
18812014-10-29 Yao Qi <yao@codesourcery.com>
1882
1883 * gdb.base/fileio.c (test_write): Close the file.
1884
7f5ef605
PA
18852014-10-28 Pedro Alves <palves@redhat.com>
1886
1887 PR gdb/12623
1888 * gdb.base/sigstep.c (no_handler): New global.
1889 (main): If 'no_handler is true, set the signal handlers to
1890 SIG_IGN.
1891 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1892 with_sw_watch and no_handler parameters. Handle them.
1893 (top level) <stepping over handler when stopped at a breakpoint
1894 test>: Add a test axis for testing with a software watchpoint, and
1895 another for testing with the signal handler set to SIG_IGN.
1896 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1897 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1898
abbdbd03
PA
18992014-10-28 Pedro Alves <palves@redhat.com>
1900
1901 PR gdb/17511
1902 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1903 * gdb.base/sigstep.exp (other_handler_location): New global.
1904 (advance): Support stepping into the signal handler, and running
1905 commands while in the handler.
1906 (in_handler_map): New global.
1907 (top level): In the advance test, add combinations for getting
1908 into the handler with stepping commands, and for running commands
1909 in the handler. Add comment descripting the advancei tests.
1910
1df4399f
PA
19112014-10-28 Pedro Alves <palves@redhat.com>
1912
1913 * gdb.base/sigstep.exp: Use build_executable instead of
1914 prepare_for_testing.
1915 (top level): Move code that starts GDB, runs to main and creates a
1916 display to ...
1917 (restart): ... this new procedure.
1918 (top level): Move backtrace from signal handler test to ...
1919 (validate_backtrace): ... this new procedure.
1920 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1921 with_test_prefix. Always restart GDB.
1922 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1923 with_test_prefix. Always restart GDB. No need to delete
1924 breakpoints after the test.
1925 (test_skip_handler): Remove prefix parameter.
1926 (skip_over_handler, breakpoint_to_handler)
1927 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1928 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1929 restart GDB. No need to delete breakpoints after the test.
1930 (top level): Use foreach to call the test procedures with
1931 different commands.
1932
a5b6e449
PA
19332014-10-28 Pedro Alves <palves@redhat.com>
1934
1935 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1936 instead of GNATS numbers.
1937 * gdb.base/sigbpt.exp: Likewise.
1938 * gdb.base/siginfo.exp: Likewise.
1939 * gdb.base/sigstep.exp: Likewise.
1940
e5f8a7cc
PA
19412014-10-27 Pedro Alves <palves@redhat.com>
1942
1943 * gdb.base/sigstep.c (dummy): New global.
1944 (main): Issue a couple writes to the new global.
1945 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1946 procedures.
1947 (skip_over_handler): Use test_skip_handler.
1948 (top level): Call skip_over_handler for stepi and nexti too.
1949 (breakpoint_over_handler): Use test_skip_handler.
1950 (top level): Call breakpoint_over_handler for stepi and nexti too.
1951
763905a3
YQ
19522014-10-27 Yao Qi <yao@codesourcery.com>
1953
1954 * gdb.trace/tfile.c (adjust_function_address)
1955 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1956 function descriptor.
1957
6f259a23
DB
19582014-10-24 Don Breazeal <donb@codesourcery.com>
1959
1960 * gdb.base/foll-fork.exp (test_follow_fork,
1961 catch_fork_child_follow): Check for updated fork messages emitted
1962 from infrun.c.
1963 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1964 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1965 vfork_and_exec_child_follow_through_step): Check for updated vfork
1966 messages emitted from infrun.c.
1967
09dd9a69
PA
19682014-10-24 Pedro Alves <palves@redhat.com>
1969
1970 * gdb.base/corefile.exp: Remove references to ultrix.
1971 * gdb.base/interrupt.exp: Likewise.
1972 * gdb.base/whatis.exp: Likewise.
1973 * gdb.gdb/selftest.exp: Likewise.
1974 * gdb.threads/manythreads.exp: Likewise.
1975 * gdb.threads/print-threads.exp: Likewise.
1976 * gdb.threads/pthreads.exp:: Likewise.
1977 * gdb.threads/schedlock.exp: Likewise.
1978
3433cfa5
SC
19792014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1980
1981 * gdb.cp/non-trivial-retval.cc: Add a test case.
1982 * gdb.cp/non-trivial-retval.exp: Add a test.
1983
092f880b
YQ
19842014-10-20 Yao Qi <yao@codesourcery.com>
1985
1986 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1987 * gdb.python/py-objfile-script-gdb.py: New file.
1988 * gdb.python/py-objfile-script.exp: Update reference to
1989 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1990 of remote_download. Remove the dest file.
1991
acbdb7f3
YQ
19922014-10-20 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1995 * gdb.base/step-line.exp: Likewise.
1996 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1997 * gdb.dwarf2/dw2-basic.exp: Likewise.
1998 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1999 * gdb.dwarf2/dw2-filename.exp: Likewise.
2000 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2001 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2002 * gdb.dwarf2/dw2-producer.exp: Likewise.
2003 * gdb.dwarf2/mac-fileno.exp: Likewise.
2004 * gdb.python/py-frame-args.exp: Likewise.
2005 * gdb.python/py-framefilter.exp: Likewise.
2006 * gdb.python/py-mi.exp: Likewise.
2007 * gdb.python/py-objfile-script.exp: Likewise
2008 * gdb.python/py-pp-integral.exp: Likewise.
2009 * gdb.python/py-pp-re-notag.exp: Likewise.
2010 * gdb.python/py-prettyprint.exp: Likewise.
2011 * gdb.python/py-section-script.exp: Likewise.
2012 * gdb.python/py-typeprint.exp: Likewise.
2013 * gdb.python/py-xmethods.exp: Likewise.
2014 * gdb.stabs/weird.exp: Likewise.
2015 * gdb.xml/tdesc-regs.exp: Likewise.
2016
bd286a29
KCY
20172014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2018
2019 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2020 (out_cu): Use addr_len for the size of addresses.
2021 (out_line): Likewise. Size DW_LNE_set_address instruction
2022 according to addr_len.
2023 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2024 (FUNC): Add START_INSNS to definition.
2025
673dc4a0
YQ
20262014-10-18 Yao Qi <yao@codesourcery.com>
2027
2028 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2029 gdb_has_argv0 return true.
2030 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2031 check [target_info exists noargs], check [gdb_has_argv0]
2032 instead.
2033 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2034 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2035 procedures.
2036
4ffbba72
DE
20372014-10-17 Doug Evans <dje@google.com>
2038
2039 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2040 event.
2041 * gdb.python/py-events.py: Add clear_objfiles event.
2042
d096d8c1
DE
20432014-10-17 Doug Evans <dje@google.com>
2044
2045 * gdb.python/py-objfile.exp: Test progspace attribute.
2046
a80db015
LM
20472014-10-17 Luis Machado <lgustavo@codesourcery.com>
2048
2049 * gdb.guile/scm-breakpoint.exp: Do not assume any
2050 directory separators when matching source file paths.
2051 * gdb.python/py-breakpoint.exp: Likewise.
2052 * gdb.reverse/break-precsave.exp: Likewise.
2053 * gdb.reverse/break-reverse.exp: Likewise.
2054 * gdb.reverse/consecutive-precsave.exp: Likewise.
2055 * gdb.reverse/finish-precsave.exp: Likewise.
2056 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2057 * gdb.reverse/finish-reverse.exp: Likewise.
2058 * gdb.reverse/i386-precsave.exp: Likewise.
2059 * gdb.reverse/i387-env-reverse.exp: Likewise.
2060 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2061 * gdb.reverse/machinestate-precsave.exp: Likewise.
2062 * gdb.reverse/machinestate.exp: Likewise.
2063 * gdb.reverse/sigall-precsave.exp: Likewise.
2064 * gdb.reverse/solib-precsave.exp: Likewise.
2065 * gdb.reverse/step-precsave.exp: Likewise.
2066 * gdb.reverse/until-precsave.exp: Likewise.
2067 * gdb.reverse/watch-precsave.exp: Likewise.
2068 * gdb.reverse/watch-reverse.exp: Likewise.
2069
b22089ab
YQ
20702014-10-17 Yao Qi <yao@codesourcery.com>
2071
2072 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2073 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2074
6c4486e6
PA
20752014-10-17 Pedro Alves <palves@redhat.com>
2076
2077 PR gdb/17471
2078 * gdb.base/bg-execution-repeat.c: New file.
2079 * gdb.base/bg-execution-repeat.exp: New file.
2080
0ff33695
PA
20812014-10-17 Pedro Alves <palves@redhat.com>
2082
2083 PR gdb/17300
2084 * gdb.base/continue-all-already-running.c: New file.
2085 * gdb.base/continue-all-already-running.exp: New file.
2086
6fdebc3d
PA
20872014-10-17 Pedro Alves <palves@redhat.com>
2088
2089 PR gdb/17472
2090 * gdb.base/annota-input-while-running.c: New file.
2091 * gdb.base/annota-input-while-running.exp: New file.
2092
32a8097b
PA
20932014-10-17 Pedro Alves <palves@redhat.com>
2094
2095 * gdb.base/callfuncs.exp: emove references to osf.
2096 * gdb.base/sigall.exp: Likewise.
2097 * gdb.gdb/selftest.exp: Likewise.
2098 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2099 * gdb.mi/non-stop.c: Likewise.
2100 * gdb.mi/pthreads.c: Likewise.
2101 * gdb.reverse/sigall-precsave.exp: Likewise.
2102 * gdb.reverse/sigall-reverse.exp: Likewise.
2103 * gdb.threads/pthreads.c: Likewise.
2104 * gdb.threads/pthreads.exp: Likewise.
2105
7a3517ff
YQ
21062014-10-17 Yao Qi <yao@codesourcery.com>
2107
2108 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2109 check 'target_info exists noargs'.
2110 (test_command_prompt_position): Likewise.
2111 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2112 Remove "set args".
2113 (progvar_simple_while_test): Likewise.
2114 (progvar_complex_if_while_test): Likewise.
2115 (if_while_breakpoint_command_test): Likewise.
2116 (infrun_breakpoint_command_test): Likewise.
2117 (breakpoint_command_test): Likewise.
2118 (watchpoint_command_test): Likewise.
2119 (bp_deleted_in_command_test): Likewise.
2120 (temporary_breakpoint_commands): Likewise.
2121
bb99c472
YQ
21222014-10-16 Yao Qi <yao@codesourcery.com>
2123
2124 * gdb.base/remotetimeout.exp: Remove noargs checking.
2125
7c16b83e
PA
21262014-10-15 Pedro Alves <palves@redhat.com>
2127
2128 PR breakpoints/9649
2129 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2130 * gdb.base/breakpoint-in-ro-region.exp
2131 (probe_target_hardware_step): New procedure.
2132 (top level): Probe hardware stepping and hardware breakpoint
2133 support. Test stepping through a read-only region, with both
2134 "breakpoint auto-hw" on and off and both "always-inserted" on and
2135 off.
2136
35a49624
IB
21372014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2138
2139 * gdb.dlang/demangle.exp: Update for demangling changes.
2140
2d1c107c
SC
21412014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2142
2143 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2144 * gdb.cp/non-trivial-retval.exp: Add new tests.
2145
778811d5
SC
21462014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2147
2148 PR c++/13403
2149 PR c++/15154
2150 * gdb.cp/non-trivial-retval.cc: New file.
2151 * gdb.cp/non-trivial-retval.exp: New file.
2152
10c5f0a8
YQ
21532014-10-15 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2156 remote host.
2157
65d7b369
YQ
21582014-10-15 Yao Qi <yao@codesourcery.com>
2159
2160 * gdb.python/py-symbol.exp: Match file base name if host is
2161 remote, otherwise match file name with dir name.
2162 * gdb.python/py-symtab.exp: Likewise.
2163 * gdb.python/python.exp: Likewise.
2164
46dc1394
YQ
21652014-10-15 Yao Qi <yao@codesourcery.com>
2166
2167 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2168 pattern.
2169 * gdb.python/py-symtab.exp: Likewise.
2170 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2171 locationn.
2172
c40cc657
JB
21732014-10-14 Joel Brobecker <brobecker@adacore.com>
2174
2175 * gdb.ada/addr_arith: New testcase.
2176
2abf49e1
MR
21772014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2178
2179 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2180 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2181 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2182 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2183
f7088df3
SDJ
21842014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2185
2186 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2187 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2188 * gdb.arch/stap-eval-lang-ada.exp: New file.
2189
4dc06805
YQ
21902014-10-14 Yao Qi <yao@codesourcery.com>
2191
2192 * gdb.mi/mi-var-child.c (nothing1): New function.
2193 (nothing2): New function.
2194 (do_children_tests): Set function pointers by nothing1 and
2195 nothing2.
2196 * gdb.mi/mi-var-child.exp: Step over new added statements.
2197 Update test to match the new output.
2198 * gdb.mi/var-cmd.c (nothing1): New function.
2199 (nothing2): New function.
2200 (do_children_tests): Set function pointers by nothing1 and
2201 nothing2.
2202 * gdb.mi/mi-var-display.exp: Update test to match output.
2203 Step to the line specified by $line_dct_nothing.
2204 Increase the number of lines to step.
2205
46a93de2
YQ
22062014-10-14 Yao Qi <yao@codesourcery.com>
2207
2208 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2209 tests.
2210 * gdb.mi/mi2-var-child.exp: Likewise.
2211
14ea52ee
DE
22122014-10-13 Doug Evans <dje@google.com>
2213
2214 * gdb.python/py-objfile.exp: Change name of file name test.
2215
e5c6e92b
DE
22162014-10-13 Doug Evans <dje@google.com>
2217
2218 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2219 from the start of the CU.
2220
c780cc2f
JK
22212014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2222 Yao Qi <yao@codesourcery.com>
2223
2224 Fix "save breakpoints" for "catch" command.
2225 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2226 Remove -nonewline. Match also the added "main" line.
2227
99894e11
JK
22282014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2229
2230 Fix "save breakpoints" for "disable $bpnum" command.
2231 * gdb.base/save-bp.c (main): Add label.
2232 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2233
6e1ac5a3
JK
22342014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2235
2236 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2237
754dd2b0
YQ
22382014-10-11 Yao Qi <yao@codesourcery.com>
2239
2240 * gdb.server/server-kill.exp: Execute command
2241 "set remote trace-status-packet on" before "tstatus".
2242
f90183d7
YQ
22432014-10-11 Yao Qi <yao@codesourcery.com>
2244
2245 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2246 (main): Call getppid.
2247 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2248 and continue to it. Read variable "server_pid".
2249
bf40a607
YQ
22502014-10-11 Yao Qi <yao@codesourcery.com>
2251
2252 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2253
052ca370
YQ
22542014-10-11 Yao Qi <yao@codesourcery.com>
2255
2256 * gdb.threads/thread-find.exp: Don't execute command
2257 "info threads".
2258 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2259 * gdb.threads/linux-dp.exp: Don't check the condition
2260 $threads_created equals to zero.
2261
3831839c
PA
22622014-10-10 Pedro Alves <palves@redhat.com>
2263
2264 * gdb.base/bigcore.exp: Remove references to IRIX.
2265 * gdb.base/funcargs.exp: Likewise.
2266 * gdb.base/interrupt.exp: Likewise.
2267 * gdb.base/mips_pro.exp: Likewise.
2268 * gdb.base/nodebug.exp: Likewise.
2269 * gdb.base/setvar.exp: Likewise.
2270 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2271
8b9a549d
PA
22722014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2273 Pedro Alves <palves@redhat.com>
2274
2275 PR symtab/14466
2276 * gdb.base/vdso-warning.c: New file.
2277 * gdb.base/vdso-warning.exp: New file.
2278
d48ba5e8
DE
22792014-10-02 Doug Evans <dje@google.com>
2280
2281 * gdb.base/structs.c (main): Don't run forever.
2282
2278c276
PA
22832014-10-02 Pedro Alves <palves@redhat.com>
2284
2285 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2286 (top level) <stop threads 1, stop threads 2>: Use it.
2287
b57bacec
PA
22882014-10-02 Pedro Alves <palves@redhat.com>
2289
2290 * gdb.threads/break-while-running.exp (test): Add new
2291 'update_thread_list' argument. Skip "info threads" if false.
2292 (top level): Add new 'update_thread_list' axis.
2293
13fd3ff3
PA
22942014-10-02 Pedro Alves <palves@redhat.com>
2295
2296 PR breakpoints/17431
2297 * gdb.base/execl-update-breakpoints.c: New file.
2298 * gdb.base/execl-update-breakpoints.exp: New file.
2299
0fec99e8
PA
23002014-10-01 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.base/breakpoint-in-ro-region.c: New file.
2303 * gdb.base/breakpoint-in-ro-region.exp: New file.
2304
2ddf4301
SM
23052014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2306
2307 * gdb.mi/mi-exit-code.exp: New file.
2308 * gdb.mi/mi-exit-code.c: New file.
2309
6a5f3f43
YQ
23102014-09-30 Yao Qi <yao@codesourcery.com>
2311
2312 * lib/prelink-support.exp (build_executable_own_libs): Error if
2313 the target isn't native.
2314
345bcc73
YQ
23152014-09-30 Yao Qi <yao@codesourcery.com>
2316
2317 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2318 false.
2319
a25a5a45
PA
23202014-09-22 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.threads/break-while-running.exp: New file.
2323 * gdb.threads/break-while-running.c: New file.
2324
00ba3162
YQ
23252014-09-19 Yao Qi <yao@codesourcery.com>
2326
2327 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2328 Invoke test. Restart GDB with --readnow and invoke test again.
2329
c3b7b696
YQ
23302014-09-19 Yao Qi <yao@codesourcery.com>
2331
2332 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2333 proc set_breakpoint_on_gcd_function. Invoke
2334 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2335 invoke set_breakpoint_on_gcd_function again.
2336
2b4fd423
DE
23372014-09-18 Doug Evans <dje@google.com>
2338
2339 * gdb.dwarf2/symtab-producer.exp: New file.
2340
a5947601
SDJ
23412014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2342
2343 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2344 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2345 * gdb.base/global-var-nested-by-dso.c: Likewise.
2346 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2347
91c19059
SDJ
23482014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2349 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.base/watch-bitfields.exp: Pass string other than test file
2352 name to prepare_for_testing.
2353 (watch): New procedure.
2354 (expect_watchpoint): Use with_test_prefix.
2355 (top level): Factor out tests to ...
2356 (test_watch_location, test_regular_watch): ... these new
2357 procedures, and use with_test_prefix and gdb_continue_to_end.
2358
bb9d5f81
PP
23592014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2360
2361 PR breakpoints/12526
2362 * gdb.base/watch-bitfields.exp: New file.
2363 * gdb.base/watch-bitfields.c: New file.
2364
635856f5
PA
23652014-09-16 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2368 software and hardware addresses, not software address against
2369 itself.
2370
7280ceea
PA
23712014-09-16 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2374 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2375
428b16bd
PA
23762014-09-16 Pedro Alves <palves@redhat.com>
2377
2378 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2379 files.
2380 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2381 "*-*-vxworks*" throughout.
2382 * gdb.base/break.exp: Likewise.
2383 * gdb.base/default.exp: Likewise.
2384 * gdb.base/scope.exp: Likewise.
2385 * gdb.base/sepdebug.exp: Likewise.
2386 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2387 throughout.
2388 * gdb.base/run.c: Likewise.
2389 * gdb.base/sepdebug.c: Likewise.
2390 * gdb.hp/gdb.aCC/run.c: Likewise.
2391 * gdb.reverse/until-reverse.c: Likewise.
2392 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2393
666d413c
YQ
23942014-09-16 Yao Qi <yao@codesourcery.com>
2395
2396 * boards/local-remote-host-native.exp: New file.
2397
57cbd724
DE
23982014-09-14 Doug Evans <xdje42@gmail.com>
2399
2400 * gdb.threads/queue-signal.c (thread_count): New variable.
2401 (thread_count_mutex, thread_count_condvar): New variables.
2402 (incr_thread_count, wait_all_threads_running): New functions.
2403 (main): Wait for all threads to be in their thread functions.
2404
81219e53
DE
24052014-09-13 Doug Evans <xdje42@gmail.com>
2406
2407 * gdb.threads/queue-signal.c: New file.
2408 * gdb.threads/queue-signal.exp: New file.
2409
3714cea7
DE
24102014-09-13 Doug Evans <xdje42@gmail.com>
2411
2412 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2413 be consistent with what default_gdb_init uses.
2414 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2415 the plain text of the prompt. Add some logging printfs.
2416 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2417
fa43b1d7
PA
24182014-09-12 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2421 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2422 * gdb.arch/i386-size-overlap.exp: Likewise.
2423 * gdb.arch/i386-size.exp: Likewise.
2424 * gdb.arch/i386-unwind.exp: Likewise.
2425 * gdb.base/a2-run.exp: Likewise.
2426 * gdb.base/break.exp: Likewise.
2427 * gdb.base/charset.exp: Likewise.
2428 * gdb.base/chng-syms.exp: Likewise.
2429 * gdb.base/commands.exp: Likewise.
2430 * gdb.base/dbx.exp: Likewise.
2431 * gdb.base/find.exp: Likewise.
2432 * gdb.base/funcargs.exp: Likewise.
2433 * gdb.base/jit-simple.exp: Likewise.
2434 * gdb.base/reread.exp: Likewise.
2435 * gdb.base/sepdebug.exp: Likewise.
2436 * gdb.base/step-bt.exp: Likewise.
2437 * gdb.cp/mb-inline.exp: Likewise.
2438 * gdb.cp/mb-templates.exp: Likewise.
2439 * gdb.objc/basicclass.exp: Likewise.
2440 * gdb.threads/killed.exp: Likewise.
2441
9d9bf2df
EBM
24422014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2443
2444 PR tdep/17379
2445 * gdb.arch/powerpc-stackless.S: New file.
2446 * gdb.arch/powerpc-stackless.exp: New file.
2447
1cf2f1b0
JK
24482014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2449
2450 * gdb.base/attach.c: Include unistd.h.
2451 (main): Call alarm. Add label postloop.
2452 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2453 gdb_breakpoint, gdb_continue_to_breakpoint.
2454 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2455
98880d46
PA
24562014-09-11 Pedro Alves <palves@redhat.com>
2457
2458 PR gdb/17347
2459 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2460 * gdb.base/attach.exp (test_command_line_attach_run): New
2461 procedure.
2462 (top level): Call it.
2463
4c92ff2c
PA
24642014-09-11 Pedro Alves <palves@redhat.com>
2465
2466 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2467 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2468 (do_command_attach_tests): Use spawn_wait_for_attach.
2469 * gdb.base/solib-overlap.exp: Likewise.
2470 * gdb.multi/multi-attach.exp: Likewise.
2471 * gdb.python/py-prompt.exp: Likewise.
2472 * gdb.python/py-sync-interp.exp: Likewise.
2473 * gdb.server/ext-attach.exp: Likewise.
2474
3adc1a7d
GKB
24752014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2476
2477 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2478 command in testcase. Simplify testcase.
2479
96334934
JB
24802014-09-10 Joel Brobecker <brobecker@adacore.com>
2481
2482 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2483
eb479039
JB
24842014-09-10 Joel Brobecker <brobecker@adacore.com>
2485
2486 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2487
deede10c
JB
24882014-09-10 Joel Brobecker <brobecker@adacore.com>
2489
2490 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2491
7828a5f5
JB
24922014-09-10 Joel Brobecker <brobecker@adacore.com>
2493
2494 * gdb.dwarf2/dynarr-ptr.c: New file.
2495 * gdb.dwarf2/dynarr-ptr.exp: New file.
2496
33aeebcf
MR
24972014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2498
2499 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2500 of 30 rather than hardcoding 120 for a slow test case. Take the
2501 `gdb,timeout' target setting into account for this calculation.
2502 Don't extend the timeout for the test cases that don't need it.
2503
7b415901
MR
25042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2505
2506 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2507 a factor of 2 for a slow test case. Take the `gdb,timeout'
2508 target setting into account for this calculation.
2509 * gdb.reverse/until-precsave.exp: Increase the timeout by
2510 a factor of 15 and 3 respectively rather than adding 120
2511 for a pair of slow test cases. Take the `gdb,timeout'
2512 target setting into account for this calculation.
2513
4a40f85a
MR
25142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2515
2516 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2517 timeout, don't pass one down to gdb_expect.
2518 (gdb_expect): Rework timeout selection.
2519
09635af7
MR
25202014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2521
2522 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2523 exception on timeout.
2524 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2525 (gdbserver_start_extended): Catch any `gdbserver_start' error
2526 exceptions.
2527 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2528 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2529 `gdbserver_gdb_load' error exceptions.
2530
2bdd10b7
MR
25312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2532
2533 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2534 120 on waiting for the TCP socket to open.
2535
316935f0
DE
25362014-09-09 Doug Evans <xdje42@gmail.com>
2537
2538 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2539 _caller_matches, _any_caller_is, _any_caller_matches.
2540
83740597
DE
25412014-09-09 Doug Evans <xdje42@gmail.com>
2542
2543 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2544
4c122fc3
YQ
25452014-09-09 Yao Qi <yao@codesourcery.com>
2546
2547 * gdb.mi/mi-var-display.exp: Set print symbol off.
2548
a9f116cb
GKB
25492014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2550
2551 PR gdb/17035
2552 * gdb.base/commands.exp: Add tests to verify user-defined
2553 commands with empty bodies.
2554 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2555 python commands in `show user command`.
2556 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2557 scheme commands in `show user command`.
2558
c75bd3a2
JK
25592014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2560
2561 PR python/17355
2562 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2563 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2564 * gdb.python/py-framefilter-invalidarg.exp: New file.
2565 * gdb.python/py-framefilter-invalidarg.py: New file.
2566
faa42425
DE
25672014-09-06 Doug Evans <xdje42@gmail.com>
2568
2569 PR 15276
2570 * gdb.python/py-caller-is.c: New file.
2571 * gdb.python/py-caller-is.exp: New file.
2572
474ca4f6
SDJ
25732014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2574
2575 PR gdb/17235
2576 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2577 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2578
eb0b0463
SDJ
25792014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2580
2581 PR fortran/17237
2582 * gdb.fortran/print-formatted.exp: New file.
2583 * gdb.fortran/print-formatted.f90: Likewise.
2584
5f3b99cf
SS
25852014-09-03 Sasha Smundak <asmundak@google.com>
2586
2587 * gdb.python/py-frame.exp: Test Frame.read_register.
2588
7d793aa9
SDJ
25892014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2590
2591 PR python/16699
2592 * gdb.python/py-completion.exp: New file.
2593 * gdb.python/py-completion.py: Likewise.
2594
fb0576e9
DE
25952014-08-28 Doug Evans <dje@google.com>
2596
2597 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2598 eax,etc. are live with values set by gdb and thus the compiler can't
2599 use them.
2600 * gdb.arch/i386-pseudo.c (main): Ditto.
2601
ee92b0dd
DE
26022014-08-27 Doug Evans <dje@google.com>
2603
2604 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2605
6649db35
DE
26062014-08-25 Doug Evans <dje@google.com>
2607
2608 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2609 (main): Ditto.
2610
564b7600
DE
26112014-08-25 Doug Evans <dje@google.com>
2612
2613 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2614
3881fb67
YQ
26152014-08-24 Yao Qi <yao@codesourcery.com>
2616
2617 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2618 symbol off.
2619 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2620
a05a36a5
DE
26212014-08-22 Doug Evans <dje@google.com>
2622
2623 PR 17276
2624 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2625 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2626 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2627
7c343b48
YQ
26282014-08-22 Yao Qi <yao@codesourcery.com>
2629
2630 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2631 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2632 * gdb.python/python.exp: Likewise. Use .py file on the host
2633 instead of the build.
2634
22fd09ae
JK
26352014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.threads/gcore-stale-thread.c: New file.
2638 * gdb.threads/gcore-stale-thread.exp: New file.
2639
a8454a7c
PA
26402014-08-21 Pedro Alves <palves@redhat.com>
2641
2642 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2643 * gdb.base/gcore-relro-pie.exp: Likewise.
2644 * gdb.base/gcore-relro.exp: Likewise.
2645 * gdb.base/gcore.exp: Likewise.
2646 * gdb.base/print-symbol-loading.exp: Likewise.
2647 * gdb.threads/gcore-thread.exp: Likewise.
2648 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2649
2a31c623
PA
26502014-08-20 Pedro Alves <palves@redhat.com>
2651 Jan Kratochvil <jan.kratochvil@redhat.com>
2652
2653 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2654 configure.
2655 (EXPECT): Handle READ1 being set.
2656 (all): Depend on EXTRA_RULES.
2657 (check-read1, expect-read1, read1.so, read1): New rules.
2658 * README (Testsuite Parameters): Document the READ1 make variable.
2659 (Race detection): New section.
2660 * configure: Regenerate.
2661 * configure.ac: If build==host==target, and running under a
2662 GNU/glibc system, add read1 to the extra Makefile rules.
2663 (EXTRA_RULES): AC_SUBST it.
2664 * lib/read1.c: New file.
2665
d36430db
JB
26662014-08-20 Joel Brobecker <brobecker@adacore.com>
2667
2668 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2669 the handling of variables declared as a typedef to an array
2670 which a DW_AT_data_location attribute.
2671
9a0dc9e3
PA
26722014-08-19 Andrew Burgess <aburgess@broadcom.com>
2673 Pedro Alves <palves@redhat.com>
2674
2675 PR symtab/14604
2676 PR symtab/14605
2677 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2678 gdb_test.
2679
0718a8da
PA
26802014-08-19 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2683
13b448cd
YQ
26842014-08-19 Yao Qi <yao@codesourcery.com>
2685
2686 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2687 right line.
2688
1cbf5077
DB
26892014-08-18 David Blaikie <dblaikie@gmail.com>
2690
2691 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2692
bf0fae19
JB
26932014-08-18 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2696 attribute in array range.
2697
3c8c5dcc
JB
26982014-08-18 Joel Brobecker <brobecker@adacore.com>
2699
2700 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2701
e66d4446
SC
27022014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2703
2704 PR c++/17132
2705 * gdb.cp/pr17132.cc: New file.
2706 * gdb.cp/pr17132.exp: New file.
2707
940df408
SC
27082014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2709
2710 * gdb.python/py-xmethods.py (A_getarrayind)
2711 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2712 Use 'print' with function call syntax.
2713 (E_method_matcher.match): Fix tab vs space indentation mixup.
2714
ebcc6c3a
YQ
27152014-08-15 Yao Qi <yao@codesourcery.com>
2716
2717 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2718 false.
2719
775e0f04
YQ
27202014-08-15 Yao Qi <yao@codesourcery.com>
2721
2722 * gdb.cp/casts.exp: Set print symbol off.
2723 * gdb.cp/class2.exp: Likewise.
2724 * gdb.cp/overload.exp: Likewise.
2725 * gdb.cp/templates.exp: Likewise.
2726
d769e349
DE
27272014-08-11 Doug Evans <dje@google.com>
2728
2729 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2730 (test_load_shlib): Update.
2731
20c6f1e1
YQ
27322014-08-09 Yao Qi <yao@codesourcery.com>
2733
2734 * gdb.base/display.exp: Invoke is_address_zero_readable.
2735 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2736 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2737 * gdb.base/hbreak-unmapped.exp: Return if
2738 is_address_zero_readable returns true.
2739 * gdb.base/signest.exp: Likewise.
2740 * gdb.base/signull.exp: Likewise.
2741 * gdb.base/sigbpt.exp: Likewise.
2742 * gdb.guile/scm-disasm.exp: Do the test if
2743 is_address_zero_readable returns false.
2744 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2745 * gdb.python/py-arch.exp: Likewise.
2746 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2747 * lib/gdb.exp (is_address_zero_readable): New proc.
2748
5792e8e3
YQ
27492014-08-09 Yao Qi <yao@codesourcery.com>
2750
2751 PR testsuite/13443
2752 * gdb.mi/mi-var-display.exp: Make test messages unique.
2753
3cecbbbe
TT
27542014-08-04 Tom Tromey <tromey@redhat.com>
2755
2756 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2757 target 0".
2758
00b51ff5
TT
27592014-08-04 Tom Tromey <tromey@redhat.com>
2760
2761 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2762 "target_resume".
2763
6908c509
JB
27642014-08-01 Joel Brobecker <brobecker@adacore.com>
2765
2766 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2767 inner_vla_struct_object_size.
2768 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2769 as xfail.
2770
cc6563d2
PA
27712014-07-30 Pedro Alves <palves@redhat.com>
2772
2773 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2774 comment.
2775
7e09a223
YQ
27762014-07-29 Yao Qi <yao@codesourcery.com>
2777
2778 PR gdb/17206
2779 * gdb.base/until-nodebug.exp: New.
2780
7ebdbe92
DE
27812014-07-28 Doug Evans <xdje42@gmail.com>
2782
2783 PR guile/17203
2784 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2785 previously existing parameter, and previously ambiguously spelled
2786 parameter.
2787
fdb1adc6
WN
27882014-07-28 Will Newton <will.newton@linaro.org>
2789
2790 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2791
186fcde0
DE
27922014-07-26 Ludovic Courtès <ludo@gnu.org>
2793 Doug Evans <xdje42@gmail.com>
2794
2795 PR guile/17146
2796 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2797
70509625
PA
27982014-07-25 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.threads/signal-command-handle-nopass.c: New file.
2801 * gdb.threads/signal-command-handle-nopass.exp: New file.
2802 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2803 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2804 * gdb.threads/signal-delivered-right-thread.c: New file.
2805 * gdb.threads/signal-delivered-right-thread.exp: New file.
2806
c3f814a1
PA
28072014-07-25 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/double-prompt-target-event-error.exp
2810 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2811 match.
2812 (cancel_pagination_in_target_event): Rework double prompt
2813 detection.
2814 * gdb.base/paginate-after-ctrl-c-running.exp
2815 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2816 <return>' match.
2817 * gdb.base/paginate-bg-execution.exp
2818 (test_bg_execution_pagination_return)
2819 (test_bg_execution_pagination_cancel): Remove '-notransfer
2820 <return>' matches.
2821 * gdb.base/paginate-execution-startup.exp
2822 (test_fg_execution_pagination_return)
2823 (test_fg_execution_pagination_cancel): Remove '-notransfer
2824 <return>' matches.
2825 * gdb.base/paginate-inferior-exit.exp
2826 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2827 match.
2828 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2829 * lib/gdb.exp (pagination_prompt): Run text through
2830 string_to_regexp.
2831 (gdb_test_multiple): Match $pagination_prompt instead of
2832 "<return>".
2833 (string_to_regexp): Move to lib/gdb-utils.exp.
2834
e214cf6c
JK
28352014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2836
2837 * gdb.arch/amd64-entry-value-paramref.S: New file.
2838 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2839 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2840 * gdb.arch/amd64-optimout-repeat.S: New file.
2841 * gdb.arch/amd64-optimout-repeat.c: New file.
2842 * gdb.arch/amd64-optimout-repeat.exp: New file.
2843
17d0c5c8
JK
28442014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2845
2846 PR gdb/17170
2847 * gdb.base/statistics.exp: New file.
2848
b8b8facf
DE
28492014-07-17 Doug Evans <dje@google.com>
2850
74b49205 2851 PR gdb/17170
b8b8facf
DE
2852 * gdb.base/maint.exp: Update testing of per-command stats.
2853
1b5d0ab3
PA
28542014-07-16 Pedro Alves <palves@redhat.com>
2855
2856 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2857 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2858 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2859 (tfile_write_buf): New functions.
2860 (add_memory_block): Rewrite using the above.
2861 (adjust_function_address): New function.
2862 (FUNCTION_ADDRESS): New macro.
2863 (write_basic_trace_file): Remove short_x local, and use
2864 tfile_write_16. Change type of func_addr local to unsigned long
2865 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2866 here. Cast argument of add_memory_block to char pointer.
2867 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2868 (main): Remove parameters.
2869 * gdb.trace/tfile.exp: Remove nowarnings.
2870
4d974e88
SM
28712014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2872
2873 * gdb.base/debug-expr.exp: Test string evaluation with
2874 "debug expression" on.
2875
41e99568
PA
28762014-07-15 Pedro Alves <palves@redhat.com>
2877
2878 * gdb.base/reread.exp: Use clean_restart.
2879
487d9753
PL
28802014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2881
2882 * gdb.arch/avr-flash-qualifer.c: New.
2883 * gdb.arch/avr-flash-qualifer.exp: New.
2884
cc1c52ad
PA
28852014-07-14 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2888 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2889
1e973570
PA
28902014-07-14 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/double-prompt-target-event-error.c: New file.
2893 * gdb.base/double-prompt-target-event-error.exp: New file.
2894
93d6eb10
PA
28952014-07-14 Pedro Alves <palves@redhat.com>
2896
2897 PR gdb/17072
2898 * gdb.base/paginate-inferior-exit.c: New file.
2899 * gdb.base/paginate-inferior-exit.exp: New file.
2900
0017922d
PA
29012014-07-14 Pedro Alves <palves@redhat.com>
2902
2903 PR gdb/17072
2904 * gdb.base/paginate-bg-execution.c: New file.
2905 * gdb.base/paginate-bg-execution.exp: New file.
2906
94696ad3
PA
29072014-07-14 Pedro Alves <palves@redhat.com>
2908
2909 PR gdb/17072
2910 * gdb.base/paginate-execution-startup.c: New file.
2911 * gdb.base/paginate-execution-startup.exp: New file.
2912 * lib/gdb.exp (pagination_prompt): New global.
2913 (default_gdb_spawn): New procedure, factored out from
2914 default_gdb_spawn.
2915 (default_gdb_start): Adjust to call default_gdb_spawn.
2916 (gdb_spawn): New procedure.
2917
bd293940
PA
29182014-07-14 Pedro Alves <palves@redhat.com>
2919
2920 * lib/gdb.exp (gdb_assert): New procedure.
2921 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2922
c933f875
PA
29232014-07-14 Pedro Alves <palves@redhat.com>
2924
2925 * gdb.base/execution-termios.c: New file.
2926 * gdb.base/execution-termios.exp: New file.
2927
d98b7a16
TT
29282014-07-14 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.cp/vla-cxx.cc: New file.
2931 * gdb.cp/vla-cxx.exp: New file.
2932
548740d6
TT
29332014-07-14 Tom Tromey <tromey@redhat.com>
2934
2935 * gdb.reverse/rerun-prec.c: New file.
2936 * gdb.reverse/rerun-prec.exp: New file.
2937
a25eb028
MR
29382014-07-12 Maciej W. Rozycki <macro@mips.com>
2939 Maciej W. Rozycki <macro@codesourcery.com>
2940
2941 * lib/gdb-utils.exp: New file.
2942 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2943 inline `gdb_init_command' processing.
2944 (gdb_start_cmd): Likewise.
2945 * lib/mi-support.exp (mi_run_cmd): Likewise.
2946 * README: Document `gdb_init_command' and `gdb_init_commands'.
2947
218c2655
JK
29482014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2949
2950 Fix false FAIL running under a very long directory name.
2951 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2952 and "set print elements 10000". Twice.
2953
5401fde3
YQ
29542014-07-11 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.base/exprs.exp: "set print symbol off".
2957
e76126e8
PA
29582014-07-11 Pedro Alves <palves@redhat.com>
2959
2960 * gdb.threads/kill.c: New file.
2961 * gdb.threads/kill.exp: New file.
2962
2d6f0de6
YQ
29632014-07-10 Yao Qi <yao@codesourcery.com>
2964
2965 * gdb.trace/tfile.c (write_basic_trace_file)
2966 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2967 address written to trace file.
2968
7180e04a
PA
29692014-07-09 Pedro Alves <palves@redhat.com>
2970
2971 * gdb.base/attach-wait-input.exp: New file.
2972 * gdb.base/attach-wait-input.c: New file.
2973
9a9a7608
AB
29742014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2977 setting up test structures.
2978 (main): Call new test function.
2979 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2980 test function, continue into test function and walk test
2981 structures.
2982
161ac41e
YQ
29832014-07-02 Yao Qi <yao@codesourcery.com>
2984
2985 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2986 'bar_start' at the beginning of functions 'foo' and 'bar'
2987 respectively.
2988 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2989 instead of 'foo' and 'bar'.
2990
1f267ae3
MM
29912014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2992
2993 * gdb.btrace/segv.exp: New.
2994 * gdb.btrace/segv.c: New.
2995
2b239efb
LM
29962014-07-02 Luis Machado <lgustavo@codesourcery.com>
2997
2998 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2999 instruction.
3000
cf363f18
MW
30012014-06-30 Mark Wielaard <mjw@redhat.com>
3002
3003 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3004 vulture, vilify, villar): New volatile array constants.
3005 (vindictive, vegetation): New const volatile array constants.
3006 * gdb.base/volatile.exp: Test volatile and const volatile array
3007 types.
3008
aebf9d24
AA
30092014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3010
3011 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3012 target lacks support for awatch, rwatch, or hbreak.
3013
b67a2c6f
YQ
30142014-06-27 Yao Qi <yao@codesourcery.com>
3015
3016 * gdb.multi/dummy-frame-restore.exp: New.
3017 * gdb.multi/dummy-frame-restore.c: New.
3018
aef92902
MM
30192014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3020
3021 * gdb.btrace/gcore.exp: New.
3022
8e9db26e
PA
30232014-06-23 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.base/watchpoint-reuse-slot.c: New file.
3026 * gdb.base/watchpoint-reuse-slot.exp: New file.
3027
70afc5b7
SC
30282014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3029
3030 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3031 progspace's filename in 'info', 'enable' and 'disable' command
3032 tests.
3033
b972bd9c
JK
30342014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3035
3036 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3037 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3038 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3039
125f8a3d
GB
30402014-06-20 Gary Benson <gbenson@redhat.com>
3041
3042 * gdb.arch/i386-avx.exp: Fix include file location.
3043 * gdb.arch/i386-sse.exp: Likewise.
3044
3ed9baed
IB
30452014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3046
3047 * gdb.dlang/expression.exp: New file.
3048
034f788c
PA
30492014-06-19 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3052 out from ...
3053 (top level): ... here. Iterate running tests under different
3054 scheduler-locking settings.
3055
45371d0c
LM
30562014-06-18 Luis Machado <lgustavo@codesourcery.com>
3057
3058 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3059 to DW_FORM_addr and use non-zero addresses.
3060
5d376983
SC
30612014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3062
3063 PR gdb/17017
3064 * gdb.python/py-xmethods.cc: Add global function call counters and
3065 increment them in their respective functions. Remove "cout"
3066 statements.
3067 * gdb.python/py-xmethods.exp: Make tests check the global function
3068 call counters instead of depending on inferior IO.
3069
a1aa2221
LM
30702014-06-18 Don Breazeal <donb@codesourcery.com>
3071
3072 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3073 Deleted procedure.
3074 (explicit_fork_parent_follow): Deleted procedure.
3075 (explicit_fork_child_follow): Deleted procedure.
3076 (test_follow_fork): New procedure.
3077 (do_fork_tests): Replace calls to deleted procedures with
3078 calls to test_follow_fork and reset GDB for subsequent
3079 procedure calls.
3080
0fc05997
YQ
30812014-06-17 Yao Qi <yao@codesourcery.com>
3082
3083 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3084 CP1252.
3085
70795c52
LM
30862014-06-17 Luis Machado <lgustavo@codesourcery.com>
3087
3088 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3089 Initialize ptr and S explicitly.
3090 (skip_type_update_when_not_use_rtti_test): Likewise.
3091
6be47f0c
KS
30922014-06-16 Keith Seitz <keiths@redhat.com>
3093
3094 PR mi/15863
3095 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3096 the inferior is started.
3097
d03de421
PA
30982014-06-16 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/break-main-file-remove-fail.c: New file.
3101 * gdb.base/break-main-file-remove-fail.exp: New file.
3102 * gdb.base/break-unload-file.exp: Use build_executable instead of
3103 prepare_for_testing.
3104 (test_break): New parameter "initial_load". Handle it.
3105 (top level): Add initial_load cmdline/file axis.
3106
f9579b99
TT
31072014-06-12 Tom Tromey <tromey@redhat.com>
3108
3109 * gdb.base/completion.exp: Don't use directory name in test.
3110
3657956b
GB
31112014-06-09 Gary Benson <gbenson@redhat.com>
3112
3113 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3114 separate the always-available ANSI-standard signals from the
3115 signals that require checking.
3116 (main): Likewise.
3117 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3118 Likewise.
3119 (main): Likewise.
3120
4186eb54
KS
31212014-06-07 Keith Seitz <keiths@redhat.com>
3122
3123 Revert:
3124 PR c++/16253
3125 * gdb.cp/var-tag.cc: New file.
3126 * gdb.cp/var-tag.exp: New file.
3127 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3128 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3129 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3130 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3131
25326a28 31322014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3133
3134 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3135
829155c9
PA
31362014-06-06 Pedro Alves <palves@redhat.com>
3137
3138 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3139 in target debug output instead of looking at RSP packets,
3140 disabling the test on any target that uses hardware stepping.
3141 Update comments.
3142
61c8d22e
PA
31432014-06-06 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/break-unload-file.exp: Fix typo.
3146
d9a47287
YQ
31472014-06-06 Yao Qi <yao@codesourcery.com>
3148
3149 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3150 from "jit_function" to "^jit_function".
3151
e5e01dbf
YQ
31522014-06-06 Yao Qi <yao@codesourcery.com>
3153
3154 * gdb.base/async.c (foo): Add one statement.
3155 * gdb.base/async.exp: Get the next instruction address and
3156 match the output of "nexti" by instruction address. Match
3157 the hex address in the output of "finish".
3158
73ba372c
GB
31592014-06-06 Gary Benson <gbenson@redhat.com>
3160
3161 * gdb.base/call-signals.c: Remove preprocessor conditionals
3162 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3163 SIGSEGV and SIGTERM.
3164 * gdb.base/sigall.c: Likewise.
3165 * gdb.base/unwindonsignal.c: Likewise.
3166 * gdb.reverse/sigall-reverse.c: Likewise.
3167
831517df
YQ
31682014-06-06 Yao Qi <yao@codesourcery.com>
3169
3170 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3171 readable, skip the test.
3172
b8b91e98
YQ
31732014-06-06 Yao Qi <yao@codesourcery.com>
3174
3175 * gdb.threads/staticthreads.c (thread_function): Move the line
3176 setting breakpoint on forward.
3177 * gdb.threads/staticthreads.exp: Update comments.
3178
fb934770
LC
31792014-06-05 Ludovic Courtès <ludo@gnu.org>
3180
3181 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3182 "history-append! type error".
3183
6ef284bd
SM
31842014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3185
3186 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3187 erroneous dprintf expected input.
3188
a872e241
DE
31892014-06-04 Doug Evans <xdje42@gmail.com>
3190
3191 * gdb.guile/scm-generics.exp: Delete.
3192
16f691fb
DE
31932014-06-04 Doug Evans <xdje42@gmail.com>
3194
3195 * gdb.guile/scm-breakpoint.exp: Update.
3196 Add tests for breakpoint registration.
3197
012370f6
TT
31982014-06-04 Tom Tromey <tromey@redhat.com>
3199
3200 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3201 VLA-in-union.
3202 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3203 inner_vla_struct, vla_union types. Initialize objects of those
3204 types and compute their sizes.
3205
9f5a4cef
HZ
32062014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3207 Hui Zhu <hui@codesourcery.com>
3208
3209 * gdb.base/fileio.exp: Add test for shell not available as well as
3210 available.
3211 * gdb.base/fileio.c (test_system): Check for shell twice.
3212
90a45c4d
YQ
32132014-06-04 Yao Qi <yao@codesourcery.com>
3214
3215 * gdb.base/auto-connect-native-target.exp: Remove redundant
3216 space from the regexp pattern.
3217
70017e41
YQ
32182014-06-04 Yao Qi <yao@codesourcery.com>
3219
3220 * gdb.base/default.exp: Replace "child" with "native" in
3221 regexp pattern.
3222
883964a7
SC
32232014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3224
3225 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3226 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3227 * gdb.python/py-xmethods.py: Python script supporting the
3228 new testcase and tests.
3229
ef370185
JB
32302014-06-03 Joel Brobecker <brobecker@adacore.com>
3231 Pedro Alves <palves@redhat.com>
3232
3233 PR breakpoints/17000
3234 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3235 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3236
1e2ccb61
BM
32372014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3238
3239 * gdb.base/subst.exp: Add tests to verify partial path matching
3240 output.
3241
c6ec5ab2
PA
32422014-06-03 Pedro Alves <palves@redhat.com>
3243
3244 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3245 target that doesn't use software single-stepping.
3246
835c559f
PA
32472014-06-03 Pedro Alves <palves@redhat.com>
3248
3249 PR breakpoints/17000
3250 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3251 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3252
06eb1586
DE
32532014-06-02 Doug Evans <xdje42@gmail.com>
3254
3255 * gdb.guile/scm-parameter.exp: New file.
3256
e698b8c4
DE
32572014-06-02 Doug Evans <xdje42@gmail.com>
3258
3259 * gdb.guile/scm-cmd.c: New file.
3260 * gdb.guile/scm-cmd.exp: New file.
3261
ded03782
DE
32622014-06-02 Doug Evans <xdje42@gmail.com>
3263
3264 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3265 pretty-printer lookup.
3266 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3267 (make-pp_s-printer): Call it.
3268 (make-pretty-printer-from-dict): New function.
3269 (lookup-pretty-printer-maker-from-dict): New function.
3270 (*pretty-printer*): Simplify.
3271 (make-objfile-pp_s-printer): New function.
3272 (install-objfile-pretty-printers!): New function.
3273 (make-progspace-pp_s-printer): New function.
3274 (install-progspace-pretty-printers!): New function.
3275 * gdb.guile/scm-progspace.c: New file.
3276 * gdb.guile/scm-progspace.exp: New file.
3277
41fac0cf
PA
32782014-06-02 Pedro Alves <palves@redhat.com>
3279
3280 * gdb.base/dprintf-bp-same-addr.c: New file.
3281 * gdb.base/dprintf-bp-same-addr.exp: New file.
3282
96ae5695
EBM
32832014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3284
3285 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3286 * gdb.arch/powerpc-power.s: Likewise.
3287
da02b3a8
JB
32882014-06-02 Joel Brobecker <brobecker@adacore.com>
3289
3290 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3291
c72b2e7b
YQ
32922014-06-01 Yao Qi <yao@codesourcery.com>
3293
3294 * gdb.base/watchpoint.exp (test_watch_location): Check null
3295 pointer can be dereferenced. If not, do the test, otherwise
3296 skip it.
3297
53e8a631
AB
32982014-05-30 Andrew Burgess <aburgess@broadcom.com>
3299
3300 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3301 results.
3302 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3303
938f0e2f
AB
33042014-05-30 Andrew Burgess <aburgess@broadcom.com>
3305
3306 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3307 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3308 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3309 * gdb.arch/amd64-invalid-stack-top.c: New file.
3310 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3311
9ba6657a
PA
33122014-05-30 Pedro Alves <palves@redhat.com>
3313
3314 PR breakpoints/17000
3315 * gdb.base/sss-bp-on-user-bp.c: New file.
3316 * gdb.base/sss-bp-on-user-bp.exp: New file.
3317
522c09bf
DB
33182014-05-30 David Blaikie <dblaikie@gmail.com>
3319
3320 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3321 gnu_inline semantics via attribute.
3322 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3323 source explicitly specifies the required semantics.
3324
bf4ef81e
MR
33252014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3326
3327 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3328
329ea579
PA
33292014-05-29 Pedro Alves <palves@redhat.com>
3330 Tom Tromey <tromey@redhat.com>
3331
3332 * gdb.base/async-shell.exp: Don't enable target-async.
3333 * gdb.base/async.exp
3334 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3335 parameter. Adjust.
3336 (top level): Don't test with "target-async".
3337 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3338 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3339 * gdb.base/inferior-died.exp: Don't enable target-async.
3340 * gdb.base/interrupt-noterm.exp: Likewise.
3341 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3342 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3343 * gdb.mi/mi-nonstop.exp: Likewise.
3344 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3345 * gdb.mi/mi-nsintrall.exp: Likewise.
3346 * gdb.mi/mi-nsmoribund.exp: Likewise.
3347 * gdb.mi/mi-nsthrexec.exp: Likewise.
3348 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3349 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3350 * gdb.python/py-evsignal.exp: Don't enable target-async.
3351 * gdb.python/py-evthreads.exp: Likewise.
3352 * gdb.python/py-prompt.exp: Likewise.
3353 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3354 * gdb.server/solib-list.exp: Don't enable target-async.
3355 * gdb.threads/thread-specific-bp.exp: Likewise.
3356 * lib/mi-support.exp: Adjust to use mi-async.
3357
fd664c91
PA
33582014-05-29 Pedro Alves <palves@redhat.com>
3359
3360 PR gdb/13860
3361 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3362 reason, even in sync mode.
3363
251bde03
PA
33642014-05-29 Pedro Alves <palves@redhat.com>
3365 Hui Zhu <hui@codesourcery.com>
3366
3367 PR PR15693
3368 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3369 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3370 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3371 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3372
7f3c0343
JB
33732014-05-28 Joel Brobecker <brobecker@adacore.com>
3374
3375 * config/monitor.exp (gdb_target_monitor): Replace use of
3376 "set remotebaud" by "set serial baud".
3377
b2715b27
AW
33782014-05-26 Andy Wingo <wingo@igalia.com>
3379
3380 * gdb.guile/scm-breakpoint.exp:
3381 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3382 properties instead of gdb-object-properties.
3383
498a4489
YQ
33842014-05-26 Yao Qi <yao@codesourcery.com>
3385
3386 * gdb.server/no-thread-db.exp: Specify source file name
3387 explicitly when setting a breakpoint.
3388
589fdceb
MM
33892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3390
3391 * gdb.btrace/vdso.c: New.
3392 * gdb.btrace/vdso.exp: New.
3393
e9089e05
MM
33942014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3395
3396 * gdb.base/gcore.exp (capture_command_output): Move ...
3397 * lib/gdb.exp (capture_command_output): ... here.
3398
67b5c0c1
MM
33992014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3400
3401 * gdb.btrace/data.exp: Test memory access during btrace replay.
3402
a2199296
SM
34032014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3404
3405 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3406
17b2616c
PA
34072014-05-21 Pedro Alves <palves@redhat.com>
3408
3409 PR gdb/13860
3410 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3411 (top level): Test that output related to execution commands is
3412 sent to the console with CLI commands, but not with MI commands.
3413 Test that breakpoint events are always mirrored to the console.
3414 Also expect the new source line to be output after a "next" in
3415 async mode too. Make it a pass/fail test.
3416 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3417 output.
3418 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3419
5166082f
PA
34202014-05-21 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3423 Use them to test variations of "list" after reaching a breakpoint.
3424 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3425 Test "list" with listsize 10 after reaching a breakpoint.
3426 * gdb.python/python.exp (decode_line current location line
3427 number): Adjust expected line number.
3428
2f25d70f
SM
34292014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3430
3431 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3432 behavior for $args, pass it directly to "run".
3433
ff604a67
MR
34342014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3435
3436 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3437 30000 to 65536.
3438
6a3cb8e8
PA
34392014-05-21 Pedro Alves <palves@redhat.com>
3440
3441 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3442 auto-connect-native-target off".
3443 * gdb.base/auto-connect-native-target.c: New file.
3444 * gdb.base/auto-connect-native-target.exp: New file.
3445
4ebfc96e
PA
34462014-05-21 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/default.exp: Test "target native" instead of "target
3449 child".
3450
36d46afb
MW
34512014-05-21 Mark Wielaard <mjw@redhat.com>
3452
3453 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3454
5876f503
JK
34552014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3456
3457 Fix TLS access for -static -pthread.
3458 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3459 <HAVE_TLS> (thread_function, main): Initialize it.
3460 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3461 Add clean_restart.
3462 <$have_tls != "">: Check TLSVAR.
3463
0256a6ac
PA
34642014-05-21 Pedro Alves <palves@redhat.com>
3465
3466 * gdb.base/dcache-line-read-error.c: New.
3467 * gdb.base/dcache-line-read-error.exp: New.
3468
936d2992
PA
34692014-05-20 Pedro Alves <palves@redhat.com>
3470
3471 * gdb.base/compare-sections.c: New file.
3472 * gdb.base/compare-sections.exp: New file.
3473
802e8e6d
PA
34742014-05-20 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/break-idempotent.c: New file.
3477 * gdb.base/break-idempotent.exp: New file.
3478
e59fa00f
MM
34792014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3480
3481 * gdb.btrace/nohist.exp: New.
3482
8b696e31
YQ
34832014-05-20 Yao Qi <yao@codesourcery.com>
3484
3485 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3486 gdb.reverse directory and gdb_reverse_timeout exists in board
3487 setting.
3488 * README: Document gdb_reverse_timeout.
3489
73c9764f
YQ
34902014-05-20 Yao Qi <yao@codesourcery.com>
3491
3492 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3493 'test_file_name'. Treat args as a string instead of a list.
3494 (gdb_init): Rename argument 'args' by 'test_file_name'.
3495
f1f4348a
JK
34962014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3497
3498 * gdb.arch/powerpc-power.exp: New file.
3499 * gdb.arch/powerpc-power.s: New file.
3500
0dbe70ce
DE
35012014-05-16 Doug Evans <dje@google.com>
3502
3503 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3504 * gdb.base/completion.exp: Check that all expected files exist
3505 before doing file completion.
0dbe70ce 3506
8d551b02
DE
35072014-05-16 Doug Evans <dje@google.com>
3508
3509 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3510 Update.
3511 (do_syscall_tests_without_xml): Update.
3512
73eb7709
PA
35132014-05-16 Pedro Alves <palves@redhat.com>
3514
3515 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3516 instead of "unknown output after running".
3517
3fae92fc
YQ
35182014-05-16 Yao Qi <yao@codesourcery.com>
3519
3520 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3521 file1.txt from host at the end.
3522 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3523
c2b2ccc5
DE
35242014-05-15 Doug Evans <dje@google.com>
3525
3526 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3527 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3528 loading file. Add test for TU lookup.
3529
8c217a4b
SM
35302014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3533 calling "-exec-arguments" or "set args" before running the
3534 inferior.
3535
3deb39c6
SM
35362014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3537
3538 * lib/mi-support.exp (mi_expect_stop): Expect message for
3539 inferiors that exit with non-zero exit code.
3540
71a79f8c
YQ
35412014-05-14 Yao Qi <yao@codesourcery.com>
3542
3543 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3544 match absolute path on remote host.
3545 (test_file_list_exec_source_files): Remove "/" from the
3546 pattern.
3547
f23fcd46
YQ
35482014-05-14 Yao Qi <yao@codesourcery.com>
3549
3550 * boards/local-remote-host-notty.exp (${board}_file): New
3551 proc.
3552
9404b58f
KM
35532014-05-07 Kyle McMartin <kyle@redhat.com>
3554
3555 Pushed by Joel Brobecker <brobecker@adacore.com>.
3556 * gdb.arch/aarch64-atomic-inst.c: New file.
3557 * gdb.arch/aarch64-atomic-inst.exp: New file.
3558
5e45f04c
YQ
35592014-05-07 Yao Qi <yao@codesourcery.com>
3560
3561 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3562 in current context" too.
3563
c888a17d
KS
35642014-05-05 Keith Seitz <keiths@redhat.com>
3565
3566 * gdb.linespec/ls-dollar.exp: Add test for linespec
3567 file:convenience_variable.
3568
290a839c
YQ
35692014-05-05 Yao Qi <yao@codesourcery.com>
3570
3571 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3572 traceframes into tfile and ctf trace files. Read data from
3573 trace file and test collected data.
3574 (gdb_collect_locals_test): Likewise.
3575 (gdb_unavailable_registers_test): Likewise.
3576 (gdb_unavailable_floats): Likewise.
3577 (gdb_collect_globals_test): Likewise.
3578 (top-level): Append "ctf" to trace_file_targets if GDB
3579 supports.
3580
b5262cd0
YQ
35812014-05-05 Yao Qi <yao@codesourcery.com>
3582
3583 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3584 code to ...
3585 (gdb_collect_args_test_1): ... it. New proc.
3586 (gdb_collect_locals_test): Move some code to ...
3587 (gdb_collect_locals_test_1): ... it. New proc.
3588 (gdb_unavailable_registers_test): Move some code to ...
3589 (gdb_unavailable_registers_test_1): ... it. New proc.
3590 (gdb_unavailable_floats): Move some code to ...
3591 (gdb_unavailable_floats_1): ... it. New proc.
3592
30a1e6cc
SDJ
35932014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3594
3595 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3596 probes to test for bitness recognition.
3597 * gdb.arch/amd64-stap-optional-prefix.exp
3598 (test_probe_value_without_reg): New procedure.
3599 Add code to test for different kinds of bitness.
3600
f33da99a
SDJ
36012014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3602
3603 PR breakpoints/16889
3604 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3605 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3606
5b80f00d
PA
36072014-05-01 Pedro Alves <palves@redhat.com>
3608
3609 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3610 gdb_file_cmd if no file is specified.
3611 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3612 last_loaded_file to set the remote exec-file.
3613
f8c2a73c
PA
36142014-05-01 Pedro Alves <palves@redhat.com>
3615
3616 * boards/local-remote-host.exp: New file.
3617
be6e8ac7
PA
36182014-05-01 Pedro Alves <palves@redhat.com>
3619
3620 * boards/local-remote-host.exp: Rename to ...
3621 * boards/local-remote-host-notty.exp: ... this.
3622
cac0dc8f
JB
36232014-04-28 Joel Brobecker <brobecker@adacore.com>
3624
3625 * gdb.ada/dyn_arrayidx: New testcase.
3626
9730e6cc
YQ
36272014-04-26 Yao Qi <yao@codesourcery.com>
3628
3629 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3630 and compute the length of function main. Save it in
3631 $main_length.
3632 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3633 (top-level): Use gdb_compile to compile objects into
3634 executable and restart GDB. Remove invocation to
3635 prepare_for_testing.
3636
7ae1a6a6
PA
36372014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3638 Pedro Alves <palves@redhat.com>
3639
3640 PR server/16255
3641 * gdb.multi/multi-attach.c: New file.
3642 * gdb.multi/multi-attach.exp: New file.
3643
4082afcc
PA
36442014-04-25 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3647 user.
3648 (top level): Test that "set remote conditional-breakpoints-packet
3649 off" works as intended.
3650 * gdb.base/dprintf.exp: Test that "set remote
3651 breakpoint-commands-packet off" works as intended.
3652 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3653 New function.
3654 (top level): Call it.
3655 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3656 remote fast-tracepoints-packet off" works as intended.
3657 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3658 * lib/gdb.exp (gdb_is_target_remote): ... here.
3659
2abc3f8d
DB
36602014-04-24 David Blaikie <dblaikie@gmail.com>
3661
3662 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3663 ensure clang would not discard them.
3664 * gdb.base/gdbvars.c: Ditto.
3665 * gdb.base/memattr.c: Ditto.
3666 * gdb.base/whatis.c: Ditto.
3667 * gdb.python/py-prettyprint.c: Ditto.
3668 * gdb.trace/actions.c: Ditto.
3669 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3670 ensure clang would not discard it.
3671
bfd39632
DB
36722014-04-24 David Blaikie <dblaikie@gmail.com>
3673
3674 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3675 clang to emit the full definition of type required by the test
3676 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3677
22842ff6
DB
36782014-04-24 David Blaikie <dblaikie@gmail.com>
3679
3680 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3681 coax Clang into emitting the definition of the type.
3682 * gdb.cp/pr10728-x.h (y): Ditto.
3683 * gdb.cp/pr10728-y.cc (y): Ditto.
3684
c2e827ad
DB
36852014-04-24 David Blaikie <dblaikie@gmail.com>
3686
3687 * gdb.base/label.exp: XFAIL label related tests under Clang.
3688 * gdb.cp/cplabel.exp: Ditto.
3689 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3690 under Clang those using labels.
3691
4c2d33e7
YQ
36922014-04-25 Yao Qi <yao@codesourcery.com>
3693
3694 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3695 double_label.
3696 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3697 partial_label and double_label.
3698
56083b99
DB
36992014-04-24 David Blaikie <dblaikie@gmail.com>
3700
3701 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3702
25d4e99d
DB
37032014-04-24 David Blaikie <dblaikie@gmail.com>
3704
3705 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3706 of the function to work across GCC and Clang.
3707 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3708 pointer types (const void ** const V void **).
3709
01f9f808
MS
37102014-04-24 Michael Sturm <michael.sturm@mintel.com>
3711 Walfred Tedeschi <walfred.tedeschi@intel.com>
3712
3713 * Makefile.in (EXECUTABLES): Added i386-avx512.
3714 * gdb.arch/i386-avx512.c: New file.
3715 * gdb.arch/i386-avx512.exp: Likewise.
3716
4b48d439
KS
37172014-04-23 Keith Seitz <keiths@redhat.com>
3718
3719 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3720 (mi_make_breakpoint_table): New procedure.
3721 (mi_create_breakpoint): Use mi_make_breakpoint
3722 and return the result.
3723 (mi_make_breakpoint): New procedure.
3724 (mi_build_kv_pairs): New procedure.
3725
3726 * gdb.mi/mi-break.exp: Remove unused globals,
3727 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3728 All callers updated.
3729 * gdb.mi/mi-dprintf.exp: Use variable to track command
3730 number.
3731 Update all callers of mi_create_breakpoint and use
3732 mi_make_breakpoint_table.
3733 Remove any unused global variables.
3734 * gdb.mi/mi-nonstop.exp: Likewise.
3735 * gdb.mi/mi-nsintrall.exp: Likewise.
3736 * gdb.mi/mi-nsmoribund.exp: Likewise.
3737 * gdb.mi/mi-nsthrexec.exp: Likewise.
3738 * gdb.mi/mi-reverse.exp: Likewise.
3739 * gdb.mi/mi-simplerun.exp: Likewise.
3740 * gdb.mi/mi-stepn.exp: Likewise.
3741 * gdb.mi/mi-syn-frame.exp: Likewise.
3742 * gdb.mi/mi-until.exp: Likewise.
3743 * gdb.mi/mi-var-cp.exp: Likewise.
3744 * gdb.mi/mi-var-display.exp: Likewise.
3745 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3746 * gdb.mi/mi2-var-child.exp: Likewise.
3747 * gdb.mi/mi-vla-c99.exp: Likewise.
3748 * lib/mi-support.exp: Likewise.
3749
3750 From Ian Lance Taylor <iant@cygnus.com>:
3751 * lib/gdb.exp (parse_args): New procedure.
3752
08351840
PA
37532014-04-23 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.base/break-unload-file.c: New file.
3756 * gdb.base/break-unload-file.exp: New file.
3757 * gdb.base/sym-file-lib.c (baz): New function.
3758 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3759 field.
3760 (load): Store the segment's mapped size.
3761 (unload): New function.
3762 (unload_shlib): New function.
3763 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3764 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3765 set a breakpoint at baz, and call it.
3766 * gdb.base/sym-file.exp: New tests for stale breakpoint
3767 instructions.
3768
076855f9
PA
37692014-04-23 Pedro Alves <palves@redhat.com>
3770
3771 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3772 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3773 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3774 * gdb.base/hbreak-unmapped.c: New file.
3775 * gdb.base/hbreak-unmapped.exp: New file.
3776 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3777 * lib/gdb.exp (gdb_is_target_remote): ... here.
3778
483805cf
PA
37792014-04-22 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.base/consecutive-step-over.c: New file.
3782 * gdb.base/consecutive-step-over.exp: New file.
3783
06d97543
PA
37842014-04-22 Pedro Alves <palves@redhat.com>
3785
3786 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3787 instead of send_gdb/gdb_expect.
3788
b4429ea2
YQ
37892014-04-22 Yao Qi <yao@codesourcery.com>
3790
3791 * lib/trace-support.exp (generate_tracefile): New procedure.
3792 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3793 return 0.
3794 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3795 if generate_tracefile returns 1.
3796
51d48146
PA
37972014-04-18 Tom Tromey <palves@redhat.com>
3798 Pedro alves <tromey@redhat.com>
3799
3800 PR backtrace/15558
3801 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3802 with a backtrace limit.
3803 * gdb.python/py-frame-inline.exp: Test running to an inline
3804 function with a backtrace limit, and printing the newest frame.
3805 * gdb.python/py-frame-inline.c (main): Call f.
3806
bd1dce5f
MS
38072014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3808
3809 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3810
40d1a503
MS
38112014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3812
3813 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3814 Drop prefix from unsupported source file path.
3815
389b98f7
YQ
38162014-04-17 Yao Qi <yao@codesourcery.com>
3817
3818 * lib/gdb.exp (with_target_charset): New proc.
3819 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3820 with_target_charset.
3821 (test_print_strings): Likewise.
3822 (test_repeat_bytes): Likewise.
3823 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3824 for some tests.
3825
22869d73
KS
38262014-04-16 Keith Seitz <keiths@redhat.com>
3827
3828 PR gdb/15827
3829 * gdb.dwarf2/corrupt.c: New file.
3830 * gdb.dwarf2/corrupt.exp: New file.
3831
c4f87ca6
KS
38322014-04-16 Keith Seitz <keiths@redhat.com>
3833
3834 PR c++/16597
3835 * gdb.cp/namelessclass.cc: New file.
3836 * gdb.cp/namelessclass.exp: New file.
3837 * gdb.cp/namelessclass.S: New file.
3838
ab19de87
DE
38392014-04-16 Doug Evans <dje@google.com>
3840
3841 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3842 Add comment.
3843 (gdbserver_default_get_comm_port): New function.
3844 (gdbserver_start): Check if board file provided
3845 "gdbserver,get_comm_port" and use it if so.
3846 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3847 (gdb,socketport): Set to "stdio".
3848 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3849 (stdio_gdbserver_template): Delete.
3850 (${board}_get_remote_address): Update.
3851 (${board}_build_remote_cmd): Delete.
3852 (${board}_get_comm_port): New function.
3853 (${board}_spawn): Update.
3854 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3855 Delete.
3856 (${board}_get_remote_address): Update.
3857 (${board}_get_comm_port): New function.
3858
fc98a809
AB
38592014-04-16 Andrew Burgess <aburgess@broadcom.com>
3860
3861 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3862 appearing in any order.
3863
87fd9e6e
DE
38642014-04-15 Doug Evans <dje@google.com>
3865
3866 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3867 uninitialized value of "description".
3868
099fc3ea
KS
38692014-04-15 Keith Seitz <keiths@redhat.com>
3870
3871 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3872 Remove unused globals.
3873 (test_running_the_program): Likewise.
3874 (test_controlled_execution): Likewise.
3875 (test_controlling_breakpoints): Likewise.
3876 (test_program_termination): Likewise.
3877
5da151d4
KS
38782014-04-15 Keith Seitz <keiths@redhat.com>
3879
3880 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3881 unused globals.
3882 (test_rbreak_creation_and_listing): Likewise.
3883 (test_ignore_count): Likewise.
3884 (test_error): Likewise.
3885
35e5d2f0
PA
38862014-04-15 Pedro Alves <palves@redhat.com>
3887
3888 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3889 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3890 sym-file-loader.c.
3891 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3892 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3893 to sym-file-loader.c.
3894 (struct library): Forward declare.
3895 (load_shlib, lookup_function): Change prototypes.
3896 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3897 (translate_offset): Remove declarations.
3898 (get_text_addr): New declaration.
3899 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3900 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3901 sym-file-loader.h.
3902 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3903 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3904 here from sym-file-loader.h.
3905 (struct library): New structure.
3906 (load_shlib, lookup_function): Change prototypes and adjust to
3907 work with a struct library.
3908 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3909 (translate_offset): Make static.
3910 (get_text_addr): New function.
3911 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3912
eb4c1710
PA
39132014-04-15 Pedro Alves <palves@redhat.com>
3914
3915 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3916
2d1baf52
PA
39172014-04-15 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/sym-file-loader.c: Include <limits.h>.
3920 (SELF_LINK): New define.
3921 (get_origin): New function.
3922 (load_shlib): Use it.
3923 * gdb.base/sym-file.exp: Don't early return if the target is
3924 remote. Use runto_main, and issue fail is that fails. Use
3925 gdb_load_shlibs.
3926 (shlib_name): Delete.
3927 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3928
7dd6df01
PA
39292014-04-15 Pedro Alves <palves@redhat.com>
3930
3931 * gdb.base/sym-file.exp: Remove regex characters from test
3932 message. Don't refer to breakpoint numbers in test messages.
3933
b50c8614
KS
39342014-04-14 Keith Seitz <keiths@redhat.com>
3935
3936 PR c++/16253
3937 * gdb.cp/var-tag.cc: New file.
3938 * gdb.cp/var-tag.exp: New file.
3939 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3940 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3941 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3942 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3943
3d567982
TT
39442014-04-14 Tom Tromey <tromey@redhat.com>
3945
3946 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3947 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3948 type.
3949 * gdb.cp/enum-class.exp: New file.
3950 * gdb.cp/enum-class.cc: New file.
3951
0626fc76
TT
39522014-04-14 Tom Tromey <tromey@redhat.com>
3953
3954 * gdb.dwarf2/enum-type.exp: New file.
3955
dca325b3
SA
39562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3957
3958 * gdb.mi/mi-vla-c99.exp: New file.
3959 * gdb.mi/vla.c: New file.
3960
5854b38a
SA
39612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3962
3963 * gdb.base/vla-datatypes.c: New file.
3964 * gdb.base/vla-datatypes.exp: New file.
3965
463bb957
SA
39662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3967
3968 * gdb.base/vla-ptr.c: New file.
3969 * gdb.base/vla-ptr.exp: New file.
3970
3dd170be
SA
39712014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3972
3973 * gdb.dwarf2/count.exp: New file.
3974
5ecaaa66
SA
39752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3976
3977 * gdb.base/vla-sideeffect.c: New file.
3978 * gdb.base/vla-sideeffect.exp: New file.
3979
41f1ada5
DB
39802014-04-14 David Blaikie <dblaikie@gmail.com>
3981
3982 * gdb.mi/non-stop.c: Add return value for non-void function return
3983 statement.
3984 * gdb.threads/staticthreads.c: Ditto.
3985
0be03e84
DE
39862014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3987 Doug Evans <xdje42@gmail.com>
3988
3989 * gdb.guile/scm-value.c: Improve test case.
3990 * gdb.guile/scm-value.exp: Add new test.
3991
f180a1fb
DB
39922014-04-11 David Blaikie <dblaikie@gmail.com>
3993
3994 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3995 override Clang's default.
3996
6b662e19
JB
39972014-04-11 Joel Brobecker <brobecker@adacore.com>
3998
3999 Revert the following changes (regressions):
4000
4001 * gdb.base/vla-sideeffect.c: New file.
4002 * gdb.base/vla-sideeffect.exp: New file.
4003
4004 * gdb.dwarf2/count.exp: New file.
4005
4006 * gdb.base/vla-multi.c: New file.
4007 * gdb.base/vla-multi.exp: New file.
4008
4009 * gdb.base/vla-ptr.c: New file.
4010 * gdb.base/vla-ptr.exp: New file.
4011
4012 * gdb.base/vla-datatypes.c: New file.
4013 * gdb.base/vla-datatypes.exp: New file.
4014
4015 * gdb.mi/mi-vla-c99.exp: New file.
4016 * gdb.mi/vla.c: New file.
4017
245a5f0b
KS
40182014-04-11 Keith Seitz <keiths@redhat.com>
4019
4020 PR c++/16675
4021 * gdb.cp/cpsizeof.exp: New file.
4022 * gdb.cp/cpsizeof.cc: New file.
4023
58a84dcf
SA
40242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4025
191a8a90
JB
4026 * gdb.mi/mi-vla-c99.exp: New file.
4027 * gdb.mi/vla.c: New file.
58a84dcf 4028
c8655f75
SA
40292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4030
4031 * gdb.base/vla-datatypes.c: New file.
4032 * gdb.base/vla-datatypes.exp: New file.
4033
024e13b4
SA
40342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4035
4036 * gdb.base/vla-ptr.c: New file.
4037 * gdb.base/vla-ptr.exp: New file.
4038
1a237e0e
SA
40392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4040
4041 * gdb.base/vla-multi.c: New file.
4042 * gdb.base/vla-multi.exp: New file.
4043
504f3432
SA
40442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4045
4046 * gdb.dwarf2/count.exp: New file.
4047
3bce8237
SA
40482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4049
191a8a90
JB
4050 * gdb.base/vla-sideeffect.c: New file.
4051 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4052
322f9c21
YQ
40532014-04-11 Yao Qi <yao@codesourcery.com>
4054
4055 * gdb.base/completion.exp: Check file exists before running tests
4056 on file completion.
4057
d708bcd1
PA
40582014-04-10 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/cond-eval-mode.c: New file.
4061 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4062 prepare_for_testing to build the new file. Check result of
4063 runto_main.
4064 (test_break, test_watch): New procedures.
4065 (top level): Use them.
4066
ae1d2761
PM
40672014-04-08 Pierre Muller <muller@sourceware.org>
4068
4069 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4070 Ctrl-V use for mingw hosts.
4071
7af389b8
SC
40722014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4073
4074 * gdb.python/py-value.c: Improve test case.
4075 * gdb.python/py-value.exp: Add new test.
4076
5e703181
DE
40772014-04-07 David Blaikie <dblaikie@gmail.com>
4078
4079 * lib/compiler.c: Identify the clang compiler.
4080 * lib/compiler.cc: Ditto.
4081
9810b410
YQ
40822014-04-03 Yao Qi <yao@codesourcery.com>
4083
4084 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4085
98d1b8dc
AB
40862014-04-01 Anton Blanchard <anton@samba.org>
4087
4088 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4089 messages unique.
4090
3114cea1
AB
40912014-04-01 Anton Blanchard <anton@samba.org>
4092
4093 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4094 prepare_for_testing.
4095
62f7182c
AB
40962014-04-01 Anton Blanchard <anton@samba.org>
4097
4098 * gdb.arch/ppc64-atomic-inst.c: Remove.
4099 * gdb.arch/ppc64-atomic-inst.S: New file.
4100 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4101
770e7fc7
DE
41022014-03-31 Doug Evans <dje@google.com>
4103
4104 * gdb.base/print-symbol-loading-lib.c: New file.
4105 * gdb.base/print-symbol-loading-main.c: New file.
4106 * gdb.base/print-symbol-loading.exp: New file.
4107
46e2bafa
YQ
41082014-03-31 Yao Qi <yao@codesourcery.com>
4109
4110 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4111
8776cfe9
JB
41122014-03-28 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.ada/mi_dyn_arr: New testcase.
4115
5d1ef361
DE
41162014-03-27 Doug Evans <dje@google.com>
4117
4118 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4119
b5bee914
YQ
41202014-03-27 Yao Qi <yao@codesourcery.com>
4121
4122 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4123 if target is nios2-*-*.
4124
0d4d0e77
YQ
41252014-03-26 Yao Qi <yao@codesourcery.com>
4126
4127 * lib/gdb.exp (readline_is_used): New proc.
4128 * gdb.base/completion.exp: Move tests on command complete up.
4129 Skip the rest of tests if readline is not used.
4130 * gdb.ada/complete.exp: Skp the test if readline is not
4131 used.
4132 * gdb.base/filesym.exp: Likewise.
4133 * gdb.base/macscp.exp: Likewise.
4134 * gdb.base/readline-ask.exp: Likewise.
4135 * gdb.base/readline.exp: Likewise.
4136 * gdb.python/py-cmd.exp: Likewise.
4137 * gdb.trace/tfile.exp: Likewise.
4138
29361eee
YQ
41392014-03-26 Yao Qi <yao@codesourcery.com>
4140
4141 * gdb.base/macscp.exp: Fix code format issues.
4142
bc9a5525
UW
41432014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4144
4145 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4146 * gdb.asm/powerpc64le.inc: New file.
4147
d3839ede
PA
41482014-03-25 Pedro Alves <palves@redhat.com>
4149 Doug Evans <dje@google.com>
4150
4151 * gdb.base/source-execution.c: New file.
4152 * gdb.base/source-execution.exp: New file.
4153 * gdb.base/source-execution.gdb: New file.
4154
01672a57
DE
41552014-03-24 Doug Evans <dje@google.com>
4156
4157 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4158 using fission.
4159
88bbeca9
HZ
41602014-03-24 Hui Zhu <hui@codesourcery.com>
4161 Pedro Alves <palves@redhat.com>
4162
4163 PR breakpoints/16101
4164 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4165 test pass/fail messages. Detect missing support for dprintf when
4166 breakpoints are actually inserted.
4167 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4168 breakpoints are actually inserted.
4169 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4170 fails.
4171
d2348791
JK
41722014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4173
4174 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4175
feef67ab
DE
41762014-03-22 Doug Evans <xdje42@gmail.com>
4177
4178 * gdb.python/python.exp (python not supported): Verify multi-line
4179 python command issues an error.
25d743f9 4180 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4181 guile command issues an error.
feef67ab 4182
ecebef6a
MR
41832014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4184
4185 * gdb.threads/thread-specific.exp: Handle the lack of usable
4186 $this_breakpoint and $this_thread.
4187
ccdd1909
HZ
41882014-03-21 Hui Zhu <hui@codesourcery.com>
4189
4190 * gdb.base/attach.exp (do_command_attach_tests): New.
4191
beb460e8
PA
41922014-03-20 Tom Tromey <tromey@redhat.com>
4193 Pedro Alves <palves@redhat.com>
4194
4195 PR cli/15718
4196 * gdb.base/condbreak-call-false.c: New file.
4197 * gdb.base/condbreak-call-false.exp: New file.
4198
40acf43a
PA
41992014-03-20 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4202 Delete.
4203 (block_signals, unblock_signals): Delete.
4204 (child_function_2, main): Remove references to deleted variable
4205 and functions.
4206
9f5e1e02
PA
42072014-03-20 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4210 Use pthread_kill to signal thread 2.
4211 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4212 Adjust to make the test send itself a signal rather than using the
4213 host's "kill" command.
4214
99619bea
PA
42152014-03-20 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.threads/multiple-step-overs.c: New file.
4218 * gdb.threads/multiple-step-overs.exp: New file.
4219 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4220 Adjust expected infrun debug output.
4221
2adfaa28
PA
42222014-03-20 Pedro Alves <palves@redhat.com>
4223
4224 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4225 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4226
31e77af2
PA
42272014-03-20 Pedro Alves <palves@redhat.com>
4228
4229 PR breakpoints/7143
4230 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4231 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4232 of gdb_test_multiple.
4233 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4234 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4235
b9f437de
PA
42362014-03-20 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4239 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4240
05adc73e
PA
42412014-03-19 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.base/async.exp: Remove early return.
4244
6048b950
PA
42452014-03-19 Pedro Alves <palves@redhat.com>
4246
4247 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4248
8bcfb00a
PA
42492014-03-19 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/async.exp (test_background): Expect \r\n after
4252 "completed." in the fail pattern.
4253
884e37dc
PA
42542014-03-19 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/async.exp (test_background): New procedure.
4257 Use it for all background execution command tests.
4258
148e57e2
PA
42592014-03-19 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/async.exp: Use prepare_for_testing.
4262
f48088c7
PA
42632014-03-19 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4266 the same line.
4267
e2f6c966
PA
42682014-03-19 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.base/async.c (main): Add "jump here" and "until here" line
4271 marker comments.
4272 * gdb.base/async.exp (jump_here): New global.
4273 (jump& test): Use it.
4274 (until_here): New global.
4275 (until& test): Use it.
4276
c30568d4
PA
42772014-03-19 Pedro Alves <palves@redhat.com>
4278
4279 * gdb.base/async.exp: Don't frob gdb_protocol.
4280
0172b6a7
DE
42812014-03-18 Doug Evans <xdje42@gmail.com>
4282
4283 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4284 Fix spelling of exec-done-display.
4285
06c868a8
JK
42862014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4287
4288 PR gdb/15358
4289 * gdb.base/gdb-sigterm.c: New file.
4290 * gdb.base/gdb-sigterm.exp: New file.
4291
0c7e1a46
PA
42922014-03-18 Pedro Alves <palves@redhat.com>
4293
4294 PR gdb/13860
4295 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4296 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4297 solib-event.
4298
f7c77d93
JB
42992014-03-17 Joel Brobecker <brobecker@adacore.com>
4300
4301 * gdb.ada/pckd_arr_ren: New testcase.
4302
5a1e8c7a
DE
43032014-03-13 Doug Evans <xdje42@gmail.com>
4304
4305 PR guile/16612
4306 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4307 collect after discarding symbols.
4308
350e1a76
DE
43092014-03-13 Ludovic Courtès <ludo@gnu.org>
4310 Doug Evans <xdje42@gmail.com>
4311
4312 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4313 to history survives a gc.
4314
a69900ae
PA
43152014-03-13 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/default.exp: Don't test "target procfs".
4318
5db9f0bd
PA
43192014-03-13 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.base/default.exp: Update "target child" and "target procfs"
4322 tests to not expect "Unix".
4323
b3ccfe11
TT
43242014-03-12 Tom Tromey <tromey@redhat.com>
4325
4326 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4327 New procs. Add target-async tests.
4328 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4329 Add target-async tests.
4330
646f4417
AA
43312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4332
4333 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4334 'func_start' and 'func_end' for the beginning and end of the
4335 function code, respectively.
4336 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4337 'func_end' instead of 'func' and 'main'.
4338
288c211f
AA
43392014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4340
4341 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4342 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4343 generate the debug info assembler source.
4344
e0c0f156
AA
43452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4346
4347 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4348 * gdb.dwarf2/arr-subrange.exp: Likewise.
4349 * gdb.dwarf2/dwz.exp: Likewise.
4350 * gdb.dwarf2/method-ptr.exp: Likewise.
4351 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4352 * gdb.dwarf2/subrange.exp: Likewise.
4353 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4354 * gdb.dwarf2/implptrpiece.exp: Likewise.
4355 * gdb.dwarf2/nostaticblock.exp: Likewise.
4356
0e5c4555
AA
43572014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4358
4359 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4360 directory to absolute path name arguments.
4361
5ec18f2b
JG
43622014-03-10 Joel Brobecker <brobecker@adacore.com>
4363
4364 * gdb.ada/tagged_access: New testcase.
4365
847fc4f2
MM
43662014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4367
4368 * gdb.btrace/data.exp: Update expected output.
4369
cc3da688
YQ
43702014-03-06 Yao Qi <yao@codesourcery.com>
4371
4372 * gdb.trace/pr16508.exp: New file.
4373
0f26cec1
PA
43742014-03-05 Pedro Alves <palves@redhat.com>
4375
4376 PR gdb/16575
4377 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4378 procedure.
4379 (top level): Adjust to use it. Add tests that exercise breakpoint
4380 interaction with the code-cache.
4381
7a5a839f
LC
43822014-02-26 Ludovic Courtès <ludo@gnu.org>
4383
4384 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4385 test for 'history-append!'.
4386
31aa7e4e
JB
43872014-02-26 Joel Brobecker <brobecker@adacore.com>
4388
4389 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4390 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4391 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4392 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4393 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4394 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4395
1b588015
JB
43962014-02-26 Joel Brobecker <brobecker@adacore.com>
4397
4398 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4399 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4400 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4401
55426c9d
JB
44022014-02-26 Joel Brobecker <brobecker@adacore.com>
4403
4404 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4405
dc53a7ad
JB
44062014-02-26 Joel Brobecker <brobecker@adacore.com>
4407
4408 * gdb.dwarf2/arr-stride.c: New file.
4409 * gdb.dwarf2/arr-stride.exp: New file.
4410
12ab52e9
PA
44112014-02-26 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4414 that won't ever trigger. Make sure that GDB reports the correct
4415 breakpoint that caused the stop.
4416
849c862e
JK
44172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4418
4419 PR gdb/16626
4420 * gdb.base/auto-load-script: New file.
4421 * gdb.base/auto-load.c: New file.
4422 * gdb.base/auto-load.exp: New file.
4423
71b7d793
JK
4424 PR gdb/16626
4425 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4426
e2f0d509
JK
44272014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4430 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4431
50cc37c8
DE
44322014-02-24 Doug Evans <dje@google.com>
4433
4434 * lib/gdb.exp (run_on_host): Log error output if program fails.
4435
ea4758f2
PA
44362014-02-21 Pedro Alves <palves@redhat.com>
4437
4438 * gdb.threads/step-after-sr-lock.c: Rename to ...
4439 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4440 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4441 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4442 ... this.
4443
d7b30f67
SDJ
44442014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4445
4446 PR tdep/16397
4447 * gdb.arch/amd64-stap-special-operands.exp: New file.
4448 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4449 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4450 * gdb.arch/amd64-stap-triplet.S: Likewise.
4451 * gdb.arch/amd64-stap-triplet.c: Likewise.
4452
83deb43f
JB
44532014-02-20 Joel Brobecker <brobecker@adacore.com>
4454
4455 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4456 in .section pseudo-op.
4457
adde2bff
DE
44582014-02-20 lin zuojian <manjian2006@gmail.com>
4459 Joel Brobecker <brobecker@adacore.com>
4460 Doug Evans <xdje42@gmail.com>
4461
4462 PR symtab/16581
4463 * gdb.dwarf2/dw2-icycle.S: New file.
4464 * gdb.dwarf2/dw2-icycle.c: New file.
4465 * gdb.dwarf2/dw2-icycle.exp: New file.
4466
f7bd0f78
SC
44672014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4468
4469 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4470 operations on gdb.Value objects.
4471 * gdb.python/py-value-cc.exp: Add new test to test operations on
4472 gdb.Value objects.
4473
c17ef0d5
DE
44742014-02-18 Doug Evans <dje@google.com>
4475
4476 * Makefile.in (TESTS): New variable.
4477 (expanded_tests, expanded_tests_or_none): New variables
4478 (check-single): Pass $(expanded_tests_or_none) to runtest.
4479 (check-parallel): Only run tests in $(TESTS) if non-empty.
4480 (check/no-matching-tests-found): New rule.
4481 * README: Document TESTS makefile variable.
4482
5dd3176f
DE
44832014-02-18 Doug Evans <dje@google.com>
4484
4485 * Makefile.in (check-parallel): rm -rf outputs temp.
4486
0b10be4f
JK
44872014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 Fix "ERROR: no fileid for" in the testsuite.
4490 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4491
85f224e7
DE
44922014-02-12 Doug Evans <dje@google.com>
4493
4494 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4495 (MISCELLANEOUS): New variable.
4496 (clean): rm -rf $(MISCELLANEOUS).
4497 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4498 dwp live in the same directory as symlinks, with each symlink pointed
4499 to a differently named file in a different directory.
4500
149b30ff
DE
45012014-02-11 Doug Evans <dje@google.com>
4502
4503 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4504 of Tcl file commands.
4505
1dfdac32
MK
45062014-02-10 Mark Kettenis <kettenis@gnu.org>
4507
4508 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4509 "kill -SIGUSR1 -1".
4510
aa4fb036
JB
45112014-02-10 Joel Brobecker <brobecker@adacore.com>
4512
4513 * gdb.ada/tick_length_array_enum_idx: New testcase.
4514
ed3ef339
DE
45152014-02-10 Doug Evans <xdje42@gmail.com>
4516
4517 * configure.ac (AC_OUTPUT): Add gdb.guile.
4518 * configure: Regenerate.
4519 * lib/gdb-guile.exp: New file.
4520 * lib/gdb.exp (get_target_charset): New function.
4521 * gdb.base/help.exp: Update expected output from "apropos apropos".
4522 * gdb.guile/Makefile.in: New file.
4523 * gdb.guile/guile.exp: New file.
4524 * gdb.guile/scm-arch.c: New file.
4525 * gdb.guile/scm-arch.exp: New file.
4526 * gdb.guile/scm-block.c: New file.
4527 * gdb.guile/scm-block.exp: New file.
4528 * gdb.guile/scm-breakpoint.c: New file.
4529 * gdb.guile/scm-breakpoint.exp: New file.
4530 * gdb.guile/scm-disasm.c: New file.
4531 * gdb.guile/scm-disasm.exp: New file.
4532 * gdb.guile/scm-equal.c: New file.
4533 * gdb.guile/scm-equal.exp: New file.
4534 * gdb.guile/scm-error.exp: New file.
4535 * gdb.guile/scm-error.scm: New file.
4536 * gdb.guile/scm-frame-args.c: New file.
4537 * gdb.guile/scm-frame-args.exp: New file.
4538 * gdb.guile/scm-frame-args.scm: New file.
4539 * gdb.guile/scm-frame-inline.c: New file.
4540 * gdb.guile/scm-frame-inline.exp: New file.
4541 * gdb.guile/scm-frame.c: New file.
4542 * gdb.guile/scm-frame.exp: New file.
4543 * gdb.guile/scm-generics.exp: New file.
4544 * gdb.guile/scm-gsmob.exp: New file.
4545 * gdb.guile/scm-iterator.c: New file.
4546 * gdb.guile/scm-iterator.exp: New file.
4547 * gdb.guile/scm-math.c: New file.
4548 * gdb.guile/scm-math.exp: New file.
4549 * gdb.guile/scm-objfile-script-gdb.in: New file.
4550 * gdb.guile/scm-objfile-script.c: New file.
4551 * gdb.guile/scm-objfile-script.exp: New file.
4552 * gdb.guile/scm-objfile.c: New file.
4553 * gdb.guile/scm-objfile.exp: New file.
4554 * gdb.guile/scm-ports.exp: New file.
4555 * gdb.guile/scm-pretty-print.c: New file.
4556 * gdb.guile/scm-pretty-print.exp: New file.
4557 * gdb.guile/scm-pretty-print.scm: New file.
4558 * gdb.guile/scm-section-script.c: New file.
4559 * gdb.guile/scm-section-script.exp: New file.
4560 * gdb.guile/scm-section-script.scm: New file.
4561 * gdb.guile/scm-symbol.c: New file.
4562 * gdb.guile/scm-symbol.exp: New file.
4563 * gdb.guile/scm-symtab-2.c: New file.
4564 * gdb.guile/scm-symtab.c: New file.
4565 * gdb.guile/scm-symtab.exp: New file.
4566 * gdb.guile/scm-type.c: New file.
4567 * gdb.guile/scm-type.exp: New file.
4568 * gdb.guile/scm-value-cc.cc: New file.
4569 * gdb.guile/scm-value-cc.exp: New file.
4570 * gdb.guile/scm-value.c: New file.
4571 * gdb.guile/scm-value.exp: New file.
4572 * gdb.guile/source2.scm: New file.
4573 * gdb.guile/types-module.cc: New file.
4574 * gdb.guile/types-module.exp: New file.
4575
7026a7c1
YQ
45762014-02-10 Yao Qi <yao@codesourcery.com>
4577
4578 PR testsuite/16543
4579 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4580 * configure: Regenerated.
4581 * Makefile.in: New file.
4582
6c466447
AS
45832014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4584
4585 * gdb.python/py-framefilter.exp: Fix typo.
4586
6e854735
YQ
45872014-02-08 Yao Qi <yao@codesourcery.com>
4588
4589 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4590 that no =breakpoint-modified is emitted when breakpoints are
4591 modified through MI commands.
4592
d137e6dc
PA
45932014-02-07 Pedro Alves <pedro@codesourcery.com>
4594 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.threads/step-after-sr-lock.c: New file.
4597 * gdb.threads/step-after-sr-lock.exp: New file.
4598
b5ee5a50
PA
45992014-02-07 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4602
3c77faf3
JK
46032014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4604
4605 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4606 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4607
6dddc817
DE
46082014-02-06 Doug Evans <xdje42@gmail.com>
4609
4610 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4611 output.
4612
4613 * gdb.gdb/python-interrupts.exp: New file.
4614
de7b2893
YQ
46152014-02-05 Yao Qi <yao@codesourcery.com>
4616
4617 * gdb.trace/report.exp (use_collected_data): Test the output
4618 of "info threads" and "info inferiors".
4619
66d032ac
YQ
46202014-02-05 Yao Qi <yao@codesourcery.com>
4621
4622 Revert this patch:
4623
4624 2013-05-24 Yao Qi <yao@codesourcery.com>
4625
4626 * gdb.trace/tfile.exp: Test inferior and thread.
4627
591a12a1
UW
46282014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4629
4630 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4631 on a function.
4632 * gdb.base/step-bt.c: Call hello via function pointer to make
4633 sure its first instruction is executed on powerpc64le-linux.
4634
0ff3e01f
UW
46352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4636
4637 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4638
084ee545
UW
46392014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4640
4641 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4642 of the test patterns for use on little-endian systems.
4643
6ed14ff3
UW
46442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4645
4646 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4647 (decimal_vector): Fix for little-endian.
4648
401e27fd
JM
46492014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4650
4651 * gdb.arch/sparc-sysstep.exp: New file.
4652 * gdb.arch/sparc-sysstep.c: Likewise.
4653
4654 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4655
8b924729
EBM
46562014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4657
4658 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4659
fb151210
JB
46602014-01-23 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.ada/array_char_idx: New testcase.
4663
0740f8d8
TT
46642014-01-23 Tom Tromey <tromey@redhat.com>
4665
4666 PR python/16487:
4667 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4668 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4669 classes.
4670
21909fa1
TT
46712014-01-23 Tom Tromey <tromey@redhat.com>
4672
4673 PR python/16491:
4674 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4675 string from an inferior frame.
4676 * gdb.python/py-framefilter-mi.exp: Update.
4677
87ce2a04
DE
46782014-01-22 Doug Evans <dje@google.com>
4679
4680 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4681
237b092b
AA
46822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4683
4684 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4685
d674a709
AA
46862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4687
4688 * gdb.trace/entry-values.exp: Remove excess space character from
4689 regex patterns. Handle s390 call instruction.
4690
20fa3390
AA
46912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4692
4693 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4694 define "*_start" label. Make "name" static.
4695 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4696 ${name} by references to ${name}_start.
4697
78466714
AA
46982014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4699
4700 * gdb.base/info-macros.exp: Remove "debug" from the compile
4701 options.
4702
ec9f644a
IB
47032014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4704
4705 * gdb.dlang/demangle.exp: New file.
4706
94b1b47e
IB
47072014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4708
4709 * gdb.dlang/primitive-types.exp: New file.
4710
7f420862
IB
47112014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4712
4713 * configure.ac: Create gdb.dlang/Makefile.
4714 * configure: Regenerate.
4715 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4716 * gdb.dlang/Makefile.in: New file.
4717 * lib/d-support.exp: New file.
4718 * lib/gdb.exp (skip_d_tests): New proc.
4719
52834460
MM
47202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4721
4722 * gdb.btrace/delta.exp: Check reverse stepi.
4723 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4724 * gdb.btrace/finish.exp: New.
4725 * gdb.btrace/next.exp: New.
4726 * gdb.btrace/nexti.exp: New.
4727 * gdb.btrace/record_goto.c: Add comments.
4728 * gdb.btrace/step.exp: New.
4729 * gdb.btrace/stepi.exp: New.
4730 * gdb.btrace/multi-thread-step.c: New.
4731 * gdb.btrace/multi-thread-step.exp: New.
4732 * gdb.btrace/rn-dl-bind.c: New.
4733 * gdb.btrace/rn-dl-bind.exp: New.
4734 * gdb.btrace/data.c: New.
4735 * gdb.btrace/data.exp: New.
4736 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4737
6e07b1d2
MM
47382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4739
4740 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4741 * gdb.btrace/exception.exp: Update.
4742 * gdb.btrace/instruction_history.exp: Update.
4743 * gdb.btrace/record_goto.exp: Update.
4744 * gdb.btrace/tailcall.exp: Update.
4745 * gdb.btrace/unknown_functions.exp: Update.
4746 * gdb.btrace/delta.exp: New.
4747
0b722aec
MM
47482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4749
4750 * gdb.btrace/record_goto.exp: Add backtrace test.
4751 * gdb.btrace/tailcall.exp: Add backtrace test.
4752
066ce621
MM
47532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4754
4755 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4756 * gdb.btrace/record_goto.c: New.
4757 * gdb.btrace/record_goto.exp: New.
4758 * gdb.btrace/x86-record_goto.S: New.
4759
0688d04e
MM
47602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4761
4762 * gdb.btrace/function_call_history.exp: Update tests.
4763 * gdb.btrace/instruction_history.exp: Update tests.
4764
8710b709
MM
47652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4766
4767 * gdb.btrace/function_call_history.exp: Fix expected field
4768 order for "record function-call-history".
4769 Add new tests for "record function-call-history /c".
4770 * gdb.btrace/exception.cc: New.
4771 * gdb.btrace/exception.exp: New.
4772 * gdb.btrace/tailcall.exp: New.
4773 * gdb.btrace/x86-tailcall.S: New.
4774 * gdb.btrace/x86-tailcall.c: New.
4775 * gdb.btrace/unknown_functions.c: New.
4776 * gdb.btrace/unknown_functions.exp: New.
4777 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4778
5de9129b
MM
47792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4780
4781 * gdb.btrace/instruction_history.exp: Update.
4782 * gdb.btrace/function_call_history.exp: Update.
4783
23a7fe75
MM
47842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4785
4786 * gdb.btrace/function_call_history.exp: Fix expected function
4787 trace.
4788 * gdb.btrace/instruction_history.exp: Initialize traced.
4789 Remove traced_functions.
4790
724c7dd8
MM
47912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4792
4793 * gdb.btrace/function_call_history.exp: Update
4794 * gdb.btrace/instruction_history.exp: Update.
4795
6d78d93b
MM
47962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4797
4798 * gdb.btrace/enable.exp: Update expected text.
4799
93a360cc
OJ
48002014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4801
4802 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4803 bytes.
4804
3772b53f
MR
48052014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4806
4807 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4808
596662fa
OJ
48092014-01-15 Omair Javaid <omair.javaid@linaro.org>
4810
4811 * lib/gdb.exp (supports_process_record): Return true for
4812 arm*-linux*. (supports_reverse): Likewise.
4813
b5b08fb4
SC
48142014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4815
4816 PR python/15464
4817 PR python/16113
4818 * gdb.python/py-type.c: Enhance test case.
4819 * gdb.python/py-value-cc.cc: Likewise
4820 * gdb.python/py-type.exp: Add new tests.
4821 * gdb.python/py-value-cc.exp: Likewise
4822
52d7fb13
AA
48232014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4824 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4827 Make "name" extern.
4828 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4829 references to ${name}_start by references to ${name}.
4830
a2cd8cfe
JB
48312014-01-10 Joel Brobecker <brobecker@adacore.com>
4832
4833 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4834
4e23fced
JB
48352014-01-10 Joel Brobecker <brobecker@adacore.com>
4836
4837 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4838
c6a9e42c
PA
48392014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4840 Pedro Alves <palves@redhat.com>
4841
4842 * gdb.mi/mi-info-os.exp: Connect to the target with
4843 mi_gdb_target_load.
4844
b7ea362b
PA
48452014-01-08 Pedro Alves <palves@redhat.com>
4846
4847 * gdb.threads/reconnect-signal.c: New file.
4848 * gdb.threads/reconnect-signal.exp: New file.
4849
5e3f4fab
EBM
48502014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4851
4852 * gdb.base/source-dir.exp: New file.
4853
79301218
JB
48542014-01-07 Joel Brobecker <brobecker@adacore.com>
4855
4856 * gdb.ada/mi_interface: New testcase.
4857
8e355c5d
JB
48582014-01-07 Joel Brobecker <brobecker@adacore.com>
4859
4860 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4861 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4862 gdb.ada/pp-rec-component/pck.ads: New files.
4863
c0d48811
JB
48642014-01-07 Joel Brobecker <brobecker@adacore.com>
4865
4866 * gdb.python/py-pp-integral.c: New file.
4867 * gdb.python/py-pp-integral.py: New file.
4868 * gdb.python/py-pp-integral.exp: New file.
4869
17b609c3 4870For older changes see ChangeLog-1993-2013.
c906108c 4871\f
8d8cb839
EZ
4872;; Local Variables:
4873;; mode: change-log
4874;; left-margin: 8
4875;; fill-column: 74
4876;; version-control: never
4877;; End:
902f2ccb 4878
32d0add0 4879 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4880 Copying and distribution of this file, with or without modification,
4881 are permitted provided the copyright notice and this notice are preserved.