gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
0a803169
PA
12015-04-23 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4
749ef8f8
PA
52015-04-23 Pedro Alves <palves@redhat.com>
6
7 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
8 on $any_spawn_id instead of only on $gdb_spawn_id.
9
8aae4344
PM
102015-04-21 Pierre Muller <muller@sourceware.org>
11
12 PR pascal/17815
13 * lib/pascal.exp (gpc_compile): Add new option "class".
14 (fpc_compile): Likewise.
15 * gdb.pascal/case-insensitive-symbols.pas: New file.
16 * gdb.pascal/case-insensitive-symbols.exp: New file.
17
1586c8fb
GB
182015-04-20 Gary Benson <gbenson@redhat.com>
19
20 * gdb.base/attach.exp: Fix three extended remote failures.
21
1b6e6f5c
GB
222015-04-17 Gary Benson <gbenson@redhat.com>
23
24 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
25 the main executable over the remote protocol.
26
e797481d
PA
272015-04-16 Pedro Alves <palves@redhat.com>
28
29 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
30 a new gdbserver if gdbserver_reconnect_p is set.
31
1ca99c42
PA
322015-04-16 Pedro Alves <palves@redhat.com>
33
34 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
35 is set, don't exit gdbserver.
36
af9fd6f8
AA
372015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
38
39 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
40 appropriate .insn, such that an older assembler can be used.
41 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
42 the z/Architecture instruction set on 31-bit targets as well.
43
04ff1e61
AA
442015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
45
46 * gdb.go/handcall.exp: Remove all logic related to the first
47 breakpoint and rely on go_runto_main instead.
48 * gdb.go/strings.exp: Likewise.
49 * gdb.go/unsafe.exp: Likewise.
50 * gdb.go/hello.exp: Likewise. Also rename the remaining
51 breakpoint marker to "breakpoint 1".
52 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
53 * gdb.go/strings.go: Likewise.
54 * gdb.go/unsafe.go: Likewise.
55 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
56 "set breakpoint 2 here" and rename the remaining breakpoint marker
57 to "breakpoint 1".
58
40d2f8d6
SM
592015-04-15 Simon Marchi <simon.marchi@ericsson.com>
60
61 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
62 if itertools.imap is not present.
63 * gdb.python/py-objfile.exp: Add parentheses.
64 * gdb.python/py-type.exp: Same.
65 * gdb.python/py-unwind-maint.py: Same.
66
8cbc97c6
YQ
672015-04-15 Yao Qi <yao.qi@linaro.org>
68
69 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
70 of ":$ptr_size" and set its form explicitly.
71
45fd756c
YQ
722015-04-15 Pedro Alves <palves@redhat.com>
73 Yao Qi <yao.qi@linaro.org>
74
75 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
76 timeout by factor of 4.
77 (test_regular_watch): Likewise.
78 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
79 * gdb.reverse/sigall-reverse.exp: Likewise.
80 * gdb.reverse/until-precsave.exp: Likewise.
81 * lib/gdb.exp (with_timeout_factor): New proc.
82 (gdb_expect): Move some code to ...
83 (get_largest_timeout): ... here. New procedure.
84
9e811bc3
LM
852015-04-14 Luis Machado <lgustavo@codesourcery.com>
86
87 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
88
0ff6fcb2
LM
892015-04-13 Luis Machado <lgustavo@codesourcery.com>
90
91 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
92 to write to the .text section.
93
7578d5f7
LM
942015-04-13 Luis Machado <lgustavo@codesourcery.com>
95
96 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
97 Handle the case of targets that do not provide PID information.
98
2efe15c4
YQ
992015-04-13 Yao Qi <yao.qi@linaro.org>
100
101 * lib/gdbserver-support.exp (gdb_exit): Catch exception
102 and use expect instead of gdb_expect.
103
8cd8f2f8
SDJ
1042015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 * gdb.base/coredump-filter.exp: Rename variable "addr" to
107 "coredump_var_addr" to avoid naming conflict with other testcases.
108
9ee41772
PA
1092015-04-10 Pedro Alves <palves@redhat.com>
110
111 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
112 gdb_test_sequence and gdb_assert.
113
07473109
PA
1142015-04-10 Pedro Alves <palves@redhat.com>
115
116 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
117 test messages that don't include the breakpoint address.
118
de3db44c
YQ
1192015-04-10 Yao Qi <yao.qi@linaro.org>
120
121 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
122 false for some offset and width combinations which aren't
123 supported by linux kernel.
124
c79d856c
PA
1252015-04-10 Pedro Alves <palves@redhat.com>
126
127 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
128 procedure, factored out from ...
129 (top level): ... here. Add "set displaced-stepping" testing axis.
130 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
131 parameter "displaced". Use it.
132 (top level): Use foreach and add "set displaced-stepping" testing
133 axis.
134
ebc90b50
PA
1352015-04-10 Pedro Alves <palves@redhat.com>
136
137 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
138 Remove comment.
139 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
140 both the address of the instruction that triggers the watchpoint
141 and the address of the instruction immediately after, and use
142 those addresses for the test. Fix comment.
143
8f572e5c
PA
1442015-04-10 Pedro Alves <palves@redhat.com>
145
146 * gdb.base/sigstep.exp (breakpoint_to_handler)
147 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
148 Test "backtrace" in handler.
149 (breakpoint_over_handler): New parameter 'displaced'. Use it.
150 (top level): Add new "displaced" test axis to
151 breakpoint_to_handler, breakpoint_to_handler_entry and
152 breakpoint_over_handler.
153
8d707a12
PA
1542015-04-10 Pedro Alves <palves@redhat.com>
155
156 PR gdb/18216
157 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
158
ef713951
YQ
1592015-04-10 Yao Qi <yao.qi@linaro.org>
160
161 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
162 (test_add_rn_pc): New function.
163 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
164 (top level): Invoke test_add_rn_pc.
165
906d60cf
PA
1662015-04-10 Pedro Alves <palves@redhat.com>
167
168 PR gdb/13858
169 * gdb.base/step-over-no-symbols.exp: New file.
170
f2983cc3
AW
1712015-04-09 Andy Wingo <wingo@igalia.com>
172
173 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
174 after the Python tests.
175
6d62641c
SDJ
1762015-04-08 Keith Seitz <keiths@redhat.com>
177
178 PR python/16699
179 * gdb.python/py-completion.exp: New tests for completion.
180 * gdb.python/py-completion.py (CompleteLimit1): New class.
181 (CompleteLimit2): Likewise.
182 (CompleteLimit3): Likewise.
183 (CompleteLimit4): Likewise.
184 (CompleteLimit5): Likewise.
185 (CompleteLimit6): Likewise.
186 (CompleteLimit7): Likewise.
187
f3770638
PA
1882015-04-08 Pedro Alves <palves@redhat.com>
189
190 PR gdb/18214
191 PR gdb/18216
192 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
193 function.
194 (main): Install it as SIGUSR1 handler.
195 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
196 parameter. Always use "setup" as prefix. Toggle "set
197 displaced-stepping" off/on depending on global. Don't switch to
198 thread 1 here.
199 (top level): Add displaced stepping "off/on" test axis. Update
200 "setup" calls. Wrap each subtest with with_test_prefix. Test
201 continuing with a queued signal in each thread.
202
4496bed7
PA
2032015-04-08 Pedro Alves <palves@redhat.com>
204
205 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
206 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
207 gdb_breakpoint instead of gdb_test that doesn't expect anything.
208 Return early if running to main fails.
209 * gdb.trace/while-stepping.exp: Likewise.
210
b97fde92
PA
2112015-04-07 Pedro Alves <palves@redhat.com>
212
213 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
214 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
215 interact with inferior program.
216
f71c18e7
PA
2172015-04-07 Pedro Alves <palves@redhat.com>
218
219 * lib/gdb.exp (inferior_spawn_id): New global.
220 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
221 spawn id after processing the user code.
222 (default_gdb_start): Set inferior_spawn_id.
223 (send_inferior): New procedure.
224 * lib/gdbserver-support.exp (gdbserver_start): Set
225 inferior_spawn_id.
226 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
227
6423214f
PA
2282015-04-07 Pedro Alves <palves@redhat.com>
229
230 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
231 * lib/gdbserver-support.exp (gdbserver_start): Make
232 $server_spawn_id global.
233 (gdbserver_start): Don't wait for gdbserver's spawn id with
234 expect_background.
235 (close_gdbserver): New procedure.
236 (gdb_exit): Rename the default version and reimplement.
237
71c0ee8c
PA
2382015-04-07 Pedro Alves <palves@redhat.com>
239
240 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
241 append the substituted item, not the original item.
242
203bc29b
PA
2432015-04-07 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
246 gdb_expect.
247
508a3ddf
PA
2482015-04-07 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/interrupt.exp: Don't handle the case of the inferior
251 output appearing once only.
252
9f6dbe2b
PA
2532015-04-07 Pedro Alves <palves@redhat.com>
254
255 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
256 that doesn't expect anything. Return early if running to main
257 fails.
258
337532fa
YQ
2592015-04-07 Yao Qi <yao.qi@linaro.org>
260
261 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
262 (child_function): Call alarm.
263 (main): Move call to alarm into the loop.
264 * gdb.threads/non-stop-fair-events.exp: Build program with
265 -DTIMEOUT=$timeout.
266
01b622d4
DE
2672015-04-06 Doug Evans <xdje42@gmail.com>
268
269 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
270 Fix dest parameter to board_info.
271 (fpc_compile): Ditto.
272 (gdb_compile_pascal): Rename dest arg to destfile.
273
961f4160
PMR
2742015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
275
276 * gdb.ada/funcall_ref.exp: New file.
277 * gdb.ada/funcall_ref/foo.adb: New file.
278
cafda597
YQ
2792015-04-02 Yao Qi <yao.qi@linaro.org>
280
281 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
282 is remote.
283
fed040c6
GB
2842015-04-02 Gary Benson <gbenson@redhat.com>
285
286 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
287
d11916aa
SS
2882015-04-01 Sasha Smundak <asmundak@google.com>
289
290 * gdb.python/py-unwind-maint.c: New file.
291 * gdb.python/py-unwind-maint.exp: New test.
292 * gdb.python/py-unwind-maint.py: New file.
293 * gdb.python/py-unwind.c: New file.
294 * gdb.python/py-unwind.exp: New test.
295 * gdb.python/py-unwind.py: New test.
296
a1471180
PA
2972015-04-01 Pedro Alves <palves@redhat.com>
298
299 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
300 to fail instead of non-existent $test.
301
0bbeccb1
PA
3022015-04-01 Pedro Alves <palves@redhat.com>
303
304 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
305 GDBFLAGS if not empty.
306
3c724c8c
PMR
3072015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
308
309 * gdb.ada/complete.exp: Remove "multi_line".
310 * gdb.ada/info_exc.exp: Remove "multi_line".
311 * gdb.ada/packed_tagged.exp: Remove "multi_line".
312 * gdb.ada/ptype_field.exp: Remove "multi_line".
313 * gdb.ada/sym_print_name.exp: Remove "multi_line".
314 * gdb.ada/tagged.exp: Remove "multi_line".
315 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
316 [multi_line ...]
317 * gdb.btrace/delta.exp: Likewise.
318 * gdb.btrace/exception.exp: Likewise.
319 * gdb.btrace/function_call_history.exp: Likewise.
320 * gdb.btrace/instruction_history.exp: Likewise.
321 * gdb.btrace/nohist.exp: Likewise.
322 * gdb.btrace/record_goto.exp: Likewise.
323 * gdb.btrace/segv.exp: Likewise.
324 * gdb.btrace/stepi.exp: Likewise.
325 * gdb.btrace/tailcall.exp: Likewise.
326 * gdb.btrace/unknown_functions.exp: Likewise.
327 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
328 * lib/gdb.exp: Add the "multi_line" helper.
329
4eec2deb
PA
3302015-04-01 Pedro Alves <palves@redhat.com>
331
332 * gdb.threads/tid-reuse.c: New file.
333 * gdb.threads/tid-reuse.exp: New file.
334
df8411da
SDJ
3352015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
336
337 PR corefiles/16092
338 * gdb.base/coredump-filter.c: New file.
339 * gdb.base/coredump-filter.exp: Likewise.
340
6ef37366
PM
3412015-03-27 Petr Machata <pmachata@redhat.com>
342
343 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
344 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
345 (Dwarf::assemble): Initialize them.
346 (Dwarf::lines): New function.
347
7ec911b0
JT
3482015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
349
350 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
351 SYMBOL_PREFIX for x86_64-*-cygwin.
352
ff908ebf
AW
3532015-03-26 Andy Wingo <wingo@igalia.com>
354
355 PR symtab/18148
356 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
357 const_value but not a location.
358 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
359 location defined in non-main CUs are visible.
360
6d5f0679
YQ
3612015-03-26 Yao Qi <yao.qi@linaro.org>
362
363 PR testsuite/18139
364 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
365 Add a line number entry for the same line.
366 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
367 Add a line number entry for the same line.
368
2898689b
YQ
3692015-03-26 Yao Qi <yao.qi@linaro.org>
370
371 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
372 .int 0.
373 (func): Likewise. Add .Lfunc_1 label.
374 Use .Lfunc_1 label.
375 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
376 .int 0.
377 (func): Likewise.
378 Use .Lfunc_1 label.
379
85180498
YQ
3802015-03-26 Yao Qi <yao.qi@linaro.org>
381
382 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
383 Call gdb_compile instead to compile each .s files without debug
384 information.
385
8aa08a8d
YQ
3862015-03-26 Yao Qi <yao.qi@linaro.org>
387
388 * gdb.base/savedregs.exp (process_saved_regs): Make
389 "Saved registers:" optional in the pattern.
390
66849923
MM
3912015-03-25 Markus Metzger <markus.t.metzger@intel.com>
392
393 * gdb.btrace/next.exp: Merged into step.exp.
394 * gdb.btrace/finish.exp: Merged into step.exp.
395 * gdb.btrace/nexti.exp: Merged into stepi.exp.
396 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
397 "record goto" and checking the exact replay position.
398 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
399 check for "Recording format" in "info record" output.
400 * gdb.btrace/record_goto.exp: Choose test file based on target.
401 * gdb.btrace/x86-record_goto.S: Renamed into ...
402 * gdb.btrace/x86_64-record_goto.S: ... this.
403 * gdb.btrace/i686-record_goto.S: New.
404 * gdb.btrace/x86-tailcall.S: Renamed into ...
405 * gdb.btrace/x86_64-tailcall.S: ... this.
406 * gdb.btrace/i686-tailcall.S: New.
407 * gdb.btrace/x86-tailcall.c: Renamed into ...
408 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
409 separate statements. Update test.
410 * gdb.btrace/delta.exp: Use record_goto.c as test file.
411 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
412 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
413 * gdb.btrace/tailcall.exp: Choose test file based on target.
414 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
415
11cc1b74
MM
4162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
417
418 * gdb.btrace/exception.exp: Increase BTS buffer size.
419
a25d8bf9
PA
4202015-03-24 Pedro Alves <palves@redhat.com>
421
422 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
423
856e7dd6
PA
4242015-03-24 Pedro Alves <palves@redhat.com>
425
426 * gdb.threads/schedlock.exp (test_step): No longer expect that
427 "set scheduler-locking step" with "next" over a function call runs
428 threads unlocked.
429
ad235a41
AT
4302015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
431
432 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
433
15630549
AT
4342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
435
436 PR breakpoints/16466
437 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
438 * gdb.mi/mi-pending.c (thread_func): New function.
439 (int main): Add threading support required.
440 * gdb.mi/mi-pending.exp: Add tests for this issue.
441 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
442 (pendfunc2): Remove stdio dependency.
443 * gdb.mi/mi-pendshr2.c: New file.
444
693dca06
KS
4452015-03-23 Keith Seitz <keiths@redhat.com>
446
447 * gdb.linespec/keywords.c: New file.
448 * gdb.linespec/keywords.exp: New file.
449
7e993ebf
KS
4502015-03-23 Keith Seitz <keiths@redhat.com>
451
452 PR gdb/18021
453 * gdb.dwarf2/staticvirtual.exp: New test.
454
bc23328c
JK
4552015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
456
457 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
458 * README: Remove HP-UX and gdb.hp.
459 (configuration):
460 * configure: Regenerate.
461 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
462 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
463 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
464 gdb.hp/gdb.defects/Makefile.
465 * gdb.hp/Makefile.in: File deleted.
466 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
467 * gdb.hp/gdb.aCC/optimize.c: File deleted.
468 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
469 * gdb.hp/gdb.aCC/run.c: File deleted.
470 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
471 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
472 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
473 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
474 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
475 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
476 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
477 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
478 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
479 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
480 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
481 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
482 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
483 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
484 * gdb.hp/gdb.base-hp/reg.s: File deleted.
485 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
486 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
487 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
488 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
489 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
490 * gdb.hp/gdb.compat/Makefile.in: File deleted.
491 * gdb.hp/gdb.compat/average.c: File deleted.
492 * gdb.hp/gdb.compat/sum.c: File deleted.
493 * gdb.hp/gdb.compat/xdb.c: File deleted.
494 * gdb.hp/gdb.compat/xdb0.c: File deleted.
495 * gdb.hp/gdb.compat/xdb0.h: File deleted.
496 * gdb.hp/gdb.compat/xdb1.c: File deleted.
497 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
498 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
499 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
500 * gdb.hp/gdb.defects/Makefile.in: File deleted.
501 * gdb.hp/gdb.defects/bs14602.c: File deleted.
502 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
503 * gdb.hp/gdb.defects/solib-d.c: File deleted.
504 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
505 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
506 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
507 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
508 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
509 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
510 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
511 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
512 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
513 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
514 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
515 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
516 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
517 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
518 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
519 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
520 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
521 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
522 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
523 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
524 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
525 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
526 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
527 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
528 * gdb.hp/tools/odump: File deleted.
529
8bf3b159
PA
5302015-03-19 Pedro Alves <palves@redhat.com>
531
532 * gdb.threads/continue-pending-status.exp (saw_thread_2)
533 (saw_thread_3): New globals.
534 (top level): Increment them when an event for the corresponding
535 thread is seen.
536 (no thread starvation): New test.
537
eb54c8bf
PA
5382015-03-19 Pedro Alves <palves@redhat.com>
539
540 * gdb.threads/continue-pending-status.c: New file.
541 * gdb.threads/continue-pending-status.exp: New file.
542
32d2e5d6
PA
5432015-03-18 Pedro Alves <palves@redhat.com>
544
545 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
546 Use gdb_is_target_remote instead of is_remote. Use
547 gdb_test_multiple instead of gdb_expect. Exit early if
548 gdb_test_multiple hits its internal matches. Tighten stepi tests
549 expected output. Fail on exit with any signal, instead of just
550 SIGILL.
551
f68f11b7
YQ
5522015-03-18 Yao Qi <yao.qi@linaro.org>
553
554 PR tdep/18107
555 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
556 variable.
557 * gdb.base/catch-syscall.exp: Don't skip it on
558 aarch64*-*-linux* target. Remove elements in all_syscalls.
559 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
560 target.
561 (setup_all_syscalls): New proc.
562
ca5fd19b
YQ
5632015-03-16 Yao Qi <yao.qi@linaro.org>
564
565 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
566 (top level): Skip tests if valid_addr_p returns false for
567 $cmd1 or $cmd2.
568
85642ba0
AW
5692015-03-11 Andy Wingo <wingo@igalia.com>
570
571 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
572
e03f9645
YQ
5732015-03-11 Yao Qi <yao.qi@linaro.org>
574
575 * gdb.base/catch-syscall.exp: Fix typo in comments.
576
5d0962b2
YQ
5772015-03-11 Yao Qi <yao.qi@linaro.org>
578
579 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
580
b2df3cef
PA
5812015-03-09 Pedro Alves <palves@redhat.com>
582
583 * dg-extract-results.py: Delete.
584
ef878e53
PA
5852015-03-09 Pedro Alves <palves@redhat.com>
586
587 Merge dg-extract-results.sh from GCC upstream (r218843).
588
589 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
590 * dg-extract-results.sh: Use --text with grep to avoid issues with
591 binary files. Fall back to cat -v, if that doesn't work.
592
9494d219
PA
5932015-03-05 Pedro Alves <palves@redhat.com>
594
595 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
596
a8d9763a
SM
5972015-03-04 Simon Marchi <simon.marchi@ericsson.com>
598
599 * lib/mi-support.exp (mi_expect_interrupt): Accept
600 alternative event for when in all-stop mode.
601
be9957b8
PA
6022015-03-04 Pedro Alves <palves@redhat.com>
603
604 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
605
d57be0f4 6062015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
607
608 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
609
c214c7cf
AA
6102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
611
612 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
613 regexps for GDB's current line display, accept a hex address
614 preceding the line number.
615
6d74a497
AA
6162015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
617
618 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
619 the 'arch1' variable for "s390*-linux*" targets.
620
511aee7c
PA
6212015-03-04 Pedro Alves <palves@redhat.com>
622
623 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
624 (main): Pass missing retval argument to pthread_join call.
625
95e50b27
PA
6262015-03-02 Pedro Alves <palves@redhat.com>
627
628 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
629 (top level): Call do_test with non-stop as well.
630
28054d69
PA
6312015-03-02 Pedro Alves <palves@redhat.com>
632
633 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
634 -1.
635
4fa5d7b4
AA
6362015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
637
638 * gdb.arch/s390-vregs.exp: New test.
639 * gdb.arch/s390-vregs.S: New file.
640
97c18565
PA
6412015-02-27 Pedro Alves <palves@redhat.com>
642
643 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
644 call to catch_command_errors.
645 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
646 catch_command_errors.
647
a37bfa30
PA
6482015-02-27 Pedro Alves <palves@redhat.com>
649
650 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
651 "true" for boolean result.
652 * gdb.gdb/selftest.exp (test_with_self): Also accept full
653 prototype of main.
654
6f98576f
PA
6552015-02-27 Pedro Alves <palves@redhat.com>
656
657 * lib/unbuffer_output.c: New file.
658 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
659 (main): Call gdb_unbuffer_output.
660
eba5ab56
YQ
6612015-02-27 Yao Qi <yao.qi@linaro.org>
662
663 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
664 target.
665
0def5aaa
DE
6662015-02-26 Doug Evans <dje@google.com>
667
668 * gdb.cp/class2.cc (Dbase, D): New classes.
669 (main): New local delta.
670 * gdb.cp/class2.exp: Test printing delta.
671 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
672 (dynbar): New global.
673 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
674
081a1c2c
JK
6752015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
676
677 * gdb.compile/compile-ifunc.c: New file.
678 * gdb.compile/compile-ifunc.exp: New file.
679
2f41223f
AT
6802015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
681
682 * gdb.base/structs.exp: Check for correct struct on finish.
683
03eddd80
YQ
6842015-02-26 Yao Qi <yao.qi@linaro.org>
685
686 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
687 is zero.
688
80c57053
JK
6892015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
690
691 * gdb.arch/cordic.ko.bz2: New file.
692 * gdb.arch/cordic.ko.debug.bz2: New file.
693 * gdb.arch/ppc64-symtab-cordic.exp: New file.
694
21613c12
YQ
6952015-02-25 Yao Qi <yao.qi@linaro.org>
696
697 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
698 aarch64*-*-* target.
699
d8b901ed
PA
7002015-02-23 Pedro Alves <palves@redhat.com>
701
702 * lib/gdb.exp (delete_breakpoints): Rewrite using
703 gdb_test_multiple.
704
e5b85ead
PA
7052015-02-23 Pedro Alves <palves@redhat.com>
706
707 * gdb.base/info-os.c: Include stdlib.h.
708
85c3a371
DE
7092015-02-22 Doug Evans <xdje42@gmail.com>
710
711 PR symtab/17855
712 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
713 is read after symbols have been re-read.
714 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
715 * gdb.ada/exec_changed/second.adb (Second): Ditto.
716
96553a0c
DE
7172015-02-21 Doug Evans <dje@google.com>
718
719 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
720
97a0c697
JK
7212015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
722
723 PR corefiles/17808
724 * gdb.arch/i386-biarch-core.core.bz2: New file.
725 * gdb.arch/i386-biarch-core.exp: New file.
726
a47cd6e9
PA
7272015-02-21 Pedro Alves <palves@redhat.com>
728
729 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
730 runto_main fails.
731
c5facdc4
PA
7322015-02-20 Pedro Alves <palves@redhat.com>
733
734 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
735 info probes.
736
2db9a427
PA
7372015-02-20 Pedro Alves <palves@redhat.com>
738
739 * gdb.threads/multi-create-ns-info-thr.exp: New file.
740
60fb7e9e
PA
7412015-02-20 Pedro Alves <palves@redhat.com>
742
743 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
744 clean_restart before gdb_target_supports_trace.
745
5c5019c2
PA
7462015-02-20 Pedro Alves <palves@redhat.com>
747
748 PR threads/18006
749 * gdb.threads/clone-thread_db.c: New file.
750 * gdb.threads/clone-thread_db.exp: New file.
751
c9587f88
AT
7522015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
753
754 PR breakpoints/16812
755 * gdb.base/catch-gdb-caused-signals.c: New file.
756 * gdb.base/catch-gdb-caused-signals.exp: New file.
757
f6a88844
JM
7582015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
759
760 * configure: Regenerated.
761 * configure.ac: Use GDB_AC_TRANSFORM.
762 * aclocal.m4: sinclude ../transform.m4.
763
497c491b
JM
7642015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
765
766 * lib/dtrace.exp: New file.
767 * gdb.base/dtrace-probe.exp: Likewise.
768 * gdb.base/dtrace-probe.d: Likewise.
769 * gdb.base/dtrace-probe.c: Likewise.
770 * lib/pdtrace.in: Likewise.
771 * configure.ac: Output variables with the transformed names of
772 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
773 * configure: Regenerated.
774
03e98035
JM
7752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
776
777 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
778 expected message when trying to access $_probe_* convenience
779 variables while not on a probe.
780
63cc30e9
JK
7812015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
782
783 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
784
0703599a
PA
7852015-02-11 Pedro Alves <pedro@codesourcery.com>
786
787 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
788 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
789
7e60a48e
DE
7902015-02-10 Doug Evans <xdje42@gmail.com>
791
792 * lib/gdb.exp (gdb_load): Always return a result.
793
01b088bc
PA
7942015-02-10 Pedro Alves <palves@redhat.com>
795
796 * gdb.threads/signal-sigtrap.c: New file.
797 * gdb.threads/signal-sigtrap.exp: New file.
798
b05ec7a5
AT
7992015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
800
801 * gdb.trace/no-attach-trace.c: New file.
802 * gdb.trace/no-attach-trace.exp: New file.
803
a2c2acaf
MW
8042015-02-09 Mark Wielaard <mjw@redhat.com>
805
806 * gdb.dwarf2/atomic.c: New file.
807 * gdb.dwarf2/atomic-type.exp: Likewise.
808
31fd9caa
MM
8092015-02-09 Markus Metzger <markus.t.metzger@intel.com>
810
811 * gdb.btrace/buffer-size.exp: Update "info record" output.
812 * gdb.btrace/delta.exp: Update "info record" output.
813 * gdb.btrace/enable.exp: Update "info record" output.
814 * gdb.btrace/finish.exp: Update "info record" output.
815 * gdb.btrace/instruction_history.exp: Update "info record" output.
816 * gdb.btrace/next.exp: Update "info record" output.
817 * gdb.btrace/nexti.exp: Update "info record" output.
818 * gdb.btrace/step.exp: Update "info record" output.
819 * gdb.btrace/stepi.exp: Update "info record" output.
820 * gdb.btrace/nohist.exp: Update "info record" output.
821
d33501a5
MM
8222015-02-09 Markus Metzger <markus.t.metzger@intel.com>
823
824 * gdb.btrace/buffer-size: New.
825
f4abbc16
MM
8262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
827
828 * gdb.btrace/delta.exp: Update "info record" output.
829 * gdb.btrace/enable.exp: Update "info record" output.
830 * gdb.btrace/finish.exp: Update "info record" output.
831 * gdb.btrace/instruction_history.exp: Update "info record" output.
832 * gdb.btrace/next.exp: Update "info record" output.
833 * gdb.btrace/nexti.exp: Update "info record" output.
834 * gdb.btrace/step.exp: Update "info record" output.
835 * gdb.btrace/stepi.exp: Update "info record" output.
836 * gdb.btrace/nohist.exp: Update "info record" output.
837
b9d61307
SM
8382015-02-06 Simon Marchi <simon.marchi@ericsson.com>
839
840 PR gdb/15678
841 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
842
e584fdbc
PA
8432015-02-06 Pedro Alves <palves@redhat.com>
844
845 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
846 macro.
847 (seconds_left, again): New globals.
848 (main): Wait seconds_left in a 1-second sleep loop instead of
849 sleeping 180 seconds. If 'again' is set, reset the seconds
850 counter.
851 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
852 'again' in the inferior before detaching. Print the seconds left.
853 (options): New global.
854 (top level): Build program with -DTIMEOUT=$timeout.
855
77f41761
PA
8562015-02-06 Pedro Alves <palves@redhat.com>
857
858 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
859 determine how many seconds to pass to 'alarm'.
860 * gdb.base/gdb-sigterm.exp (top level): Build program with
861 -DTIMEOUT=$timeout.
862 (do_test): Return success/failure indication. Add more verbose
863 logging. Don't fail if 200 single steps are seen. Instead, fail
864 when the test times out.
865 (passes): New global.
866 (top level): Break the testing loop if testing fails on any
867 iteration. Use gdb_assert.
868
b9394193
DB
8692015-02-04 Don Breazeal <donb@codesourcery.com>
870
871 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
872 and initialize them.
873 (ipc_cleanup): New function.
874 (main): Don't declare shmid, semid, and msqid. Add a call to
875 atexit so that we call ipc_cleanup on exit.
876
42d9e528
PA
8772015-02-04 Pedro Alves <palves@redhat.com>
878
879 * boards/native-extended-gdbserver.exp: Remove any target variant
880 specifications from the board name before clearing the isremote
881 flag from board_info.
882
ae6ae975
DE
8832015-01-31 Doug Evans <xdje42@gmail.com>
884
885 * gdb.base/maint.exp <maint print type argc>: Update expected output.
886
cfb069a8
GB
8872015-01-31 Gary Benson <gbenson@redhat.com>
888
889 * gdb.base/completion.exp: Disable completion limiting for
890 existing tests. Add new tests to check completion limiting.
891 * gdb.linespec/ls-errs.exp: Disable completion limiting.
892
5dd31d79
DE
8932015-01-31 Doug Evans <xdje42@gmail.com>
894
895 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
896
9f050062
DE
8972015-01-31 Doug Evans <xdje42@gmail.com>
898
899 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
900 entries. Duplicate file section script entries.
901 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
902 inlined entries. Add test for safe-path rejection.
903 * gdb.python/py-section-script.c: Add duplicate inlined section script
904 entries. Duplicate file section script entries.
905 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
906 inlined entries. Add test for safe-path rejection.
907
df25ebbd
JB
9082015-01-29 Joel Brobecker <brobecker@adacore.com>
909
910 * gdb.ada/disc_arr_bound: New testcase.
911
4a0ca9ec
JB
9122015-01-29 Joel Brobecker <brobecker@adacore.com>
913
914 * gdb.ada/mi_var_array: New testcase.
915
3a8b707a
DE
9162015-01-27 Doug Evans <dje@google.com>
917
918 * gdb.python/py-objfile.exp: Add tests for objfile.username.
919 Add test for objfile.filename, objfile.username after objfile
920 has been unloaded.
921
f8313f6e
JB
9222015-01-26 Joel Brobecker <brobecker@adacore.com>
923
924 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
925 the second test to print the name attribute of value
926 returned by the call to gdb.lookup_type, and adjust
927 the expected output accordingly.
928
37bc665e
MW
9292015-01-25 Mark Wielaard <mjw@redhat.com>
930
931 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
932 * gdb.base/disp-step-fork.c: Include unistd.h.
933 * gdb.base/siginfo-obj.c: Include stdio.h.
934 * gdb.base/siginfo-thread.c: Likewise.
935 * gdb.mi/non-stop.c: Include unistd.h.
936 * gdb.mi/nsthrexec.c: Include stdio.h.
937 * gdb.mi/pthreads.c: Include unistd.h.
938 * gdb.modula2/unbounded1.c (main): Declare returns int.
939 * gdb.reverse/consecutive-reverse.c: Likewise.
940 * gdb.threads/create-fail.c: Include unistd.h.
941 * gdb.threads/killed.c: Likewise.
942 * gdb.threads/linux-dp.c: Likewise.
943 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
944 * gdb.threads/non-ldr-exc-2.c: Likewise.
945 * gdb.threads/non-ldr-exc-3.c: Likewise.
946 * gdb.threads/non-ldr-exc-4.c: Likewise.
947 * gdb.threads/pthreads.c: Include unistd.h.
948 (main): Declare returns int.
949 * gdb.threads/tls-main.c (foo): New declaration.
950 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
951
f7e5394d
SM
9522015-01-23 Simon Marchi <simon.marchi@ericsson.com>
953
954 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
955 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
956
743649fd
MW
9572015-01-15 Mark Wielaard <mjw@redhat.com>
958
959 * gdb.base/noreturn-return.c: New file.
960 * gdb.base/noreturn-return.exp: New file.
961 * gdb.base/noreturn-finish.c: New file.
962 * gdb.base/noreturn-finish.exp: New file.
963
198297aa
PA
9642015-01-23 Pedro Alves <palves@redhat.com>
965
966 * gdb.threads/continue-pending-after-query.c: New file.
967 * gdb.threads/continue-pending-after-query.exp: New file.
968
717cf30c
AG
9692015-01-22 Anders Granlund <anders.granlund@ericsson.com>
970 Simon Marchi <simon.marchi@ericsson.com>
971
972 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
973 * gdb.base/valgrind-db-attach.exp: Same.
974 * gdb.base/valgrind-infcall.exp: Same.
975 * lib/mi-support.exp (default_mi_gdb_start): Same.
976 * lib/prompt.exp (default_prompt_gdb_start): Same.
977 * lib/gdb.exp (default_gdb_spawn): Same.
978 (gdb_interact): New.
979
980
4b62a76e
JK
9812015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
982
983 * gdb.compile/compile.exp (pointer to jit function): New test.
984
b4cdae6f
WW
9852015-01-17 Wei-cheng Wang <cole945@gmail.com>
986
987 * lib/gdb.exp (supports_process_record): Return true for
988 powerpc*-*-linux*.
989 (supports_reverse): Likewise.
990
d221e7ef
DB
9912015-01-15 Don Breazeal <donb@codesourcery.com>
992
993 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
994 instead of checking whether the target board is remote and
995 use spawn_wait_for_attach instead of exec/sleep.
996 * gdb.base/attach-twice.exp: Likewise.
997
bafffb51
JB
9982015-01-15 Joel Brobecker <brobecker@adacore.com>
999
1000 * gdb.ada/var_arr_attrs: New testcase.
1001
5589af0e
PA
10022015-01-14 Pedro Alves <palves@redhat.com>
1003 Joel Brobecker <brobecker@adacore.com>
1004
1005 PR gdb/17525
1006 * gdb.base/bp-cmds-execution-x-script.c: New file.
1007 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1008 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1009
6c400b59
PA
10102015-01-14 Pedro Alves <palves@redhat.com>
1011
1012 PR cli/17828
1013 * gdb.base/batch-preserve-term-settings.c: New file.
1014 * gdb.base/batch-preserve-term-settings.exp: New file.
1015
e02c96a7
DE
10162015-01-13 Doug Evans <dje@google.com>
1017
1018 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1019 binary.
1020
576fd14c
JB
10212015-01-13 Joel Brobecker <brobecker@adacore.com>
1022
1023 * Makefile.in (clean mostlyclean): Do not delete *.py.
1024
04dccad0
JB
10252015-01-13 Joel Brobecker <brobecker@adacore.com>
1026
1027 * gdb.python/py-lookup-type.exp: New file.
1028
3d230f71
PA
10292015-01-12 Pedro Alves <palves@redhat.com>
1030
1031 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1032 restore GDBFLAGS before returning.
1033
7e67715d
JK
10342015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1035
1036 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1037 is_amd64_regs_target and is_x86_like_target.
1038
f2e0d4b4
DE
10392015-01-11 Doug Evans <xdje42@gmail.com>
1040
1041 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1042 is given without an explicit form.
1043 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1044 attributes.
1045 * gdb.dwarf/corrupt.exp: Ditto.
1046 * gdb.dwarf2/enum-type.exp: Ditto.
1047 * gdb.trace/entry-values.exp: Ditto.
1048 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1049
439250fb
DE
10502015-01-11 Doug Evans <xdje42@gmail.com>
1051
1052 PR gdb/15830
1053 * gdb.base/maint.exp: Remove references to "maint demangle".
1054 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1055 Add tests for explicitly specifying language to demangle.
1056 * gdb.dlang/demangle.exp: Ditto.
1057
ede9f622
PA
10582015-01-09 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.threads/non-stop-fair-events.c: New file.
1061 * gdb.threads/non-stop-fair-events.exp: New file.
1062
a7b796db
PA
10632015-01-09 Pedro Alves <palves@redhat.com>
1064
1065 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1066 the global scope. Set a breakpoint after all threads are started
1067 rather than stepping over two source lines. Expect the prompt.
1068 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1069 global.
1070 (NUM): Now 15.
1071 (main): Use threads_started_barrier to wait for all threads to
1072 start. Main thread no longer calls thread_function. Exit after
1073 180 seconds.
1074 (loop): New function.
1075 (thread_function): Wait on threads_started_barrier barrier. Call
1076 'loop' at each iteration.
1077 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1078 threads have started, instead of hardcoding number of "next"
1079 steps. Use an access watchpoint instead of a write watchpoint.
1080
9665ffdd
PA
10812015-01-09 Pedro Alves <palves@redhat.com>
1082
1083 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1084 (thread_func): Wait on barrier.
1085 (main): Wait for all threads to start before stopping GDB.
1086 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1087 global.
1088 (thread1_func, thread2_func): Wait on barrier.
1089 (main): Wait for all threads to start before stopping GDB.
1090 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1091 New global.
1092 (thread1_func, thread2_func): Wait on barrier.
1093 (main): Wait for all threads to start before stopping GDB.
1094
c945a99f
PA
10952015-01-09 Pedro Alves <palves@redhat.com>
1096
1097 * gdb.threads/attach-many-short-lived-threads.c: New file.
1098 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1099
c1a747c1
PA
11002014-01-09 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1103 instead of to thread 2.
1104 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1105 Add barrier around each pthread_create call instead of around all
1106 calls.
1107 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1108 Set a break on thread_function and have the child threads hit it
1109 one at at a time.
1110
60b3033e
PA
11112015-01-09 Pedro Alves <palves@redhat.com>
1112
1113 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1114 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1115 false.
1116 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1117 checking whether the target board is remote.
1118 * gdb.multi/multi-attach.exp: Likewise.
1119 * gdb.python/py-sync-interp.exp: Likewise.
1120 * gdb.server/ext-attach.exp: Likewise.
1121 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1122 tests that need to attach, instead of checking whether the target
1123 board is remote at the top of the file.
1124
acc018ac
YQ
11252015-01-08 Yao Qi <yao@codesourcery.com>
1126
1127 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1128
50a18af8
JK
11292015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1130
1131 Fix testcase compilation.
1132 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1133
8503d6e1
JB
11342015-01-06 Joel Brobecker <brobecker@adacore.com>
1135
1136 * gdb.python/py-type.exp: Add a couple test about empty
1137 array creation, and negative-length array creation.
1138
cc73dbcc
DE
11392015-01-02 Doug Evans <xdje42@gmail.com>
1140
1141 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1142
0300bbc7
DE
11432015-01-02 Doug Evans <dje@google.com>
1144
1145 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1146
9d85a0ec
YQ
11472014-12-29 Yao Qi <yao@codesourcery.com>
1148
1149 * gdb.trace/entry-values.exp: Update comments. Rename variable
1150 bar_call_foo to returned_from_foo.
1151
87186c6a
MMN
11522014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1153
1154 PR gdb/17394
1155 * gdb.linespec/break-asm-file.c: New file.
1156 * gdb.linespec/break-asm-file.exp: New file.
1157 * gdb.linespec/break-asm-file0.s: New file.
1158 * gdb.linespec/break-asm-file1.s: New file.
1159
1bab7383
YQ
11602014-12-18 Nigel Stephens <nigel@mips.com>
1161 Maciej W. Rozycki <macro@codesourcery.com>
1162
1163 * gdb.base/float.exp: Handle the new output from "info float" on
1164 MIPS targets.
1165
1bc1068a
JK
11662014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1167
1168 Fix MinGW compilation.
1169 * gdb.compile/compile-ops.exp: Update untested message if
1170 !skip_compile_feature_tests.
1171 * gdb.compile/compile-setjmp.exp: Likewise.
1172 * gdb.compile/compile-tls.exp: Likewise.
1173 * gdb.compile/compile.exp: Likewise.
1174 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1175 supported on this host".
1176
b6615d10
DE
11772014-12-16 Doug Evans <xdje42@gmail.com>
1178
1179 * boards/stabs.exp: New file.
1180
25dda427
AA
11812014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1182
1183 * gdb.base/completion.exp: Adjust to format changes of "maint
1184 print user-registers".
1185
bf330350
CU
11862014-12-16 Catalin Udma <catalin.udma@freescale.com>
1187
1188 PR server/17457
1189 * gdb.arch/aarch64-fp.c: New file.
1190 * gdb.arch/aarch64-fp.exp: New file.
1191
395cf596
SDJ
11922014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1193
1194 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1195 r210637, r210913, r211666, r215400, r215817).
1196
1197 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1198 * dg-extract-results.py: New file.
1199 * dg-extract-results.sh: Use it if the environment seems
1200 suitable.
1201
1202 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1203
1204 * dg-extract-results.py (parse_run): Handle warnings that
1205 are printed before a test harness is run.
1206
1207 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1208
1209 * dg-extract-results.py (Named): Remove __cmp__ method.
1210 (output_variation): Use a key to sort variation.harnesses.
1211
1212 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1213
1214 * dg-extract-results.py: For Python 3, force sys.stdout to
1215 handle surrogate escape sequences.
1216 (safe_open): New function.
1217 (output_segment, main): Use it.
1218
1219 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1220
1221 * dg-extract-results.py (Prog.result_re): Include options
1222 in test name.
1223
1224 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1225
1226 * dg-extract-results.py (output_variation): Always sort if
1227 do_sum.
1228
e882ef3c
SM
12292014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1230
1231 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1232 as long as we get pagination notifications.
1233
4992aa20
JM
12342014-12-15 Jason Merrill <jason@redhat.com>
1235
1236 * Makefile.in (check-gdb.%): Restore.
1237 * README: Mention it.
1238
c1b5a1a6
JB
12392014-12-13 Joel Brobecker <brobecker@adacore.com>
1240
1241 * gdb.ada/str_uninit: New testcase.
1242
5537b577
JK
12432014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1244
1245 PR symtab/17642
1246 * gdb.base/vla-stub-define.c: New file.
1247 * gdb.base/vla-stub.c: New file.
1248 * gdb.base/vla-stub.exp: New file.
1249
bb2ec1b3
TT
12502014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1251 Jan Kratochvil <jan.kratochvil@redhat.com>
1252 Tom Tromey <tromey@redhat.com>
1253
1254 * configure.ac: Add gdb.compile/.
1255 * configure: Regenerate.
1256 * gdb.compile/Makefile.in: New file.
1257 * gdb.compile/compile-ops.exp: New file.
1258 * gdb.compile/compile-ops.c: New file.
1259 * gdb.compile/compile-tls.c: New file.
1260 * gdb.compile/compile-tls.exp: New file.
1261 * gdb.compile/compile-constvar.S: New file.
1262 * gdb.compile/compile-constvar.c: New file.
1263 * gdb.compile/compile-mod.c: New file.
1264 * gdb.compile/compile-nodebug.c: New file.
1265 * gdb.compile/compile-setjmp-mod.c: New file.
1266 * gdb.compile/compile-setjmp.c: New file.
1267 * gdb.compile/compile-setjmp.exp: New file.
1268 * gdb.compile/compile-shlib.c: New file.
1269 * gdb.compile/compile.c: New file.
1270 * gdb.compile/compile.exp: New file.
1271 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1272
4ff709eb
TT
12732014-12-12 Tom Tromey <tromey@redhat.com>
1274
1275 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1276 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1277
6dddd6a5
DE
12782014-12-12 Doug Evans <dje@google.com>
1279
1280 * lib/gdb-python.exp (get_python_valueof): New function.
1281 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1282
71c24708
AA
12832014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1284
1285 * gdb.base/completion.exp: Add test for completion of "info
1286 registers ".
1287
3e29f34a
MR
12882014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1289
1290 * gdb.base/func-ptrs.c: New file.
1291 * gdb.base/func-ptrs.exp: New file.
1292
fc126975
SM
12932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 PR breakpoints/17012
1296 * gdb.base/dprintf-detach.c: New file.
1297 * gdb.base/dprintf-detach.exp: New file.
1298
0a46d518
SM
12992014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1300
1301 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1302 * lib/gdb.exp (target_is_gdbserver): New procedure.
1303
a0be3e44
DE
13042014-12-08 Doug Evans <dje@google.com>
1305
1306 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1307
df1b803a
YQ
13082014-12-05 Yao Qi <yao@codesourcery.com>
1309
1310 * gdb.guile/scm-error.exp: Remove the third argument to
1311 gdb_remote_download.
1312 * gdb.guile/scm-frame-args.exp: Likewise.
1313 * gdb.guile/scm-section-script.exp: Likewise.
1314
ddb9f679
YQ
13152014-12-05 Yao Qi <yao@codesourcery.com>
1316
1317 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1318
86e4ed39
DE
13192014-12-04 Doug Evans <dje@google.com>
1320
1321 * gdb.python/py-objfile.exp: Add tests for
1322 objfile.add_separate_debug_file.
1323
7c50a931
DE
13242014-12-04 Doug Evans <dje@google.com>
1325
1326 * lib/gdb.exp (get_build_id): New function.
1327 (build_id_debug_filename_get): Rewrite to use it.
1328 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1329
621661e3
MR
13302014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1331
1332 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1333 `method(long)', not just 0x0.
1334 * gdb.cp/nsalias.exp: Align code labels to 4.
1335 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1336 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1337 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1338 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1339 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1340 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1341
29f0c3b7
DE
13422014-12-02 Doug Evans <dje@google.com>
1343
e1e061e7 1344 PR symtab/17602
29f0c3b7 1345 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1346 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1347 * gdb.cp/anon-ns.exp: Update.
1348
162078c8
NB
13492014-12-02 Nick Bull <nicholaspbull@gmail.com>
1350
1351 * gdb.python/py-events.py (inferior_call_handler): New.
1352 (register_changed_handler, memory_changed_handler): New.
1353 (test_events.invoke): Register new handlers.
1354 * gdb.python/py-events.exp: Add tests for inferior call,
1355 memory_changed and register_changed events.
1356
fdb09caf
AA
13572014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1358
1359 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1360 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1361 if the linker doesn't understand this.
1362
55cfb2c4
SM
13632014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1364
1365 * gdb.python/python.exp: Change expected reply to help().
1366
9e8cd6df
YQ
13672014-12-01 Yao Qi <yao@codesourcery.com>
1368
1369 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1370 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1371 * configure: Re-generated.
1372
6c659fc2
SC
13732014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1374
1375 * gdb.cp/chained-calls.cc: New file.
1376 * gdb.cp/chained-calls.exp: New file.
1377 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1378
d7fc3181
SM
13792014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1380
1381 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1382 * gdb.dwarf2/symtab-producer.exp: Same.
1383 * gdb.gdb/python-interrupts.exp: Same.
1384 * gdb.gdb/python-selftest.exp: Same.
1385 * gdb.python/py-linetable.exp: Same.
1386 * gdb.python/py-type.exp: Same.
1387 * gdb.python/py-value-cc.exp: Same.
1388 * gdb.python/py-value.exp: Same.
1389
10e79639
YQ
13902014-11-28 Yao Qi <yao@codesourcery.com>
1391
1392 * gdb.base/break-probes.exp: Match library name prefixed with
1393 sysroot.
1394
f28a0564
SM
13952014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1396
1397 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1398 test expected output. Add parentheses for the call to print.
1399 Remove L suffix from integers.
1400
3fe1ce1d
DE
14012014-11-26 Doug Evans <dje@google.com>
1402
1403 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1404
84429e27
YQ
14052014-11-22 Yao Qi <yao@codesourcery.com>
1406
1407 * gdb.trace/entry-values.c: Remove asms.
1408 (foo): Add foo_label.
1409 (bar): Add bar_label.
1410 * gdb.trace/entry-values.exp: Remove code computing foo's
1411 length and bar's length.
1412 (Dwarf::assemble): Invoke function_range for bar and use
1413 MACRO_AT_func for foo.
1414
26741859
YQ
14152014-11-22 Yao Qi <yao@codesourcery.com>
1416
1417 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1418 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1419 Use .Lgcc43_procstart instead of gcc43.
1420
45e44d27
JB
14212014-11-21 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.ada/n_arr_bound: New testcase.
1424
458c8db8
SDJ
14252014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1426
1427 PR breakpoints/10737
1428 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1429 test_catch_syscall_multi_arch.
1430 (test_catch_syscall_multi_arch): New function.
1431
43f3e411
DE
14322014-11-20 Doug Evans <xdje42@gmail.com>
1433
1434 * gdb.base/maint.exp: Update expected output.
1435
0d7b2549
AA
14362014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1437
1438 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1439 4-byte instruction on S390.
1440
8908fca5
JB
14412014-11-19 Joel Brobecker <brobecker@adacore.com>
1442
1443 * gdb.ada/arr_arr: New testcase.
1444
4a46959e
JB
14452014-11-19 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.ada/pkd_arr_elem: New Testcase.
1448
470e2f4e
LM
14492014-11-18 Luis Machado <lgustavo@codesourcery.com>
1450
1451 * gdb.reverse/break-precsave: Expect completion message for
1452 core file reads.
1453 * gdb.reverse/consecutive-precsave.exp: Likewise.
1454 * gdb.reverse/finish-precsave.exp: Likewise.
1455 * gdb.reverse/i386-precsave.exp: Likewise.
1456 * gdb.reverse/machinestate-precsave.exp: Likewise.
1457 * gdb.reverse/sigall-precsave.exp: Likewise.
1458 * gdb.reverse/solib-precsave.exp: Likewise.
1459 * gdb.reverse/step-precsave.exp: Likewise.
1460 * gdb.reverse/until-precsave.exp: Likewise.
1461 * gdb.reverse/watch-precsave.exp: Likewise.
1462
a267f3ad
AA
14632014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1464
1465 * gdb.base/bp-permanent.c: Include unistd.h.
1466 * gdb.python/py-framefilter-mi.c (main): Add return type.
1467 * gdb.python/py-framefilter.c (main): Likewise.
1468 * gdb.trace/actions-changed.c (main): Likewise.
1469
12084a9a
AA
14702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1471
1472 * gdb.mi/until.c: Add eye-catchers.
1473 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1474 line numbers.
1475
dc7e1a77
AA
14762014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1477
1478 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1479 function header variants in break1.c.
1480 * gdb.base/ena-dis-br.exp: Likewise.
1481 * gdb.base/hbreak2.exp: Likewise.
1482 * gdb.reverse/until-precsave.exp: Drop references to removed
1483 non-prototype function header variants in ur1.c.
1484 * gdb.reverse/until-reverse.exp: Likewise.
1485
41c77605
PM
14862014-11-17 Petr Machata <pmachata@redhat.com>
1487
1488 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1489 ${_cu_offset_size} bytes abbrev offset.
1490
34248c3a
DE
14912014-11-15 Doug Evans <xdje42@gmail.com>
1492
1493 PR symtab/17559
1494 * gdb.base/line-symtabs.exp: New file.
1495 * gdb.base/line-symtabs.c: New file.
1496 * gdb.base/line-symtabs.h: New file.
1497
646da059
YQ
14982014-11-14 Yao Qi <yao@codesourcery.com>
1499
1500 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1501 (func): Add label func_label.
1502 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1503 Replace low_pc and high_pc with MACRO_AT_range.
1504 Replace name, low_pc and high_pc with MACRO_AT_func.
1505
9301ebe6
YQ
15062014-11-14 Yao Qi <yao@codesourcery.com>
1507
1508 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1509 Replace name, low_pc and high_pc with MACRO_AT_func.
1510
f166b542
YQ
15112014-11-14 Yao Qi <yao@codesourcery.com>
1512
1513 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1514 produce debug information.
1515 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1516
0f6e71e3
YQ
15172014-11-14 Yao Qi <yao@codesourcery.com>
1518
1519 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1520 object and get function length.
1521 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1522 with MACRO_AT_func.
1523 (top-level): Replace gdb_compile and clean_restart with
1524 prepare_for_testing.
1525 * gdb.dwarf2/main.c (main): Add label main_label.
1526
876c4df9
YQ
15272014-11-14 Yao Qi <yao@codesourcery.com>
1528
1529 * lib/dwarf.exp (function_range): New procedure.
1530 (Dwarf::_handle_macro_at_func): New procedure.
1531 (Dwarf::_handle_macro_at_range): New procedure.
1532 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1533
02ad9cf1
YQ
15342014-11-14 Yao Qi <yao@codesourcery.com>
1535
1536 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1537 (_handle_attribute): New procedure.
1538
a59add0c
AA
15392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1540
1541 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1542 * gdb.base/call-sc.c (zed): Likewise.
1543 * gdb.base/checkpoint.c (main): Likewise.
1544 * gdb.base/dump.c (main): Likewise.
1545 * gdb.base/gcore.c (main): Likewise.
1546 * gdb.base/huge.c (main): Likewise.
1547 * gdb.base/multi-forks.c (main): Likewise.
1548 * gdb.base/pr10179-a.c (main): Likewise.
1549 * gdb.base/savedregs.c (main): Likewise.
1550 * gdb.base/sigaltstack.c (main): Likewise.
1551 * gdb.base/siginfo.c (main): Likewise.
1552 * gdb.base/structs.c (zed): Likewise.
1553 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1554 * gdb.mi/mi-syn-frame.c (main): Likewise.
1555 * gdb.mi/until.c (foo, main): Likewise.
1556 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1557 * gdb.base/solib-weak.c (foo): Declare.
1558 * gdb.base/attach-twice.c: Include stdio.h.
1559 * gdb.base/weaklib1.c: Likewise.
1560 * gdb.base/weaklib2.c: Likewise.
1561 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1562 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1563 unistd.h.
1564 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1565 * gdb.mi/mi-exit-code.c: Likewise.
1566 * gdb.base/break-interp-lib.c: Include string.h.
1567 * gdb.base/coremaker.c: Likewise.
1568 * gdb.base/testenv.c: Likewise.
1569 * gdb.python/py-finish-breakpoint.c: Likewise.
1570 * gdb.base/inferior-died.c: Include sys/wait.h.
1571 * gdb.base/fileio.c: Include time.h.
1572 * gdb.base/async-shell.c: Include unistd.h.
1573 * gdb.base/dprintf-non-stop.c: Likewise.
1574 * gdb.base/info-os.c: Likewise.
1575 * gdb.mi/mi-console.c: Likewise.
1576 * gdb.mi/watch-nonstop.c: Likewise.
1577 * gdb.python/py-events.c: Likewise.
1578 * gdb.base/async.c (baz): Move up before its invocation.
1579 * gdb.base/code_elim2.c (my_global_func): Likewise.
1580 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1581 * gdb.base/advance.c (func2): Likewise.
1582
3b5d5997
AA
15832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1584
1585 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1586 variant.
1587 * gdb.base/annota3.c: Likewise.
1588 * gdb.base/async.c: Likewise.
1589 * gdb.base/average.c: Likewise.
1590 * gdb.base/call-ar-st.c: Likewise.
1591 * gdb.base/call-rt-st.c: Likewise.
1592 * gdb.base/call-sc.c: Likewise.
1593 * gdb.base/call-strs.c: Likewise.
1594 * gdb.base/ending-run.c: Likewise.
1595 * gdb.base/execd-prog.c: Likewise.
1596 * gdb.base/exprs.c: Likewise.
1597 * gdb.base/foll-exec.c: Likewise.
1598 * gdb.base/foll-fork.c: Likewise.
1599 * gdb.base/foll-vfork.c: Likewise.
1600 * gdb.base/funcargs.c: Likewise.
1601 * gdb.base/gcore.c: Likewise.
1602 * gdb.base/jump.c: Likewise.
1603 * gdb.base/langs0.c: Likewise.
1604 * gdb.base/langs1.c: Likewise.
1605 * gdb.base/langs2.c: Likewise.
1606 * gdb.base/mips_pro.c: Likewise.
1607 * gdb.base/nodebug.c: Likewise.
1608 * gdb.base/opaque0.c: Likewise.
1609 * gdb.base/opaque1.c: Likewise.
1610 * gdb.base/recurse.c: Likewise.
1611 * gdb.base/run.c: Likewise.
1612 * gdb.base/scope0.c: Likewise.
1613 * gdb.base/scope1.c: Likewise.
1614 * gdb.base/setshow.c: Likewise.
1615 * gdb.base/setvar.c: Likewise.
1616 * gdb.base/shmain.c: Likewise.
1617 * gdb.base/shr1.c: Likewise.
1618 * gdb.base/shr2.c: Likewise.
1619 * gdb.base/sigall.c: Likewise.
1620 * gdb.base/signals.c: Likewise.
1621 * gdb.base/so-indr-cl.c: Likewise.
1622 * gdb.base/solib2.c: Likewise.
1623 * gdb.base/structs.c: Likewise.
1624 * gdb.base/sum.c: Likewise.
1625 * gdb.base/vforked-prog.c: Likewise.
1626 * gdb.base/watchpoint.c: Likewise.
1627 * gdb.reverse/shr2.c: Likewise.
1628 * gdb.reverse/until-reverse.c: Likewise.
1629 * gdb.reverse/ur1.c: Likewise.
1630 * gdb.reverse/watch-reverse.c: Likewise.
1631
066a77c5
AA
16322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1633
1634 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1635 variant.
1636 * gdb.base/sepdebug.exp: Drop references to removed code.
1637
4f204ea5
AA
16382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1639
1640 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1641 variant. Preserve original line numbering.
1642 * gdb.base/list1.c: Likewise.
1643
3b377a3a
AA
16442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1645
1646 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1647 variant.
1648 * gdb.base/break1.c: Likewise.
1649 * gdb.base/break.exp: Drop references to removed code.
1650
e444df73
AA
16512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1652
1653 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1654 variant.
1655
8008f2a7
AA
16562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1657
1658 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1659
a5a06887
AA
16602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1661
1662 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1663 logic into perform_all_tests() and invoke it with and without
1664 function header prototypes.
1665 (do_function_calls): Remove conditional XFAIL for PR 5318.
1666 (rerun_and_prepare): Remove duplicate code.
1667 (perform_all_tests): New. Main logic moved here.
1668
44dba9b9
AA
16692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1670
1671 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1672 code guarded by #ifdef NO_PROTOTYPES.
1673 (t_double_many_args): Likewise.
1674 (DEF_FUNC_MANY_ARGS_1): Likewise.
1675 (DEF_FUNC_VALUES_1): Likewise.
1676 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1677 guarded by #ifdef PROTOTYPES.
1678
d1fbcd56
AA
16792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1680
1681 * gdb.mi/mi-console.c: Add eye-catcher.
1682 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1683 instead of literal line number.
1684
b0e59b8f
AA
16852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1686
1687 * gdb.base/shr2.c: Add eye-catcher.
1688 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1689 line number.
1690
78f98cca
AA
16912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1692
1693 * gdb.base/jump.c: Add eye-catchers.
1694 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1695 numbers.
1696
58fa2af0
AA
16972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1698
1699 * gdb.base/execd-prog.c: Add eye-catchers.
1700 * gdb.base/foll-exec.c: Likewise.
1701 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1702 line numbers.
1703
04e5059b
AA
17042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1705
1706 * gdb.base/ending-run.c: Add eye-catchers.
1707 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1708 literal line numbers.
1709
dbfdb174
AA
17102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1711
1712 * gdb.base/call-rt-st.c: Add eye-catchers.
1713 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1714 literal line numbers.
1715
888a2ade
AA
17162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1717
1718 * gdb.base/call-ar-st.c: Add eye-catchers.
1719 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1720 literal line numbers.
1721
6acc2dde
AA
17222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1723
1724 * gdb.base/average.c: Add eye-catchers.
1725 * gdb.base/sum.c: Likewise.
1726 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1727 regexps dynamically.
1728
9ecfcd1d
AA
17292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1730
1731 * gdb.base/solib1.c: Add eye-catchers.
1732 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1733 literal line numbers.
1734
78708b7c
PA
17352014-11-12 Pedro Alves <palves@redhat.com>
1736
1737 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1738 leader has exited.
1739
af48d08f
PA
17402014-11-12 Pedro Alves <palves@redhat.com>
1741
1742 * gdb.arch/i386-bp_permanent.c: New file.
1743 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1744 (srcfile): Set to i386-bp_permanent.c.
1745 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1746 that stepi does not execute the 'leave' instruction, instead of
1747 testing it does execute.
1748 * gdb.base/bp-permanent.c: New file.
1749 * gdb.base/bp-permanent.exp: New file.
1750
af3768e9
DE
17512014-11-10 Doug Evans <xdje42@gmail.com>
1752
1753 PR symtab/17564
1754 * gdb.base/symtab-search-order.exp: New file.
1755 * gdb.base/symtab-search-order.c: New file.
1756 * gdb.base/symtab-search-order-1.c: New file.
1757 * gdb.base/symtab-search-order-shlib-1.c: New file.
1758
9de00a4a
PA
17592014-11-07 Pedro Alves <palves@redhat.com>
1760
1761 PR gdb/17511
1762 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1763 i?86-*-linux*.
1764
e0f52461
SC
17652014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1766
1767 PR c++/17494
1768 * gdb.cp/pr17494.cc: New file.
1769 * gdb.cp/pr17494.exp: New file.
1770
6ce8c980
YQ
17712014-11-02 Yao Qi <yao@codesourcery.com>
1772
1773 * gdb.python/python.exp: Get working directory and match the
1774 output of "set extended-prompt \\w " with it.
1775
02be9a71
DE
17762014-10-30 Doug Evans <dje@google.com>
1777
1778 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1779 in objfiles.
1780 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1781 in progspaces.
1782
3bdff46b
LM
17832014-10-30 Janis Johnson <janisjo@codesourcery.com>
1784
1785 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1786 * gdb.base/realname-expand.exp: Likewise.
1787 * gdb.linespec/macro-relative.exp: Likewise.
1788
ab917dfb
PA
17892014-10-29 Pedro Alves <palves@redhat.com>
1790
1791 PR gdb/17408
1792 * gdb.threads/schedlock.c (some_function): New function.
1793 (call_function): New global.
1794 (MAYBE_CALL_SOME_FUNCTION): New macro.
1795 (thread_function): Call it.
1796 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1797 and use it instead of a global counter. Adjust all callers.
1798 (get_current_thread): Use "find current thread" for test message
1799 here rather than having all callers pass down the same string.
1800 (goto_loop): New procedure, factored out from ...
1801 (my_continue): ... this.
1802 (step_ten_loops): Change parameter from test message to command to
1803 use. Adjust.
1804 (list_count): Delete global.
1805 (check_result): New procedure, factored out from duplicate top
1806 level code.
1807 (continue tests): Wrap in with_test_prefix.
1808 (test_step): New procedure, factored out from duplicate top level
1809 code.
1810 (top level): Test "step" in combination with all scheduler-locking
1811 modes. Test "next" in combination with all scheduler-locking
1812 modes, and in combination with stepping over a function call or
1813 not.
1814 * gdb.threads/next-bp-other-thread.c: New file.
1815 * gdb.threads/next-bp-other-thread.exp: New file.
1816
d3d4baed
PA
18172014-10-29 Pedro Alves <palves@redhat.com>
1818
1819 PR python/17372
1820 * gdb.python/python.exp: Test a multi-line command that spawns
1821 interactive Python.
1822 * gdb.base/multi-line-starts-subshell.exp: New file.
1823
563e8d85
YQ
18242014-10-29 Yao Qi <yao@codesourcery.com>
1825
1826 * gdb.base/fileio.exp: Make directories on host.
1827
0ea4d52e
YQ
18282014-10-29 Yao Qi <yao@codesourcery.com>
1829
1830 * gdb.base/fileio.c (test_write): Close the file.
1831
7f5ef605
PA
18322014-10-28 Pedro Alves <palves@redhat.com>
1833
1834 PR gdb/12623
1835 * gdb.base/sigstep.c (no_handler): New global.
1836 (main): If 'no_handler is true, set the signal handlers to
1837 SIG_IGN.
1838 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1839 with_sw_watch and no_handler parameters. Handle them.
1840 (top level) <stepping over handler when stopped at a breakpoint
1841 test>: Add a test axis for testing with a software watchpoint, and
1842 another for testing with the signal handler set to SIG_IGN.
1843 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1844 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1845
abbdbd03
PA
18462014-10-28 Pedro Alves <palves@redhat.com>
1847
1848 PR gdb/17511
1849 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1850 * gdb.base/sigstep.exp (other_handler_location): New global.
1851 (advance): Support stepping into the signal handler, and running
1852 commands while in the handler.
1853 (in_handler_map): New global.
1854 (top level): In the advance test, add combinations for getting
1855 into the handler with stepping commands, and for running commands
1856 in the handler. Add comment descripting the advancei tests.
1857
1df4399f
PA
18582014-10-28 Pedro Alves <palves@redhat.com>
1859
1860 * gdb.base/sigstep.exp: Use build_executable instead of
1861 prepare_for_testing.
1862 (top level): Move code that starts GDB, runs to main and creates a
1863 display to ...
1864 (restart): ... this new procedure.
1865 (top level): Move backtrace from signal handler test to ...
1866 (validate_backtrace): ... this new procedure.
1867 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1868 with_test_prefix. Always restart GDB.
1869 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1870 with_test_prefix. Always restart GDB. No need to delete
1871 breakpoints after the test.
1872 (test_skip_handler): Remove prefix parameter.
1873 (skip_over_handler, breakpoint_to_handler)
1874 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1875 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1876 restart GDB. No need to delete breakpoints after the test.
1877 (top level): Use foreach to call the test procedures with
1878 different commands.
1879
a5b6e449
PA
18802014-10-28 Pedro Alves <palves@redhat.com>
1881
1882 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1883 instead of GNATS numbers.
1884 * gdb.base/sigbpt.exp: Likewise.
1885 * gdb.base/siginfo.exp: Likewise.
1886 * gdb.base/sigstep.exp: Likewise.
1887
e5f8a7cc
PA
18882014-10-27 Pedro Alves <palves@redhat.com>
1889
1890 * gdb.base/sigstep.c (dummy): New global.
1891 (main): Issue a couple writes to the new global.
1892 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1893 procedures.
1894 (skip_over_handler): Use test_skip_handler.
1895 (top level): Call skip_over_handler for stepi and nexti too.
1896 (breakpoint_over_handler): Use test_skip_handler.
1897 (top level): Call breakpoint_over_handler for stepi and nexti too.
1898
763905a3
YQ
18992014-10-27 Yao Qi <yao@codesourcery.com>
1900
1901 * gdb.trace/tfile.c (adjust_function_address)
1902 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1903 function descriptor.
1904
6f259a23
DB
19052014-10-24 Don Breazeal <donb@codesourcery.com>
1906
1907 * gdb.base/foll-fork.exp (test_follow_fork,
1908 catch_fork_child_follow): Check for updated fork messages emitted
1909 from infrun.c.
1910 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1911 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1912 vfork_and_exec_child_follow_through_step): Check for updated vfork
1913 messages emitted from infrun.c.
1914
09dd9a69
PA
19152014-10-24 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.base/corefile.exp: Remove references to ultrix.
1918 * gdb.base/interrupt.exp: Likewise.
1919 * gdb.base/whatis.exp: Likewise.
1920 * gdb.gdb/selftest.exp: Likewise.
1921 * gdb.threads/manythreads.exp: Likewise.
1922 * gdb.threads/print-threads.exp: Likewise.
1923 * gdb.threads/pthreads.exp:: Likewise.
1924 * gdb.threads/schedlock.exp: Likewise.
1925
3433cfa5
SC
19262014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1927
1928 * gdb.cp/non-trivial-retval.cc: Add a test case.
1929 * gdb.cp/non-trivial-retval.exp: Add a test.
1930
092f880b
YQ
19312014-10-20 Yao Qi <yao@codesourcery.com>
1932
1933 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1934 * gdb.python/py-objfile-script-gdb.py: New file.
1935 * gdb.python/py-objfile-script.exp: Update reference to
1936 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1937 of remote_download. Remove the dest file.
1938
acbdb7f3
YQ
19392014-10-20 Yao Qi <yao@codesourcery.com>
1940
1941 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1942 * gdb.base/step-line.exp: Likewise.
1943 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1944 * gdb.dwarf2/dw2-basic.exp: Likewise.
1945 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1946 * gdb.dwarf2/dw2-filename.exp: Likewise.
1947 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1948 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1949 * gdb.dwarf2/dw2-producer.exp: Likewise.
1950 * gdb.dwarf2/mac-fileno.exp: Likewise.
1951 * gdb.python/py-frame-args.exp: Likewise.
1952 * gdb.python/py-framefilter.exp: Likewise.
1953 * gdb.python/py-mi.exp: Likewise.
1954 * gdb.python/py-objfile-script.exp: Likewise
1955 * gdb.python/py-pp-integral.exp: Likewise.
1956 * gdb.python/py-pp-re-notag.exp: Likewise.
1957 * gdb.python/py-prettyprint.exp: Likewise.
1958 * gdb.python/py-section-script.exp: Likewise.
1959 * gdb.python/py-typeprint.exp: Likewise.
1960 * gdb.python/py-xmethods.exp: Likewise.
1961 * gdb.stabs/weird.exp: Likewise.
1962 * gdb.xml/tdesc-regs.exp: Likewise.
1963
bd286a29
KCY
19642014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1965
1966 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1967 (out_cu): Use addr_len for the size of addresses.
1968 (out_line): Likewise. Size DW_LNE_set_address instruction
1969 according to addr_len.
1970 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1971 (FUNC): Add START_INSNS to definition.
1972
673dc4a0
YQ
19732014-10-18 Yao Qi <yao@codesourcery.com>
1974
1975 * gdb.base/argv0-symlink.exp: Check argv[0] value if
1976 gdb_has_argv0 return true.
1977 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
1978 check [target_info exists noargs], check [gdb_has_argv0]
1979 instead.
1980 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
1981 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
1982 procedures.
1983
4ffbba72
DE
19842014-10-17 Doug Evans <dje@google.com>
1985
1986 * gdb.python/py-events.exp: Update expected output for clear_objfiles
1987 event.
1988 * gdb.python/py-events.py: Add clear_objfiles event.
1989
d096d8c1
DE
19902014-10-17 Doug Evans <dje@google.com>
1991
1992 * gdb.python/py-objfile.exp: Test progspace attribute.
1993
a80db015
LM
19942014-10-17 Luis Machado <lgustavo@codesourcery.com>
1995
1996 * gdb.guile/scm-breakpoint.exp: Do not assume any
1997 directory separators when matching source file paths.
1998 * gdb.python/py-breakpoint.exp: Likewise.
1999 * gdb.reverse/break-precsave.exp: Likewise.
2000 * gdb.reverse/break-reverse.exp: Likewise.
2001 * gdb.reverse/consecutive-precsave.exp: Likewise.
2002 * gdb.reverse/finish-precsave.exp: Likewise.
2003 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2004 * gdb.reverse/finish-reverse.exp: Likewise.
2005 * gdb.reverse/i386-precsave.exp: Likewise.
2006 * gdb.reverse/i387-env-reverse.exp: Likewise.
2007 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2008 * gdb.reverse/machinestate-precsave.exp: Likewise.
2009 * gdb.reverse/machinestate.exp: Likewise.
2010 * gdb.reverse/sigall-precsave.exp: Likewise.
2011 * gdb.reverse/solib-precsave.exp: Likewise.
2012 * gdb.reverse/step-precsave.exp: Likewise.
2013 * gdb.reverse/until-precsave.exp: Likewise.
2014 * gdb.reverse/watch-precsave.exp: Likewise.
2015 * gdb.reverse/watch-reverse.exp: Likewise.
2016
b22089ab
YQ
20172014-10-17 Yao Qi <yao@codesourcery.com>
2018
2019 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2020 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2021
6c4486e6
PA
20222014-10-17 Pedro Alves <palves@redhat.com>
2023
2024 PR gdb/17471
2025 * gdb.base/bg-execution-repeat.c: New file.
2026 * gdb.base/bg-execution-repeat.exp: New file.
2027
0ff33695
PA
20282014-10-17 Pedro Alves <palves@redhat.com>
2029
2030 PR gdb/17300
2031 * gdb.base/continue-all-already-running.c: New file.
2032 * gdb.base/continue-all-already-running.exp: New file.
2033
6fdebc3d
PA
20342014-10-17 Pedro Alves <palves@redhat.com>
2035
2036 PR gdb/17472
2037 * gdb.base/annota-input-while-running.c: New file.
2038 * gdb.base/annota-input-while-running.exp: New file.
2039
32a8097b
PA
20402014-10-17 Pedro Alves <palves@redhat.com>
2041
2042 * gdb.base/callfuncs.exp: emove references to osf.
2043 * gdb.base/sigall.exp: Likewise.
2044 * gdb.gdb/selftest.exp: Likewise.
2045 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2046 * gdb.mi/non-stop.c: Likewise.
2047 * gdb.mi/pthreads.c: Likewise.
2048 * gdb.reverse/sigall-precsave.exp: Likewise.
2049 * gdb.reverse/sigall-reverse.exp: Likewise.
2050 * gdb.threads/pthreads.c: Likewise.
2051 * gdb.threads/pthreads.exp: Likewise.
2052
7a3517ff
YQ
20532014-10-17 Yao Qi <yao@codesourcery.com>
2054
2055 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2056 check 'target_info exists noargs'.
2057 (test_command_prompt_position): Likewise.
2058 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2059 Remove "set args".
2060 (progvar_simple_while_test): Likewise.
2061 (progvar_complex_if_while_test): Likewise.
2062 (if_while_breakpoint_command_test): Likewise.
2063 (infrun_breakpoint_command_test): Likewise.
2064 (breakpoint_command_test): Likewise.
2065 (watchpoint_command_test): Likewise.
2066 (bp_deleted_in_command_test): Likewise.
2067 (temporary_breakpoint_commands): Likewise.
2068
bb99c472
YQ
20692014-10-16 Yao Qi <yao@codesourcery.com>
2070
2071 * gdb.base/remotetimeout.exp: Remove noargs checking.
2072
7c16b83e
PA
20732014-10-15 Pedro Alves <palves@redhat.com>
2074
2075 PR breakpoints/9649
2076 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2077 * gdb.base/breakpoint-in-ro-region.exp
2078 (probe_target_hardware_step): New procedure.
2079 (top level): Probe hardware stepping and hardware breakpoint
2080 support. Test stepping through a read-only region, with both
2081 "breakpoint auto-hw" on and off and both "always-inserted" on and
2082 off.
2083
35a49624
IB
20842014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2085
2086 * gdb.dlang/demangle.exp: Update for demangling changes.
2087
2d1c107c
SC
20882014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2089
2090 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2091 * gdb.cp/non-trivial-retval.exp: Add new tests.
2092
778811d5
SC
20932014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2094
2095 PR c++/13403
2096 PR c++/15154
2097 * gdb.cp/non-trivial-retval.cc: New file.
2098 * gdb.cp/non-trivial-retval.exp: New file.
2099
10c5f0a8
YQ
21002014-10-15 Yao Qi <yao@codesourcery.com>
2101
2102 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2103 remote host.
2104
65d7b369
YQ
21052014-10-15 Yao Qi <yao@codesourcery.com>
2106
2107 * gdb.python/py-symbol.exp: Match file base name if host is
2108 remote, otherwise match file name with dir name.
2109 * gdb.python/py-symtab.exp: Likewise.
2110 * gdb.python/python.exp: Likewise.
2111
46dc1394
YQ
21122014-10-15 Yao Qi <yao@codesourcery.com>
2113
2114 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2115 pattern.
2116 * gdb.python/py-symtab.exp: Likewise.
2117 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2118 locationn.
2119
c40cc657
JB
21202014-10-14 Joel Brobecker <brobecker@adacore.com>
2121
2122 * gdb.ada/addr_arith: New testcase.
2123
2abf49e1
MR
21242014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2125
2126 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2127 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2128 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2129 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2130
f7088df3
SDJ
21312014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2132
2133 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2134 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2135 * gdb.arch/stap-eval-lang-ada.exp: New file.
2136
4dc06805
YQ
21372014-10-14 Yao Qi <yao@codesourcery.com>
2138
2139 * gdb.mi/mi-var-child.c (nothing1): New function.
2140 (nothing2): New function.
2141 (do_children_tests): Set function pointers by nothing1 and
2142 nothing2.
2143 * gdb.mi/mi-var-child.exp: Step over new added statements.
2144 Update test to match the new output.
2145 * gdb.mi/var-cmd.c (nothing1): New function.
2146 (nothing2): New function.
2147 (do_children_tests): Set function pointers by nothing1 and
2148 nothing2.
2149 * gdb.mi/mi-var-display.exp: Update test to match output.
2150 Step to the line specified by $line_dct_nothing.
2151 Increase the number of lines to step.
2152
46a93de2
YQ
21532014-10-14 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2156 tests.
2157 * gdb.mi/mi2-var-child.exp: Likewise.
2158
14ea52ee
DE
21592014-10-13 Doug Evans <dje@google.com>
2160
2161 * gdb.python/py-objfile.exp: Change name of file name test.
2162
e5c6e92b
DE
21632014-10-13 Doug Evans <dje@google.com>
2164
2165 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2166 from the start of the CU.
2167
c780cc2f
JK
21682014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2169 Yao Qi <yao@codesourcery.com>
2170
2171 Fix "save breakpoints" for "catch" command.
2172 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2173 Remove -nonewline. Match also the added "main" line.
2174
99894e11
JK
21752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177 Fix "save breakpoints" for "disable $bpnum" command.
2178 * gdb.base/save-bp.c (main): Add label.
2179 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2180
6e1ac5a3
JK
21812014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2182
2183 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2184
754dd2b0
YQ
21852014-10-11 Yao Qi <yao@codesourcery.com>
2186
2187 * gdb.server/server-kill.exp: Execute command
2188 "set remote trace-status-packet on" before "tstatus".
2189
f90183d7
YQ
21902014-10-11 Yao Qi <yao@codesourcery.com>
2191
2192 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2193 (main): Call getppid.
2194 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2195 and continue to it. Read variable "server_pid".
2196
bf40a607
YQ
21972014-10-11 Yao Qi <yao@codesourcery.com>
2198
2199 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2200
052ca370
YQ
22012014-10-11 Yao Qi <yao@codesourcery.com>
2202
2203 * gdb.threads/thread-find.exp: Don't execute command
2204 "info threads".
2205 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2206 * gdb.threads/linux-dp.exp: Don't check the condition
2207 $threads_created equals to zero.
2208
3831839c
PA
22092014-10-10 Pedro Alves <palves@redhat.com>
2210
2211 * gdb.base/bigcore.exp: Remove references to IRIX.
2212 * gdb.base/funcargs.exp: Likewise.
2213 * gdb.base/interrupt.exp: Likewise.
2214 * gdb.base/mips_pro.exp: Likewise.
2215 * gdb.base/nodebug.exp: Likewise.
2216 * gdb.base/setvar.exp: Likewise.
2217 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2218
8b9a549d
PA
22192014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2220 Pedro Alves <palves@redhat.com>
2221
2222 PR symtab/14466
2223 * gdb.base/vdso-warning.c: New file.
2224 * gdb.base/vdso-warning.exp: New file.
2225
d48ba5e8
DE
22262014-10-02 Doug Evans <dje@google.com>
2227
2228 * gdb.base/structs.c (main): Don't run forever.
2229
2278c276
PA
22302014-10-02 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2233 (top level) <stop threads 1, stop threads 2>: Use it.
2234
b57bacec
PA
22352014-10-02 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.threads/break-while-running.exp (test): Add new
2238 'update_thread_list' argument. Skip "info threads" if false.
2239 (top level): Add new 'update_thread_list' axis.
2240
13fd3ff3
PA
22412014-10-02 Pedro Alves <palves@redhat.com>
2242
2243 PR breakpoints/17431
2244 * gdb.base/execl-update-breakpoints.c: New file.
2245 * gdb.base/execl-update-breakpoints.exp: New file.
2246
0fec99e8
PA
22472014-10-01 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/breakpoint-in-ro-region.c: New file.
2250 * gdb.base/breakpoint-in-ro-region.exp: New file.
2251
2ddf4301
SM
22522014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2253
2254 * gdb.mi/mi-exit-code.exp: New file.
2255 * gdb.mi/mi-exit-code.c: New file.
2256
6a5f3f43
YQ
22572014-09-30 Yao Qi <yao@codesourcery.com>
2258
2259 * lib/prelink-support.exp (build_executable_own_libs): Error if
2260 the target isn't native.
2261
345bcc73
YQ
22622014-09-30 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2265 false.
2266
a25a5a45
PA
22672014-09-22 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.threads/break-while-running.exp: New file.
2270 * gdb.threads/break-while-running.c: New file.
2271
00ba3162
YQ
22722014-09-19 Yao Qi <yao@codesourcery.com>
2273
2274 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2275 Invoke test. Restart GDB with --readnow and invoke test again.
2276
c3b7b696
YQ
22772014-09-19 Yao Qi <yao@codesourcery.com>
2278
2279 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2280 proc set_breakpoint_on_gcd_function. Invoke
2281 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2282 invoke set_breakpoint_on_gcd_function again.
2283
2b4fd423
DE
22842014-09-18 Doug Evans <dje@google.com>
2285
2286 * gdb.dwarf2/symtab-producer.exp: New file.
2287
a5947601
SDJ
22882014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2289
2290 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2291 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2292 * gdb.base/global-var-nested-by-dso.c: Likewise.
2293 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2294
91c19059
SDJ
22952014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2296 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/watch-bitfields.exp: Pass string other than test file
2299 name to prepare_for_testing.
2300 (watch): New procedure.
2301 (expect_watchpoint): Use with_test_prefix.
2302 (top level): Factor out tests to ...
2303 (test_watch_location, test_regular_watch): ... these new
2304 procedures, and use with_test_prefix and gdb_continue_to_end.
2305
bb9d5f81
PP
23062014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2307
2308 PR breakpoints/12526
2309 * gdb.base/watch-bitfields.exp: New file.
2310 * gdb.base/watch-bitfields.c: New file.
2311
635856f5
PA
23122014-09-16 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2315 software and hardware addresses, not software address against
2316 itself.
2317
7280ceea
PA
23182014-09-16 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2321 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2322
428b16bd
PA
23232014-09-16 Pedro Alves <palves@redhat.com>
2324
2325 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2326 files.
2327 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2328 "*-*-vxworks*" throughout.
2329 * gdb.base/break.exp: Likewise.
2330 * gdb.base/default.exp: Likewise.
2331 * gdb.base/scope.exp: Likewise.
2332 * gdb.base/sepdebug.exp: Likewise.
2333 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2334 throughout.
2335 * gdb.base/run.c: Likewise.
2336 * gdb.base/sepdebug.c: Likewise.
2337 * gdb.hp/gdb.aCC/run.c: Likewise.
2338 * gdb.reverse/until-reverse.c: Likewise.
2339 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2340
666d413c
YQ
23412014-09-16 Yao Qi <yao@codesourcery.com>
2342
2343 * boards/local-remote-host-native.exp: New file.
2344
57cbd724
DE
23452014-09-14 Doug Evans <xdje42@gmail.com>
2346
2347 * gdb.threads/queue-signal.c (thread_count): New variable.
2348 (thread_count_mutex, thread_count_condvar): New variables.
2349 (incr_thread_count, wait_all_threads_running): New functions.
2350 (main): Wait for all threads to be in their thread functions.
2351
81219e53
DE
23522014-09-13 Doug Evans <xdje42@gmail.com>
2353
2354 * gdb.threads/queue-signal.c: New file.
2355 * gdb.threads/queue-signal.exp: New file.
2356
3714cea7
DE
23572014-09-13 Doug Evans <xdje42@gmail.com>
2358
2359 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2360 be consistent with what default_gdb_init uses.
2361 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2362 the plain text of the prompt. Add some logging printfs.
2363 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2364
fa43b1d7
PA
23652014-09-12 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2368 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2369 * gdb.arch/i386-size-overlap.exp: Likewise.
2370 * gdb.arch/i386-size.exp: Likewise.
2371 * gdb.arch/i386-unwind.exp: Likewise.
2372 * gdb.base/a2-run.exp: Likewise.
2373 * gdb.base/break.exp: Likewise.
2374 * gdb.base/charset.exp: Likewise.
2375 * gdb.base/chng-syms.exp: Likewise.
2376 * gdb.base/commands.exp: Likewise.
2377 * gdb.base/dbx.exp: Likewise.
2378 * gdb.base/find.exp: Likewise.
2379 * gdb.base/funcargs.exp: Likewise.
2380 * gdb.base/jit-simple.exp: Likewise.
2381 * gdb.base/reread.exp: Likewise.
2382 * gdb.base/sepdebug.exp: Likewise.
2383 * gdb.base/step-bt.exp: Likewise.
2384 * gdb.cp/mb-inline.exp: Likewise.
2385 * gdb.cp/mb-templates.exp: Likewise.
2386 * gdb.objc/basicclass.exp: Likewise.
2387 * gdb.threads/killed.exp: Likewise.
2388
9d9bf2df
EBM
23892014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2390
2391 PR tdep/17379
2392 * gdb.arch/powerpc-stackless.S: New file.
2393 * gdb.arch/powerpc-stackless.exp: New file.
2394
1cf2f1b0
JK
23952014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2396
2397 * gdb.base/attach.c: Include unistd.h.
2398 (main): Call alarm. Add label postloop.
2399 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2400 gdb_breakpoint, gdb_continue_to_breakpoint.
2401 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2402
98880d46
PA
24032014-09-11 Pedro Alves <palves@redhat.com>
2404
2405 PR gdb/17347
2406 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2407 * gdb.base/attach.exp (test_command_line_attach_run): New
2408 procedure.
2409 (top level): Call it.
2410
4c92ff2c
PA
24112014-09-11 Pedro Alves <palves@redhat.com>
2412
2413 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2414 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2415 (do_command_attach_tests): Use spawn_wait_for_attach.
2416 * gdb.base/solib-overlap.exp: Likewise.
2417 * gdb.multi/multi-attach.exp: Likewise.
2418 * gdb.python/py-prompt.exp: Likewise.
2419 * gdb.python/py-sync-interp.exp: Likewise.
2420 * gdb.server/ext-attach.exp: Likewise.
2421
3adc1a7d
GKB
24222014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2423
2424 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2425 command in testcase. Simplify testcase.
2426
96334934
JB
24272014-09-10 Joel Brobecker <brobecker@adacore.com>
2428
2429 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2430
eb479039
JB
24312014-09-10 Joel Brobecker <brobecker@adacore.com>
2432
2433 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2434
deede10c
JB
24352014-09-10 Joel Brobecker <brobecker@adacore.com>
2436
2437 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2438
7828a5f5
JB
24392014-09-10 Joel Brobecker <brobecker@adacore.com>
2440
2441 * gdb.dwarf2/dynarr-ptr.c: New file.
2442 * gdb.dwarf2/dynarr-ptr.exp: New file.
2443
33aeebcf
MR
24442014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2445
2446 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2447 of 30 rather than hardcoding 120 for a slow test case. Take the
2448 `gdb,timeout' target setting into account for this calculation.
2449 Don't extend the timeout for the test cases that don't need it.
2450
7b415901
MR
24512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2452
2453 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2454 a factor of 2 for a slow test case. Take the `gdb,timeout'
2455 target setting into account for this calculation.
2456 * gdb.reverse/until-precsave.exp: Increase the timeout by
2457 a factor of 15 and 3 respectively rather than adding 120
2458 for a pair of slow test cases. Take the `gdb,timeout'
2459 target setting into account for this calculation.
2460
4a40f85a
MR
24612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2462
2463 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2464 timeout, don't pass one down to gdb_expect.
2465 (gdb_expect): Rework timeout selection.
2466
09635af7
MR
24672014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2468
2469 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2470 exception on timeout.
2471 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2472 (gdbserver_start_extended): Catch any `gdbserver_start' error
2473 exceptions.
2474 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2475 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2476 `gdbserver_gdb_load' error exceptions.
2477
2bdd10b7
MR
24782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2479
2480 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2481 120 on waiting for the TCP socket to open.
2482
316935f0
DE
24832014-09-09 Doug Evans <xdje42@gmail.com>
2484
2485 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2486 _caller_matches, _any_caller_is, _any_caller_matches.
2487
83740597
DE
24882014-09-09 Doug Evans <xdje42@gmail.com>
2489
2490 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2491
4c122fc3
YQ
24922014-09-09 Yao Qi <yao@codesourcery.com>
2493
2494 * gdb.mi/mi-var-display.exp: Set print symbol off.
2495
a9f116cb
GKB
24962014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2497
2498 PR gdb/17035
2499 * gdb.base/commands.exp: Add tests to verify user-defined
2500 commands with empty bodies.
2501 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2502 python commands in `show user command`.
2503 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2504 scheme commands in `show user command`.
2505
c75bd3a2
JK
25062014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2507
2508 PR python/17355
2509 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2510 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2511 * gdb.python/py-framefilter-invalidarg.exp: New file.
2512 * gdb.python/py-framefilter-invalidarg.py: New file.
2513
faa42425
DE
25142014-09-06 Doug Evans <xdje42@gmail.com>
2515
2516 PR 15276
2517 * gdb.python/py-caller-is.c: New file.
2518 * gdb.python/py-caller-is.exp: New file.
2519
474ca4f6
SDJ
25202014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2521
2522 PR gdb/17235
2523 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2524 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2525
eb0b0463
SDJ
25262014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2527
2528 PR fortran/17237
2529 * gdb.fortran/print-formatted.exp: New file.
2530 * gdb.fortran/print-formatted.f90: Likewise.
2531
5f3b99cf
SS
25322014-09-03 Sasha Smundak <asmundak@google.com>
2533
2534 * gdb.python/py-frame.exp: Test Frame.read_register.
2535
7d793aa9
SDJ
25362014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2537
2538 PR python/16699
2539 * gdb.python/py-completion.exp: New file.
2540 * gdb.python/py-completion.py: Likewise.
2541
fb0576e9
DE
25422014-08-28 Doug Evans <dje@google.com>
2543
2544 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2545 eax,etc. are live with values set by gdb and thus the compiler can't
2546 use them.
2547 * gdb.arch/i386-pseudo.c (main): Ditto.
2548
ee92b0dd
DE
25492014-08-27 Doug Evans <dje@google.com>
2550
2551 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2552
6649db35
DE
25532014-08-25 Doug Evans <dje@google.com>
2554
2555 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2556 (main): Ditto.
2557
564b7600
DE
25582014-08-25 Doug Evans <dje@google.com>
2559
2560 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2561
3881fb67
YQ
25622014-08-24 Yao Qi <yao@codesourcery.com>
2563
2564 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2565 symbol off.
2566 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2567
a05a36a5
DE
25682014-08-22 Doug Evans <dje@google.com>
2569
2570 PR 17276
2571 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2572 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2573 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2574
7c343b48
YQ
25752014-08-22 Yao Qi <yao@codesourcery.com>
2576
2577 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2578 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2579 * gdb.python/python.exp: Likewise. Use .py file on the host
2580 instead of the build.
2581
22fd09ae
JK
25822014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2583
2584 * gdb.threads/gcore-stale-thread.c: New file.
2585 * gdb.threads/gcore-stale-thread.exp: New file.
2586
a8454a7c
PA
25872014-08-21 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2590 * gdb.base/gcore-relro-pie.exp: Likewise.
2591 * gdb.base/gcore-relro.exp: Likewise.
2592 * gdb.base/gcore.exp: Likewise.
2593 * gdb.base/print-symbol-loading.exp: Likewise.
2594 * gdb.threads/gcore-thread.exp: Likewise.
2595 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2596
2a31c623
PA
25972014-08-20 Pedro Alves <palves@redhat.com>
2598 Jan Kratochvil <jan.kratochvil@redhat.com>
2599
2600 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2601 configure.
2602 (EXPECT): Handle READ1 being set.
2603 (all): Depend on EXTRA_RULES.
2604 (check-read1, expect-read1, read1.so, read1): New rules.
2605 * README (Testsuite Parameters): Document the READ1 make variable.
2606 (Race detection): New section.
2607 * configure: Regenerate.
2608 * configure.ac: If build==host==target, and running under a
2609 GNU/glibc system, add read1 to the extra Makefile rules.
2610 (EXTRA_RULES): AC_SUBST it.
2611 * lib/read1.c: New file.
2612
d36430db
JB
26132014-08-20 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2616 the handling of variables declared as a typedef to an array
2617 which a DW_AT_data_location attribute.
2618
9a0dc9e3
PA
26192014-08-19 Andrew Burgess <aburgess@broadcom.com>
2620 Pedro Alves <palves@redhat.com>
2621
2622 PR symtab/14604
2623 PR symtab/14605
2624 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2625 gdb_test.
2626
0718a8da
PA
26272014-08-19 Pedro Alves <palves@redhat.com>
2628
2629 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2630
13b448cd
YQ
26312014-08-19 Yao Qi <yao@codesourcery.com>
2632
2633 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2634 right line.
2635
1cbf5077
DB
26362014-08-18 David Blaikie <dblaikie@gmail.com>
2637
2638 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2639
bf0fae19
JB
26402014-08-18 Joel Brobecker <brobecker@adacore.com>
2641
2642 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2643 attribute in array range.
2644
3c8c5dcc
JB
26452014-08-18 Joel Brobecker <brobecker@adacore.com>
2646
2647 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2648
e66d4446
SC
26492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2650
2651 PR c++/17132
2652 * gdb.cp/pr17132.cc: New file.
2653 * gdb.cp/pr17132.exp: New file.
2654
940df408
SC
26552014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2656
2657 * gdb.python/py-xmethods.py (A_getarrayind)
2658 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2659 Use 'print' with function call syntax.
2660 (E_method_matcher.match): Fix tab vs space indentation mixup.
2661
ebcc6c3a
YQ
26622014-08-15 Yao Qi <yao@codesourcery.com>
2663
2664 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2665 false.
2666
775e0f04
YQ
26672014-08-15 Yao Qi <yao@codesourcery.com>
2668
2669 * gdb.cp/casts.exp: Set print symbol off.
2670 * gdb.cp/class2.exp: Likewise.
2671 * gdb.cp/overload.exp: Likewise.
2672 * gdb.cp/templates.exp: Likewise.
2673
d769e349
DE
26742014-08-11 Doug Evans <dje@google.com>
2675
2676 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2677 (test_load_shlib): Update.
2678
20c6f1e1
YQ
26792014-08-09 Yao Qi <yao@codesourcery.com>
2680
2681 * gdb.base/display.exp: Invoke is_address_zero_readable.
2682 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2683 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2684 * gdb.base/hbreak-unmapped.exp: Return if
2685 is_address_zero_readable returns true.
2686 * gdb.base/signest.exp: Likewise.
2687 * gdb.base/signull.exp: Likewise.
2688 * gdb.base/sigbpt.exp: Likewise.
2689 * gdb.guile/scm-disasm.exp: Do the test if
2690 is_address_zero_readable returns false.
2691 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2692 * gdb.python/py-arch.exp: Likewise.
2693 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2694 * lib/gdb.exp (is_address_zero_readable): New proc.
2695
5792e8e3
YQ
26962014-08-09 Yao Qi <yao@codesourcery.com>
2697
2698 PR testsuite/13443
2699 * gdb.mi/mi-var-display.exp: Make test messages unique.
2700
3cecbbbe
TT
27012014-08-04 Tom Tromey <tromey@redhat.com>
2702
2703 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2704 target 0".
2705
00b51ff5
TT
27062014-08-04 Tom Tromey <tromey@redhat.com>
2707
2708 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2709 "target_resume".
2710
6908c509
JB
27112014-08-01 Joel Brobecker <brobecker@adacore.com>
2712
2713 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2714 inner_vla_struct_object_size.
2715 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2716 as xfail.
2717
cc6563d2
PA
27182014-07-30 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2721 comment.
2722
7e09a223
YQ
27232014-07-29 Yao Qi <yao@codesourcery.com>
2724
2725 PR gdb/17206
2726 * gdb.base/until-nodebug.exp: New.
2727
7ebdbe92
DE
27282014-07-28 Doug Evans <xdje42@gmail.com>
2729
2730 PR guile/17203
2731 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2732 previously existing parameter, and previously ambiguously spelled
2733 parameter.
2734
fdb1adc6
WN
27352014-07-28 Will Newton <will.newton@linaro.org>
2736
2737 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2738
186fcde0
DE
27392014-07-26 Ludovic Courtès <ludo@gnu.org>
2740 Doug Evans <xdje42@gmail.com>
2741
2742 PR guile/17146
2743 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2744
70509625
PA
27452014-07-25 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.threads/signal-command-handle-nopass.c: New file.
2748 * gdb.threads/signal-command-handle-nopass.exp: New file.
2749 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2750 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2751 * gdb.threads/signal-delivered-right-thread.c: New file.
2752 * gdb.threads/signal-delivered-right-thread.exp: New file.
2753
c3f814a1
PA
27542014-07-25 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.base/double-prompt-target-event-error.exp
2757 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2758 match.
2759 (cancel_pagination_in_target_event): Rework double prompt
2760 detection.
2761 * gdb.base/paginate-after-ctrl-c-running.exp
2762 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2763 <return>' match.
2764 * gdb.base/paginate-bg-execution.exp
2765 (test_bg_execution_pagination_return)
2766 (test_bg_execution_pagination_cancel): Remove '-notransfer
2767 <return>' matches.
2768 * gdb.base/paginate-execution-startup.exp
2769 (test_fg_execution_pagination_return)
2770 (test_fg_execution_pagination_cancel): Remove '-notransfer
2771 <return>' matches.
2772 * gdb.base/paginate-inferior-exit.exp
2773 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2774 match.
2775 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2776 * lib/gdb.exp (pagination_prompt): Run text through
2777 string_to_regexp.
2778 (gdb_test_multiple): Match $pagination_prompt instead of
2779 "<return>".
2780 (string_to_regexp): Move to lib/gdb-utils.exp.
2781
e214cf6c
JK
27822014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2783
2784 * gdb.arch/amd64-entry-value-paramref.S: New file.
2785 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2786 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2787 * gdb.arch/amd64-optimout-repeat.S: New file.
2788 * gdb.arch/amd64-optimout-repeat.c: New file.
2789 * gdb.arch/amd64-optimout-repeat.exp: New file.
2790
17d0c5c8
JK
27912014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2792
2793 PR gdb/17170
2794 * gdb.base/statistics.exp: New file.
2795
b8b8facf
DE
27962014-07-17 Doug Evans <dje@google.com>
2797
74b49205 2798 PR gdb/17170
b8b8facf
DE
2799 * gdb.base/maint.exp: Update testing of per-command stats.
2800
1b5d0ab3
PA
28012014-07-16 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2804 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2805 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2806 (tfile_write_buf): New functions.
2807 (add_memory_block): Rewrite using the above.
2808 (adjust_function_address): New function.
2809 (FUNCTION_ADDRESS): New macro.
2810 (write_basic_trace_file): Remove short_x local, and use
2811 tfile_write_16. Change type of func_addr local to unsigned long
2812 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2813 here. Cast argument of add_memory_block to char pointer.
2814 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2815 (main): Remove parameters.
2816 * gdb.trace/tfile.exp: Remove nowarnings.
2817
4d974e88
SM
28182014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2819
2820 * gdb.base/debug-expr.exp: Test string evaluation with
2821 "debug expression" on.
2822
41e99568
PA
28232014-07-15 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/reread.exp: Use clean_restart.
2826
487d9753
PL
28272014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2828
2829 * gdb.arch/avr-flash-qualifer.c: New.
2830 * gdb.arch/avr-flash-qualifer.exp: New.
2831
cc1c52ad
PA
28322014-07-14 Pedro Alves <palves@redhat.com>
2833
2834 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2835 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2836
1e973570
PA
28372014-07-14 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/double-prompt-target-event-error.c: New file.
2840 * gdb.base/double-prompt-target-event-error.exp: New file.
2841
93d6eb10
PA
28422014-07-14 Pedro Alves <palves@redhat.com>
2843
2844 PR gdb/17072
2845 * gdb.base/paginate-inferior-exit.c: New file.
2846 * gdb.base/paginate-inferior-exit.exp: New file.
2847
0017922d
PA
28482014-07-14 Pedro Alves <palves@redhat.com>
2849
2850 PR gdb/17072
2851 * gdb.base/paginate-bg-execution.c: New file.
2852 * gdb.base/paginate-bg-execution.exp: New file.
2853
94696ad3
PA
28542014-07-14 Pedro Alves <palves@redhat.com>
2855
2856 PR gdb/17072
2857 * gdb.base/paginate-execution-startup.c: New file.
2858 * gdb.base/paginate-execution-startup.exp: New file.
2859 * lib/gdb.exp (pagination_prompt): New global.
2860 (default_gdb_spawn): New procedure, factored out from
2861 default_gdb_spawn.
2862 (default_gdb_start): Adjust to call default_gdb_spawn.
2863 (gdb_spawn): New procedure.
2864
bd293940
PA
28652014-07-14 Pedro Alves <palves@redhat.com>
2866
2867 * lib/gdb.exp (gdb_assert): New procedure.
2868 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2869
c933f875
PA
28702014-07-14 Pedro Alves <palves@redhat.com>
2871
2872 * gdb.base/execution-termios.c: New file.
2873 * gdb.base/execution-termios.exp: New file.
2874
d98b7a16
TT
28752014-07-14 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.cp/vla-cxx.cc: New file.
2878 * gdb.cp/vla-cxx.exp: New file.
2879
548740d6
TT
28802014-07-14 Tom Tromey <tromey@redhat.com>
2881
2882 * gdb.reverse/rerun-prec.c: New file.
2883 * gdb.reverse/rerun-prec.exp: New file.
2884
a25eb028
MR
28852014-07-12 Maciej W. Rozycki <macro@mips.com>
2886 Maciej W. Rozycki <macro@codesourcery.com>
2887
2888 * lib/gdb-utils.exp: New file.
2889 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2890 inline `gdb_init_command' processing.
2891 (gdb_start_cmd): Likewise.
2892 * lib/mi-support.exp (mi_run_cmd): Likewise.
2893 * README: Document `gdb_init_command' and `gdb_init_commands'.
2894
218c2655
JK
28952014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 Fix false FAIL running under a very long directory name.
2898 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2899 and "set print elements 10000". Twice.
2900
5401fde3
YQ
29012014-07-11 Yao Qi <yao@codesourcery.com>
2902
2903 * gdb.base/exprs.exp: "set print symbol off".
2904
e76126e8
PA
29052014-07-11 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.threads/kill.c: New file.
2908 * gdb.threads/kill.exp: New file.
2909
2d6f0de6
YQ
29102014-07-10 Yao Qi <yao@codesourcery.com>
2911
2912 * gdb.trace/tfile.c (write_basic_trace_file)
2913 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2914 address written to trace file.
2915
7180e04a
PA
29162014-07-09 Pedro Alves <palves@redhat.com>
2917
2918 * gdb.base/attach-wait-input.exp: New file.
2919 * gdb.base/attach-wait-input.c: New file.
2920
9a9a7608
AB
29212014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2924 setting up test structures.
2925 (main): Call new test function.
2926 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2927 test function, continue into test function and walk test
2928 structures.
2929
161ac41e
YQ
29302014-07-02 Yao Qi <yao@codesourcery.com>
2931
2932 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2933 'bar_start' at the beginning of functions 'foo' and 'bar'
2934 respectively.
2935 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2936 instead of 'foo' and 'bar'.
2937
1f267ae3
MM
29382014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2939
2940 * gdb.btrace/segv.exp: New.
2941 * gdb.btrace/segv.c: New.
2942
2b239efb
LM
29432014-07-02 Luis Machado <lgustavo@codesourcery.com>
2944
2945 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2946 instruction.
2947
cf363f18
MW
29482014-06-30 Mark Wielaard <mjw@redhat.com>
2949
2950 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2951 vulture, vilify, villar): New volatile array constants.
2952 (vindictive, vegetation): New const volatile array constants.
2953 * gdb.base/volatile.exp: Test volatile and const volatile array
2954 types.
2955
aebf9d24
AA
29562014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2957
2958 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2959 target lacks support for awatch, rwatch, or hbreak.
2960
b67a2c6f
YQ
29612014-06-27 Yao Qi <yao@codesourcery.com>
2962
2963 * gdb.multi/dummy-frame-restore.exp: New.
2964 * gdb.multi/dummy-frame-restore.c: New.
2965
aef92902
MM
29662014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2967
2968 * gdb.btrace/gcore.exp: New.
2969
8e9db26e
PA
29702014-06-23 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.base/watchpoint-reuse-slot.c: New file.
2973 * gdb.base/watchpoint-reuse-slot.exp: New file.
2974
70afc5b7
SC
29752014-06-23 Siva Chandra Reddy <sivachandra@google.com>
2976
2977 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
2978 progspace's filename in 'info', 'enable' and 'disable' command
2979 tests.
2980
b972bd9c
JK
29812014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
2982
2983 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
2984 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
2985 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
2986
125f8a3d
GB
29872014-06-20 Gary Benson <gbenson@redhat.com>
2988
2989 * gdb.arch/i386-avx.exp: Fix include file location.
2990 * gdb.arch/i386-sse.exp: Likewise.
2991
3ed9baed
IB
29922014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
2993
2994 * gdb.dlang/expression.exp: New file.
2995
034f788c
PA
29962014-06-19 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
2999 out from ...
3000 (top level): ... here. Iterate running tests under different
3001 scheduler-locking settings.
3002
45371d0c
LM
30032014-06-18 Luis Machado <lgustavo@codesourcery.com>
3004
3005 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3006 to DW_FORM_addr and use non-zero addresses.
3007
5d376983
SC
30082014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3009
3010 PR gdb/17017
3011 * gdb.python/py-xmethods.cc: Add global function call counters and
3012 increment them in their respective functions. Remove "cout"
3013 statements.
3014 * gdb.python/py-xmethods.exp: Make tests check the global function
3015 call counters instead of depending on inferior IO.
3016
a1aa2221
LM
30172014-06-18 Don Breazeal <donb@codesourcery.com>
3018
3019 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3020 Deleted procedure.
3021 (explicit_fork_parent_follow): Deleted procedure.
3022 (explicit_fork_child_follow): Deleted procedure.
3023 (test_follow_fork): New procedure.
3024 (do_fork_tests): Replace calls to deleted procedures with
3025 calls to test_follow_fork and reset GDB for subsequent
3026 procedure calls.
3027
0fc05997
YQ
30282014-06-17 Yao Qi <yao@codesourcery.com>
3029
3030 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3031 CP1252.
3032
70795c52
LM
30332014-06-17 Luis Machado <lgustavo@codesourcery.com>
3034
3035 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3036 Initialize ptr and S explicitly.
3037 (skip_type_update_when_not_use_rtti_test): Likewise.
3038
6be47f0c
KS
30392014-06-16 Keith Seitz <keiths@redhat.com>
3040
3041 PR mi/15863
3042 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3043 the inferior is started.
3044
d03de421
PA
30452014-06-16 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/break-main-file-remove-fail.c: New file.
3048 * gdb.base/break-main-file-remove-fail.exp: New file.
3049 * gdb.base/break-unload-file.exp: Use build_executable instead of
3050 prepare_for_testing.
3051 (test_break): New parameter "initial_load". Handle it.
3052 (top level): Add initial_load cmdline/file axis.
3053
f9579b99
TT
30542014-06-12 Tom Tromey <tromey@redhat.com>
3055
3056 * gdb.base/completion.exp: Don't use directory name in test.
3057
3657956b
GB
30582014-06-09 Gary Benson <gbenson@redhat.com>
3059
3060 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3061 separate the always-available ANSI-standard signals from the
3062 signals that require checking.
3063 (main): Likewise.
3064 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3065 Likewise.
3066 (main): Likewise.
3067
4186eb54
KS
30682014-06-07 Keith Seitz <keiths@redhat.com>
3069
3070 Revert:
3071 PR c++/16253
3072 * gdb.cp/var-tag.cc: New file.
3073 * gdb.cp/var-tag.exp: New file.
3074 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3075 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3076 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3077 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3078
25326a28 30792014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3080
3081 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3082
829155c9
PA
30832014-06-06 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3086 in target debug output instead of looking at RSP packets,
3087 disabling the test on any target that uses hardware stepping.
3088 Update comments.
3089
61c8d22e
PA
30902014-06-06 Pedro Alves <palves@redhat.com>
3091
3092 * gdb.base/break-unload-file.exp: Fix typo.
3093
d9a47287
YQ
30942014-06-06 Yao Qi <yao@codesourcery.com>
3095
3096 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3097 from "jit_function" to "^jit_function".
3098
e5e01dbf
YQ
30992014-06-06 Yao Qi <yao@codesourcery.com>
3100
3101 * gdb.base/async.c (foo): Add one statement.
3102 * gdb.base/async.exp: Get the next instruction address and
3103 match the output of "nexti" by instruction address. Match
3104 the hex address in the output of "finish".
3105
73ba372c
GB
31062014-06-06 Gary Benson <gbenson@redhat.com>
3107
3108 * gdb.base/call-signals.c: Remove preprocessor conditionals
3109 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3110 SIGSEGV and SIGTERM.
3111 * gdb.base/sigall.c: Likewise.
3112 * gdb.base/unwindonsignal.c: Likewise.
3113 * gdb.reverse/sigall-reverse.c: Likewise.
3114
831517df
YQ
31152014-06-06 Yao Qi <yao@codesourcery.com>
3116
3117 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3118 readable, skip the test.
3119
b8b91e98
YQ
31202014-06-06 Yao Qi <yao@codesourcery.com>
3121
3122 * gdb.threads/staticthreads.c (thread_function): Move the line
3123 setting breakpoint on forward.
3124 * gdb.threads/staticthreads.exp: Update comments.
3125
fb934770
LC
31262014-06-05 Ludovic Courtès <ludo@gnu.org>
3127
3128 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3129 "history-append! type error".
3130
6ef284bd
SM
31312014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3132
3133 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3134 erroneous dprintf expected input.
3135
a872e241
DE
31362014-06-04 Doug Evans <xdje42@gmail.com>
3137
3138 * gdb.guile/scm-generics.exp: Delete.
3139
16f691fb
DE
31402014-06-04 Doug Evans <xdje42@gmail.com>
3141
3142 * gdb.guile/scm-breakpoint.exp: Update.
3143 Add tests for breakpoint registration.
3144
012370f6
TT
31452014-06-04 Tom Tromey <tromey@redhat.com>
3146
3147 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3148 VLA-in-union.
3149 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3150 inner_vla_struct, vla_union types. Initialize objects of those
3151 types and compute their sizes.
3152
9f5a4cef
HZ
31532014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3154 Hui Zhu <hui@codesourcery.com>
3155
3156 * gdb.base/fileio.exp: Add test for shell not available as well as
3157 available.
3158 * gdb.base/fileio.c (test_system): Check for shell twice.
3159
90a45c4d
YQ
31602014-06-04 Yao Qi <yao@codesourcery.com>
3161
3162 * gdb.base/auto-connect-native-target.exp: Remove redundant
3163 space from the regexp pattern.
3164
70017e41
YQ
31652014-06-04 Yao Qi <yao@codesourcery.com>
3166
3167 * gdb.base/default.exp: Replace "child" with "native" in
3168 regexp pattern.
3169
883964a7
SC
31702014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3171
3172 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3173 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3174 * gdb.python/py-xmethods.py: Python script supporting the
3175 new testcase and tests.
3176
ef370185
JB
31772014-06-03 Joel Brobecker <brobecker@adacore.com>
3178 Pedro Alves <palves@redhat.com>
3179
3180 PR breakpoints/17000
3181 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3182 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3183
1e2ccb61
BM
31842014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3185
3186 * gdb.base/subst.exp: Add tests to verify partial path matching
3187 output.
3188
c6ec5ab2
PA
31892014-06-03 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3192 target that doesn't use software single-stepping.
3193
835c559f
PA
31942014-06-03 Pedro Alves <palves@redhat.com>
3195
3196 PR breakpoints/17000
3197 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3198 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3199
06eb1586
DE
32002014-06-02 Doug Evans <xdje42@gmail.com>
3201
3202 * gdb.guile/scm-parameter.exp: New file.
3203
e698b8c4
DE
32042014-06-02 Doug Evans <xdje42@gmail.com>
3205
3206 * gdb.guile/scm-cmd.c: New file.
3207 * gdb.guile/scm-cmd.exp: New file.
3208
ded03782
DE
32092014-06-02 Doug Evans <xdje42@gmail.com>
3210
3211 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3212 pretty-printer lookup.
3213 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3214 (make-pp_s-printer): Call it.
3215 (make-pretty-printer-from-dict): New function.
3216 (lookup-pretty-printer-maker-from-dict): New function.
3217 (*pretty-printer*): Simplify.
3218 (make-objfile-pp_s-printer): New function.
3219 (install-objfile-pretty-printers!): New function.
3220 (make-progspace-pp_s-printer): New function.
3221 (install-progspace-pretty-printers!): New function.
3222 * gdb.guile/scm-progspace.c: New file.
3223 * gdb.guile/scm-progspace.exp: New file.
3224
41fac0cf
PA
32252014-06-02 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/dprintf-bp-same-addr.c: New file.
3228 * gdb.base/dprintf-bp-same-addr.exp: New file.
3229
96ae5695
EBM
32302014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3231
3232 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3233 * gdb.arch/powerpc-power.s: Likewise.
3234
da02b3a8
JB
32352014-06-02 Joel Brobecker <brobecker@adacore.com>
3236
3237 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3238
c72b2e7b
YQ
32392014-06-01 Yao Qi <yao@codesourcery.com>
3240
3241 * gdb.base/watchpoint.exp (test_watch_location): Check null
3242 pointer can be dereferenced. If not, do the test, otherwise
3243 skip it.
3244
53e8a631
AB
32452014-05-30 Andrew Burgess <aburgess@broadcom.com>
3246
3247 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3248 results.
3249 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3250
938f0e2f
AB
32512014-05-30 Andrew Burgess <aburgess@broadcom.com>
3252
3253 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3254 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3255 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3256 * gdb.arch/amd64-invalid-stack-top.c: New file.
3257 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3258
9ba6657a
PA
32592014-05-30 Pedro Alves <palves@redhat.com>
3260
3261 PR breakpoints/17000
3262 * gdb.base/sss-bp-on-user-bp.c: New file.
3263 * gdb.base/sss-bp-on-user-bp.exp: New file.
3264
522c09bf
DB
32652014-05-30 David Blaikie <dblaikie@gmail.com>
3266
3267 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3268 gnu_inline semantics via attribute.
3269 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3270 source explicitly specifies the required semantics.
3271
bf4ef81e
MR
32722014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3273
3274 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3275
329ea579
PA
32762014-05-29 Pedro Alves <palves@redhat.com>
3277 Tom Tromey <tromey@redhat.com>
3278
3279 * gdb.base/async-shell.exp: Don't enable target-async.
3280 * gdb.base/async.exp
3281 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3282 parameter. Adjust.
3283 (top level): Don't test with "target-async".
3284 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3285 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3286 * gdb.base/inferior-died.exp: Don't enable target-async.
3287 * gdb.base/interrupt-noterm.exp: Likewise.
3288 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3289 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3290 * gdb.mi/mi-nonstop.exp: Likewise.
3291 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3292 * gdb.mi/mi-nsintrall.exp: Likewise.
3293 * gdb.mi/mi-nsmoribund.exp: Likewise.
3294 * gdb.mi/mi-nsthrexec.exp: Likewise.
3295 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3296 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3297 * gdb.python/py-evsignal.exp: Don't enable target-async.
3298 * gdb.python/py-evthreads.exp: Likewise.
3299 * gdb.python/py-prompt.exp: Likewise.
3300 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3301 * gdb.server/solib-list.exp: Don't enable target-async.
3302 * gdb.threads/thread-specific-bp.exp: Likewise.
3303 * lib/mi-support.exp: Adjust to use mi-async.
3304
fd664c91
PA
33052014-05-29 Pedro Alves <palves@redhat.com>
3306
3307 PR gdb/13860
3308 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3309 reason, even in sync mode.
3310
251bde03
PA
33112014-05-29 Pedro Alves <palves@redhat.com>
3312 Hui Zhu <hui@codesourcery.com>
3313
3314 PR PR15693
3315 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3316 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3317 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3318 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3319
7f3c0343
JB
33202014-05-28 Joel Brobecker <brobecker@adacore.com>
3321
3322 * config/monitor.exp (gdb_target_monitor): Replace use of
3323 "set remotebaud" by "set serial baud".
3324
b2715b27
AW
33252014-05-26 Andy Wingo <wingo@igalia.com>
3326
3327 * gdb.guile/scm-breakpoint.exp:
3328 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3329 properties instead of gdb-object-properties.
3330
498a4489
YQ
33312014-05-26 Yao Qi <yao@codesourcery.com>
3332
3333 * gdb.server/no-thread-db.exp: Specify source file name
3334 explicitly when setting a breakpoint.
3335
589fdceb
MM
33362014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3337
3338 * gdb.btrace/vdso.c: New.
3339 * gdb.btrace/vdso.exp: New.
3340
e9089e05
MM
33412014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3342
3343 * gdb.base/gcore.exp (capture_command_output): Move ...
3344 * lib/gdb.exp (capture_command_output): ... here.
3345
67b5c0c1
MM
33462014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3347
3348 * gdb.btrace/data.exp: Test memory access during btrace replay.
3349
a2199296
SM
33502014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3351
3352 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3353
17b2616c
PA
33542014-05-21 Pedro Alves <palves@redhat.com>
3355
3356 PR gdb/13860
3357 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3358 (top level): Test that output related to execution commands is
3359 sent to the console with CLI commands, but not with MI commands.
3360 Test that breakpoint events are always mirrored to the console.
3361 Also expect the new source line to be output after a "next" in
3362 async mode too. Make it a pass/fail test.
3363 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3364 output.
3365 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3366
5166082f
PA
33672014-05-21 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3370 Use them to test variations of "list" after reaching a breakpoint.
3371 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3372 Test "list" with listsize 10 after reaching a breakpoint.
3373 * gdb.python/python.exp (decode_line current location line
3374 number): Adjust expected line number.
3375
2f25d70f
SM
33762014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3379 behavior for $args, pass it directly to "run".
3380
ff604a67
MR
33812014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3382
3383 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3384 30000 to 65536.
3385
6a3cb8e8
PA
33862014-05-21 Pedro Alves <palves@redhat.com>
3387
3388 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3389 auto-connect-native-target off".
3390 * gdb.base/auto-connect-native-target.c: New file.
3391 * gdb.base/auto-connect-native-target.exp: New file.
3392
4ebfc96e
PA
33932014-05-21 Pedro Alves <palves@redhat.com>
3394
3395 * gdb.base/default.exp: Test "target native" instead of "target
3396 child".
3397
36d46afb
MW
33982014-05-21 Mark Wielaard <mjw@redhat.com>
3399
3400 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3401
5876f503
JK
34022014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3403
3404 Fix TLS access for -static -pthread.
3405 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3406 <HAVE_TLS> (thread_function, main): Initialize it.
3407 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3408 Add clean_restart.
3409 <$have_tls != "">: Check TLSVAR.
3410
0256a6ac
PA
34112014-05-21 Pedro Alves <palves@redhat.com>
3412
3413 * gdb.base/dcache-line-read-error.c: New.
3414 * gdb.base/dcache-line-read-error.exp: New.
3415
936d2992
PA
34162014-05-20 Pedro Alves <palves@redhat.com>
3417
3418 * gdb.base/compare-sections.c: New file.
3419 * gdb.base/compare-sections.exp: New file.
3420
802e8e6d
PA
34212014-05-20 Pedro Alves <palves@redhat.com>
3422
3423 * gdb.base/break-idempotent.c: New file.
3424 * gdb.base/break-idempotent.exp: New file.
3425
e59fa00f
MM
34262014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3427
3428 * gdb.btrace/nohist.exp: New.
3429
8b696e31
YQ
34302014-05-20 Yao Qi <yao@codesourcery.com>
3431
3432 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3433 gdb.reverse directory and gdb_reverse_timeout exists in board
3434 setting.
3435 * README: Document gdb_reverse_timeout.
3436
73c9764f
YQ
34372014-05-20 Yao Qi <yao@codesourcery.com>
3438
3439 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3440 'test_file_name'. Treat args as a string instead of a list.
3441 (gdb_init): Rename argument 'args' by 'test_file_name'.
3442
f1f4348a
JK
34432014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * gdb.arch/powerpc-power.exp: New file.
3446 * gdb.arch/powerpc-power.s: New file.
3447
0dbe70ce
DE
34482014-05-16 Doug Evans <dje@google.com>
3449
3450 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3451 * gdb.base/completion.exp: Check that all expected files exist
3452 before doing file completion.
0dbe70ce 3453
8d551b02
DE
34542014-05-16 Doug Evans <dje@google.com>
3455
3456 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3457 Update.
3458 (do_syscall_tests_without_xml): Update.
3459
73eb7709
PA
34602014-05-16 Pedro Alves <palves@redhat.com>
3461
3462 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3463 instead of "unknown output after running".
3464
3fae92fc
YQ
34652014-05-16 Yao Qi <yao@codesourcery.com>
3466
3467 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3468 file1.txt from host at the end.
3469 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3470
c2b2ccc5
DE
34712014-05-15 Doug Evans <dje@google.com>
3472
3473 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3474 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3475 loading file. Add test for TU lookup.
3476
8c217a4b
SM
34772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3478
3479 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3480 calling "-exec-arguments" or "set args" before running the
3481 inferior.
3482
3deb39c6
SM
34832014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3484
3485 * lib/mi-support.exp (mi_expect_stop): Expect message for
3486 inferiors that exit with non-zero exit code.
3487
71a79f8c
YQ
34882014-05-14 Yao Qi <yao@codesourcery.com>
3489
3490 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3491 match absolute path on remote host.
3492 (test_file_list_exec_source_files): Remove "/" from the
3493 pattern.
3494
f23fcd46
YQ
34952014-05-14 Yao Qi <yao@codesourcery.com>
3496
3497 * boards/local-remote-host-notty.exp (${board}_file): New
3498 proc.
3499
9404b58f
KM
35002014-05-07 Kyle McMartin <kyle@redhat.com>
3501
3502 Pushed by Joel Brobecker <brobecker@adacore.com>.
3503 * gdb.arch/aarch64-atomic-inst.c: New file.
3504 * gdb.arch/aarch64-atomic-inst.exp: New file.
3505
5e45f04c
YQ
35062014-05-07 Yao Qi <yao@codesourcery.com>
3507
3508 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3509 in current context" too.
3510
c888a17d
KS
35112014-05-05 Keith Seitz <keiths@redhat.com>
3512
3513 * gdb.linespec/ls-dollar.exp: Add test for linespec
3514 file:convenience_variable.
3515
290a839c
YQ
35162014-05-05 Yao Qi <yao@codesourcery.com>
3517
3518 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3519 traceframes into tfile and ctf trace files. Read data from
3520 trace file and test collected data.
3521 (gdb_collect_locals_test): Likewise.
3522 (gdb_unavailable_registers_test): Likewise.
3523 (gdb_unavailable_floats): Likewise.
3524 (gdb_collect_globals_test): Likewise.
3525 (top-level): Append "ctf" to trace_file_targets if GDB
3526 supports.
3527
b5262cd0
YQ
35282014-05-05 Yao Qi <yao@codesourcery.com>
3529
3530 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3531 code to ...
3532 (gdb_collect_args_test_1): ... it. New proc.
3533 (gdb_collect_locals_test): Move some code to ...
3534 (gdb_collect_locals_test_1): ... it. New proc.
3535 (gdb_unavailable_registers_test): Move some code to ...
3536 (gdb_unavailable_registers_test_1): ... it. New proc.
3537 (gdb_unavailable_floats): Move some code to ...
3538 (gdb_unavailable_floats_1): ... it. New proc.
3539
30a1e6cc
SDJ
35402014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3541
3542 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3543 probes to test for bitness recognition.
3544 * gdb.arch/amd64-stap-optional-prefix.exp
3545 (test_probe_value_without_reg): New procedure.
3546 Add code to test for different kinds of bitness.
3547
f33da99a
SDJ
35482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3549
3550 PR breakpoints/16889
3551 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3552 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3553
5b80f00d
PA
35542014-05-01 Pedro Alves <palves@redhat.com>
3555
3556 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3557 gdb_file_cmd if no file is specified.
3558 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3559 last_loaded_file to set the remote exec-file.
3560
f8c2a73c
PA
35612014-05-01 Pedro Alves <palves@redhat.com>
3562
3563 * boards/local-remote-host.exp: New file.
3564
be6e8ac7
PA
35652014-05-01 Pedro Alves <palves@redhat.com>
3566
3567 * boards/local-remote-host.exp: Rename to ...
3568 * boards/local-remote-host-notty.exp: ... this.
3569
cac0dc8f
JB
35702014-04-28 Joel Brobecker <brobecker@adacore.com>
3571
3572 * gdb.ada/dyn_arrayidx: New testcase.
3573
9730e6cc
YQ
35742014-04-26 Yao Qi <yao@codesourcery.com>
3575
3576 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3577 and compute the length of function main. Save it in
3578 $main_length.
3579 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3580 (top-level): Use gdb_compile to compile objects into
3581 executable and restart GDB. Remove invocation to
3582 prepare_for_testing.
3583
7ae1a6a6
PA
35842014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3585 Pedro Alves <palves@redhat.com>
3586
3587 PR server/16255
3588 * gdb.multi/multi-attach.c: New file.
3589 * gdb.multi/multi-attach.exp: New file.
3590
4082afcc
PA
35912014-04-25 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3594 user.
3595 (top level): Test that "set remote conditional-breakpoints-packet
3596 off" works as intended.
3597 * gdb.base/dprintf.exp: Test that "set remote
3598 breakpoint-commands-packet off" works as intended.
3599 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3600 New function.
3601 (top level): Call it.
3602 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3603 remote fast-tracepoints-packet off" works as intended.
3604 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3605 * lib/gdb.exp (gdb_is_target_remote): ... here.
3606
2abc3f8d
DB
36072014-04-24 David Blaikie <dblaikie@gmail.com>
3608
3609 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3610 ensure clang would not discard them.
3611 * gdb.base/gdbvars.c: Ditto.
3612 * gdb.base/memattr.c: Ditto.
3613 * gdb.base/whatis.c: Ditto.
3614 * gdb.python/py-prettyprint.c: Ditto.
3615 * gdb.trace/actions.c: Ditto.
3616 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3617 ensure clang would not discard it.
3618
bfd39632
DB
36192014-04-24 David Blaikie <dblaikie@gmail.com>
3620
3621 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3622 clang to emit the full definition of type required by the test
3623 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3624
22842ff6
DB
36252014-04-24 David Blaikie <dblaikie@gmail.com>
3626
3627 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3628 coax Clang into emitting the definition of the type.
3629 * gdb.cp/pr10728-x.h (y): Ditto.
3630 * gdb.cp/pr10728-y.cc (y): Ditto.
3631
c2e827ad
DB
36322014-04-24 David Blaikie <dblaikie@gmail.com>
3633
3634 * gdb.base/label.exp: XFAIL label related tests under Clang.
3635 * gdb.cp/cplabel.exp: Ditto.
3636 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3637 under Clang those using labels.
3638
4c2d33e7
YQ
36392014-04-25 Yao Qi <yao@codesourcery.com>
3640
3641 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3642 double_label.
3643 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3644 partial_label and double_label.
3645
56083b99
DB
36462014-04-24 David Blaikie <dblaikie@gmail.com>
3647
3648 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3649
25d4e99d
DB
36502014-04-24 David Blaikie <dblaikie@gmail.com>
3651
3652 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3653 of the function to work across GCC and Clang.
3654 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3655 pointer types (const void ** const V void **).
3656
01f9f808
MS
36572014-04-24 Michael Sturm <michael.sturm@mintel.com>
3658 Walfred Tedeschi <walfred.tedeschi@intel.com>
3659
3660 * Makefile.in (EXECUTABLES): Added i386-avx512.
3661 * gdb.arch/i386-avx512.c: New file.
3662 * gdb.arch/i386-avx512.exp: Likewise.
3663
4b48d439
KS
36642014-04-23 Keith Seitz <keiths@redhat.com>
3665
3666 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3667 (mi_make_breakpoint_table): New procedure.
3668 (mi_create_breakpoint): Use mi_make_breakpoint
3669 and return the result.
3670 (mi_make_breakpoint): New procedure.
3671 (mi_build_kv_pairs): New procedure.
3672
3673 * gdb.mi/mi-break.exp: Remove unused globals,
3674 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3675 All callers updated.
3676 * gdb.mi/mi-dprintf.exp: Use variable to track command
3677 number.
3678 Update all callers of mi_create_breakpoint and use
3679 mi_make_breakpoint_table.
3680 Remove any unused global variables.
3681 * gdb.mi/mi-nonstop.exp: Likewise.
3682 * gdb.mi/mi-nsintrall.exp: Likewise.
3683 * gdb.mi/mi-nsmoribund.exp: Likewise.
3684 * gdb.mi/mi-nsthrexec.exp: Likewise.
3685 * gdb.mi/mi-reverse.exp: Likewise.
3686 * gdb.mi/mi-simplerun.exp: Likewise.
3687 * gdb.mi/mi-stepn.exp: Likewise.
3688 * gdb.mi/mi-syn-frame.exp: Likewise.
3689 * gdb.mi/mi-until.exp: Likewise.
3690 * gdb.mi/mi-var-cp.exp: Likewise.
3691 * gdb.mi/mi-var-display.exp: Likewise.
3692 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3693 * gdb.mi/mi2-var-child.exp: Likewise.
3694 * gdb.mi/mi-vla-c99.exp: Likewise.
3695 * lib/mi-support.exp: Likewise.
3696
3697 From Ian Lance Taylor <iant@cygnus.com>:
3698 * lib/gdb.exp (parse_args): New procedure.
3699
08351840
PA
37002014-04-23 Pedro Alves <palves@redhat.com>
3701
3702 * gdb.base/break-unload-file.c: New file.
3703 * gdb.base/break-unload-file.exp: New file.
3704 * gdb.base/sym-file-lib.c (baz): New function.
3705 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3706 field.
3707 (load): Store the segment's mapped size.
3708 (unload): New function.
3709 (unload_shlib): New function.
3710 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3711 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3712 set a breakpoint at baz, and call it.
3713 * gdb.base/sym-file.exp: New tests for stale breakpoint
3714 instructions.
3715
076855f9
PA
37162014-04-23 Pedro Alves <palves@redhat.com>
3717
3718 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3719 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3720 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3721 * gdb.base/hbreak-unmapped.c: New file.
3722 * gdb.base/hbreak-unmapped.exp: New file.
3723 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3724 * lib/gdb.exp (gdb_is_target_remote): ... here.
3725
483805cf
PA
37262014-04-22 Pedro Alves <palves@redhat.com>
3727
3728 * gdb.base/consecutive-step-over.c: New file.
3729 * gdb.base/consecutive-step-over.exp: New file.
3730
06d97543
PA
37312014-04-22 Pedro Alves <palves@redhat.com>
3732
3733 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3734 instead of send_gdb/gdb_expect.
3735
b4429ea2
YQ
37362014-04-22 Yao Qi <yao@codesourcery.com>
3737
3738 * lib/trace-support.exp (generate_tracefile): New procedure.
3739 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3740 return 0.
3741 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3742 if generate_tracefile returns 1.
3743
51d48146
PA
37442014-04-18 Tom Tromey <palves@redhat.com>
3745 Pedro alves <tromey@redhat.com>
3746
3747 PR backtrace/15558
3748 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3749 with a backtrace limit.
3750 * gdb.python/py-frame-inline.exp: Test running to an inline
3751 function with a backtrace limit, and printing the newest frame.
3752 * gdb.python/py-frame-inline.c (main): Call f.
3753
bd1dce5f
MS
37542014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3755
3756 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3757
40d1a503
MS
37582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3759
3760 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3761 Drop prefix from unsupported source file path.
3762
389b98f7
YQ
37632014-04-17 Yao Qi <yao@codesourcery.com>
3764
3765 * lib/gdb.exp (with_target_charset): New proc.
3766 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3767 with_target_charset.
3768 (test_print_strings): Likewise.
3769 (test_repeat_bytes): Likewise.
3770 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3771 for some tests.
3772
22869d73
KS
37732014-04-16 Keith Seitz <keiths@redhat.com>
3774
3775 PR gdb/15827
3776 * gdb.dwarf2/corrupt.c: New file.
3777 * gdb.dwarf2/corrupt.exp: New file.
3778
c4f87ca6
KS
37792014-04-16 Keith Seitz <keiths@redhat.com>
3780
3781 PR c++/16597
3782 * gdb.cp/namelessclass.cc: New file.
3783 * gdb.cp/namelessclass.exp: New file.
3784 * gdb.cp/namelessclass.S: New file.
3785
ab19de87
DE
37862014-04-16 Doug Evans <dje@google.com>
3787
3788 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3789 Add comment.
3790 (gdbserver_default_get_comm_port): New function.
3791 (gdbserver_start): Check if board file provided
3792 "gdbserver,get_comm_port" and use it if so.
3793 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3794 (gdb,socketport): Set to "stdio".
3795 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3796 (stdio_gdbserver_template): Delete.
3797 (${board}_get_remote_address): Update.
3798 (${board}_build_remote_cmd): Delete.
3799 (${board}_get_comm_port): New function.
3800 (${board}_spawn): Update.
3801 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3802 Delete.
3803 (${board}_get_remote_address): Update.
3804 (${board}_get_comm_port): New function.
3805
fc98a809
AB
38062014-04-16 Andrew Burgess <aburgess@broadcom.com>
3807
3808 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3809 appearing in any order.
3810
87fd9e6e
DE
38112014-04-15 Doug Evans <dje@google.com>
3812
3813 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3814 uninitialized value of "description".
3815
099fc3ea
KS
38162014-04-15 Keith Seitz <keiths@redhat.com>
3817
3818 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3819 Remove unused globals.
3820 (test_running_the_program): Likewise.
3821 (test_controlled_execution): Likewise.
3822 (test_controlling_breakpoints): Likewise.
3823 (test_program_termination): Likewise.
3824
5da151d4
KS
38252014-04-15 Keith Seitz <keiths@redhat.com>
3826
3827 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3828 unused globals.
3829 (test_rbreak_creation_and_listing): Likewise.
3830 (test_ignore_count): Likewise.
3831 (test_error): Likewise.
3832
35e5d2f0
PA
38332014-04-15 Pedro Alves <palves@redhat.com>
3834
3835 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3836 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3837 sym-file-loader.c.
3838 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3839 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3840 to sym-file-loader.c.
3841 (struct library): Forward declare.
3842 (load_shlib, lookup_function): Change prototypes.
3843 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3844 (translate_offset): Remove declarations.
3845 (get_text_addr): New declaration.
3846 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3847 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3848 sym-file-loader.h.
3849 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3850 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3851 here from sym-file-loader.h.
3852 (struct library): New structure.
3853 (load_shlib, lookup_function): Change prototypes and adjust to
3854 work with a struct library.
3855 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3856 (translate_offset): Make static.
3857 (get_text_addr): New function.
3858 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3859
eb4c1710
PA
38602014-04-15 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3863
2d1baf52
PA
38642014-04-15 Pedro Alves <palves@redhat.com>
3865
3866 * gdb.base/sym-file-loader.c: Include <limits.h>.
3867 (SELF_LINK): New define.
3868 (get_origin): New function.
3869 (load_shlib): Use it.
3870 * gdb.base/sym-file.exp: Don't early return if the target is
3871 remote. Use runto_main, and issue fail is that fails. Use
3872 gdb_load_shlibs.
3873 (shlib_name): Delete.
3874 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3875
7dd6df01
PA
38762014-04-15 Pedro Alves <palves@redhat.com>
3877
3878 * gdb.base/sym-file.exp: Remove regex characters from test
3879 message. Don't refer to breakpoint numbers in test messages.
3880
b50c8614
KS
38812014-04-14 Keith Seitz <keiths@redhat.com>
3882
3883 PR c++/16253
3884 * gdb.cp/var-tag.cc: New file.
3885 * gdb.cp/var-tag.exp: New file.
3886 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3887 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3888 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3889 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3890
3d567982
TT
38912014-04-14 Tom Tromey <tromey@redhat.com>
3892
3893 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3894 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3895 type.
3896 * gdb.cp/enum-class.exp: New file.
3897 * gdb.cp/enum-class.cc: New file.
3898
0626fc76
TT
38992014-04-14 Tom Tromey <tromey@redhat.com>
3900
3901 * gdb.dwarf2/enum-type.exp: New file.
3902
dca325b3
SA
39032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3904
3905 * gdb.mi/mi-vla-c99.exp: New file.
3906 * gdb.mi/vla.c: New file.
3907
5854b38a
SA
39082014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3909
3910 * gdb.base/vla-datatypes.c: New file.
3911 * gdb.base/vla-datatypes.exp: New file.
3912
463bb957
SA
39132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3914
3915 * gdb.base/vla-ptr.c: New file.
3916 * gdb.base/vla-ptr.exp: New file.
3917
3dd170be
SA
39182014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3919
3920 * gdb.dwarf2/count.exp: New file.
3921
5ecaaa66
SA
39222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3923
3924 * gdb.base/vla-sideeffect.c: New file.
3925 * gdb.base/vla-sideeffect.exp: New file.
3926
41f1ada5
DB
39272014-04-14 David Blaikie <dblaikie@gmail.com>
3928
3929 * gdb.mi/non-stop.c: Add return value for non-void function return
3930 statement.
3931 * gdb.threads/staticthreads.c: Ditto.
3932
0be03e84
DE
39332014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3934 Doug Evans <xdje42@gmail.com>
3935
3936 * gdb.guile/scm-value.c: Improve test case.
3937 * gdb.guile/scm-value.exp: Add new test.
3938
f180a1fb
DB
39392014-04-11 David Blaikie <dblaikie@gmail.com>
3940
3941 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3942 override Clang's default.
3943
6b662e19
JB
39442014-04-11 Joel Brobecker <brobecker@adacore.com>
3945
3946 Revert the following changes (regressions):
3947
3948 * gdb.base/vla-sideeffect.c: New file.
3949 * gdb.base/vla-sideeffect.exp: New file.
3950
3951 * gdb.dwarf2/count.exp: New file.
3952
3953 * gdb.base/vla-multi.c: New file.
3954 * gdb.base/vla-multi.exp: New file.
3955
3956 * gdb.base/vla-ptr.c: New file.
3957 * gdb.base/vla-ptr.exp: New file.
3958
3959 * gdb.base/vla-datatypes.c: New file.
3960 * gdb.base/vla-datatypes.exp: New file.
3961
3962 * gdb.mi/mi-vla-c99.exp: New file.
3963 * gdb.mi/vla.c: New file.
3964
245a5f0b
KS
39652014-04-11 Keith Seitz <keiths@redhat.com>
3966
3967 PR c++/16675
3968 * gdb.cp/cpsizeof.exp: New file.
3969 * gdb.cp/cpsizeof.cc: New file.
3970
58a84dcf
SA
39712014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3972
191a8a90
JB
3973 * gdb.mi/mi-vla-c99.exp: New file.
3974 * gdb.mi/vla.c: New file.
58a84dcf 3975
c8655f75
SA
39762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3977
3978 * gdb.base/vla-datatypes.c: New file.
3979 * gdb.base/vla-datatypes.exp: New file.
3980
024e13b4
SA
39812014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3982
3983 * gdb.base/vla-ptr.c: New file.
3984 * gdb.base/vla-ptr.exp: New file.
3985
1a237e0e
SA
39862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3987
3988 * gdb.base/vla-multi.c: New file.
3989 * gdb.base/vla-multi.exp: New file.
3990
504f3432
SA
39912014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3992
3993 * gdb.dwarf2/count.exp: New file.
3994
3bce8237
SA
39952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3996
191a8a90
JB
3997 * gdb.base/vla-sideeffect.c: New file.
3998 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 3999
322f9c21
YQ
40002014-04-11 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.base/completion.exp: Check file exists before running tests
4003 on file completion.
4004
d708bcd1
PA
40052014-04-10 Pedro Alves <palves@redhat.com>
4006
4007 * gdb.base/cond-eval-mode.c: New file.
4008 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4009 prepare_for_testing to build the new file. Check result of
4010 runto_main.
4011 (test_break, test_watch): New procedures.
4012 (top level): Use them.
4013
ae1d2761
PM
40142014-04-08 Pierre Muller <muller@sourceware.org>
4015
4016 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4017 Ctrl-V use for mingw hosts.
4018
7af389b8
SC
40192014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4020
4021 * gdb.python/py-value.c: Improve test case.
4022 * gdb.python/py-value.exp: Add new test.
4023
5e703181
DE
40242014-04-07 David Blaikie <dblaikie@gmail.com>
4025
4026 * lib/compiler.c: Identify the clang compiler.
4027 * lib/compiler.cc: Ditto.
4028
9810b410
YQ
40292014-04-03 Yao Qi <yao@codesourcery.com>
4030
4031 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4032
98d1b8dc
AB
40332014-04-01 Anton Blanchard <anton@samba.org>
4034
4035 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4036 messages unique.
4037
3114cea1
AB
40382014-04-01 Anton Blanchard <anton@samba.org>
4039
4040 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4041 prepare_for_testing.
4042
62f7182c
AB
40432014-04-01 Anton Blanchard <anton@samba.org>
4044
4045 * gdb.arch/ppc64-atomic-inst.c: Remove.
4046 * gdb.arch/ppc64-atomic-inst.S: New file.
4047 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4048
770e7fc7
DE
40492014-03-31 Doug Evans <dje@google.com>
4050
4051 * gdb.base/print-symbol-loading-lib.c: New file.
4052 * gdb.base/print-symbol-loading-main.c: New file.
4053 * gdb.base/print-symbol-loading.exp: New file.
4054
46e2bafa
YQ
40552014-03-31 Yao Qi <yao@codesourcery.com>
4056
4057 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4058
8776cfe9
JB
40592014-03-28 Joel Brobecker <brobecker@adacore.com>
4060
4061 * gdb.ada/mi_dyn_arr: New testcase.
4062
5d1ef361
DE
40632014-03-27 Doug Evans <dje@google.com>
4064
4065 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4066
b5bee914
YQ
40672014-03-27 Yao Qi <yao@codesourcery.com>
4068
4069 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4070 if target is nios2-*-*.
4071
0d4d0e77
YQ
40722014-03-26 Yao Qi <yao@codesourcery.com>
4073
4074 * lib/gdb.exp (readline_is_used): New proc.
4075 * gdb.base/completion.exp: Move tests on command complete up.
4076 Skip the rest of tests if readline is not used.
4077 * gdb.ada/complete.exp: Skp the test if readline is not
4078 used.
4079 * gdb.base/filesym.exp: Likewise.
4080 * gdb.base/macscp.exp: Likewise.
4081 * gdb.base/readline-ask.exp: Likewise.
4082 * gdb.base/readline.exp: Likewise.
4083 * gdb.python/py-cmd.exp: Likewise.
4084 * gdb.trace/tfile.exp: Likewise.
4085
29361eee
YQ
40862014-03-26 Yao Qi <yao@codesourcery.com>
4087
4088 * gdb.base/macscp.exp: Fix code format issues.
4089
bc9a5525
UW
40902014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4091
4092 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4093 * gdb.asm/powerpc64le.inc: New file.
4094
d3839ede
PA
40952014-03-25 Pedro Alves <palves@redhat.com>
4096 Doug Evans <dje@google.com>
4097
4098 * gdb.base/source-execution.c: New file.
4099 * gdb.base/source-execution.exp: New file.
4100 * gdb.base/source-execution.gdb: New file.
4101
01672a57
DE
41022014-03-24 Doug Evans <dje@google.com>
4103
4104 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4105 using fission.
4106
88bbeca9
HZ
41072014-03-24 Hui Zhu <hui@codesourcery.com>
4108 Pedro Alves <palves@redhat.com>
4109
4110 PR breakpoints/16101
4111 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4112 test pass/fail messages. Detect missing support for dprintf when
4113 breakpoints are actually inserted.
4114 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4115 breakpoints are actually inserted.
4116 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4117 fails.
4118
d2348791
JK
41192014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4120
4121 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4122
feef67ab
DE
41232014-03-22 Doug Evans <xdje42@gmail.com>
4124
4125 * gdb.python/python.exp (python not supported): Verify multi-line
4126 python command issues an error.
25d743f9 4127 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4128 guile command issues an error.
feef67ab 4129
ecebef6a
MR
41302014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4131
4132 * gdb.threads/thread-specific.exp: Handle the lack of usable
4133 $this_breakpoint and $this_thread.
4134
ccdd1909
HZ
41352014-03-21 Hui Zhu <hui@codesourcery.com>
4136
4137 * gdb.base/attach.exp (do_command_attach_tests): New.
4138
beb460e8
PA
41392014-03-20 Tom Tromey <tromey@redhat.com>
4140 Pedro Alves <palves@redhat.com>
4141
4142 PR cli/15718
4143 * gdb.base/condbreak-call-false.c: New file.
4144 * gdb.base/condbreak-call-false.exp: New file.
4145
40acf43a
PA
41462014-03-20 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4149 Delete.
4150 (block_signals, unblock_signals): Delete.
4151 (child_function_2, main): Remove references to deleted variable
4152 and functions.
4153
9f5e1e02
PA
41542014-03-20 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4157 Use pthread_kill to signal thread 2.
4158 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4159 Adjust to make the test send itself a signal rather than using the
4160 host's "kill" command.
4161
99619bea
PA
41622014-03-20 Pedro Alves <palves@redhat.com>
4163
4164 * gdb.threads/multiple-step-overs.c: New file.
4165 * gdb.threads/multiple-step-overs.exp: New file.
4166 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4167 Adjust expected infrun debug output.
4168
2adfaa28
PA
41692014-03-20 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4172 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4173
31e77af2
PA
41742014-03-20 Pedro Alves <palves@redhat.com>
4175
4176 PR breakpoints/7143
4177 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4178 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4179 of gdb_test_multiple.
4180 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4181 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4182
b9f437de
PA
41832014-03-20 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4186 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4187
05adc73e
PA
41882014-03-19 Pedro Alves <palves@redhat.com>
4189
4190 * gdb.base/async.exp: Remove early return.
4191
6048b950
PA
41922014-03-19 Pedro Alves <palves@redhat.com>
4193
4194 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4195
8bcfb00a
PA
41962014-03-19 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/async.exp (test_background): Expect \r\n after
4199 "completed." in the fail pattern.
4200
884e37dc
PA
42012014-03-19 Pedro Alves <palves@redhat.com>
4202
4203 * gdb.base/async.exp (test_background): New procedure.
4204 Use it for all background execution command tests.
4205
148e57e2
PA
42062014-03-19 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/async.exp: Use prepare_for_testing.
4209
f48088c7
PA
42102014-03-19 Pedro Alves <palves@redhat.com>
4211
4212 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4213 the same line.
4214
e2f6c966
PA
42152014-03-19 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/async.c (main): Add "jump here" and "until here" line
4218 marker comments.
4219 * gdb.base/async.exp (jump_here): New global.
4220 (jump& test): Use it.
4221 (until_here): New global.
4222 (until& test): Use it.
4223
c30568d4
PA
42242014-03-19 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.base/async.exp: Don't frob gdb_protocol.
4227
0172b6a7
DE
42282014-03-18 Doug Evans <xdje42@gmail.com>
4229
4230 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4231 Fix spelling of exec-done-display.
4232
06c868a8
JK
42332014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4234
4235 PR gdb/15358
4236 * gdb.base/gdb-sigterm.c: New file.
4237 * gdb.base/gdb-sigterm.exp: New file.
4238
0c7e1a46
PA
42392014-03-18 Pedro Alves <palves@redhat.com>
4240
4241 PR gdb/13860
4242 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4243 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4244 solib-event.
4245
f7c77d93
JB
42462014-03-17 Joel Brobecker <brobecker@adacore.com>
4247
4248 * gdb.ada/pckd_arr_ren: New testcase.
4249
5a1e8c7a
DE
42502014-03-13 Doug Evans <xdje42@gmail.com>
4251
4252 PR guile/16612
4253 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4254 collect after discarding symbols.
4255
350e1a76
DE
42562014-03-13 Ludovic Courtès <ludo@gnu.org>
4257 Doug Evans <xdje42@gmail.com>
4258
4259 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4260 to history survives a gc.
4261
a69900ae
PA
42622014-03-13 Pedro Alves <palves@redhat.com>
4263
4264 * gdb.base/default.exp: Don't test "target procfs".
4265
5db9f0bd
PA
42662014-03-13 Pedro Alves <palves@redhat.com>
4267
4268 * gdb.base/default.exp: Update "target child" and "target procfs"
4269 tests to not expect "Unix".
4270
b3ccfe11
TT
42712014-03-12 Tom Tromey <tromey@redhat.com>
4272
4273 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4274 New procs. Add target-async tests.
4275 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4276 Add target-async tests.
4277
646f4417
AA
42782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4279
4280 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4281 'func_start' and 'func_end' for the beginning and end of the
4282 function code, respectively.
4283 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4284 'func_end' instead of 'func' and 'main'.
4285
288c211f
AA
42862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4287
4288 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4289 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4290 generate the debug info assembler source.
4291
e0c0f156
AA
42922014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4293
4294 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4295 * gdb.dwarf2/arr-subrange.exp: Likewise.
4296 * gdb.dwarf2/dwz.exp: Likewise.
4297 * gdb.dwarf2/method-ptr.exp: Likewise.
4298 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4299 * gdb.dwarf2/subrange.exp: Likewise.
4300 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4301 * gdb.dwarf2/implptrpiece.exp: Likewise.
4302 * gdb.dwarf2/nostaticblock.exp: Likewise.
4303
0e5c4555
AA
43042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4305
4306 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4307 directory to absolute path name arguments.
4308
5ec18f2b
JG
43092014-03-10 Joel Brobecker <brobecker@adacore.com>
4310
4311 * gdb.ada/tagged_access: New testcase.
4312
847fc4f2
MM
43132014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4314
4315 * gdb.btrace/data.exp: Update expected output.
4316
cc3da688
YQ
43172014-03-06 Yao Qi <yao@codesourcery.com>
4318
4319 * gdb.trace/pr16508.exp: New file.
4320
0f26cec1
PA
43212014-03-05 Pedro Alves <palves@redhat.com>
4322
4323 PR gdb/16575
4324 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4325 procedure.
4326 (top level): Adjust to use it. Add tests that exercise breakpoint
4327 interaction with the code-cache.
4328
7a5a839f
LC
43292014-02-26 Ludovic Courtès <ludo@gnu.org>
4330
4331 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4332 test for 'history-append!'.
4333
31aa7e4e
JB
43342014-02-26 Joel Brobecker <brobecker@adacore.com>
4335
4336 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4337 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4338 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4339 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4340 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4341 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4342
1b588015
JB
43432014-02-26 Joel Brobecker <brobecker@adacore.com>
4344
4345 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4346 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4347 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4348
55426c9d
JB
43492014-02-26 Joel Brobecker <brobecker@adacore.com>
4350
4351 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4352
dc53a7ad
JB
43532014-02-26 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.dwarf2/arr-stride.c: New file.
4356 * gdb.dwarf2/arr-stride.exp: New file.
4357
12ab52e9
PA
43582014-02-26 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4361 that won't ever trigger. Make sure that GDB reports the correct
4362 breakpoint that caused the stop.
4363
849c862e
JK
43642014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 PR gdb/16626
4367 * gdb.base/auto-load-script: New file.
4368 * gdb.base/auto-load.c: New file.
4369 * gdb.base/auto-load.exp: New file.
4370
71b7d793
JK
4371 PR gdb/16626
4372 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4373
e2f0d509
JK
43742014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4375
4376 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4377 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4378
50cc37c8
DE
43792014-02-24 Doug Evans <dje@google.com>
4380
4381 * lib/gdb.exp (run_on_host): Log error output if program fails.
4382
ea4758f2
PA
43832014-02-21 Pedro Alves <palves@redhat.com>
4384
4385 * gdb.threads/step-after-sr-lock.c: Rename to ...
4386 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4387 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4388 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4389 ... this.
4390
d7b30f67
SDJ
43912014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4392
4393 PR tdep/16397
4394 * gdb.arch/amd64-stap-special-operands.exp: New file.
4395 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4396 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4397 * gdb.arch/amd64-stap-triplet.S: Likewise.
4398 * gdb.arch/amd64-stap-triplet.c: Likewise.
4399
83deb43f
JB
44002014-02-20 Joel Brobecker <brobecker@adacore.com>
4401
4402 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4403 in .section pseudo-op.
4404
adde2bff
DE
44052014-02-20 lin zuojian <manjian2006@gmail.com>
4406 Joel Brobecker <brobecker@adacore.com>
4407 Doug Evans <xdje42@gmail.com>
4408
4409 PR symtab/16581
4410 * gdb.dwarf2/dw2-icycle.S: New file.
4411 * gdb.dwarf2/dw2-icycle.c: New file.
4412 * gdb.dwarf2/dw2-icycle.exp: New file.
4413
f7bd0f78
SC
44142014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4415
4416 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4417 operations on gdb.Value objects.
4418 * gdb.python/py-value-cc.exp: Add new test to test operations on
4419 gdb.Value objects.
4420
c17ef0d5
DE
44212014-02-18 Doug Evans <dje@google.com>
4422
4423 * Makefile.in (TESTS): New variable.
4424 (expanded_tests, expanded_tests_or_none): New variables
4425 (check-single): Pass $(expanded_tests_or_none) to runtest.
4426 (check-parallel): Only run tests in $(TESTS) if non-empty.
4427 (check/no-matching-tests-found): New rule.
4428 * README: Document TESTS makefile variable.
4429
5dd3176f
DE
44302014-02-18 Doug Evans <dje@google.com>
4431
4432 * Makefile.in (check-parallel): rm -rf outputs temp.
4433
0b10be4f
JK
44342014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4435
4436 Fix "ERROR: no fileid for" in the testsuite.
4437 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4438
85f224e7
DE
44392014-02-12 Doug Evans <dje@google.com>
4440
4441 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4442 (MISCELLANEOUS): New variable.
4443 (clean): rm -rf $(MISCELLANEOUS).
4444 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4445 dwp live in the same directory as symlinks, with each symlink pointed
4446 to a differently named file in a different directory.
4447
149b30ff
DE
44482014-02-11 Doug Evans <dje@google.com>
4449
4450 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4451 of Tcl file commands.
4452
1dfdac32
MK
44532014-02-10 Mark Kettenis <kettenis@gnu.org>
4454
4455 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4456 "kill -SIGUSR1 -1".
4457
aa4fb036
JB
44582014-02-10 Joel Brobecker <brobecker@adacore.com>
4459
4460 * gdb.ada/tick_length_array_enum_idx: New testcase.
4461
ed3ef339
DE
44622014-02-10 Doug Evans <xdje42@gmail.com>
4463
4464 * configure.ac (AC_OUTPUT): Add gdb.guile.
4465 * configure: Regenerate.
4466 * lib/gdb-guile.exp: New file.
4467 * lib/gdb.exp (get_target_charset): New function.
4468 * gdb.base/help.exp: Update expected output from "apropos apropos".
4469 * gdb.guile/Makefile.in: New file.
4470 * gdb.guile/guile.exp: New file.
4471 * gdb.guile/scm-arch.c: New file.
4472 * gdb.guile/scm-arch.exp: New file.
4473 * gdb.guile/scm-block.c: New file.
4474 * gdb.guile/scm-block.exp: New file.
4475 * gdb.guile/scm-breakpoint.c: New file.
4476 * gdb.guile/scm-breakpoint.exp: New file.
4477 * gdb.guile/scm-disasm.c: New file.
4478 * gdb.guile/scm-disasm.exp: New file.
4479 * gdb.guile/scm-equal.c: New file.
4480 * gdb.guile/scm-equal.exp: New file.
4481 * gdb.guile/scm-error.exp: New file.
4482 * gdb.guile/scm-error.scm: New file.
4483 * gdb.guile/scm-frame-args.c: New file.
4484 * gdb.guile/scm-frame-args.exp: New file.
4485 * gdb.guile/scm-frame-args.scm: New file.
4486 * gdb.guile/scm-frame-inline.c: New file.
4487 * gdb.guile/scm-frame-inline.exp: New file.
4488 * gdb.guile/scm-frame.c: New file.
4489 * gdb.guile/scm-frame.exp: New file.
4490 * gdb.guile/scm-generics.exp: New file.
4491 * gdb.guile/scm-gsmob.exp: New file.
4492 * gdb.guile/scm-iterator.c: New file.
4493 * gdb.guile/scm-iterator.exp: New file.
4494 * gdb.guile/scm-math.c: New file.
4495 * gdb.guile/scm-math.exp: New file.
4496 * gdb.guile/scm-objfile-script-gdb.in: New file.
4497 * gdb.guile/scm-objfile-script.c: New file.
4498 * gdb.guile/scm-objfile-script.exp: New file.
4499 * gdb.guile/scm-objfile.c: New file.
4500 * gdb.guile/scm-objfile.exp: New file.
4501 * gdb.guile/scm-ports.exp: New file.
4502 * gdb.guile/scm-pretty-print.c: New file.
4503 * gdb.guile/scm-pretty-print.exp: New file.
4504 * gdb.guile/scm-pretty-print.scm: New file.
4505 * gdb.guile/scm-section-script.c: New file.
4506 * gdb.guile/scm-section-script.exp: New file.
4507 * gdb.guile/scm-section-script.scm: New file.
4508 * gdb.guile/scm-symbol.c: New file.
4509 * gdb.guile/scm-symbol.exp: New file.
4510 * gdb.guile/scm-symtab-2.c: New file.
4511 * gdb.guile/scm-symtab.c: New file.
4512 * gdb.guile/scm-symtab.exp: New file.
4513 * gdb.guile/scm-type.c: New file.
4514 * gdb.guile/scm-type.exp: New file.
4515 * gdb.guile/scm-value-cc.cc: New file.
4516 * gdb.guile/scm-value-cc.exp: New file.
4517 * gdb.guile/scm-value.c: New file.
4518 * gdb.guile/scm-value.exp: New file.
4519 * gdb.guile/source2.scm: New file.
4520 * gdb.guile/types-module.cc: New file.
4521 * gdb.guile/types-module.exp: New file.
4522
7026a7c1
YQ
45232014-02-10 Yao Qi <yao@codesourcery.com>
4524
4525 PR testsuite/16543
4526 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4527 * configure: Regenerated.
4528 * Makefile.in: New file.
4529
6c466447
AS
45302014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4531
4532 * gdb.python/py-framefilter.exp: Fix typo.
4533
6e854735
YQ
45342014-02-08 Yao Qi <yao@codesourcery.com>
4535
4536 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4537 that no =breakpoint-modified is emitted when breakpoints are
4538 modified through MI commands.
4539
d137e6dc
PA
45402014-02-07 Pedro Alves <pedro@codesourcery.com>
4541 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.threads/step-after-sr-lock.c: New file.
4544 * gdb.threads/step-after-sr-lock.exp: New file.
4545
b5ee5a50
PA
45462014-02-07 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4549
3c77faf3
JK
45502014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4551
4552 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4553 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4554
6dddc817
DE
45552014-02-06 Doug Evans <xdje42@gmail.com>
4556
4557 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4558 output.
4559
4560 * gdb.gdb/python-interrupts.exp: New file.
4561
de7b2893
YQ
45622014-02-05 Yao Qi <yao@codesourcery.com>
4563
4564 * gdb.trace/report.exp (use_collected_data): Test the output
4565 of "info threads" and "info inferiors".
4566
66d032ac
YQ
45672014-02-05 Yao Qi <yao@codesourcery.com>
4568
4569 Revert this patch:
4570
4571 2013-05-24 Yao Qi <yao@codesourcery.com>
4572
4573 * gdb.trace/tfile.exp: Test inferior and thread.
4574
591a12a1
UW
45752014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4576
4577 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4578 on a function.
4579 * gdb.base/step-bt.c: Call hello via function pointer to make
4580 sure its first instruction is executed on powerpc64le-linux.
4581
0ff3e01f
UW
45822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4583
4584 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4585
084ee545
UW
45862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4587
4588 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4589 of the test patterns for use on little-endian systems.
4590
6ed14ff3
UW
45912014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4592
4593 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4594 (decimal_vector): Fix for little-endian.
4595
401e27fd
JM
45962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4597
4598 * gdb.arch/sparc-sysstep.exp: New file.
4599 * gdb.arch/sparc-sysstep.c: Likewise.
4600
4601 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4602
8b924729
EBM
46032014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4604
4605 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4606
fb151210
JB
46072014-01-23 Tom Tromey <tromey@redhat.com>
4608
4609 * gdb.ada/array_char_idx: New testcase.
4610
0740f8d8
TT
46112014-01-23 Tom Tromey <tromey@redhat.com>
4612
4613 PR python/16487:
4614 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4615 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4616 classes.
4617
21909fa1
TT
46182014-01-23 Tom Tromey <tromey@redhat.com>
4619
4620 PR python/16491:
4621 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4622 string from an inferior frame.
4623 * gdb.python/py-framefilter-mi.exp: Update.
4624
87ce2a04
DE
46252014-01-22 Doug Evans <dje@google.com>
4626
4627 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4628
237b092b
AA
46292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4630
4631 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4632
d674a709
AA
46332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4634
4635 * gdb.trace/entry-values.exp: Remove excess space character from
4636 regex patterns. Handle s390 call instruction.
4637
20fa3390
AA
46382014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4639
4640 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4641 define "*_start" label. Make "name" static.
4642 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4643 ${name} by references to ${name}_start.
4644
78466714
AA
46452014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4646
4647 * gdb.base/info-macros.exp: Remove "debug" from the compile
4648 options.
4649
ec9f644a
IB
46502014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4651
4652 * gdb.dlang/demangle.exp: New file.
4653
94b1b47e
IB
46542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4655
4656 * gdb.dlang/primitive-types.exp: New file.
4657
7f420862
IB
46582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4659
4660 * configure.ac: Create gdb.dlang/Makefile.
4661 * configure: Regenerate.
4662 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4663 * gdb.dlang/Makefile.in: New file.
4664 * lib/d-support.exp: New file.
4665 * lib/gdb.exp (skip_d_tests): New proc.
4666
52834460
MM
46672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4668
4669 * gdb.btrace/delta.exp: Check reverse stepi.
4670 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4671 * gdb.btrace/finish.exp: New.
4672 * gdb.btrace/next.exp: New.
4673 * gdb.btrace/nexti.exp: New.
4674 * gdb.btrace/record_goto.c: Add comments.
4675 * gdb.btrace/step.exp: New.
4676 * gdb.btrace/stepi.exp: New.
4677 * gdb.btrace/multi-thread-step.c: New.
4678 * gdb.btrace/multi-thread-step.exp: New.
4679 * gdb.btrace/rn-dl-bind.c: New.
4680 * gdb.btrace/rn-dl-bind.exp: New.
4681 * gdb.btrace/data.c: New.
4682 * gdb.btrace/data.exp: New.
4683 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4684
6e07b1d2
MM
46852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4686
4687 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4688 * gdb.btrace/exception.exp: Update.
4689 * gdb.btrace/instruction_history.exp: Update.
4690 * gdb.btrace/record_goto.exp: Update.
4691 * gdb.btrace/tailcall.exp: Update.
4692 * gdb.btrace/unknown_functions.exp: Update.
4693 * gdb.btrace/delta.exp: New.
4694
0b722aec
MM
46952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4696
4697 * gdb.btrace/record_goto.exp: Add backtrace test.
4698 * gdb.btrace/tailcall.exp: Add backtrace test.
4699
066ce621
MM
47002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4701
4702 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4703 * gdb.btrace/record_goto.c: New.
4704 * gdb.btrace/record_goto.exp: New.
4705 * gdb.btrace/x86-record_goto.S: New.
4706
0688d04e
MM
47072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4708
4709 * gdb.btrace/function_call_history.exp: Update tests.
4710 * gdb.btrace/instruction_history.exp: Update tests.
4711
8710b709
MM
47122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4713
4714 * gdb.btrace/function_call_history.exp: Fix expected field
4715 order for "record function-call-history".
4716 Add new tests for "record function-call-history /c".
4717 * gdb.btrace/exception.cc: New.
4718 * gdb.btrace/exception.exp: New.
4719 * gdb.btrace/tailcall.exp: New.
4720 * gdb.btrace/x86-tailcall.S: New.
4721 * gdb.btrace/x86-tailcall.c: New.
4722 * gdb.btrace/unknown_functions.c: New.
4723 * gdb.btrace/unknown_functions.exp: New.
4724 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4725
5de9129b
MM
47262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4727
4728 * gdb.btrace/instruction_history.exp: Update.
4729 * gdb.btrace/function_call_history.exp: Update.
4730
23a7fe75
MM
47312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4732
4733 * gdb.btrace/function_call_history.exp: Fix expected function
4734 trace.
4735 * gdb.btrace/instruction_history.exp: Initialize traced.
4736 Remove traced_functions.
4737
724c7dd8
MM
47382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4739
4740 * gdb.btrace/function_call_history.exp: Update
4741 * gdb.btrace/instruction_history.exp: Update.
4742
6d78d93b
MM
47432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4744
4745 * gdb.btrace/enable.exp: Update expected text.
4746
93a360cc
OJ
47472014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4748
4749 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4750 bytes.
4751
3772b53f
MR
47522014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4753
4754 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4755
596662fa
OJ
47562014-01-15 Omair Javaid <omair.javaid@linaro.org>
4757
4758 * lib/gdb.exp (supports_process_record): Return true for
4759 arm*-linux*. (supports_reverse): Likewise.
4760
b5b08fb4
SC
47612014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4762
4763 PR python/15464
4764 PR python/16113
4765 * gdb.python/py-type.c: Enhance test case.
4766 * gdb.python/py-value-cc.cc: Likewise
4767 * gdb.python/py-type.exp: Add new tests.
4768 * gdb.python/py-value-cc.exp: Likewise
4769
52d7fb13
AA
47702014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4771 Pedro Alves <palves@redhat.com>
4772
4773 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4774 Make "name" extern.
4775 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4776 references to ${name}_start by references to ${name}.
4777
a2cd8cfe
JB
47782014-01-10 Joel Brobecker <brobecker@adacore.com>
4779
4780 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4781
4e23fced
JB
47822014-01-10 Joel Brobecker <brobecker@adacore.com>
4783
4784 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4785
c6a9e42c
PA
47862014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4787 Pedro Alves <palves@redhat.com>
4788
4789 * gdb.mi/mi-info-os.exp: Connect to the target with
4790 mi_gdb_target_load.
4791
b7ea362b
PA
47922014-01-08 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.threads/reconnect-signal.c: New file.
4795 * gdb.threads/reconnect-signal.exp: New file.
4796
5e3f4fab
EBM
47972014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4798
4799 * gdb.base/source-dir.exp: New file.
4800
79301218
JB
48012014-01-07 Joel Brobecker <brobecker@adacore.com>
4802
4803 * gdb.ada/mi_interface: New testcase.
4804
8e355c5d
JB
48052014-01-07 Joel Brobecker <brobecker@adacore.com>
4806
4807 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4808 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4809 gdb.ada/pp-rec-component/pck.ads: New files.
4810
c0d48811
JB
48112014-01-07 Joel Brobecker <brobecker@adacore.com>
4812
4813 * gdb.python/py-pp-integral.c: New file.
4814 * gdb.python/py-pp-integral.py: New file.
4815 * gdb.python/py-pp-integral.exp: New file.
4816
17b609c3 4817For older changes see ChangeLog-1993-2013.
c906108c 4818\f
8d8cb839
EZ
4819;; Local Variables:
4820;; mode: change-log
4821;; left-margin: 8
4822;; fill-column: 74
4823;; version-control: never
4824;; End:
902f2ccb 4825
32d0add0 4826 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4827 Copying and distribution of this file, with or without modification,
4828 are permitted provided the copyright notice and this notice are preserved.
This page took 2.316141 seconds and 4 git commands to generate.