Tidy PowerPC gold find_global_entry uses
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
460efde1
JB
12015-04-27 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/rec_comp: New testcase.
4
2d369d8e
SDJ
52015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6
7 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
8 before using it.
9
cf75d6c3
AB
102015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13 new tests for verilog output.
14
8dbe7ca5
YQ
152015-04-24 Yao Qi <yao.qi@linaro.org>
16
17 * boards/remote-gdbserver-on-localhost.exp: New file.
18
4ef9fb2f
PA
192015-04-23 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
22 $inferior_spawn_id instead of $inferior_spawn_id directly. On
23 "end of file", remove $inferior_spawn_id from the indirect list.
24
0a803169
PA
252015-04-23 Pedro Alves <palves@redhat.com>
26
27 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
28
749ef8f8
PA
292015-04-23 Pedro Alves <palves@redhat.com>
30
31 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
32 on $any_spawn_id instead of only on $gdb_spawn_id.
33
8aae4344
PM
342015-04-21 Pierre Muller <muller@sourceware.org>
35
36 PR pascal/17815
37 * lib/pascal.exp (gpc_compile): Add new option "class".
38 (fpc_compile): Likewise.
39 * gdb.pascal/case-insensitive-symbols.pas: New file.
40 * gdb.pascal/case-insensitive-symbols.exp: New file.
41
1586c8fb
GB
422015-04-20 Gary Benson <gbenson@redhat.com>
43
44 * gdb.base/attach.exp: Fix three extended remote failures.
45
1b6e6f5c
GB
462015-04-17 Gary Benson <gbenson@redhat.com>
47
48 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
49 the main executable over the remote protocol.
50
e797481d
PA
512015-04-16 Pedro Alves <palves@redhat.com>
52
53 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
54 a new gdbserver if gdbserver_reconnect_p is set.
55
1ca99c42
PA
562015-04-16 Pedro Alves <palves@redhat.com>
57
58 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
59 is set, don't exit gdbserver.
60
af9fd6f8
AA
612015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
62
63 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
64 appropriate .insn, such that an older assembler can be used.
65 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
66 the z/Architecture instruction set on 31-bit targets as well.
67
04ff1e61
AA
682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
69
70 * gdb.go/handcall.exp: Remove all logic related to the first
71 breakpoint and rely on go_runto_main instead.
72 * gdb.go/strings.exp: Likewise.
73 * gdb.go/unsafe.exp: Likewise.
74 * gdb.go/hello.exp: Likewise. Also rename the remaining
75 breakpoint marker to "breakpoint 1".
76 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
77 * gdb.go/strings.go: Likewise.
78 * gdb.go/unsafe.go: Likewise.
79 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
80 "set breakpoint 2 here" and rename the remaining breakpoint marker
81 to "breakpoint 1".
82
40d2f8d6
SM
832015-04-15 Simon Marchi <simon.marchi@ericsson.com>
84
85 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
86 if itertools.imap is not present.
87 * gdb.python/py-objfile.exp: Add parentheses.
88 * gdb.python/py-type.exp: Same.
89 * gdb.python/py-unwind-maint.py: Same.
90
8cbc97c6
YQ
912015-04-15 Yao Qi <yao.qi@linaro.org>
92
93 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
94 of ":$ptr_size" and set its form explicitly.
95
45fd756c
YQ
962015-04-15 Pedro Alves <palves@redhat.com>
97 Yao Qi <yao.qi@linaro.org>
98
99 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
100 timeout by factor of 4.
101 (test_regular_watch): Likewise.
102 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
103 * gdb.reverse/sigall-reverse.exp: Likewise.
104 * gdb.reverse/until-precsave.exp: Likewise.
105 * lib/gdb.exp (with_timeout_factor): New proc.
106 (gdb_expect): Move some code to ...
107 (get_largest_timeout): ... here. New procedure.
108
9e811bc3
LM
1092015-04-14 Luis Machado <lgustavo@codesourcery.com>
110
111 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
112
0ff6fcb2
LM
1132015-04-13 Luis Machado <lgustavo@codesourcery.com>
114
115 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
116 to write to the .text section.
117
7578d5f7
LM
1182015-04-13 Luis Machado <lgustavo@codesourcery.com>
119
120 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
121 Handle the case of targets that do not provide PID information.
122
2efe15c4
YQ
1232015-04-13 Yao Qi <yao.qi@linaro.org>
124
125 * lib/gdbserver-support.exp (gdb_exit): Catch exception
126 and use expect instead of gdb_expect.
127
8cd8f2f8
SDJ
1282015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
129
130 * gdb.base/coredump-filter.exp: Rename variable "addr" to
131 "coredump_var_addr" to avoid naming conflict with other testcases.
132
9ee41772
PA
1332015-04-10 Pedro Alves <palves@redhat.com>
134
135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
136 gdb_test_sequence and gdb_assert.
137
07473109
PA
1382015-04-10 Pedro Alves <palves@redhat.com>
139
140 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
141 test messages that don't include the breakpoint address.
142
de3db44c
YQ
1432015-04-10 Yao Qi <yao.qi@linaro.org>
144
145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
146 false for some offset and width combinations which aren't
147 supported by linux kernel.
148
c79d856c
PA
1492015-04-10 Pedro Alves <palves@redhat.com>
150
151 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
152 procedure, factored out from ...
153 (top level): ... here. Add "set displaced-stepping" testing axis.
154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
155 parameter "displaced". Use it.
156 (top level): Use foreach and add "set displaced-stepping" testing
157 axis.
158
ebc90b50
PA
1592015-04-10 Pedro Alves <palves@redhat.com>
160
161 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
162 Remove comment.
163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
164 both the address of the instruction that triggers the watchpoint
165 and the address of the instruction immediately after, and use
166 those addresses for the test. Fix comment.
167
8f572e5c
PA
1682015-04-10 Pedro Alves <palves@redhat.com>
169
170 * gdb.base/sigstep.exp (breakpoint_to_handler)
171 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
172 Test "backtrace" in handler.
173 (breakpoint_over_handler): New parameter 'displaced'. Use it.
174 (top level): Add new "displaced" test axis to
175 breakpoint_to_handler, breakpoint_to_handler_entry and
176 breakpoint_over_handler.
177
8d707a12
PA
1782015-04-10 Pedro Alves <palves@redhat.com>
179
180 PR gdb/18216
181 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
182
ef713951
YQ
1832015-04-10 Yao Qi <yao.qi@linaro.org>
184
185 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
186 (test_add_rn_pc): New function.
187 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
188 (top level): Invoke test_add_rn_pc.
189
906d60cf
PA
1902015-04-10 Pedro Alves <palves@redhat.com>
191
192 PR gdb/13858
193 * gdb.base/step-over-no-symbols.exp: New file.
194
f2983cc3
AW
1952015-04-09 Andy Wingo <wingo@igalia.com>
196
197 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
198 after the Python tests.
199
6d62641c
SDJ
2002015-04-08 Keith Seitz <keiths@redhat.com>
201
202 PR python/16699
203 * gdb.python/py-completion.exp: New tests for completion.
204 * gdb.python/py-completion.py (CompleteLimit1): New class.
205 (CompleteLimit2): Likewise.
206 (CompleteLimit3): Likewise.
207 (CompleteLimit4): Likewise.
208 (CompleteLimit5): Likewise.
209 (CompleteLimit6): Likewise.
210 (CompleteLimit7): Likewise.
211
f3770638
PA
2122015-04-08 Pedro Alves <palves@redhat.com>
213
214 PR gdb/18214
215 PR gdb/18216
216 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
217 function.
218 (main): Install it as SIGUSR1 handler.
219 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
220 parameter. Always use "setup" as prefix. Toggle "set
221 displaced-stepping" off/on depending on global. Don't switch to
222 thread 1 here.
223 (top level): Add displaced stepping "off/on" test axis. Update
224 "setup" calls. Wrap each subtest with with_test_prefix. Test
225 continuing with a queued signal in each thread.
226
4496bed7
PA
2272015-04-08 Pedro Alves <palves@redhat.com>
228
229 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
230 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
231 gdb_breakpoint instead of gdb_test that doesn't expect anything.
232 Return early if running to main fails.
233 * gdb.trace/while-stepping.exp: Likewise.
234
b97fde92
PA
2352015-04-07 Pedro Alves <palves@redhat.com>
236
237 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
238 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
239 interact with inferior program.
240
f71c18e7
PA
2412015-04-07 Pedro Alves <palves@redhat.com>
242
243 * lib/gdb.exp (inferior_spawn_id): New global.
244 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
245 spawn id after processing the user code.
246 (default_gdb_start): Set inferior_spawn_id.
247 (send_inferior): New procedure.
248 * lib/gdbserver-support.exp (gdbserver_start): Set
249 inferior_spawn_id.
250 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
251
6423214f
PA
2522015-04-07 Pedro Alves <palves@redhat.com>
253
254 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
255 * lib/gdbserver-support.exp (gdbserver_start): Make
256 $server_spawn_id global.
257 (gdbserver_start): Don't wait for gdbserver's spawn id with
258 expect_background.
259 (close_gdbserver): New procedure.
260 (gdb_exit): Rename the default version and reimplement.
261
71c0ee8c
PA
2622015-04-07 Pedro Alves <palves@redhat.com>
263
264 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
265 append the substituted item, not the original item.
266
203bc29b
PA
2672015-04-07 Pedro Alves <palves@redhat.com>
268
269 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
270 gdb_expect.
271
508a3ddf
PA
2722015-04-07 Pedro Alves <palves@redhat.com>
273
274 * gdb.base/interrupt.exp: Don't handle the case of the inferior
275 output appearing once only.
276
9f6dbe2b
PA
2772015-04-07 Pedro Alves <palves@redhat.com>
278
279 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
280 that doesn't expect anything. Return early if running to main
281 fails.
282
337532fa
YQ
2832015-04-07 Yao Qi <yao.qi@linaro.org>
284
285 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
286 (child_function): Call alarm.
287 (main): Move call to alarm into the loop.
288 * gdb.threads/non-stop-fair-events.exp: Build program with
289 -DTIMEOUT=$timeout.
290
01b622d4
DE
2912015-04-06 Doug Evans <xdje42@gmail.com>
292
293 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
294 Fix dest parameter to board_info.
295 (fpc_compile): Ditto.
296 (gdb_compile_pascal): Rename dest arg to destfile.
297
961f4160
PMR
2982015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
299
300 * gdb.ada/funcall_ref.exp: New file.
301 * gdb.ada/funcall_ref/foo.adb: New file.
302
cafda597
YQ
3032015-04-02 Yao Qi <yao.qi@linaro.org>
304
305 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
306 is remote.
307
fed040c6
GB
3082015-04-02 Gary Benson <gbenson@redhat.com>
309
310 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
311
d11916aa
SS
3122015-04-01 Sasha Smundak <asmundak@google.com>
313
314 * gdb.python/py-unwind-maint.c: New file.
315 * gdb.python/py-unwind-maint.exp: New test.
316 * gdb.python/py-unwind-maint.py: New file.
317 * gdb.python/py-unwind.c: New file.
318 * gdb.python/py-unwind.exp: New test.
319 * gdb.python/py-unwind.py: New test.
320
a1471180
PA
3212015-04-01 Pedro Alves <palves@redhat.com>
322
323 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
324 to fail instead of non-existent $test.
325
0bbeccb1
PA
3262015-04-01 Pedro Alves <palves@redhat.com>
327
328 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
329 GDBFLAGS if not empty.
330
3c724c8c
PMR
3312015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
332
333 * gdb.ada/complete.exp: Remove "multi_line".
334 * gdb.ada/info_exc.exp: Remove "multi_line".
335 * gdb.ada/packed_tagged.exp: Remove "multi_line".
336 * gdb.ada/ptype_field.exp: Remove "multi_line".
337 * gdb.ada/sym_print_name.exp: Remove "multi_line".
338 * gdb.ada/tagged.exp: Remove "multi_line".
339 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
340 [multi_line ...]
341 * gdb.btrace/delta.exp: Likewise.
342 * gdb.btrace/exception.exp: Likewise.
343 * gdb.btrace/function_call_history.exp: Likewise.
344 * gdb.btrace/instruction_history.exp: Likewise.
345 * gdb.btrace/nohist.exp: Likewise.
346 * gdb.btrace/record_goto.exp: Likewise.
347 * gdb.btrace/segv.exp: Likewise.
348 * gdb.btrace/stepi.exp: Likewise.
349 * gdb.btrace/tailcall.exp: Likewise.
350 * gdb.btrace/unknown_functions.exp: Likewise.
351 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
352 * lib/gdb.exp: Add the "multi_line" helper.
353
4eec2deb
PA
3542015-04-01 Pedro Alves <palves@redhat.com>
355
356 * gdb.threads/tid-reuse.c: New file.
357 * gdb.threads/tid-reuse.exp: New file.
358
df8411da
SDJ
3592015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
360
361 PR corefiles/16092
362 * gdb.base/coredump-filter.c: New file.
363 * gdb.base/coredump-filter.exp: Likewise.
364
6ef37366
PM
3652015-03-27 Petr Machata <pmachata@redhat.com>
366
367 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
368 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
369 (Dwarf::assemble): Initialize them.
370 (Dwarf::lines): New function.
371
7ec911b0
JT
3722015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
373
374 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
375 SYMBOL_PREFIX for x86_64-*-cygwin.
376
ff908ebf
AW
3772015-03-26 Andy Wingo <wingo@igalia.com>
378
379 PR symtab/18148
380 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
381 const_value but not a location.
382 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
383 location defined in non-main CUs are visible.
384
6d5f0679
YQ
3852015-03-26 Yao Qi <yao.qi@linaro.org>
386
387 PR testsuite/18139
388 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
389 Add a line number entry for the same line.
390 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
391 Add a line number entry for the same line.
392
2898689b
YQ
3932015-03-26 Yao Qi <yao.qi@linaro.org>
394
395 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
396 .int 0.
397 (func): Likewise. Add .Lfunc_1 label.
398 Use .Lfunc_1 label.
399 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
400 .int 0.
401 (func): Likewise.
402 Use .Lfunc_1 label.
403
85180498
YQ
4042015-03-26 Yao Qi <yao.qi@linaro.org>
405
406 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
407 Call gdb_compile instead to compile each .s files without debug
408 information.
409
8aa08a8d
YQ
4102015-03-26 Yao Qi <yao.qi@linaro.org>
411
412 * gdb.base/savedregs.exp (process_saved_regs): Make
413 "Saved registers:" optional in the pattern.
414
66849923
MM
4152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
416
417 * gdb.btrace/next.exp: Merged into step.exp.
418 * gdb.btrace/finish.exp: Merged into step.exp.
419 * gdb.btrace/nexti.exp: Merged into stepi.exp.
420 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
421 "record goto" and checking the exact replay position.
422 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
423 check for "Recording format" in "info record" output.
424 * gdb.btrace/record_goto.exp: Choose test file based on target.
425 * gdb.btrace/x86-record_goto.S: Renamed into ...
426 * gdb.btrace/x86_64-record_goto.S: ... this.
427 * gdb.btrace/i686-record_goto.S: New.
428 * gdb.btrace/x86-tailcall.S: Renamed into ...
429 * gdb.btrace/x86_64-tailcall.S: ... this.
430 * gdb.btrace/i686-tailcall.S: New.
431 * gdb.btrace/x86-tailcall.c: Renamed into ...
432 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
433 separate statements. Update test.
434 * gdb.btrace/delta.exp: Use record_goto.c as test file.
435 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
436 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
437 * gdb.btrace/tailcall.exp: Choose test file based on target.
438 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
439
11cc1b74
MM
4402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
441
442 * gdb.btrace/exception.exp: Increase BTS buffer size.
443
a25d8bf9
PA
4442015-03-24 Pedro Alves <palves@redhat.com>
445
446 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
447
856e7dd6
PA
4482015-03-24 Pedro Alves <palves@redhat.com>
449
450 * gdb.threads/schedlock.exp (test_step): No longer expect that
451 "set scheduler-locking step" with "next" over a function call runs
452 threads unlocked.
453
ad235a41
AT
4542015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
455
456 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
457
15630549
AT
4582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
459
460 PR breakpoints/16466
461 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
462 * gdb.mi/mi-pending.c (thread_func): New function.
463 (int main): Add threading support required.
464 * gdb.mi/mi-pending.exp: Add tests for this issue.
465 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
466 (pendfunc2): Remove stdio dependency.
467 * gdb.mi/mi-pendshr2.c: New file.
468
693dca06
KS
4692015-03-23 Keith Seitz <keiths@redhat.com>
470
471 * gdb.linespec/keywords.c: New file.
472 * gdb.linespec/keywords.exp: New file.
473
7e993ebf
KS
4742015-03-23 Keith Seitz <keiths@redhat.com>
475
476 PR gdb/18021
477 * gdb.dwarf2/staticvirtual.exp: New test.
478
bc23328c
JK
4792015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
482 * README: Remove HP-UX and gdb.hp.
483 (configuration):
484 * configure: Regenerate.
485 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
486 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
487 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
488 gdb.hp/gdb.defects/Makefile.
489 * gdb.hp/Makefile.in: File deleted.
490 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
491 * gdb.hp/gdb.aCC/optimize.c: File deleted.
492 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
493 * gdb.hp/gdb.aCC/run.c: File deleted.
494 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
495 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
496 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
497 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
498 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
499 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
500 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
501 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
502 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
503 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
504 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
505 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
506 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
507 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
508 * gdb.hp/gdb.base-hp/reg.s: File deleted.
509 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
510 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
511 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
512 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
513 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
514 * gdb.hp/gdb.compat/Makefile.in: File deleted.
515 * gdb.hp/gdb.compat/average.c: File deleted.
516 * gdb.hp/gdb.compat/sum.c: File deleted.
517 * gdb.hp/gdb.compat/xdb.c: File deleted.
518 * gdb.hp/gdb.compat/xdb0.c: File deleted.
519 * gdb.hp/gdb.compat/xdb0.h: File deleted.
520 * gdb.hp/gdb.compat/xdb1.c: File deleted.
521 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
522 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
523 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
524 * gdb.hp/gdb.defects/Makefile.in: File deleted.
525 * gdb.hp/gdb.defects/bs14602.c: File deleted.
526 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
527 * gdb.hp/gdb.defects/solib-d.c: File deleted.
528 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
529 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
530 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
531 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
532 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
533 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
534 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
535 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
536 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
537 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
538 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
539 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
540 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
541 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
542 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
543 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
544 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
545 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
546 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
547 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
548 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
549 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
550 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
551 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
552 * gdb.hp/tools/odump: File deleted.
553
8bf3b159
PA
5542015-03-19 Pedro Alves <palves@redhat.com>
555
556 * gdb.threads/continue-pending-status.exp (saw_thread_2)
557 (saw_thread_3): New globals.
558 (top level): Increment them when an event for the corresponding
559 thread is seen.
560 (no thread starvation): New test.
561
eb54c8bf
PA
5622015-03-19 Pedro Alves <palves@redhat.com>
563
564 * gdb.threads/continue-pending-status.c: New file.
565 * gdb.threads/continue-pending-status.exp: New file.
566
32d2e5d6
PA
5672015-03-18 Pedro Alves <palves@redhat.com>
568
569 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
570 Use gdb_is_target_remote instead of is_remote. Use
571 gdb_test_multiple instead of gdb_expect. Exit early if
572 gdb_test_multiple hits its internal matches. Tighten stepi tests
573 expected output. Fail on exit with any signal, instead of just
574 SIGILL.
575
f68f11b7
YQ
5762015-03-18 Yao Qi <yao.qi@linaro.org>
577
578 PR tdep/18107
579 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
580 variable.
581 * gdb.base/catch-syscall.exp: Don't skip it on
582 aarch64*-*-linux* target. Remove elements in all_syscalls.
583 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
584 target.
585 (setup_all_syscalls): New proc.
586
ca5fd19b
YQ
5872015-03-16 Yao Qi <yao.qi@linaro.org>
588
589 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
590 (top level): Skip tests if valid_addr_p returns false for
591 $cmd1 or $cmd2.
592
85642ba0
AW
5932015-03-11 Andy Wingo <wingo@igalia.com>
594
595 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
596
e03f9645
YQ
5972015-03-11 Yao Qi <yao.qi@linaro.org>
598
599 * gdb.base/catch-syscall.exp: Fix typo in comments.
600
5d0962b2
YQ
6012015-03-11 Yao Qi <yao.qi@linaro.org>
602
603 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
604
b2df3cef
PA
6052015-03-09 Pedro Alves <palves@redhat.com>
606
607 * dg-extract-results.py: Delete.
608
ef878e53
PA
6092015-03-09 Pedro Alves <palves@redhat.com>
610
611 Merge dg-extract-results.sh from GCC upstream (r218843).
612
613 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
614 * dg-extract-results.sh: Use --text with grep to avoid issues with
615 binary files. Fall back to cat -v, if that doesn't work.
616
9494d219
PA
6172015-03-05 Pedro Alves <palves@redhat.com>
618
619 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
620
a8d9763a
SM
6212015-03-04 Simon Marchi <simon.marchi@ericsson.com>
622
623 * lib/mi-support.exp (mi_expect_interrupt): Accept
624 alternative event for when in all-stop mode.
625
be9957b8
PA
6262015-03-04 Pedro Alves <palves@redhat.com>
627
628 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
629
d57be0f4 6302015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
631
632 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
633
c214c7cf
AA
6342015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
635
636 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
637 regexps for GDB's current line display, accept a hex address
638 preceding the line number.
639
6d74a497
AA
6402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
641
642 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
643 the 'arch1' variable for "s390*-linux*" targets.
644
511aee7c
PA
6452015-03-04 Pedro Alves <palves@redhat.com>
646
647 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
648 (main): Pass missing retval argument to pthread_join call.
649
95e50b27
PA
6502015-03-02 Pedro Alves <palves@redhat.com>
651
652 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
653 (top level): Call do_test with non-stop as well.
654
28054d69
PA
6552015-03-02 Pedro Alves <palves@redhat.com>
656
657 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
658 -1.
659
4fa5d7b4
AA
6602015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
661
662 * gdb.arch/s390-vregs.exp: New test.
663 * gdb.arch/s390-vregs.S: New file.
664
97c18565
PA
6652015-02-27 Pedro Alves <palves@redhat.com>
666
667 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
668 call to catch_command_errors.
669 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
670 catch_command_errors.
671
a37bfa30
PA
6722015-02-27 Pedro Alves <palves@redhat.com>
673
674 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
675 "true" for boolean result.
676 * gdb.gdb/selftest.exp (test_with_self): Also accept full
677 prototype of main.
678
6f98576f
PA
6792015-02-27 Pedro Alves <palves@redhat.com>
680
681 * lib/unbuffer_output.c: New file.
682 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
683 (main): Call gdb_unbuffer_output.
684
eba5ab56
YQ
6852015-02-27 Yao Qi <yao.qi@linaro.org>
686
687 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
688 target.
689
0def5aaa
DE
6902015-02-26 Doug Evans <dje@google.com>
691
692 * gdb.cp/class2.cc (Dbase, D): New classes.
693 (main): New local delta.
694 * gdb.cp/class2.exp: Test printing delta.
695 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
696 (dynbar): New global.
697 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
698
081a1c2c
JK
6992015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
700
701 * gdb.compile/compile-ifunc.c: New file.
702 * gdb.compile/compile-ifunc.exp: New file.
703
2f41223f
AT
7042015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
705
706 * gdb.base/structs.exp: Check for correct struct on finish.
707
03eddd80
YQ
7082015-02-26 Yao Qi <yao.qi@linaro.org>
709
710 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
711 is zero.
712
80c57053
JK
7132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
714
715 * gdb.arch/cordic.ko.bz2: New file.
716 * gdb.arch/cordic.ko.debug.bz2: New file.
717 * gdb.arch/ppc64-symtab-cordic.exp: New file.
718
21613c12
YQ
7192015-02-25 Yao Qi <yao.qi@linaro.org>
720
721 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
722 aarch64*-*-* target.
723
d8b901ed
PA
7242015-02-23 Pedro Alves <palves@redhat.com>
725
726 * lib/gdb.exp (delete_breakpoints): Rewrite using
727 gdb_test_multiple.
728
e5b85ead
PA
7292015-02-23 Pedro Alves <palves@redhat.com>
730
731 * gdb.base/info-os.c: Include stdlib.h.
732
85c3a371
DE
7332015-02-22 Doug Evans <xdje42@gmail.com>
734
735 PR symtab/17855
736 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
737 is read after symbols have been re-read.
738 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
739 * gdb.ada/exec_changed/second.adb (Second): Ditto.
740
96553a0c
DE
7412015-02-21 Doug Evans <dje@google.com>
742
743 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
744
97a0c697
JK
7452015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
746
747 PR corefiles/17808
748 * gdb.arch/i386-biarch-core.core.bz2: New file.
749 * gdb.arch/i386-biarch-core.exp: New file.
750
a47cd6e9
PA
7512015-02-21 Pedro Alves <palves@redhat.com>
752
753 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
754 runto_main fails.
755
c5facdc4
PA
7562015-02-20 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
759 info probes.
760
2db9a427
PA
7612015-02-20 Pedro Alves <palves@redhat.com>
762
763 * gdb.threads/multi-create-ns-info-thr.exp: New file.
764
60fb7e9e
PA
7652015-02-20 Pedro Alves <palves@redhat.com>
766
767 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
768 clean_restart before gdb_target_supports_trace.
769
5c5019c2
PA
7702015-02-20 Pedro Alves <palves@redhat.com>
771
772 PR threads/18006
773 * gdb.threads/clone-thread_db.c: New file.
774 * gdb.threads/clone-thread_db.exp: New file.
775
c9587f88
AT
7762015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
777
778 PR breakpoints/16812
779 * gdb.base/catch-gdb-caused-signals.c: New file.
780 * gdb.base/catch-gdb-caused-signals.exp: New file.
781
f6a88844
JM
7822015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
783
784 * configure: Regenerated.
785 * configure.ac: Use GDB_AC_TRANSFORM.
786 * aclocal.m4: sinclude ../transform.m4.
787
497c491b
JM
7882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
789
790 * lib/dtrace.exp: New file.
791 * gdb.base/dtrace-probe.exp: Likewise.
792 * gdb.base/dtrace-probe.d: Likewise.
793 * gdb.base/dtrace-probe.c: Likewise.
794 * lib/pdtrace.in: Likewise.
795 * configure.ac: Output variables with the transformed names of
796 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
797 * configure: Regenerated.
798
03e98035
JM
7992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
800
801 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
802 expected message when trying to access $_probe_* convenience
803 variables while not on a probe.
804
63cc30e9
JK
8052015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
806
807 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
808
0703599a
PA
8092015-02-11 Pedro Alves <pedro@codesourcery.com>
810
811 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
812 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
813
7e60a48e
DE
8142015-02-10 Doug Evans <xdje42@gmail.com>
815
816 * lib/gdb.exp (gdb_load): Always return a result.
817
01b088bc
PA
8182015-02-10 Pedro Alves <palves@redhat.com>
819
820 * gdb.threads/signal-sigtrap.c: New file.
821 * gdb.threads/signal-sigtrap.exp: New file.
822
b05ec7a5
AT
8232015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
824
825 * gdb.trace/no-attach-trace.c: New file.
826 * gdb.trace/no-attach-trace.exp: New file.
827
a2c2acaf
MW
8282015-02-09 Mark Wielaard <mjw@redhat.com>
829
830 * gdb.dwarf2/atomic.c: New file.
831 * gdb.dwarf2/atomic-type.exp: Likewise.
832
31fd9caa
MM
8332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
834
835 * gdb.btrace/buffer-size.exp: Update "info record" output.
836 * gdb.btrace/delta.exp: Update "info record" output.
837 * gdb.btrace/enable.exp: Update "info record" output.
838 * gdb.btrace/finish.exp: Update "info record" output.
839 * gdb.btrace/instruction_history.exp: Update "info record" output.
840 * gdb.btrace/next.exp: Update "info record" output.
841 * gdb.btrace/nexti.exp: Update "info record" output.
842 * gdb.btrace/step.exp: Update "info record" output.
843 * gdb.btrace/stepi.exp: Update "info record" output.
844 * gdb.btrace/nohist.exp: Update "info record" output.
845
d33501a5
MM
8462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
847
848 * gdb.btrace/buffer-size: New.
849
f4abbc16
MM
8502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
851
852 * gdb.btrace/delta.exp: Update "info record" output.
853 * gdb.btrace/enable.exp: Update "info record" output.
854 * gdb.btrace/finish.exp: Update "info record" output.
855 * gdb.btrace/instruction_history.exp: Update "info record" output.
856 * gdb.btrace/next.exp: Update "info record" output.
857 * gdb.btrace/nexti.exp: Update "info record" output.
858 * gdb.btrace/step.exp: Update "info record" output.
859 * gdb.btrace/stepi.exp: Update "info record" output.
860 * gdb.btrace/nohist.exp: Update "info record" output.
861
b9d61307
SM
8622015-02-06 Simon Marchi <simon.marchi@ericsson.com>
863
864 PR gdb/15678
865 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
866
e584fdbc
PA
8672015-02-06 Pedro Alves <palves@redhat.com>
868
869 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
870 macro.
871 (seconds_left, again): New globals.
872 (main): Wait seconds_left in a 1-second sleep loop instead of
873 sleeping 180 seconds. If 'again' is set, reset the seconds
874 counter.
875 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
876 'again' in the inferior before detaching. Print the seconds left.
877 (options): New global.
878 (top level): Build program with -DTIMEOUT=$timeout.
879
77f41761
PA
8802015-02-06 Pedro Alves <palves@redhat.com>
881
882 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
883 determine how many seconds to pass to 'alarm'.
884 * gdb.base/gdb-sigterm.exp (top level): Build program with
885 -DTIMEOUT=$timeout.
886 (do_test): Return success/failure indication. Add more verbose
887 logging. Don't fail if 200 single steps are seen. Instead, fail
888 when the test times out.
889 (passes): New global.
890 (top level): Break the testing loop if testing fails on any
891 iteration. Use gdb_assert.
892
b9394193
DB
8932015-02-04 Don Breazeal <donb@codesourcery.com>
894
895 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
896 and initialize them.
897 (ipc_cleanup): New function.
898 (main): Don't declare shmid, semid, and msqid. Add a call to
899 atexit so that we call ipc_cleanup on exit.
900
42d9e528
PA
9012015-02-04 Pedro Alves <palves@redhat.com>
902
903 * boards/native-extended-gdbserver.exp: Remove any target variant
904 specifications from the board name before clearing the isremote
905 flag from board_info.
906
ae6ae975
DE
9072015-01-31 Doug Evans <xdje42@gmail.com>
908
909 * gdb.base/maint.exp <maint print type argc>: Update expected output.
910
cfb069a8
GB
9112015-01-31 Gary Benson <gbenson@redhat.com>
912
913 * gdb.base/completion.exp: Disable completion limiting for
914 existing tests. Add new tests to check completion limiting.
915 * gdb.linespec/ls-errs.exp: Disable completion limiting.
916
5dd31d79
DE
9172015-01-31 Doug Evans <xdje42@gmail.com>
918
919 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
920
9f050062
DE
9212015-01-31 Doug Evans <xdje42@gmail.com>
922
923 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
924 entries. Duplicate file section script entries.
925 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
926 inlined entries. Add test for safe-path rejection.
927 * gdb.python/py-section-script.c: Add duplicate inlined section script
928 entries. Duplicate file section script entries.
929 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
930 inlined entries. Add test for safe-path rejection.
931
df25ebbd
JB
9322015-01-29 Joel Brobecker <brobecker@adacore.com>
933
934 * gdb.ada/disc_arr_bound: New testcase.
935
4a0ca9ec
JB
9362015-01-29 Joel Brobecker <brobecker@adacore.com>
937
938 * gdb.ada/mi_var_array: New testcase.
939
3a8b707a
DE
9402015-01-27 Doug Evans <dje@google.com>
941
942 * gdb.python/py-objfile.exp: Add tests for objfile.username.
943 Add test for objfile.filename, objfile.username after objfile
944 has been unloaded.
945
f8313f6e
JB
9462015-01-26 Joel Brobecker <brobecker@adacore.com>
947
948 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
949 the second test to print the name attribute of value
950 returned by the call to gdb.lookup_type, and adjust
951 the expected output accordingly.
952
37bc665e
MW
9532015-01-25 Mark Wielaard <mjw@redhat.com>
954
955 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
956 * gdb.base/disp-step-fork.c: Include unistd.h.
957 * gdb.base/siginfo-obj.c: Include stdio.h.
958 * gdb.base/siginfo-thread.c: Likewise.
959 * gdb.mi/non-stop.c: Include unistd.h.
960 * gdb.mi/nsthrexec.c: Include stdio.h.
961 * gdb.mi/pthreads.c: Include unistd.h.
962 * gdb.modula2/unbounded1.c (main): Declare returns int.
963 * gdb.reverse/consecutive-reverse.c: Likewise.
964 * gdb.threads/create-fail.c: Include unistd.h.
965 * gdb.threads/killed.c: Likewise.
966 * gdb.threads/linux-dp.c: Likewise.
967 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
968 * gdb.threads/non-ldr-exc-2.c: Likewise.
969 * gdb.threads/non-ldr-exc-3.c: Likewise.
970 * gdb.threads/non-ldr-exc-4.c: Likewise.
971 * gdb.threads/pthreads.c: Include unistd.h.
972 (main): Declare returns int.
973 * gdb.threads/tls-main.c (foo): New declaration.
974 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
975
f7e5394d
SM
9762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
977
978 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
980
743649fd
MW
9812015-01-15 Mark Wielaard <mjw@redhat.com>
982
983 * gdb.base/noreturn-return.c: New file.
984 * gdb.base/noreturn-return.exp: New file.
985 * gdb.base/noreturn-finish.c: New file.
986 * gdb.base/noreturn-finish.exp: New file.
987
198297aa
PA
9882015-01-23 Pedro Alves <palves@redhat.com>
989
990 * gdb.threads/continue-pending-after-query.c: New file.
991 * gdb.threads/continue-pending-after-query.exp: New file.
992
717cf30c
AG
9932015-01-22 Anders Granlund <anders.granlund@ericsson.com>
994 Simon Marchi <simon.marchi@ericsson.com>
995
996 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
997 * gdb.base/valgrind-db-attach.exp: Same.
998 * gdb.base/valgrind-infcall.exp: Same.
999 * lib/mi-support.exp (default_mi_gdb_start): Same.
1000 * lib/prompt.exp (default_prompt_gdb_start): Same.
1001 * lib/gdb.exp (default_gdb_spawn): Same.
1002 (gdb_interact): New.
1003
1004
4b62a76e
JK
10052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1006
1007 * gdb.compile/compile.exp (pointer to jit function): New test.
1008
b4cdae6f
WW
10092015-01-17 Wei-cheng Wang <cole945@gmail.com>
1010
1011 * lib/gdb.exp (supports_process_record): Return true for
1012 powerpc*-*-linux*.
1013 (supports_reverse): Likewise.
1014
d221e7ef
DB
10152015-01-15 Don Breazeal <donb@codesourcery.com>
1016
1017 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1018 instead of checking whether the target board is remote and
1019 use spawn_wait_for_attach instead of exec/sleep.
1020 * gdb.base/attach-twice.exp: Likewise.
1021
bafffb51
JB
10222015-01-15 Joel Brobecker <brobecker@adacore.com>
1023
1024 * gdb.ada/var_arr_attrs: New testcase.
1025
5589af0e
PA
10262015-01-14 Pedro Alves <palves@redhat.com>
1027 Joel Brobecker <brobecker@adacore.com>
1028
1029 PR gdb/17525
1030 * gdb.base/bp-cmds-execution-x-script.c: New file.
1031 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1032 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1033
6c400b59
PA
10342015-01-14 Pedro Alves <palves@redhat.com>
1035
1036 PR cli/17828
1037 * gdb.base/batch-preserve-term-settings.c: New file.
1038 * gdb.base/batch-preserve-term-settings.exp: New file.
1039
e02c96a7
DE
10402015-01-13 Doug Evans <dje@google.com>
1041
1042 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1043 binary.
1044
576fd14c
JB
10452015-01-13 Joel Brobecker <brobecker@adacore.com>
1046
1047 * Makefile.in (clean mostlyclean): Do not delete *.py.
1048
04dccad0
JB
10492015-01-13 Joel Brobecker <brobecker@adacore.com>
1050
1051 * gdb.python/py-lookup-type.exp: New file.
1052
3d230f71
PA
10532015-01-12 Pedro Alves <palves@redhat.com>
1054
1055 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1056 restore GDBFLAGS before returning.
1057
7e67715d
JK
10582015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1059
1060 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1061 is_amd64_regs_target and is_x86_like_target.
1062
f2e0d4b4
DE
10632015-01-11 Doug Evans <xdje42@gmail.com>
1064
1065 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1066 is given without an explicit form.
1067 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1068 attributes.
1069 * gdb.dwarf/corrupt.exp: Ditto.
1070 * gdb.dwarf2/enum-type.exp: Ditto.
1071 * gdb.trace/entry-values.exp: Ditto.
1072 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1073
439250fb
DE
10742015-01-11 Doug Evans <xdje42@gmail.com>
1075
1076 PR gdb/15830
1077 * gdb.base/maint.exp: Remove references to "maint demangle".
1078 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1079 Add tests for explicitly specifying language to demangle.
1080 * gdb.dlang/demangle.exp: Ditto.
1081
ede9f622
PA
10822015-01-09 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.threads/non-stop-fair-events.c: New file.
1085 * gdb.threads/non-stop-fair-events.exp: New file.
1086
a7b796db
PA
10872015-01-09 Pedro Alves <palves@redhat.com>
1088
1089 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1090 the global scope. Set a breakpoint after all threads are started
1091 rather than stepping over two source lines. Expect the prompt.
1092 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1093 global.
1094 (NUM): Now 15.
1095 (main): Use threads_started_barrier to wait for all threads to
1096 start. Main thread no longer calls thread_function. Exit after
1097 180 seconds.
1098 (loop): New function.
1099 (thread_function): Wait on threads_started_barrier barrier. Call
1100 'loop' at each iteration.
1101 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1102 threads have started, instead of hardcoding number of "next"
1103 steps. Use an access watchpoint instead of a write watchpoint.
1104
9665ffdd
PA
11052015-01-09 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1108 (thread_func): Wait on barrier.
1109 (main): Wait for all threads to start before stopping GDB.
1110 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1111 global.
1112 (thread1_func, thread2_func): Wait on barrier.
1113 (main): Wait for all threads to start before stopping GDB.
1114 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1115 New global.
1116 (thread1_func, thread2_func): Wait on barrier.
1117 (main): Wait for all threads to start before stopping GDB.
1118
c945a99f
PA
11192015-01-09 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.threads/attach-many-short-lived-threads.c: New file.
1122 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1123
c1a747c1
PA
11242014-01-09 Pedro Alves <palves@redhat.com>
1125
1126 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1127 instead of to thread 2.
1128 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1129 Add barrier around each pthread_create call instead of around all
1130 calls.
1131 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1132 Set a break on thread_function and have the child threads hit it
1133 one at at a time.
1134
60b3033e
PA
11352015-01-09 Pedro Alves <palves@redhat.com>
1136
1137 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1138 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1139 false.
1140 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1141 checking whether the target board is remote.
1142 * gdb.multi/multi-attach.exp: Likewise.
1143 * gdb.python/py-sync-interp.exp: Likewise.
1144 * gdb.server/ext-attach.exp: Likewise.
1145 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1146 tests that need to attach, instead of checking whether the target
1147 board is remote at the top of the file.
1148
acc018ac
YQ
11492015-01-08 Yao Qi <yao@codesourcery.com>
1150
1151 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1152
50a18af8
JK
11532015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1154
1155 Fix testcase compilation.
1156 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1157
8503d6e1
JB
11582015-01-06 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.python/py-type.exp: Add a couple test about empty
1161 array creation, and negative-length array creation.
1162
cc73dbcc
DE
11632015-01-02 Doug Evans <xdje42@gmail.com>
1164
1165 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1166
0300bbc7
DE
11672015-01-02 Doug Evans <dje@google.com>
1168
1169 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1170
9d85a0ec
YQ
11712014-12-29 Yao Qi <yao@codesourcery.com>
1172
1173 * gdb.trace/entry-values.exp: Update comments. Rename variable
1174 bar_call_foo to returned_from_foo.
1175
87186c6a
MMN
11762014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1177
1178 PR gdb/17394
1179 * gdb.linespec/break-asm-file.c: New file.
1180 * gdb.linespec/break-asm-file.exp: New file.
1181 * gdb.linespec/break-asm-file0.s: New file.
1182 * gdb.linespec/break-asm-file1.s: New file.
1183
1bab7383
YQ
11842014-12-18 Nigel Stephens <nigel@mips.com>
1185 Maciej W. Rozycki <macro@codesourcery.com>
1186
1187 * gdb.base/float.exp: Handle the new output from "info float" on
1188 MIPS targets.
1189
1bc1068a
JK
11902014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1191
1192 Fix MinGW compilation.
1193 * gdb.compile/compile-ops.exp: Update untested message if
1194 !skip_compile_feature_tests.
1195 * gdb.compile/compile-setjmp.exp: Likewise.
1196 * gdb.compile/compile-tls.exp: Likewise.
1197 * gdb.compile/compile.exp: Likewise.
1198 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1199 supported on this host".
1200
b6615d10
DE
12012014-12-16 Doug Evans <xdje42@gmail.com>
1202
1203 * boards/stabs.exp: New file.
1204
25dda427
AA
12052014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1206
1207 * gdb.base/completion.exp: Adjust to format changes of "maint
1208 print user-registers".
1209
bf330350
CU
12102014-12-16 Catalin Udma <catalin.udma@freescale.com>
1211
1212 PR server/17457
1213 * gdb.arch/aarch64-fp.c: New file.
1214 * gdb.arch/aarch64-fp.exp: New file.
1215
395cf596
SDJ
12162014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1217
1218 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1219 r210637, r210913, r211666, r215400, r215817).
1220
1221 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1222 * dg-extract-results.py: New file.
1223 * dg-extract-results.sh: Use it if the environment seems
1224 suitable.
1225
1226 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1227
1228 * dg-extract-results.py (parse_run): Handle warnings that
1229 are printed before a test harness is run.
1230
1231 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1232
1233 * dg-extract-results.py (Named): Remove __cmp__ method.
1234 (output_variation): Use a key to sort variation.harnesses.
1235
1236 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1237
1238 * dg-extract-results.py: For Python 3, force sys.stdout to
1239 handle surrogate escape sequences.
1240 (safe_open): New function.
1241 (output_segment, main): Use it.
1242
1243 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1244
1245 * dg-extract-results.py (Prog.result_re): Include options
1246 in test name.
1247
1248 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1249
1250 * dg-extract-results.py (output_variation): Always sort if
1251 do_sum.
1252
e882ef3c
SM
12532014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1254
1255 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1256 as long as we get pagination notifications.
1257
4992aa20
JM
12582014-12-15 Jason Merrill <jason@redhat.com>
1259
1260 * Makefile.in (check-gdb.%): Restore.
1261 * README: Mention it.
1262
c1b5a1a6
JB
12632014-12-13 Joel Brobecker <brobecker@adacore.com>
1264
1265 * gdb.ada/str_uninit: New testcase.
1266
5537b577
JK
12672014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1268
1269 PR symtab/17642
1270 * gdb.base/vla-stub-define.c: New file.
1271 * gdb.base/vla-stub.c: New file.
1272 * gdb.base/vla-stub.exp: New file.
1273
bb2ec1b3
TT
12742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1275 Jan Kratochvil <jan.kratochvil@redhat.com>
1276 Tom Tromey <tromey@redhat.com>
1277
1278 * configure.ac: Add gdb.compile/.
1279 * configure: Regenerate.
1280 * gdb.compile/Makefile.in: New file.
1281 * gdb.compile/compile-ops.exp: New file.
1282 * gdb.compile/compile-ops.c: New file.
1283 * gdb.compile/compile-tls.c: New file.
1284 * gdb.compile/compile-tls.exp: New file.
1285 * gdb.compile/compile-constvar.S: New file.
1286 * gdb.compile/compile-constvar.c: New file.
1287 * gdb.compile/compile-mod.c: New file.
1288 * gdb.compile/compile-nodebug.c: New file.
1289 * gdb.compile/compile-setjmp-mod.c: New file.
1290 * gdb.compile/compile-setjmp.c: New file.
1291 * gdb.compile/compile-setjmp.exp: New file.
1292 * gdb.compile/compile-shlib.c: New file.
1293 * gdb.compile/compile.c: New file.
1294 * gdb.compile/compile.exp: New file.
1295 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1296
4ff709eb
TT
12972014-12-12 Tom Tromey <tromey@redhat.com>
1298
1299 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1300 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1301
6dddd6a5
DE
13022014-12-12 Doug Evans <dje@google.com>
1303
1304 * lib/gdb-python.exp (get_python_valueof): New function.
1305 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1306
71c24708
AA
13072014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1308
1309 * gdb.base/completion.exp: Add test for completion of "info
1310 registers ".
1311
3e29f34a
MR
13122014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1313
1314 * gdb.base/func-ptrs.c: New file.
1315 * gdb.base/func-ptrs.exp: New file.
1316
fc126975
SM
13172014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1318
1319 PR breakpoints/17012
1320 * gdb.base/dprintf-detach.c: New file.
1321 * gdb.base/dprintf-detach.exp: New file.
1322
0a46d518
SM
13232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1324
1325 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1326 * lib/gdb.exp (target_is_gdbserver): New procedure.
1327
a0be3e44
DE
13282014-12-08 Doug Evans <dje@google.com>
1329
1330 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1331
df1b803a
YQ
13322014-12-05 Yao Qi <yao@codesourcery.com>
1333
1334 * gdb.guile/scm-error.exp: Remove the third argument to
1335 gdb_remote_download.
1336 * gdb.guile/scm-frame-args.exp: Likewise.
1337 * gdb.guile/scm-section-script.exp: Likewise.
1338
ddb9f679
YQ
13392014-12-05 Yao Qi <yao@codesourcery.com>
1340
1341 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1342
86e4ed39
DE
13432014-12-04 Doug Evans <dje@google.com>
1344
1345 * gdb.python/py-objfile.exp: Add tests for
1346 objfile.add_separate_debug_file.
1347
7c50a931
DE
13482014-12-04 Doug Evans <dje@google.com>
1349
1350 * lib/gdb.exp (get_build_id): New function.
1351 (build_id_debug_filename_get): Rewrite to use it.
1352 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1353
621661e3
MR
13542014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1355
1356 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1357 `method(long)', not just 0x0.
1358 * gdb.cp/nsalias.exp: Align code labels to 4.
1359 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1360 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1361 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1362 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1363 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1364 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1365
29f0c3b7
DE
13662014-12-02 Doug Evans <dje@google.com>
1367
e1e061e7 1368 PR symtab/17602
29f0c3b7 1369 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 1370 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
1371 * gdb.cp/anon-ns.exp: Update.
1372
162078c8
NB
13732014-12-02 Nick Bull <nicholaspbull@gmail.com>
1374
1375 * gdb.python/py-events.py (inferior_call_handler): New.
1376 (register_changed_handler, memory_changed_handler): New.
1377 (test_events.invoke): Register new handlers.
1378 * gdb.python/py-events.exp: Add tests for inferior call,
1379 memory_changed and register_changed events.
1380
fdb09caf
AA
13812014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1382
1383 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1384 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1385 if the linker doesn't understand this.
1386
55cfb2c4
SM
13872014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1388
1389 * gdb.python/python.exp: Change expected reply to help().
1390
9e8cd6df
YQ
13912014-12-01 Yao Qi <yao@codesourcery.com>
1392
1393 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1394 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1395 * configure: Re-generated.
1396
6c659fc2
SC
13972014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1398
1399 * gdb.cp/chained-calls.cc: New file.
1400 * gdb.cp/chained-calls.exp: New file.
1401 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1402
d7fc3181
SM
14032014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1404
1405 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1406 * gdb.dwarf2/symtab-producer.exp: Same.
1407 * gdb.gdb/python-interrupts.exp: Same.
1408 * gdb.gdb/python-selftest.exp: Same.
1409 * gdb.python/py-linetable.exp: Same.
1410 * gdb.python/py-type.exp: Same.
1411 * gdb.python/py-value-cc.exp: Same.
1412 * gdb.python/py-value.exp: Same.
1413
10e79639
YQ
14142014-11-28 Yao Qi <yao@codesourcery.com>
1415
1416 * gdb.base/break-probes.exp: Match library name prefixed with
1417 sysroot.
1418
f28a0564
SM
14192014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1420
1421 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1422 test expected output. Add parentheses for the call to print.
1423 Remove L suffix from integers.
1424
3fe1ce1d
DE
14252014-11-26 Doug Evans <dje@google.com>
1426
1427 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1428
84429e27
YQ
14292014-11-22 Yao Qi <yao@codesourcery.com>
1430
1431 * gdb.trace/entry-values.c: Remove asms.
1432 (foo): Add foo_label.
1433 (bar): Add bar_label.
1434 * gdb.trace/entry-values.exp: Remove code computing foo's
1435 length and bar's length.
1436 (Dwarf::assemble): Invoke function_range for bar and use
1437 MACRO_AT_func for foo.
1438
26741859
YQ
14392014-11-22 Yao Qi <yao@codesourcery.com>
1440
1441 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1442 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1443 Use .Lgcc43_procstart instead of gcc43.
1444
45e44d27
JB
14452014-11-21 Joel Brobecker <brobecker@adacore.com>
1446
1447 * gdb.ada/n_arr_bound: New testcase.
1448
458c8db8
SDJ
14492014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1450
1451 PR breakpoints/10737
1452 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1453 test_catch_syscall_multi_arch.
1454 (test_catch_syscall_multi_arch): New function.
1455
43f3e411
DE
14562014-11-20 Doug Evans <xdje42@gmail.com>
1457
1458 * gdb.base/maint.exp: Update expected output.
1459
0d7b2549
AA
14602014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1461
1462 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1463 4-byte instruction on S390.
1464
8908fca5
JB
14652014-11-19 Joel Brobecker <brobecker@adacore.com>
1466
1467 * gdb.ada/arr_arr: New testcase.
1468
4a46959e
JB
14692014-11-19 Joel Brobecker <brobecker@adacore.com>
1470
1471 * gdb.ada/pkd_arr_elem: New Testcase.
1472
470e2f4e
LM
14732014-11-18 Luis Machado <lgustavo@codesourcery.com>
1474
1475 * gdb.reverse/break-precsave: Expect completion message for
1476 core file reads.
1477 * gdb.reverse/consecutive-precsave.exp: Likewise.
1478 * gdb.reverse/finish-precsave.exp: Likewise.
1479 * gdb.reverse/i386-precsave.exp: Likewise.
1480 * gdb.reverse/machinestate-precsave.exp: Likewise.
1481 * gdb.reverse/sigall-precsave.exp: Likewise.
1482 * gdb.reverse/solib-precsave.exp: Likewise.
1483 * gdb.reverse/step-precsave.exp: Likewise.
1484 * gdb.reverse/until-precsave.exp: Likewise.
1485 * gdb.reverse/watch-precsave.exp: Likewise.
1486
a267f3ad
AA
14872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1488
1489 * gdb.base/bp-permanent.c: Include unistd.h.
1490 * gdb.python/py-framefilter-mi.c (main): Add return type.
1491 * gdb.python/py-framefilter.c (main): Likewise.
1492 * gdb.trace/actions-changed.c (main): Likewise.
1493
12084a9a
AA
14942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1495
1496 * gdb.mi/until.c: Add eye-catchers.
1497 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1498 line numbers.
1499
dc7e1a77
AA
15002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1501
1502 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1503 function header variants in break1.c.
1504 * gdb.base/ena-dis-br.exp: Likewise.
1505 * gdb.base/hbreak2.exp: Likewise.
1506 * gdb.reverse/until-precsave.exp: Drop references to removed
1507 non-prototype function header variants in ur1.c.
1508 * gdb.reverse/until-reverse.exp: Likewise.
1509
41c77605
PM
15102014-11-17 Petr Machata <pmachata@redhat.com>
1511
1512 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1513 ${_cu_offset_size} bytes abbrev offset.
1514
34248c3a
DE
15152014-11-15 Doug Evans <xdje42@gmail.com>
1516
1517 PR symtab/17559
1518 * gdb.base/line-symtabs.exp: New file.
1519 * gdb.base/line-symtabs.c: New file.
1520 * gdb.base/line-symtabs.h: New file.
1521
646da059
YQ
15222014-11-14 Yao Qi <yao@codesourcery.com>
1523
1524 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1525 (func): Add label func_label.
1526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1527 Replace low_pc and high_pc with MACRO_AT_range.
1528 Replace name, low_pc and high_pc with MACRO_AT_func.
1529
9301ebe6
YQ
15302014-11-14 Yao Qi <yao@codesourcery.com>
1531
1532 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1533 Replace name, low_pc and high_pc with MACRO_AT_func.
1534
f166b542
YQ
15352014-11-14 Yao Qi <yao@codesourcery.com>
1536
1537 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1538 produce debug information.
1539 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1540
0f6e71e3
YQ
15412014-11-14 Yao Qi <yao@codesourcery.com>
1542
1543 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1544 object and get function length.
1545 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1546 with MACRO_AT_func.
1547 (top-level): Replace gdb_compile and clean_restart with
1548 prepare_for_testing.
1549 * gdb.dwarf2/main.c (main): Add label main_label.
1550
876c4df9
YQ
15512014-11-14 Yao Qi <yao@codesourcery.com>
1552
1553 * lib/dwarf.exp (function_range): New procedure.
1554 (Dwarf::_handle_macro_at_func): New procedure.
1555 (Dwarf::_handle_macro_at_range): New procedure.
1556 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1557
02ad9cf1
YQ
15582014-11-14 Yao Qi <yao@codesourcery.com>
1559
1560 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1561 (_handle_attribute): New procedure.
1562
a59add0c
AA
15632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1564
1565 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1566 * gdb.base/call-sc.c (zed): Likewise.
1567 * gdb.base/checkpoint.c (main): Likewise.
1568 * gdb.base/dump.c (main): Likewise.
1569 * gdb.base/gcore.c (main): Likewise.
1570 * gdb.base/huge.c (main): Likewise.
1571 * gdb.base/multi-forks.c (main): Likewise.
1572 * gdb.base/pr10179-a.c (main): Likewise.
1573 * gdb.base/savedregs.c (main): Likewise.
1574 * gdb.base/sigaltstack.c (main): Likewise.
1575 * gdb.base/siginfo.c (main): Likewise.
1576 * gdb.base/structs.c (zed): Likewise.
1577 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1578 * gdb.mi/mi-syn-frame.c (main): Likewise.
1579 * gdb.mi/until.c (foo, main): Likewise.
1580 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1581 * gdb.base/solib-weak.c (foo): Declare.
1582 * gdb.base/attach-twice.c: Include stdio.h.
1583 * gdb.base/weaklib1.c: Likewise.
1584 * gdb.base/weaklib2.c: Likewise.
1585 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1586 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1587 unistd.h.
1588 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1589 * gdb.mi/mi-exit-code.c: Likewise.
1590 * gdb.base/break-interp-lib.c: Include string.h.
1591 * gdb.base/coremaker.c: Likewise.
1592 * gdb.base/testenv.c: Likewise.
1593 * gdb.python/py-finish-breakpoint.c: Likewise.
1594 * gdb.base/inferior-died.c: Include sys/wait.h.
1595 * gdb.base/fileio.c: Include time.h.
1596 * gdb.base/async-shell.c: Include unistd.h.
1597 * gdb.base/dprintf-non-stop.c: Likewise.
1598 * gdb.base/info-os.c: Likewise.
1599 * gdb.mi/mi-console.c: Likewise.
1600 * gdb.mi/watch-nonstop.c: Likewise.
1601 * gdb.python/py-events.c: Likewise.
1602 * gdb.base/async.c (baz): Move up before its invocation.
1603 * gdb.base/code_elim2.c (my_global_func): Likewise.
1604 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1605 * gdb.base/advance.c (func2): Likewise.
1606
3b5d5997
AA
16072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1608
1609 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1610 variant.
1611 * gdb.base/annota3.c: Likewise.
1612 * gdb.base/async.c: Likewise.
1613 * gdb.base/average.c: Likewise.
1614 * gdb.base/call-ar-st.c: Likewise.
1615 * gdb.base/call-rt-st.c: Likewise.
1616 * gdb.base/call-sc.c: Likewise.
1617 * gdb.base/call-strs.c: Likewise.
1618 * gdb.base/ending-run.c: Likewise.
1619 * gdb.base/execd-prog.c: Likewise.
1620 * gdb.base/exprs.c: Likewise.
1621 * gdb.base/foll-exec.c: Likewise.
1622 * gdb.base/foll-fork.c: Likewise.
1623 * gdb.base/foll-vfork.c: Likewise.
1624 * gdb.base/funcargs.c: Likewise.
1625 * gdb.base/gcore.c: Likewise.
1626 * gdb.base/jump.c: Likewise.
1627 * gdb.base/langs0.c: Likewise.
1628 * gdb.base/langs1.c: Likewise.
1629 * gdb.base/langs2.c: Likewise.
1630 * gdb.base/mips_pro.c: Likewise.
1631 * gdb.base/nodebug.c: Likewise.
1632 * gdb.base/opaque0.c: Likewise.
1633 * gdb.base/opaque1.c: Likewise.
1634 * gdb.base/recurse.c: Likewise.
1635 * gdb.base/run.c: Likewise.
1636 * gdb.base/scope0.c: Likewise.
1637 * gdb.base/scope1.c: Likewise.
1638 * gdb.base/setshow.c: Likewise.
1639 * gdb.base/setvar.c: Likewise.
1640 * gdb.base/shmain.c: Likewise.
1641 * gdb.base/shr1.c: Likewise.
1642 * gdb.base/shr2.c: Likewise.
1643 * gdb.base/sigall.c: Likewise.
1644 * gdb.base/signals.c: Likewise.
1645 * gdb.base/so-indr-cl.c: Likewise.
1646 * gdb.base/solib2.c: Likewise.
1647 * gdb.base/structs.c: Likewise.
1648 * gdb.base/sum.c: Likewise.
1649 * gdb.base/vforked-prog.c: Likewise.
1650 * gdb.base/watchpoint.c: Likewise.
1651 * gdb.reverse/shr2.c: Likewise.
1652 * gdb.reverse/until-reverse.c: Likewise.
1653 * gdb.reverse/ur1.c: Likewise.
1654 * gdb.reverse/watch-reverse.c: Likewise.
1655
066a77c5
AA
16562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1657
1658 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1659 variant.
1660 * gdb.base/sepdebug.exp: Drop references to removed code.
1661
4f204ea5
AA
16622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1663
1664 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1665 variant. Preserve original line numbering.
1666 * gdb.base/list1.c: Likewise.
1667
3b377a3a
AA
16682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1669
1670 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1671 variant.
1672 * gdb.base/break1.c: Likewise.
1673 * gdb.base/break.exp: Drop references to removed code.
1674
e444df73
AA
16752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1676
1677 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1678 variant.
1679
8008f2a7
AA
16802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1681
1682 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1683
a5a06887
AA
16842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1685
1686 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1687 logic into perform_all_tests() and invoke it with and without
1688 function header prototypes.
1689 (do_function_calls): Remove conditional XFAIL for PR 5318.
1690 (rerun_and_prepare): Remove duplicate code.
1691 (perform_all_tests): New. Main logic moved here.
1692
44dba9b9
AA
16932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1694
1695 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1696 code guarded by #ifdef NO_PROTOTYPES.
1697 (t_double_many_args): Likewise.
1698 (DEF_FUNC_MANY_ARGS_1): Likewise.
1699 (DEF_FUNC_VALUES_1): Likewise.
1700 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1701 guarded by #ifdef PROTOTYPES.
1702
d1fbcd56
AA
17032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1704
1705 * gdb.mi/mi-console.c: Add eye-catcher.
1706 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1707 instead of literal line number.
1708
b0e59b8f
AA
17092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1710
1711 * gdb.base/shr2.c: Add eye-catcher.
1712 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1713 line number.
1714
78f98cca
AA
17152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1716
1717 * gdb.base/jump.c: Add eye-catchers.
1718 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1719 numbers.
1720
58fa2af0
AA
17212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1722
1723 * gdb.base/execd-prog.c: Add eye-catchers.
1724 * gdb.base/foll-exec.c: Likewise.
1725 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1726 line numbers.
1727
04e5059b
AA
17282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1729
1730 * gdb.base/ending-run.c: Add eye-catchers.
1731 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1732 literal line numbers.
1733
dbfdb174
AA
17342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1735
1736 * gdb.base/call-rt-st.c: Add eye-catchers.
1737 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1738 literal line numbers.
1739
888a2ade
AA
17402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1741
1742 * gdb.base/call-ar-st.c: Add eye-catchers.
1743 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1744 literal line numbers.
1745
6acc2dde
AA
17462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1747
1748 * gdb.base/average.c: Add eye-catchers.
1749 * gdb.base/sum.c: Likewise.
1750 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1751 regexps dynamically.
1752
9ecfcd1d
AA
17532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1754
1755 * gdb.base/solib1.c: Add eye-catchers.
1756 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1757 literal line numbers.
1758
78708b7c
PA
17592014-11-12 Pedro Alves <palves@redhat.com>
1760
1761 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1762 leader has exited.
1763
af48d08f
PA
17642014-11-12 Pedro Alves <palves@redhat.com>
1765
1766 * gdb.arch/i386-bp_permanent.c: New file.
1767 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1768 (srcfile): Set to i386-bp_permanent.c.
1769 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
1770 that stepi does not execute the 'leave' instruction, instead of
1771 testing it does execute.
1772 * gdb.base/bp-permanent.c: New file.
1773 * gdb.base/bp-permanent.exp: New file.
1774
af3768e9
DE
17752014-11-10 Doug Evans <xdje42@gmail.com>
1776
1777 PR symtab/17564
1778 * gdb.base/symtab-search-order.exp: New file.
1779 * gdb.base/symtab-search-order.c: New file.
1780 * gdb.base/symtab-search-order-1.c: New file.
1781 * gdb.base/symtab-search-order-shlib-1.c: New file.
1782
9de00a4a
PA
17832014-11-07 Pedro Alves <palves@redhat.com>
1784
1785 PR gdb/17511
1786 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
1787 i?86-*-linux*.
1788
e0f52461
SC
17892014-11-03 Siva Chandra Reddy <sivachandra@google.com>
1790
1791 PR c++/17494
1792 * gdb.cp/pr17494.cc: New file.
1793 * gdb.cp/pr17494.exp: New file.
1794
6ce8c980
YQ
17952014-11-02 Yao Qi <yao@codesourcery.com>
1796
1797 * gdb.python/python.exp: Get working directory and match the
1798 output of "set extended-prompt \\w " with it.
1799
02be9a71
DE
18002014-10-30 Doug Evans <dje@google.com>
1801
1802 * gdb.python/py-objfile.exp: Add tests for setting random attributes
1803 in objfiles.
1804 * gdb.python/py-progspace.exp: Add tests for setting random attributes
1805 in progspaces.
1806
3bdff46b
LM
18072014-10-30 Janis Johnson <janisjo@codesourcery.com>
1808
1809 * gdb.base/fullpath-expand.exp: Skip for a remote host.
1810 * gdb.base/realname-expand.exp: Likewise.
1811 * gdb.linespec/macro-relative.exp: Likewise.
1812
ab917dfb
PA
18132014-10-29 Pedro Alves <palves@redhat.com>
1814
1815 PR gdb/17408
1816 * gdb.threads/schedlock.c (some_function): New function.
1817 (call_function): New global.
1818 (MAYBE_CALL_SOME_FUNCTION): New macro.
1819 (thread_function): Call it.
1820 * gdb.threads/schedlock.exp (get_args): Add description parameter,
1821 and use it instead of a global counter. Adjust all callers.
1822 (get_current_thread): Use "find current thread" for test message
1823 here rather than having all callers pass down the same string.
1824 (goto_loop): New procedure, factored out from ...
1825 (my_continue): ... this.
1826 (step_ten_loops): Change parameter from test message to command to
1827 use. Adjust.
1828 (list_count): Delete global.
1829 (check_result): New procedure, factored out from duplicate top
1830 level code.
1831 (continue tests): Wrap in with_test_prefix.
1832 (test_step): New procedure, factored out from duplicate top level
1833 code.
1834 (top level): Test "step" in combination with all scheduler-locking
1835 modes. Test "next" in combination with all scheduler-locking
1836 modes, and in combination with stepping over a function call or
1837 not.
1838 * gdb.threads/next-bp-other-thread.c: New file.
1839 * gdb.threads/next-bp-other-thread.exp: New file.
1840
d3d4baed
PA
18412014-10-29 Pedro Alves <palves@redhat.com>
1842
1843 PR python/17372
1844 * gdb.python/python.exp: Test a multi-line command that spawns
1845 interactive Python.
1846 * gdb.base/multi-line-starts-subshell.exp: New file.
1847
563e8d85
YQ
18482014-10-29 Yao Qi <yao@codesourcery.com>
1849
1850 * gdb.base/fileio.exp: Make directories on host.
1851
0ea4d52e
YQ
18522014-10-29 Yao Qi <yao@codesourcery.com>
1853
1854 * gdb.base/fileio.c (test_write): Close the file.
1855
7f5ef605
PA
18562014-10-28 Pedro Alves <palves@redhat.com>
1857
1858 PR gdb/12623
1859 * gdb.base/sigstep.c (no_handler): New global.
1860 (main): If 'no_handler is true, set the signal handlers to
1861 SIG_IGN.
1862 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
1863 with_sw_watch and no_handler parameters. Handle them.
1864 (top level) <stepping over handler when stopped at a breakpoint
1865 test>: Add a test axis for testing with a software watchpoint, and
1866 another for testing with the signal handler set to SIG_IGN.
1867 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
1868 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
1869
abbdbd03
PA
18702014-10-28 Pedro Alves <palves@redhat.com>
1871
1872 PR gdb/17511
1873 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
1874 * gdb.base/sigstep.exp (other_handler_location): New global.
1875 (advance): Support stepping into the signal handler, and running
1876 commands while in the handler.
1877 (in_handler_map): New global.
1878 (top level): In the advance test, add combinations for getting
1879 into the handler with stepping commands, and for running commands
1880 in the handler. Add comment descripting the advancei tests.
1881
1df4399f
PA
18822014-10-28 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.base/sigstep.exp: Use build_executable instead of
1885 prepare_for_testing.
1886 (top level): Move code that starts GDB, runs to main and creates a
1887 display to ...
1888 (restart): ... this new procedure.
1889 (top level): Move backtrace from signal handler test to ...
1890 (validate_backtrace): ... this new procedure.
1891 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
1892 with_test_prefix. Always restart GDB.
1893 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
1894 with_test_prefix. Always restart GDB. No need to delete
1895 breakpoints after the test.
1896 (test_skip_handler): Remove prefix parameter.
1897 (skip_over_handler, breakpoint_to_handler)
1898 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
1899 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
1900 restart GDB. No need to delete breakpoints after the test.
1901 (top level): Use foreach to call the test procedures with
1902 different commands.
1903
a5b6e449
PA
19042014-10-28 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
1907 instead of GNATS numbers.
1908 * gdb.base/sigbpt.exp: Likewise.
1909 * gdb.base/siginfo.exp: Likewise.
1910 * gdb.base/sigstep.exp: Likewise.
1911
e5f8a7cc
PA
19122014-10-27 Pedro Alves <palves@redhat.com>
1913
1914 * gdb.base/sigstep.c (dummy): New global.
1915 (main): Issue a couple writes to the new global.
1916 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
1917 procedures.
1918 (skip_over_handler): Use test_skip_handler.
1919 (top level): Call skip_over_handler for stepi and nexti too.
1920 (breakpoint_over_handler): Use test_skip_handler.
1921 (top level): Call breakpoint_over_handler for stepi and nexti too.
1922
763905a3
YQ
19232014-10-27 Yao Qi <yao@codesourcery.com>
1924
1925 * gdb.trace/tfile.c (adjust_function_address)
1926 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
1927 function descriptor.
1928
6f259a23
DB
19292014-10-24 Don Breazeal <donb@codesourcery.com>
1930
1931 * gdb.base/foll-fork.exp (test_follow_fork,
1932 catch_fork_child_follow): Check for updated fork messages emitted
1933 from infrun.c.
1934 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
1935 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
1936 vfork_and_exec_child_follow_through_step): Check for updated vfork
1937 messages emitted from infrun.c.
1938
09dd9a69
PA
19392014-10-24 Pedro Alves <palves@redhat.com>
1940
1941 * gdb.base/corefile.exp: Remove references to ultrix.
1942 * gdb.base/interrupt.exp: Likewise.
1943 * gdb.base/whatis.exp: Likewise.
1944 * gdb.gdb/selftest.exp: Likewise.
1945 * gdb.threads/manythreads.exp: Likewise.
1946 * gdb.threads/print-threads.exp: Likewise.
1947 * gdb.threads/pthreads.exp:: Likewise.
1948 * gdb.threads/schedlock.exp: Likewise.
1949
3433cfa5
SC
19502014-10-24 Siva Chandra Reddy <sivachandra@google.com>
1951
1952 * gdb.cp/non-trivial-retval.cc: Add a test case.
1953 * gdb.cp/non-trivial-retval.exp: Add a test.
1954
092f880b
YQ
19552014-10-20 Yao Qi <yao@codesourcery.com>
1956
1957 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
1958 * gdb.python/py-objfile-script-gdb.py: New file.
1959 * gdb.python/py-objfile-script.exp: Update reference to
1960 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
1961 of remote_download. Remove the dest file.
1962
acbdb7f3
YQ
19632014-10-20 Yao Qi <yao@codesourcery.com>
1964
1965 * gdb.base/checkpoint.exp: Don't remove file copied on host.
1966 * gdb.base/step-line.exp: Likewise.
1967 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
1968 * gdb.dwarf2/dw2-basic.exp: Likewise.
1969 * gdb.dwarf2/dw2-compressed.exp: Likewise.
1970 * gdb.dwarf2/dw2-filename.exp: Likewise.
1971 * gdb.dwarf2/dw2-intercu.exp: Likewise.
1972 * gdb.dwarf2/dw2-intermix.exp: Likewise.
1973 * gdb.dwarf2/dw2-producer.exp: Likewise.
1974 * gdb.dwarf2/mac-fileno.exp: Likewise.
1975 * gdb.python/py-frame-args.exp: Likewise.
1976 * gdb.python/py-framefilter.exp: Likewise.
1977 * gdb.python/py-mi.exp: Likewise.
1978 * gdb.python/py-objfile-script.exp: Likewise
1979 * gdb.python/py-pp-integral.exp: Likewise.
1980 * gdb.python/py-pp-re-notag.exp: Likewise.
1981 * gdb.python/py-prettyprint.exp: Likewise.
1982 * gdb.python/py-section-script.exp: Likewise.
1983 * gdb.python/py-typeprint.exp: Likewise.
1984 * gdb.python/py-xmethods.exp: Likewise.
1985 * gdb.stabs/weird.exp: Likewise.
1986 * gdb.xml/tdesc-regs.exp: Likewise.
1987
bd286a29
KCY
19882014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
1989
1990 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
1991 (out_cu): Use addr_len for the size of addresses.
1992 (out_line): Likewise. Size DW_LNE_set_address instruction
1993 according to addr_len.
1994 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
1995 (FUNC): Add START_INSNS to definition.
1996
673dc4a0
YQ
19972014-10-18 Yao Qi <yao@codesourcery.com>
1998
1999 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2000 gdb_has_argv0 return true.
2001 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2002 check [target_info exists noargs], check [gdb_has_argv0]
2003 instead.
2004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2005 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2006 procedures.
2007
4ffbba72
DE
20082014-10-17 Doug Evans <dje@google.com>
2009
2010 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2011 event.
2012 * gdb.python/py-events.py: Add clear_objfiles event.
2013
d096d8c1
DE
20142014-10-17 Doug Evans <dje@google.com>
2015
2016 * gdb.python/py-objfile.exp: Test progspace attribute.
2017
a80db015
LM
20182014-10-17 Luis Machado <lgustavo@codesourcery.com>
2019
2020 * gdb.guile/scm-breakpoint.exp: Do not assume any
2021 directory separators when matching source file paths.
2022 * gdb.python/py-breakpoint.exp: Likewise.
2023 * gdb.reverse/break-precsave.exp: Likewise.
2024 * gdb.reverse/break-reverse.exp: Likewise.
2025 * gdb.reverse/consecutive-precsave.exp: Likewise.
2026 * gdb.reverse/finish-precsave.exp: Likewise.
2027 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2028 * gdb.reverse/finish-reverse.exp: Likewise.
2029 * gdb.reverse/i386-precsave.exp: Likewise.
2030 * gdb.reverse/i387-env-reverse.exp: Likewise.
2031 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2032 * gdb.reverse/machinestate-precsave.exp: Likewise.
2033 * gdb.reverse/machinestate.exp: Likewise.
2034 * gdb.reverse/sigall-precsave.exp: Likewise.
2035 * gdb.reverse/solib-precsave.exp: Likewise.
2036 * gdb.reverse/step-precsave.exp: Likewise.
2037 * gdb.reverse/until-precsave.exp: Likewise.
2038 * gdb.reverse/watch-precsave.exp: Likewise.
2039 * gdb.reverse/watch-reverse.exp: Likewise.
2040
b22089ab
YQ
20412014-10-17 Yao Qi <yao@codesourcery.com>
2042
2043 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2044 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2045
6c4486e6
PA
20462014-10-17 Pedro Alves <palves@redhat.com>
2047
2048 PR gdb/17471
2049 * gdb.base/bg-execution-repeat.c: New file.
2050 * gdb.base/bg-execution-repeat.exp: New file.
2051
0ff33695
PA
20522014-10-17 Pedro Alves <palves@redhat.com>
2053
2054 PR gdb/17300
2055 * gdb.base/continue-all-already-running.c: New file.
2056 * gdb.base/continue-all-already-running.exp: New file.
2057
6fdebc3d
PA
20582014-10-17 Pedro Alves <palves@redhat.com>
2059
2060 PR gdb/17472
2061 * gdb.base/annota-input-while-running.c: New file.
2062 * gdb.base/annota-input-while-running.exp: New file.
2063
32a8097b
PA
20642014-10-17 Pedro Alves <palves@redhat.com>
2065
2066 * gdb.base/callfuncs.exp: emove references to osf.
2067 * gdb.base/sigall.exp: Likewise.
2068 * gdb.gdb/selftest.exp: Likewise.
2069 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2070 * gdb.mi/non-stop.c: Likewise.
2071 * gdb.mi/pthreads.c: Likewise.
2072 * gdb.reverse/sigall-precsave.exp: Likewise.
2073 * gdb.reverse/sigall-reverse.exp: Likewise.
2074 * gdb.threads/pthreads.c: Likewise.
2075 * gdb.threads/pthreads.exp: Likewise.
2076
7a3517ff
YQ
20772014-10-17 Yao Qi <yao@codesourcery.com>
2078
2079 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2080 check 'target_info exists noargs'.
2081 (test_command_prompt_position): Likewise.
2082 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2083 Remove "set args".
2084 (progvar_simple_while_test): Likewise.
2085 (progvar_complex_if_while_test): Likewise.
2086 (if_while_breakpoint_command_test): Likewise.
2087 (infrun_breakpoint_command_test): Likewise.
2088 (breakpoint_command_test): Likewise.
2089 (watchpoint_command_test): Likewise.
2090 (bp_deleted_in_command_test): Likewise.
2091 (temporary_breakpoint_commands): Likewise.
2092
bb99c472
YQ
20932014-10-16 Yao Qi <yao@codesourcery.com>
2094
2095 * gdb.base/remotetimeout.exp: Remove noargs checking.
2096
7c16b83e
PA
20972014-10-15 Pedro Alves <palves@redhat.com>
2098
2099 PR breakpoints/9649
2100 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2101 * gdb.base/breakpoint-in-ro-region.exp
2102 (probe_target_hardware_step): New procedure.
2103 (top level): Probe hardware stepping and hardware breakpoint
2104 support. Test stepping through a read-only region, with both
2105 "breakpoint auto-hw" on and off and both "always-inserted" on and
2106 off.
2107
35a49624
IB
21082014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2109
2110 * gdb.dlang/demangle.exp: Update for demangling changes.
2111
2d1c107c
SC
21122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2113
2114 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2115 * gdb.cp/non-trivial-retval.exp: Add new tests.
2116
778811d5
SC
21172014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2118
2119 PR c++/13403
2120 PR c++/15154
2121 * gdb.cp/non-trivial-retval.cc: New file.
2122 * gdb.cp/non-trivial-retval.exp: New file.
2123
10c5f0a8
YQ
21242014-10-15 Yao Qi <yao@codesourcery.com>
2125
2126 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2127 remote host.
2128
65d7b369
YQ
21292014-10-15 Yao Qi <yao@codesourcery.com>
2130
2131 * gdb.python/py-symbol.exp: Match file base name if host is
2132 remote, otherwise match file name with dir name.
2133 * gdb.python/py-symtab.exp: Likewise.
2134 * gdb.python/python.exp: Likewise.
2135
46dc1394
YQ
21362014-10-15 Yao Qi <yao@codesourcery.com>
2137
2138 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2139 pattern.
2140 * gdb.python/py-symtab.exp: Likewise.
2141 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2142 locationn.
2143
c40cc657
JB
21442014-10-14 Joel Brobecker <brobecker@adacore.com>
2145
2146 * gdb.ada/addr_arith: New testcase.
2147
2abf49e1
MR
21482014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2149
2150 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2151 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2152 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2153 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2154
f7088df3
SDJ
21552014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2156
2157 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2158 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2159 * gdb.arch/stap-eval-lang-ada.exp: New file.
2160
4dc06805
YQ
21612014-10-14 Yao Qi <yao@codesourcery.com>
2162
2163 * gdb.mi/mi-var-child.c (nothing1): New function.
2164 (nothing2): New function.
2165 (do_children_tests): Set function pointers by nothing1 and
2166 nothing2.
2167 * gdb.mi/mi-var-child.exp: Step over new added statements.
2168 Update test to match the new output.
2169 * gdb.mi/var-cmd.c (nothing1): New function.
2170 (nothing2): New function.
2171 (do_children_tests): Set function pointers by nothing1 and
2172 nothing2.
2173 * gdb.mi/mi-var-display.exp: Update test to match output.
2174 Step to the line specified by $line_dct_nothing.
2175 Increase the number of lines to step.
2176
46a93de2
YQ
21772014-10-14 Yao Qi <yao@codesourcery.com>
2178
2179 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2180 tests.
2181 * gdb.mi/mi2-var-child.exp: Likewise.
2182
14ea52ee
DE
21832014-10-13 Doug Evans <dje@google.com>
2184
2185 * gdb.python/py-objfile.exp: Change name of file name test.
2186
e5c6e92b
DE
21872014-10-13 Doug Evans <dje@google.com>
2188
2189 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2190 from the start of the CU.
2191
c780cc2f
JK
21922014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2193 Yao Qi <yao@codesourcery.com>
2194
2195 Fix "save breakpoints" for "catch" command.
2196 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2197 Remove -nonewline. Match also the added "main" line.
2198
99894e11
JK
21992014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2200
2201 Fix "save breakpoints" for "disable $bpnum" command.
2202 * gdb.base/save-bp.c (main): Add label.
2203 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2204
6e1ac5a3
JK
22052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2208
754dd2b0
YQ
22092014-10-11 Yao Qi <yao@codesourcery.com>
2210
2211 * gdb.server/server-kill.exp: Execute command
2212 "set remote trace-status-packet on" before "tstatus".
2213
f90183d7
YQ
22142014-10-11 Yao Qi <yao@codesourcery.com>
2215
2216 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2217 (main): Call getppid.
2218 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2219 and continue to it. Read variable "server_pid".
2220
bf40a607
YQ
22212014-10-11 Yao Qi <yao@codesourcery.com>
2222
2223 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2224
052ca370
YQ
22252014-10-11 Yao Qi <yao@codesourcery.com>
2226
2227 * gdb.threads/thread-find.exp: Don't execute command
2228 "info threads".
2229 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2230 * gdb.threads/linux-dp.exp: Don't check the condition
2231 $threads_created equals to zero.
2232
3831839c
PA
22332014-10-10 Pedro Alves <palves@redhat.com>
2234
2235 * gdb.base/bigcore.exp: Remove references to IRIX.
2236 * gdb.base/funcargs.exp: Likewise.
2237 * gdb.base/interrupt.exp: Likewise.
2238 * gdb.base/mips_pro.exp: Likewise.
2239 * gdb.base/nodebug.exp: Likewise.
2240 * gdb.base/setvar.exp: Likewise.
2241 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2242
8b9a549d
PA
22432014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2244 Pedro Alves <palves@redhat.com>
2245
2246 PR symtab/14466
2247 * gdb.base/vdso-warning.c: New file.
2248 * gdb.base/vdso-warning.exp: New file.
2249
d48ba5e8
DE
22502014-10-02 Doug Evans <dje@google.com>
2251
2252 * gdb.base/structs.c (main): Don't run forever.
2253
2278c276
PA
22542014-10-02 Pedro Alves <palves@redhat.com>
2255
2256 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2257 (top level) <stop threads 1, stop threads 2>: Use it.
2258
b57bacec
PA
22592014-10-02 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.threads/break-while-running.exp (test): Add new
2262 'update_thread_list' argument. Skip "info threads" if false.
2263 (top level): Add new 'update_thread_list' axis.
2264
13fd3ff3
PA
22652014-10-02 Pedro Alves <palves@redhat.com>
2266
2267 PR breakpoints/17431
2268 * gdb.base/execl-update-breakpoints.c: New file.
2269 * gdb.base/execl-update-breakpoints.exp: New file.
2270
0fec99e8
PA
22712014-10-01 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.base/breakpoint-in-ro-region.c: New file.
2274 * gdb.base/breakpoint-in-ro-region.exp: New file.
2275
2ddf4301
SM
22762014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2277
2278 * gdb.mi/mi-exit-code.exp: New file.
2279 * gdb.mi/mi-exit-code.c: New file.
2280
6a5f3f43
YQ
22812014-09-30 Yao Qi <yao@codesourcery.com>
2282
2283 * lib/prelink-support.exp (build_executable_own_libs): Error if
2284 the target isn't native.
2285
345bcc73
YQ
22862014-09-30 Yao Qi <yao@codesourcery.com>
2287
2288 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2289 false.
2290
a25a5a45
PA
22912014-09-22 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.threads/break-while-running.exp: New file.
2294 * gdb.threads/break-while-running.c: New file.
2295
00ba3162
YQ
22962014-09-19 Yao Qi <yao@codesourcery.com>
2297
2298 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2299 Invoke test. Restart GDB with --readnow and invoke test again.
2300
c3b7b696
YQ
23012014-09-19 Yao Qi <yao@codesourcery.com>
2302
2303 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2304 proc set_breakpoint_on_gcd_function. Invoke
2305 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2306 invoke set_breakpoint_on_gcd_function again.
2307
2b4fd423
DE
23082014-09-18 Doug Evans <dje@google.com>
2309
2310 * gdb.dwarf2/symtab-producer.exp: New file.
2311
a5947601
SDJ
23122014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2313
2314 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2315 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2316 * gdb.base/global-var-nested-by-dso.c: Likewise.
2317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2318
91c19059
SDJ
23192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2320 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.base/watch-bitfields.exp: Pass string other than test file
2323 name to prepare_for_testing.
2324 (watch): New procedure.
2325 (expect_watchpoint): Use with_test_prefix.
2326 (top level): Factor out tests to ...
2327 (test_watch_location, test_regular_watch): ... these new
2328 procedures, and use with_test_prefix and gdb_continue_to_end.
2329
bb9d5f81
PP
23302014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2331
2332 PR breakpoints/12526
2333 * gdb.base/watch-bitfields.exp: New file.
2334 * gdb.base/watch-bitfields.c: New file.
2335
635856f5
PA
23362014-09-16 Pedro Alves <palves@redhat.com>
2337
2338 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2339 software and hardware addresses, not software address against
2340 itself.
2341
7280ceea
PA
23422014-09-16 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2345 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2346
428b16bd
PA
23472014-09-16 Pedro Alves <palves@redhat.com>
2348
2349 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2350 files.
2351 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2352 "*-*-vxworks*" throughout.
2353 * gdb.base/break.exp: Likewise.
2354 * gdb.base/default.exp: Likewise.
2355 * gdb.base/scope.exp: Likewise.
2356 * gdb.base/sepdebug.exp: Likewise.
2357 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2358 throughout.
2359 * gdb.base/run.c: Likewise.
2360 * gdb.base/sepdebug.c: Likewise.
2361 * gdb.hp/gdb.aCC/run.c: Likewise.
2362 * gdb.reverse/until-reverse.c: Likewise.
2363 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2364
666d413c
YQ
23652014-09-16 Yao Qi <yao@codesourcery.com>
2366
2367 * boards/local-remote-host-native.exp: New file.
2368
57cbd724
DE
23692014-09-14 Doug Evans <xdje42@gmail.com>
2370
2371 * gdb.threads/queue-signal.c (thread_count): New variable.
2372 (thread_count_mutex, thread_count_condvar): New variables.
2373 (incr_thread_count, wait_all_threads_running): New functions.
2374 (main): Wait for all threads to be in their thread functions.
2375
81219e53
DE
23762014-09-13 Doug Evans <xdje42@gmail.com>
2377
2378 * gdb.threads/queue-signal.c: New file.
2379 * gdb.threads/queue-signal.exp: New file.
2380
3714cea7
DE
23812014-09-13 Doug Evans <xdje42@gmail.com>
2382
2383 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2384 be consistent with what default_gdb_init uses.
2385 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2386 the plain text of the prompt. Add some logging printfs.
2387 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2388
fa43b1d7
PA
23892014-09-12 Pedro Alves <palves@redhat.com>
2390
2391 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2392 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2393 * gdb.arch/i386-size-overlap.exp: Likewise.
2394 * gdb.arch/i386-size.exp: Likewise.
2395 * gdb.arch/i386-unwind.exp: Likewise.
2396 * gdb.base/a2-run.exp: Likewise.
2397 * gdb.base/break.exp: Likewise.
2398 * gdb.base/charset.exp: Likewise.
2399 * gdb.base/chng-syms.exp: Likewise.
2400 * gdb.base/commands.exp: Likewise.
2401 * gdb.base/dbx.exp: Likewise.
2402 * gdb.base/find.exp: Likewise.
2403 * gdb.base/funcargs.exp: Likewise.
2404 * gdb.base/jit-simple.exp: Likewise.
2405 * gdb.base/reread.exp: Likewise.
2406 * gdb.base/sepdebug.exp: Likewise.
2407 * gdb.base/step-bt.exp: Likewise.
2408 * gdb.cp/mb-inline.exp: Likewise.
2409 * gdb.cp/mb-templates.exp: Likewise.
2410 * gdb.objc/basicclass.exp: Likewise.
2411 * gdb.threads/killed.exp: Likewise.
2412
9d9bf2df
EBM
24132014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2414
2415 PR tdep/17379
2416 * gdb.arch/powerpc-stackless.S: New file.
2417 * gdb.arch/powerpc-stackless.exp: New file.
2418
1cf2f1b0
JK
24192014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2420
2421 * gdb.base/attach.c: Include unistd.h.
2422 (main): Call alarm. Add label postloop.
2423 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2424 gdb_breakpoint, gdb_continue_to_breakpoint.
2425 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2426
98880d46
PA
24272014-09-11 Pedro Alves <palves@redhat.com>
2428
2429 PR gdb/17347
2430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2431 * gdb.base/attach.exp (test_command_line_attach_run): New
2432 procedure.
2433 (top level): Call it.
2434
4c92ff2c
PA
24352014-09-11 Pedro Alves <palves@redhat.com>
2436
2437 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2438 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2439 (do_command_attach_tests): Use spawn_wait_for_attach.
2440 * gdb.base/solib-overlap.exp: Likewise.
2441 * gdb.multi/multi-attach.exp: Likewise.
2442 * gdb.python/py-prompt.exp: Likewise.
2443 * gdb.python/py-sync-interp.exp: Likewise.
2444 * gdb.server/ext-attach.exp: Likewise.
2445
3adc1a7d
GKB
24462014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2447
2448 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2449 command in testcase. Simplify testcase.
2450
96334934
JB
24512014-09-10 Joel Brobecker <brobecker@adacore.com>
2452
2453 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2454
eb479039
JB
24552014-09-10 Joel Brobecker <brobecker@adacore.com>
2456
2457 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2458
deede10c
JB
24592014-09-10 Joel Brobecker <brobecker@adacore.com>
2460
2461 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2462
7828a5f5
JB
24632014-09-10 Joel Brobecker <brobecker@adacore.com>
2464
2465 * gdb.dwarf2/dynarr-ptr.c: New file.
2466 * gdb.dwarf2/dynarr-ptr.exp: New file.
2467
33aeebcf
MR
24682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2469
2470 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2471 of 30 rather than hardcoding 120 for a slow test case. Take the
2472 `gdb,timeout' target setting into account for this calculation.
2473 Don't extend the timeout for the test cases that don't need it.
2474
7b415901
MR
24752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2476
2477 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2478 a factor of 2 for a slow test case. Take the `gdb,timeout'
2479 target setting into account for this calculation.
2480 * gdb.reverse/until-precsave.exp: Increase the timeout by
2481 a factor of 15 and 3 respectively rather than adding 120
2482 for a pair of slow test cases. Take the `gdb,timeout'
2483 target setting into account for this calculation.
2484
4a40f85a
MR
24852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2486
2487 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2488 timeout, don't pass one down to gdb_expect.
2489 (gdb_expect): Rework timeout selection.
2490
09635af7
MR
24912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2492
2493 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2494 exception on timeout.
2495 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2496 (gdbserver_start_extended): Catch any `gdbserver_start' error
2497 exceptions.
2498 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2499 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2500 `gdbserver_gdb_load' error exceptions.
2501
2bdd10b7
MR
25022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2503
2504 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2505 120 on waiting for the TCP socket to open.
2506
316935f0
DE
25072014-09-09 Doug Evans <xdje42@gmail.com>
2508
2509 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2510 _caller_matches, _any_caller_is, _any_caller_matches.
2511
83740597
DE
25122014-09-09 Doug Evans <xdje42@gmail.com>
2513
2514 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2515
4c122fc3
YQ
25162014-09-09 Yao Qi <yao@codesourcery.com>
2517
2518 * gdb.mi/mi-var-display.exp: Set print symbol off.
2519
a9f116cb
GKB
25202014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2521
2522 PR gdb/17035
2523 * gdb.base/commands.exp: Add tests to verify user-defined
2524 commands with empty bodies.
2525 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2526 python commands in `show user command`.
2527 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2528 scheme commands in `show user command`.
2529
c75bd3a2
JK
25302014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 PR python/17355
2533 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2534 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2535 * gdb.python/py-framefilter-invalidarg.exp: New file.
2536 * gdb.python/py-framefilter-invalidarg.py: New file.
2537
faa42425
DE
25382014-09-06 Doug Evans <xdje42@gmail.com>
2539
2540 PR 15276
2541 * gdb.python/py-caller-is.c: New file.
2542 * gdb.python/py-caller-is.exp: New file.
2543
474ca4f6
SDJ
25442014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2545
2546 PR gdb/17235
2547 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2548 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2549
eb0b0463
SDJ
25502014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2551
2552 PR fortran/17237
2553 * gdb.fortran/print-formatted.exp: New file.
2554 * gdb.fortran/print-formatted.f90: Likewise.
2555
5f3b99cf
SS
25562014-09-03 Sasha Smundak <asmundak@google.com>
2557
2558 * gdb.python/py-frame.exp: Test Frame.read_register.
2559
7d793aa9
SDJ
25602014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2561
2562 PR python/16699
2563 * gdb.python/py-completion.exp: New file.
2564 * gdb.python/py-completion.py: Likewise.
2565
fb0576e9
DE
25662014-08-28 Doug Evans <dje@google.com>
2567
2568 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2569 eax,etc. are live with values set by gdb and thus the compiler can't
2570 use them.
2571 * gdb.arch/i386-pseudo.c (main): Ditto.
2572
ee92b0dd
DE
25732014-08-27 Doug Evans <dje@google.com>
2574
2575 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2576
6649db35
DE
25772014-08-25 Doug Evans <dje@google.com>
2578
2579 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2580 (main): Ditto.
2581
564b7600
DE
25822014-08-25 Doug Evans <dje@google.com>
2583
2584 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2585
3881fb67
YQ
25862014-08-24 Yao Qi <yao@codesourcery.com>
2587
2588 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2589 symbol off.
2590 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2591
a05a36a5
DE
25922014-08-22 Doug Evans <dje@google.com>
2593
2594 PR 17276
2595 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2596 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2597 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2598
7c343b48
YQ
25992014-08-22 Yao Qi <yao@codesourcery.com>
2600
2601 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2602 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2603 * gdb.python/python.exp: Likewise. Use .py file on the host
2604 instead of the build.
2605
22fd09ae
JK
26062014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 * gdb.threads/gcore-stale-thread.c: New file.
2609 * gdb.threads/gcore-stale-thread.exp: New file.
2610
a8454a7c
PA
26112014-08-21 Pedro Alves <palves@redhat.com>
2612
2613 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2614 * gdb.base/gcore-relro-pie.exp: Likewise.
2615 * gdb.base/gcore-relro.exp: Likewise.
2616 * gdb.base/gcore.exp: Likewise.
2617 * gdb.base/print-symbol-loading.exp: Likewise.
2618 * gdb.threads/gcore-thread.exp: Likewise.
2619 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2620
2a31c623
PA
26212014-08-20 Pedro Alves <palves@redhat.com>
2622 Jan Kratochvil <jan.kratochvil@redhat.com>
2623
2624 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2625 configure.
2626 (EXPECT): Handle READ1 being set.
2627 (all): Depend on EXTRA_RULES.
2628 (check-read1, expect-read1, read1.so, read1): New rules.
2629 * README (Testsuite Parameters): Document the READ1 make variable.
2630 (Race detection): New section.
2631 * configure: Regenerate.
2632 * configure.ac: If build==host==target, and running under a
2633 GNU/glibc system, add read1 to the extra Makefile rules.
2634 (EXTRA_RULES): AC_SUBST it.
2635 * lib/read1.c: New file.
2636
d36430db
JB
26372014-08-20 Joel Brobecker <brobecker@adacore.com>
2638
2639 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2640 the handling of variables declared as a typedef to an array
2641 which a DW_AT_data_location attribute.
2642
9a0dc9e3
PA
26432014-08-19 Andrew Burgess <aburgess@broadcom.com>
2644 Pedro Alves <palves@redhat.com>
2645
2646 PR symtab/14604
2647 PR symtab/14605
2648 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2649 gdb_test.
2650
0718a8da
PA
26512014-08-19 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2654
13b448cd
YQ
26552014-08-19 Yao Qi <yao@codesourcery.com>
2656
2657 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2658 right line.
2659
1cbf5077
DB
26602014-08-18 David Blaikie <dblaikie@gmail.com>
2661
2662 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2663
bf0fae19
JB
26642014-08-18 Joel Brobecker <brobecker@adacore.com>
2665
2666 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2667 attribute in array range.
2668
3c8c5dcc
JB
26692014-08-18 Joel Brobecker <brobecker@adacore.com>
2670
2671 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2672
e66d4446
SC
26732014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2674
2675 PR c++/17132
2676 * gdb.cp/pr17132.cc: New file.
2677 * gdb.cp/pr17132.exp: New file.
2678
940df408
SC
26792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2680
2681 * gdb.python/py-xmethods.py (A_getarrayind)
2682 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2683 Use 'print' with function call syntax.
2684 (E_method_matcher.match): Fix tab vs space indentation mixup.
2685
ebcc6c3a
YQ
26862014-08-15 Yao Qi <yao@codesourcery.com>
2687
2688 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2689 false.
2690
775e0f04
YQ
26912014-08-15 Yao Qi <yao@codesourcery.com>
2692
2693 * gdb.cp/casts.exp: Set print symbol off.
2694 * gdb.cp/class2.exp: Likewise.
2695 * gdb.cp/overload.exp: Likewise.
2696 * gdb.cp/templates.exp: Likewise.
2697
d769e349
DE
26982014-08-11 Doug Evans <dje@google.com>
2699
2700 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2701 (test_load_shlib): Update.
2702
20c6f1e1
YQ
27032014-08-09 Yao Qi <yao@codesourcery.com>
2704
2705 * gdb.base/display.exp: Invoke is_address_zero_readable.
2706 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2707 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2708 * gdb.base/hbreak-unmapped.exp: Return if
2709 is_address_zero_readable returns true.
2710 * gdb.base/signest.exp: Likewise.
2711 * gdb.base/signull.exp: Likewise.
2712 * gdb.base/sigbpt.exp: Likewise.
2713 * gdb.guile/scm-disasm.exp: Do the test if
2714 is_address_zero_readable returns false.
2715 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2716 * gdb.python/py-arch.exp: Likewise.
2717 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2718 * lib/gdb.exp (is_address_zero_readable): New proc.
2719
5792e8e3
YQ
27202014-08-09 Yao Qi <yao@codesourcery.com>
2721
2722 PR testsuite/13443
2723 * gdb.mi/mi-var-display.exp: Make test messages unique.
2724
3cecbbbe
TT
27252014-08-04 Tom Tromey <tromey@redhat.com>
2726
2727 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2728 target 0".
2729
00b51ff5
TT
27302014-08-04 Tom Tromey <tromey@redhat.com>
2731
2732 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2733 "target_resume".
2734
6908c509
JB
27352014-08-01 Joel Brobecker <brobecker@adacore.com>
2736
2737 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2738 inner_vla_struct_object_size.
2739 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2740 as xfail.
2741
cc6563d2
PA
27422014-07-30 Pedro Alves <palves@redhat.com>
2743
2744 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2745 comment.
2746
7e09a223
YQ
27472014-07-29 Yao Qi <yao@codesourcery.com>
2748
2749 PR gdb/17206
2750 * gdb.base/until-nodebug.exp: New.
2751
7ebdbe92
DE
27522014-07-28 Doug Evans <xdje42@gmail.com>
2753
2754 PR guile/17203
2755 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2756 previously existing parameter, and previously ambiguously spelled
2757 parameter.
2758
fdb1adc6
WN
27592014-07-28 Will Newton <will.newton@linaro.org>
2760
2761 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2762
186fcde0
DE
27632014-07-26 Ludovic Courtès <ludo@gnu.org>
2764 Doug Evans <xdje42@gmail.com>
2765
2766 PR guile/17146
2767 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2768
70509625
PA
27692014-07-25 Pedro Alves <palves@redhat.com>
2770
2771 * gdb.threads/signal-command-handle-nopass.c: New file.
2772 * gdb.threads/signal-command-handle-nopass.exp: New file.
2773 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
2774 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
2775 * gdb.threads/signal-delivered-right-thread.c: New file.
2776 * gdb.threads/signal-delivered-right-thread.exp: New file.
2777
c3f814a1
PA
27782014-07-25 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/double-prompt-target-event-error.exp
2781 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
2782 match.
2783 (cancel_pagination_in_target_event): Rework double prompt
2784 detection.
2785 * gdb.base/paginate-after-ctrl-c-running.exp
2786 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
2787 <return>' match.
2788 * gdb.base/paginate-bg-execution.exp
2789 (test_bg_execution_pagination_return)
2790 (test_bg_execution_pagination_cancel): Remove '-notransfer
2791 <return>' matches.
2792 * gdb.base/paginate-execution-startup.exp
2793 (test_fg_execution_pagination_return)
2794 (test_fg_execution_pagination_cancel): Remove '-notransfer
2795 <return>' matches.
2796 * gdb.base/paginate-inferior-exit.exp
2797 (test_paginate_inferior_exited): Remove '-notransfer <return>'
2798 match.
2799 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
2800 * lib/gdb.exp (pagination_prompt): Run text through
2801 string_to_regexp.
2802 (gdb_test_multiple): Match $pagination_prompt instead of
2803 "<return>".
2804 (string_to_regexp): Move to lib/gdb-utils.exp.
2805
e214cf6c
JK
28062014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 * gdb.arch/amd64-entry-value-paramref.S: New file.
2809 * gdb.arch/amd64-entry-value-paramref.cc: New file.
2810 * gdb.arch/amd64-entry-value-paramref.exp: New file.
2811 * gdb.arch/amd64-optimout-repeat.S: New file.
2812 * gdb.arch/amd64-optimout-repeat.c: New file.
2813 * gdb.arch/amd64-optimout-repeat.exp: New file.
2814
17d0c5c8
JK
28152014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2816
2817 PR gdb/17170
2818 * gdb.base/statistics.exp: New file.
2819
b8b8facf
DE
28202014-07-17 Doug Evans <dje@google.com>
2821
74b49205 2822 PR gdb/17170
b8b8facf
DE
2823 * gdb.base/maint.exp: Update testing of per-command stats.
2824
1b5d0ab3
PA
28252014-07-16 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
2828 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
2829 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
2830 (tfile_write_buf): New functions.
2831 (add_memory_block): Rewrite using the above.
2832 (adjust_function_address): New function.
2833 (FUNCTION_ADDRESS): New macro.
2834 (write_basic_trace_file): Remove short_x local, and use
2835 tfile_write_16. Change type of func_addr local to unsigned long
2836 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
2837 here. Cast argument of add_memory_block to char pointer.
2838 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
2839 (main): Remove parameters.
2840 * gdb.trace/tfile.exp: Remove nowarnings.
2841
4d974e88
SM
28422014-07-15 Simon Marchi <simon.marchi@ericsson.com>
2843
2844 * gdb.base/debug-expr.exp: Test string evaluation with
2845 "debug expression" on.
2846
41e99568
PA
28472014-07-15 Pedro Alves <palves@redhat.com>
2848
2849 * gdb.base/reread.exp: Use clean_restart.
2850
487d9753
PL
28512014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
2852
2853 * gdb.arch/avr-flash-qualifer.c: New.
2854 * gdb.arch/avr-flash-qualifer.exp: New.
2855
cc1c52ad
PA
28562014-07-14 Pedro Alves <palves@redhat.com>
2857
2858 * gdb.base/paginate-after-ctrl-c-running.c: New file.
2859 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
2860
1e973570
PA
28612014-07-14 Pedro Alves <palves@redhat.com>
2862
2863 * gdb.base/double-prompt-target-event-error.c: New file.
2864 * gdb.base/double-prompt-target-event-error.exp: New file.
2865
93d6eb10
PA
28662014-07-14 Pedro Alves <palves@redhat.com>
2867
2868 PR gdb/17072
2869 * gdb.base/paginate-inferior-exit.c: New file.
2870 * gdb.base/paginate-inferior-exit.exp: New file.
2871
0017922d
PA
28722014-07-14 Pedro Alves <palves@redhat.com>
2873
2874 PR gdb/17072
2875 * gdb.base/paginate-bg-execution.c: New file.
2876 * gdb.base/paginate-bg-execution.exp: New file.
2877
94696ad3
PA
28782014-07-14 Pedro Alves <palves@redhat.com>
2879
2880 PR gdb/17072
2881 * gdb.base/paginate-execution-startup.c: New file.
2882 * gdb.base/paginate-execution-startup.exp: New file.
2883 * lib/gdb.exp (pagination_prompt): New global.
2884 (default_gdb_spawn): New procedure, factored out from
2885 default_gdb_spawn.
2886 (default_gdb_start): Adjust to call default_gdb_spawn.
2887 (gdb_spawn): New procedure.
2888
bd293940
PA
28892014-07-14 Pedro Alves <palves@redhat.com>
2890
2891 * lib/gdb.exp (gdb_assert): New procedure.
2892 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
2893
c933f875
PA
28942014-07-14 Pedro Alves <palves@redhat.com>
2895
2896 * gdb.base/execution-termios.c: New file.
2897 * gdb.base/execution-termios.exp: New file.
2898
d98b7a16
TT
28992014-07-14 Tom Tromey <tromey@redhat.com>
2900
2901 * gdb.cp/vla-cxx.cc: New file.
2902 * gdb.cp/vla-cxx.exp: New file.
2903
548740d6
TT
29042014-07-14 Tom Tromey <tromey@redhat.com>
2905
2906 * gdb.reverse/rerun-prec.c: New file.
2907 * gdb.reverse/rerun-prec.exp: New file.
2908
a25eb028
MR
29092014-07-12 Maciej W. Rozycki <macro@mips.com>
2910 Maciej W. Rozycki <macro@codesourcery.com>
2911
2912 * lib/gdb-utils.exp: New file.
2913 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
2914 inline `gdb_init_command' processing.
2915 (gdb_start_cmd): Likewise.
2916 * lib/mi-support.exp (mi_run_cmd): Likewise.
2917 * README: Document `gdb_init_command' and `gdb_init_commands'.
2918
218c2655
JK
29192014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 Fix false FAIL running under a very long directory name.
2922 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
2923 and "set print elements 10000". Twice.
2924
5401fde3
YQ
29252014-07-11 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.base/exprs.exp: "set print symbol off".
2928
e76126e8
PA
29292014-07-11 Pedro Alves <palves@redhat.com>
2930
2931 * gdb.threads/kill.c: New file.
2932 * gdb.threads/kill.exp: New file.
2933
2d6f0de6
YQ
29342014-07-10 Yao Qi <yao@codesourcery.com>
2935
2936 * gdb.trace/tfile.c (write_basic_trace_file)
2937 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
2938 address written to trace file.
2939
7180e04a
PA
29402014-07-09 Pedro Alves <palves@redhat.com>
2941
2942 * gdb.base/attach-wait-input.exp: New file.
2943 * gdb.base/attach-wait-input.c: New file.
2944
9a9a7608
AB
29452014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2946
2947 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
2948 setting up test structures.
2949 (main): Call new test function.
2950 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
2951 test function, continue into test function and walk test
2952 structures.
2953
161ac41e
YQ
29542014-07-02 Yao Qi <yao@codesourcery.com>
2955
2956 * gdb.trace/entry-values.c: Define labels 'foo_start' and
2957 'bar_start' at the beginning of functions 'foo' and 'bar'
2958 respectively.
2959 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
2960 instead of 'foo' and 'bar'.
2961
1f267ae3
MM
29622014-07-08 Markus Metzger <markus.t.metzger@intel.com>
2963
2964 * gdb.btrace/segv.exp: New.
2965 * gdb.btrace/segv.c: New.
2966
2b239efb
LM
29672014-07-02 Luis Machado <lgustavo@codesourcery.com>
2968
2969 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
2970 instruction.
2971
cf363f18
MW
29722014-06-30 Mark Wielaard <mjw@redhat.com>
2973
2974 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
2975 vulture, vilify, villar): New volatile array constants.
2976 (vindictive, vegetation): New const volatile array constants.
2977 * gdb.base/volatile.exp: Test volatile and const volatile array
2978 types.
2979
aebf9d24
AA
29802014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2981
2982 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
2983 target lacks support for awatch, rwatch, or hbreak.
2984
b67a2c6f
YQ
29852014-06-27 Yao Qi <yao@codesourcery.com>
2986
2987 * gdb.multi/dummy-frame-restore.exp: New.
2988 * gdb.multi/dummy-frame-restore.c: New.
2989
aef92902
MM
29902014-06-25 Markus Metzger <markus.t.metzger@intel.com>
2991
2992 * gdb.btrace/gcore.exp: New.
2993
8e9db26e
PA
29942014-06-23 Pedro Alves <palves@redhat.com>
2995
2996 * gdb.base/watchpoint-reuse-slot.c: New file.
2997 * gdb.base/watchpoint-reuse-slot.exp: New file.
2998
70afc5b7
SC
29992014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3000
3001 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3002 progspace's filename in 'info', 'enable' and 'disable' command
3003 tests.
3004
b972bd9c
JK
30052014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3006
3007 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3008 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3009 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3010
125f8a3d
GB
30112014-06-20 Gary Benson <gbenson@redhat.com>
3012
3013 * gdb.arch/i386-avx.exp: Fix include file location.
3014 * gdb.arch/i386-sse.exp: Likewise.
3015
3ed9baed
IB
30162014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3017
3018 * gdb.dlang/expression.exp: New file.
3019
034f788c
PA
30202014-06-19 Pedro Alves <palves@redhat.com>
3021
3022 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3023 out from ...
3024 (top level): ... here. Iterate running tests under different
3025 scheduler-locking settings.
3026
45371d0c
LM
30272014-06-18 Luis Machado <lgustavo@codesourcery.com>
3028
3029 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3030 to DW_FORM_addr and use non-zero addresses.
3031
5d376983
SC
30322014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3033
3034 PR gdb/17017
3035 * gdb.python/py-xmethods.cc: Add global function call counters and
3036 increment them in their respective functions. Remove "cout"
3037 statements.
3038 * gdb.python/py-xmethods.exp: Make tests check the global function
3039 call counters instead of depending on inferior IO.
3040
a1aa2221
LM
30412014-06-18 Don Breazeal <donb@codesourcery.com>
3042
3043 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3044 Deleted procedure.
3045 (explicit_fork_parent_follow): Deleted procedure.
3046 (explicit_fork_child_follow): Deleted procedure.
3047 (test_follow_fork): New procedure.
3048 (do_fork_tests): Replace calls to deleted procedures with
3049 calls to test_follow_fork and reset GDB for subsequent
3050 procedure calls.
3051
0fc05997
YQ
30522014-06-17 Yao Qi <yao@codesourcery.com>
3053
3054 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3055 CP1252.
3056
70795c52
LM
30572014-06-17 Luis Machado <lgustavo@codesourcery.com>
3058
3059 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3060 Initialize ptr and S explicitly.
3061 (skip_type_update_when_not_use_rtti_test): Likewise.
3062
6be47f0c
KS
30632014-06-16 Keith Seitz <keiths@redhat.com>
3064
3065 PR mi/15863
3066 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3067 the inferior is started.
3068
d03de421
PA
30692014-06-16 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/break-main-file-remove-fail.c: New file.
3072 * gdb.base/break-main-file-remove-fail.exp: New file.
3073 * gdb.base/break-unload-file.exp: Use build_executable instead of
3074 prepare_for_testing.
3075 (test_break): New parameter "initial_load". Handle it.
3076 (top level): Add initial_load cmdline/file axis.
3077
f9579b99
TT
30782014-06-12 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.base/completion.exp: Don't use directory name in test.
3081
3657956b
GB
30822014-06-09 Gary Benson <gbenson@redhat.com>
3083
3084 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3085 separate the always-available ANSI-standard signals from the
3086 signals that require checking.
3087 (main): Likewise.
3088 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3089 Likewise.
3090 (main): Likewise.
3091
4186eb54
KS
30922014-06-07 Keith Seitz <keiths@redhat.com>
3093
3094 Revert:
3095 PR c++/16253
3096 * gdb.cp/var-tag.cc: New file.
3097 * gdb.cp/var-tag.exp: New file.
3098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3099 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3100 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3102
25326a28 31032014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
3104
3105 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3106
829155c9
PA
31072014-06-06 Pedro Alves <palves@redhat.com>
3108
3109 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3110 in target debug output instead of looking at RSP packets,
3111 disabling the test on any target that uses hardware stepping.
3112 Update comments.
3113
61c8d22e
PA
31142014-06-06 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/break-unload-file.exp: Fix typo.
3117
d9a47287
YQ
31182014-06-06 Yao Qi <yao@codesourcery.com>
3119
3120 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3121 from "jit_function" to "^jit_function".
3122
e5e01dbf
YQ
31232014-06-06 Yao Qi <yao@codesourcery.com>
3124
3125 * gdb.base/async.c (foo): Add one statement.
3126 * gdb.base/async.exp: Get the next instruction address and
3127 match the output of "nexti" by instruction address. Match
3128 the hex address in the output of "finish".
3129
73ba372c
GB
31302014-06-06 Gary Benson <gbenson@redhat.com>
3131
3132 * gdb.base/call-signals.c: Remove preprocessor conditionals
3133 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3134 SIGSEGV and SIGTERM.
3135 * gdb.base/sigall.c: Likewise.
3136 * gdb.base/unwindonsignal.c: Likewise.
3137 * gdb.reverse/sigall-reverse.c: Likewise.
3138
831517df
YQ
31392014-06-06 Yao Qi <yao@codesourcery.com>
3140
3141 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3142 readable, skip the test.
3143
b8b91e98
YQ
31442014-06-06 Yao Qi <yao@codesourcery.com>
3145
3146 * gdb.threads/staticthreads.c (thread_function): Move the line
3147 setting breakpoint on forward.
3148 * gdb.threads/staticthreads.exp: Update comments.
3149
fb934770
LC
31502014-06-05 Ludovic Courtès <ludo@gnu.org>
3151
3152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3153 "history-append! type error".
3154
6ef284bd
SM
31552014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3156
3157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3158 erroneous dprintf expected input.
3159
a872e241
DE
31602014-06-04 Doug Evans <xdje42@gmail.com>
3161
3162 * gdb.guile/scm-generics.exp: Delete.
3163
16f691fb
DE
31642014-06-04 Doug Evans <xdje42@gmail.com>
3165
3166 * gdb.guile/scm-breakpoint.exp: Update.
3167 Add tests for breakpoint registration.
3168
012370f6
TT
31692014-06-04 Tom Tromey <tromey@redhat.com>
3170
3171 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3172 VLA-in-union.
3173 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3174 inner_vla_struct, vla_union types. Initialize objects of those
3175 types and compute their sizes.
3176
9f5a4cef
HZ
31772014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3178 Hui Zhu <hui@codesourcery.com>
3179
3180 * gdb.base/fileio.exp: Add test for shell not available as well as
3181 available.
3182 * gdb.base/fileio.c (test_system): Check for shell twice.
3183
90a45c4d
YQ
31842014-06-04 Yao Qi <yao@codesourcery.com>
3185
3186 * gdb.base/auto-connect-native-target.exp: Remove redundant
3187 space from the regexp pattern.
3188
70017e41
YQ
31892014-06-04 Yao Qi <yao@codesourcery.com>
3190
3191 * gdb.base/default.exp: Replace "child" with "native" in
3192 regexp pattern.
3193
883964a7
SC
31942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3195
3196 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3197 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3198 * gdb.python/py-xmethods.py: Python script supporting the
3199 new testcase and tests.
3200
ef370185
JB
32012014-06-03 Joel Brobecker <brobecker@adacore.com>
3202 Pedro Alves <palves@redhat.com>
3203
3204 PR breakpoints/17000
3205 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3206 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3207
1e2ccb61
BM
32082014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3209
3210 * gdb.base/subst.exp: Add tests to verify partial path matching
3211 output.
3212
c6ec5ab2
PA
32132014-06-03 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3216 target that doesn't use software single-stepping.
3217
835c559f
PA
32182014-06-03 Pedro Alves <palves@redhat.com>
3219
3220 PR breakpoints/17000
3221 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3222 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3223
06eb1586
DE
32242014-06-02 Doug Evans <xdje42@gmail.com>
3225
3226 * gdb.guile/scm-parameter.exp: New file.
3227
e698b8c4
DE
32282014-06-02 Doug Evans <xdje42@gmail.com>
3229
3230 * gdb.guile/scm-cmd.c: New file.
3231 * gdb.guile/scm-cmd.exp: New file.
3232
ded03782
DE
32332014-06-02 Doug Evans <xdje42@gmail.com>
3234
3235 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3236 pretty-printer lookup.
3237 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3238 (make-pp_s-printer): Call it.
3239 (make-pretty-printer-from-dict): New function.
3240 (lookup-pretty-printer-maker-from-dict): New function.
3241 (*pretty-printer*): Simplify.
3242 (make-objfile-pp_s-printer): New function.
3243 (install-objfile-pretty-printers!): New function.
3244 (make-progspace-pp_s-printer): New function.
3245 (install-progspace-pretty-printers!): New function.
3246 * gdb.guile/scm-progspace.c: New file.
3247 * gdb.guile/scm-progspace.exp: New file.
3248
41fac0cf
PA
32492014-06-02 Pedro Alves <palves@redhat.com>
3250
3251 * gdb.base/dprintf-bp-same-addr.c: New file.
3252 * gdb.base/dprintf-bp-same-addr.exp: New file.
3253
96ae5695
EBM
32542014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3255
3256 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3257 * gdb.arch/powerpc-power.s: Likewise.
3258
da02b3a8
JB
32592014-06-02 Joel Brobecker <brobecker@adacore.com>
3260
3261 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3262
c72b2e7b
YQ
32632014-06-01 Yao Qi <yao@codesourcery.com>
3264
3265 * gdb.base/watchpoint.exp (test_watch_location): Check null
3266 pointer can be dereferenced. If not, do the test, otherwise
3267 skip it.
3268
53e8a631
AB
32692014-05-30 Andrew Burgess <aburgess@broadcom.com>
3270
3271 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3272 results.
3273 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3274
938f0e2f
AB
32752014-05-30 Andrew Burgess <aburgess@broadcom.com>
3276
3277 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3278 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3279 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3280 * gdb.arch/amd64-invalid-stack-top.c: New file.
3281 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3282
9ba6657a
PA
32832014-05-30 Pedro Alves <palves@redhat.com>
3284
3285 PR breakpoints/17000
3286 * gdb.base/sss-bp-on-user-bp.c: New file.
3287 * gdb.base/sss-bp-on-user-bp.exp: New file.
3288
522c09bf
DB
32892014-05-30 David Blaikie <dblaikie@gmail.com>
3290
3291 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3292 gnu_inline semantics via attribute.
3293 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3294 source explicitly specifies the required semantics.
3295
bf4ef81e
MR
32962014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3297
3298 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3299
329ea579
PA
33002014-05-29 Pedro Alves <palves@redhat.com>
3301 Tom Tromey <tromey@redhat.com>
3302
3303 * gdb.base/async-shell.exp: Don't enable target-async.
3304 * gdb.base/async.exp
3305 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3306 parameter. Adjust.
3307 (top level): Don't test with "target-async".
3308 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3309 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3310 * gdb.base/inferior-died.exp: Don't enable target-async.
3311 * gdb.base/interrupt-noterm.exp: Likewise.
3312 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3313 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3314 * gdb.mi/mi-nonstop.exp: Likewise.
3315 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3316 * gdb.mi/mi-nsintrall.exp: Likewise.
3317 * gdb.mi/mi-nsmoribund.exp: Likewise.
3318 * gdb.mi/mi-nsthrexec.exp: Likewise.
3319 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3320 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3321 * gdb.python/py-evsignal.exp: Don't enable target-async.
3322 * gdb.python/py-evthreads.exp: Likewise.
3323 * gdb.python/py-prompt.exp: Likewise.
3324 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3325 * gdb.server/solib-list.exp: Don't enable target-async.
3326 * gdb.threads/thread-specific-bp.exp: Likewise.
3327 * lib/mi-support.exp: Adjust to use mi-async.
3328
fd664c91
PA
33292014-05-29 Pedro Alves <palves@redhat.com>
3330
3331 PR gdb/13860
3332 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3333 reason, even in sync mode.
3334
251bde03
PA
33352014-05-29 Pedro Alves <palves@redhat.com>
3336 Hui Zhu <hui@codesourcery.com>
3337
3338 PR PR15693
3339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3340 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3341 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3342 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3343
7f3c0343
JB
33442014-05-28 Joel Brobecker <brobecker@adacore.com>
3345
3346 * config/monitor.exp (gdb_target_monitor): Replace use of
3347 "set remotebaud" by "set serial baud".
3348
b2715b27
AW
33492014-05-26 Andy Wingo <wingo@igalia.com>
3350
3351 * gdb.guile/scm-breakpoint.exp:
3352 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3353 properties instead of gdb-object-properties.
3354
498a4489
YQ
33552014-05-26 Yao Qi <yao@codesourcery.com>
3356
3357 * gdb.server/no-thread-db.exp: Specify source file name
3358 explicitly when setting a breakpoint.
3359
589fdceb
MM
33602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3361
3362 * gdb.btrace/vdso.c: New.
3363 * gdb.btrace/vdso.exp: New.
3364
e9089e05
MM
33652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3366
3367 * gdb.base/gcore.exp (capture_command_output): Move ...
3368 * lib/gdb.exp (capture_command_output): ... here.
3369
67b5c0c1
MM
33702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3371
3372 * gdb.btrace/data.exp: Test memory access during btrace replay.
3373
a2199296
SM
33742014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3375
3376 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3377
17b2616c
PA
33782014-05-21 Pedro Alves <palves@redhat.com>
3379
3380 PR gdb/13860
3381 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3382 (top level): Test that output related to execution commands is
3383 sent to the console with CLI commands, but not with MI commands.
3384 Test that breakpoint events are always mirrored to the console.
3385 Also expect the new source line to be output after a "next" in
3386 async mode too. Make it a pass/fail test.
3387 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3388 output.
3389 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3390
5166082f
PA
33912014-05-21 Pedro Alves <palves@redhat.com>
3392
3393 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3394 Use them to test variations of "list" after reaching a breakpoint.
3395 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3396 Test "list" with listsize 10 after reaching a breakpoint.
3397 * gdb.python/python.exp (decode_line current location line
3398 number): Adjust expected line number.
3399
2f25d70f
SM
34002014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3403 behavior for $args, pass it directly to "run".
3404
ff604a67
MR
34052014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3406
3407 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3408 30000 to 65536.
3409
6a3cb8e8
PA
34102014-05-21 Pedro Alves <palves@redhat.com>
3411
3412 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3413 auto-connect-native-target off".
3414 * gdb.base/auto-connect-native-target.c: New file.
3415 * gdb.base/auto-connect-native-target.exp: New file.
3416
4ebfc96e
PA
34172014-05-21 Pedro Alves <palves@redhat.com>
3418
3419 * gdb.base/default.exp: Test "target native" instead of "target
3420 child".
3421
36d46afb
MW
34222014-05-21 Mark Wielaard <mjw@redhat.com>
3423
3424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3425
5876f503
JK
34262014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3427
3428 Fix TLS access for -static -pthread.
3429 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3430 <HAVE_TLS> (thread_function, main): Initialize it.
3431 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3432 Add clean_restart.
3433 <$have_tls != "">: Check TLSVAR.
3434
0256a6ac
PA
34352014-05-21 Pedro Alves <palves@redhat.com>
3436
3437 * gdb.base/dcache-line-read-error.c: New.
3438 * gdb.base/dcache-line-read-error.exp: New.
3439
936d2992
PA
34402014-05-20 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.base/compare-sections.c: New file.
3443 * gdb.base/compare-sections.exp: New file.
3444
802e8e6d
PA
34452014-05-20 Pedro Alves <palves@redhat.com>
3446
3447 * gdb.base/break-idempotent.c: New file.
3448 * gdb.base/break-idempotent.exp: New file.
3449
e59fa00f
MM
34502014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3451
3452 * gdb.btrace/nohist.exp: New.
3453
8b696e31
YQ
34542014-05-20 Yao Qi <yao@codesourcery.com>
3455
3456 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3457 gdb.reverse directory and gdb_reverse_timeout exists in board
3458 setting.
3459 * README: Document gdb_reverse_timeout.
3460
73c9764f
YQ
34612014-05-20 Yao Qi <yao@codesourcery.com>
3462
3463 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3464 'test_file_name'. Treat args as a string instead of a list.
3465 (gdb_init): Rename argument 'args' by 'test_file_name'.
3466
f1f4348a
JK
34672014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3468
3469 * gdb.arch/powerpc-power.exp: New file.
3470 * gdb.arch/powerpc-power.s: New file.
3471
0dbe70ce
DE
34722014-05-16 Doug Evans <dje@google.com>
3473
3474 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
3475 * gdb.base/completion.exp: Check that all expected files exist
3476 before doing file completion.
0dbe70ce 3477
8d551b02
DE
34782014-05-16 Doug Evans <dje@google.com>
3479
3480 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3481 Update.
3482 (do_syscall_tests_without_xml): Update.
3483
73eb7709
PA
34842014-05-16 Pedro Alves <palves@redhat.com>
3485
3486 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3487 instead of "unknown output after running".
3488
3fae92fc
YQ
34892014-05-16 Yao Qi <yao@codesourcery.com>
3490
3491 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3492 file1.txt from host at the end.
3493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3494
c2b2ccc5
DE
34952014-05-15 Doug Evans <dje@google.com>
3496
3497 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3498 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3499 loading file. Add test for TU lookup.
3500
8c217a4b
SM
35012014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3502
3503 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3504 calling "-exec-arguments" or "set args" before running the
3505 inferior.
3506
3deb39c6
SM
35072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3508
3509 * lib/mi-support.exp (mi_expect_stop): Expect message for
3510 inferiors that exit with non-zero exit code.
3511
71a79f8c
YQ
35122014-05-14 Yao Qi <yao@codesourcery.com>
3513
3514 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3515 match absolute path on remote host.
3516 (test_file_list_exec_source_files): Remove "/" from the
3517 pattern.
3518
f23fcd46
YQ
35192014-05-14 Yao Qi <yao@codesourcery.com>
3520
3521 * boards/local-remote-host-notty.exp (${board}_file): New
3522 proc.
3523
9404b58f
KM
35242014-05-07 Kyle McMartin <kyle@redhat.com>
3525
3526 Pushed by Joel Brobecker <brobecker@adacore.com>.
3527 * gdb.arch/aarch64-atomic-inst.c: New file.
3528 * gdb.arch/aarch64-atomic-inst.exp: New file.
3529
5e45f04c
YQ
35302014-05-07 Yao Qi <yao@codesourcery.com>
3531
3532 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3533 in current context" too.
3534
c888a17d
KS
35352014-05-05 Keith Seitz <keiths@redhat.com>
3536
3537 * gdb.linespec/ls-dollar.exp: Add test for linespec
3538 file:convenience_variable.
3539
290a839c
YQ
35402014-05-05 Yao Qi <yao@codesourcery.com>
3541
3542 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3543 traceframes into tfile and ctf trace files. Read data from
3544 trace file and test collected data.
3545 (gdb_collect_locals_test): Likewise.
3546 (gdb_unavailable_registers_test): Likewise.
3547 (gdb_unavailable_floats): Likewise.
3548 (gdb_collect_globals_test): Likewise.
3549 (top-level): Append "ctf" to trace_file_targets if GDB
3550 supports.
3551
b5262cd0
YQ
35522014-05-05 Yao Qi <yao@codesourcery.com>
3553
3554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3555 code to ...
3556 (gdb_collect_args_test_1): ... it. New proc.
3557 (gdb_collect_locals_test): Move some code to ...
3558 (gdb_collect_locals_test_1): ... it. New proc.
3559 (gdb_unavailable_registers_test): Move some code to ...
3560 (gdb_unavailable_registers_test_1): ... it. New proc.
3561 (gdb_unavailable_floats): Move some code to ...
3562 (gdb_unavailable_floats_1): ... it. New proc.
3563
30a1e6cc
SDJ
35642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3565
3566 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3567 probes to test for bitness recognition.
3568 * gdb.arch/amd64-stap-optional-prefix.exp
3569 (test_probe_value_without_reg): New procedure.
3570 Add code to test for different kinds of bitness.
3571
f33da99a
SDJ
35722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3573
3574 PR breakpoints/16889
3575 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3576 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3577
5b80f00d
PA
35782014-05-01 Pedro Alves <palves@redhat.com>
3579
3580 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3581 gdb_file_cmd if no file is specified.
3582 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3583 last_loaded_file to set the remote exec-file.
3584
f8c2a73c
PA
35852014-05-01 Pedro Alves <palves@redhat.com>
3586
3587 * boards/local-remote-host.exp: New file.
3588
be6e8ac7
PA
35892014-05-01 Pedro Alves <palves@redhat.com>
3590
3591 * boards/local-remote-host.exp: Rename to ...
3592 * boards/local-remote-host-notty.exp: ... this.
3593
cac0dc8f
JB
35942014-04-28 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.ada/dyn_arrayidx: New testcase.
3597
9730e6cc
YQ
35982014-04-26 Yao Qi <yao@codesourcery.com>
3599
3600 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3601 and compute the length of function main. Save it in
3602 $main_length.
3603 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3604 (top-level): Use gdb_compile to compile objects into
3605 executable and restart GDB. Remove invocation to
3606 prepare_for_testing.
3607
7ae1a6a6
PA
36082014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3609 Pedro Alves <palves@redhat.com>
3610
3611 PR server/16255
3612 * gdb.multi/multi-attach.c: New file.
3613 * gdb.multi/multi-attach.exp: New file.
3614
4082afcc
PA
36152014-04-25 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3618 user.
3619 (top level): Test that "set remote conditional-breakpoints-packet
3620 off" works as intended.
3621 * gdb.base/dprintf.exp: Test that "set remote
3622 breakpoint-commands-packet off" works as intended.
3623 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3624 New function.
3625 (top level): Call it.
3626 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3627 remote fast-tracepoints-packet off" works as intended.
3628 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3629 * lib/gdb.exp (gdb_is_target_remote): ... here.
3630
2abc3f8d
DB
36312014-04-24 David Blaikie <dblaikie@gmail.com>
3632
3633 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3634 ensure clang would not discard them.
3635 * gdb.base/gdbvars.c: Ditto.
3636 * gdb.base/memattr.c: Ditto.
3637 * gdb.base/whatis.c: Ditto.
3638 * gdb.python/py-prettyprint.c: Ditto.
3639 * gdb.trace/actions.c: Ditto.
3640 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3641 ensure clang would not discard it.
3642
bfd39632
DB
36432014-04-24 David Blaikie <dblaikie@gmail.com>
3644
3645 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3646 clang to emit the full definition of type required by the test
3647 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3648
22842ff6
DB
36492014-04-24 David Blaikie <dblaikie@gmail.com>
3650
3651 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3652 coax Clang into emitting the definition of the type.
3653 * gdb.cp/pr10728-x.h (y): Ditto.
3654 * gdb.cp/pr10728-y.cc (y): Ditto.
3655
c2e827ad
DB
36562014-04-24 David Blaikie <dblaikie@gmail.com>
3657
3658 * gdb.base/label.exp: XFAIL label related tests under Clang.
3659 * gdb.cp/cplabel.exp: Ditto.
3660 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3661 under Clang those using labels.
3662
4c2d33e7
YQ
36632014-04-25 Yao Qi <yao@codesourcery.com>
3664
3665 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3666 double_label.
3667 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3668 partial_label and double_label.
3669
56083b99
DB
36702014-04-24 David Blaikie <dblaikie@gmail.com>
3671
3672 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3673
25d4e99d
DB
36742014-04-24 David Blaikie <dblaikie@gmail.com>
3675
3676 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3677 of the function to work across GCC and Clang.
3678 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3679 pointer types (const void ** const V void **).
3680
01f9f808
MS
36812014-04-24 Michael Sturm <michael.sturm@mintel.com>
3682 Walfred Tedeschi <walfred.tedeschi@intel.com>
3683
3684 * Makefile.in (EXECUTABLES): Added i386-avx512.
3685 * gdb.arch/i386-avx512.c: New file.
3686 * gdb.arch/i386-avx512.exp: Likewise.
3687
4b48d439
KS
36882014-04-23 Keith Seitz <keiths@redhat.com>
3689
3690 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3691 (mi_make_breakpoint_table): New procedure.
3692 (mi_create_breakpoint): Use mi_make_breakpoint
3693 and return the result.
3694 (mi_make_breakpoint): New procedure.
3695 (mi_build_kv_pairs): New procedure.
3696
3697 * gdb.mi/mi-break.exp: Remove unused globals,
3698 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3699 All callers updated.
3700 * gdb.mi/mi-dprintf.exp: Use variable to track command
3701 number.
3702 Update all callers of mi_create_breakpoint and use
3703 mi_make_breakpoint_table.
3704 Remove any unused global variables.
3705 * gdb.mi/mi-nonstop.exp: Likewise.
3706 * gdb.mi/mi-nsintrall.exp: Likewise.
3707 * gdb.mi/mi-nsmoribund.exp: Likewise.
3708 * gdb.mi/mi-nsthrexec.exp: Likewise.
3709 * gdb.mi/mi-reverse.exp: Likewise.
3710 * gdb.mi/mi-simplerun.exp: Likewise.
3711 * gdb.mi/mi-stepn.exp: Likewise.
3712 * gdb.mi/mi-syn-frame.exp: Likewise.
3713 * gdb.mi/mi-until.exp: Likewise.
3714 * gdb.mi/mi-var-cp.exp: Likewise.
3715 * gdb.mi/mi-var-display.exp: Likewise.
3716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3717 * gdb.mi/mi2-var-child.exp: Likewise.
3718 * gdb.mi/mi-vla-c99.exp: Likewise.
3719 * lib/mi-support.exp: Likewise.
3720
3721 From Ian Lance Taylor <iant@cygnus.com>:
3722 * lib/gdb.exp (parse_args): New procedure.
3723
08351840
PA
37242014-04-23 Pedro Alves <palves@redhat.com>
3725
3726 * gdb.base/break-unload-file.c: New file.
3727 * gdb.base/break-unload-file.exp: New file.
3728 * gdb.base/sym-file-lib.c (baz): New function.
3729 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3730 field.
3731 (load): Store the segment's mapped size.
3732 (unload): New function.
3733 (unload_shlib): New function.
3734 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3735 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3736 set a breakpoint at baz, and call it.
3737 * gdb.base/sym-file.exp: New tests for stale breakpoint
3738 instructions.
3739
076855f9
PA
37402014-04-23 Pedro Alves <palves@redhat.com>
3741
3742 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3743 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3744 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3745 * gdb.base/hbreak-unmapped.c: New file.
3746 * gdb.base/hbreak-unmapped.exp: New file.
3747 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3748 * lib/gdb.exp (gdb_is_target_remote): ... here.
3749
483805cf
PA
37502014-04-22 Pedro Alves <palves@redhat.com>
3751
3752 * gdb.base/consecutive-step-over.c: New file.
3753 * gdb.base/consecutive-step-over.exp: New file.
3754
06d97543
PA
37552014-04-22 Pedro Alves <palves@redhat.com>
3756
3757 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3758 instead of send_gdb/gdb_expect.
3759
b4429ea2
YQ
37602014-04-22 Yao Qi <yao@codesourcery.com>
3761
3762 * lib/trace-support.exp (generate_tracefile): New procedure.
3763 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3764 return 0.
3765 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3766 if generate_tracefile returns 1.
3767
51d48146
PA
37682014-04-18 Tom Tromey <palves@redhat.com>
3769 Pedro alves <tromey@redhat.com>
3770
3771 PR backtrace/15558
3772 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
3773 with a backtrace limit.
3774 * gdb.python/py-frame-inline.exp: Test running to an inline
3775 function with a backtrace limit, and printing the newest frame.
3776 * gdb.python/py-frame-inline.c (main): Call f.
3777
bd1dce5f
MS
37782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3779
3780 * gdb.java/jnpe.exp: Drop srcdir from untested path.
3781
40d1a503
MS
37822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
3783
3784 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
3785 Drop prefix from unsupported source file path.
3786
389b98f7
YQ
37872014-04-17 Yao Qi <yao@codesourcery.com>
3788
3789 * lib/gdb.exp (with_target_charset): New proc.
3790 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
3791 with_target_charset.
3792 (test_print_strings): Likewise.
3793 (test_repeat_bytes): Likewise.
3794 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
3795 for some tests.
3796
22869d73
KS
37972014-04-16 Keith Seitz <keiths@redhat.com>
3798
3799 PR gdb/15827
3800 * gdb.dwarf2/corrupt.c: New file.
3801 * gdb.dwarf2/corrupt.exp: New file.
3802
c4f87ca6
KS
38032014-04-16 Keith Seitz <keiths@redhat.com>
3804
3805 PR c++/16597
3806 * gdb.cp/namelessclass.cc: New file.
3807 * gdb.cp/namelessclass.exp: New file.
3808 * gdb.cp/namelessclass.S: New file.
3809
ab19de87
DE
38102014-04-16 Doug Evans <dje@google.com>
3811
3812 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
3813 Add comment.
3814 (gdbserver_default_get_comm_port): New function.
3815 (gdbserver_start): Check if board file provided
3816 "gdbserver,get_comm_port" and use it if so.
3817 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
3818 (gdb,socketport): Set to "stdio".
3819 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
3820 (stdio_gdbserver_template): Delete.
3821 (${board}_get_remote_address): Update.
3822 (${board}_build_remote_cmd): Delete.
3823 (${board}_get_comm_port): New function.
3824 (${board}_spawn): Update.
3825 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
3826 Delete.
3827 (${board}_get_remote_address): Update.
3828 (${board}_get_comm_port): New function.
3829
fc98a809
AB
38302014-04-16 Andrew Burgess <aburgess@broadcom.com>
3831
3832 * gdb.base/memattr.exp: Improve regexps to handle memory regions
3833 appearing in any order.
3834
87fd9e6e
DE
38352014-04-15 Doug Evans <dje@google.com>
3836
3837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
3838 uninitialized value of "description".
3839
099fc3ea
KS
38402014-04-15 Keith Seitz <keiths@redhat.com>
3841
3842 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
3843 Remove unused globals.
3844 (test_running_the_program): Likewise.
3845 (test_controlled_execution): Likewise.
3846 (test_controlling_breakpoints): Likewise.
3847 (test_program_termination): Likewise.
3848
5da151d4
KS
38492014-04-15 Keith Seitz <keiths@redhat.com>
3850
3851 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
3852 unused globals.
3853 (test_rbreak_creation_and_listing): Likewise.
3854 (test_ignore_count): Likewise.
3855 (test_error): Likewise.
3856
35e5d2f0
PA
38572014-04-15 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
3860 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
3861 sym-file-loader.c.
3862 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3863 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3864 to sym-file-loader.c.
3865 (struct library): Forward declare.
3866 (load_shlib, lookup_function): Change prototypes.
3867 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3868 (translate_offset): Remove declarations.
3869 (get_text_addr): New declaration.
3870 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
3871 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
3872 sym-file-loader.h.
3873 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
3874 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
3875 here from sym-file-loader.h.
3876 (struct library): New structure.
3877 (load_shlib, lookup_function): Change prototypes and adjust to
3878 work with a struct library.
3879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
3880 (translate_offset): Make static.
3881 (get_text_addr): New function.
3882 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
3883
eb4c1710
PA
38842014-04-15 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
3887
2d1baf52
PA
38882014-04-15 Pedro Alves <palves@redhat.com>
3889
3890 * gdb.base/sym-file-loader.c: Include <limits.h>.
3891 (SELF_LINK): New define.
3892 (get_origin): New function.
3893 (load_shlib): Use it.
3894 * gdb.base/sym-file.exp: Don't early return if the target is
3895 remote. Use runto_main, and issue fail is that fails. Use
3896 gdb_load_shlibs.
3897 (shlib_name): Delete.
3898 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
3899
7dd6df01
PA
39002014-04-15 Pedro Alves <palves@redhat.com>
3901
3902 * gdb.base/sym-file.exp: Remove regex characters from test
3903 message. Don't refer to breakpoint numbers in test messages.
3904
b50c8614
KS
39052014-04-14 Keith Seitz <keiths@redhat.com>
3906
3907 PR c++/16253
3908 * gdb.cp/var-tag.cc: New file.
3909 * gdb.cp/var-tag.exp: New file.
3910 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3911 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3912 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3913 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3914
3d567982
TT
39152014-04-14 Tom Tromey <tromey@redhat.com>
3916
3917 * gdb.cp/classes.exp (test_enums): Handle underlying type.
3918 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
3919 type.
3920 * gdb.cp/enum-class.exp: New file.
3921 * gdb.cp/enum-class.cc: New file.
3922
0626fc76
TT
39232014-04-14 Tom Tromey <tromey@redhat.com>
3924
3925 * gdb.dwarf2/enum-type.exp: New file.
3926
dca325b3
SA
39272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3928
3929 * gdb.mi/mi-vla-c99.exp: New file.
3930 * gdb.mi/vla.c: New file.
3931
5854b38a
SA
39322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3933
3934 * gdb.base/vla-datatypes.c: New file.
3935 * gdb.base/vla-datatypes.exp: New file.
3936
463bb957
SA
39372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3938
3939 * gdb.base/vla-ptr.c: New file.
3940 * gdb.base/vla-ptr.exp: New file.
3941
3dd170be
SA
39422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3943
3944 * gdb.dwarf2/count.exp: New file.
3945
5ecaaa66
SA
39462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
3947
3948 * gdb.base/vla-sideeffect.c: New file.
3949 * gdb.base/vla-sideeffect.exp: New file.
3950
41f1ada5
DB
39512014-04-14 David Blaikie <dblaikie@gmail.com>
3952
3953 * gdb.mi/non-stop.c: Add return value for non-void function return
3954 statement.
3955 * gdb.threads/staticthreads.c: Ditto.
3956
0be03e84
DE
39572014-04-12 Siva Chandra Reddy <sivachandra@google.com>
3958 Doug Evans <xdje42@gmail.com>
3959
3960 * gdb.guile/scm-value.c: Improve test case.
3961 * gdb.guile/scm-value.exp: Add new test.
3962
f180a1fb
DB
39632014-04-11 David Blaikie <dblaikie@gmail.com>
3964
3965 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
3966 override Clang's default.
3967
6b662e19
JB
39682014-04-11 Joel Brobecker <brobecker@adacore.com>
3969
3970 Revert the following changes (regressions):
3971
3972 * gdb.base/vla-sideeffect.c: New file.
3973 * gdb.base/vla-sideeffect.exp: New file.
3974
3975 * gdb.dwarf2/count.exp: New file.
3976
3977 * gdb.base/vla-multi.c: New file.
3978 * gdb.base/vla-multi.exp: New file.
3979
3980 * gdb.base/vla-ptr.c: New file.
3981 * gdb.base/vla-ptr.exp: New file.
3982
3983 * gdb.base/vla-datatypes.c: New file.
3984 * gdb.base/vla-datatypes.exp: New file.
3985
3986 * gdb.mi/mi-vla-c99.exp: New file.
3987 * gdb.mi/vla.c: New file.
3988
245a5f0b
KS
39892014-04-11 Keith Seitz <keiths@redhat.com>
3990
3991 PR c++/16675
3992 * gdb.cp/cpsizeof.exp: New file.
3993 * gdb.cp/cpsizeof.cc: New file.
3994
58a84dcf
SA
39952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
3996
191a8a90
JB
3997 * gdb.mi/mi-vla-c99.exp: New file.
3998 * gdb.mi/vla.c: New file.
58a84dcf 3999
c8655f75
SA
40002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4001
4002 * gdb.base/vla-datatypes.c: New file.
4003 * gdb.base/vla-datatypes.exp: New file.
4004
024e13b4
SA
40052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4006
4007 * gdb.base/vla-ptr.c: New file.
4008 * gdb.base/vla-ptr.exp: New file.
4009
1a237e0e
SA
40102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4011
4012 * gdb.base/vla-multi.c: New file.
4013 * gdb.base/vla-multi.exp: New file.
4014
504f3432
SA
40152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4016
4017 * gdb.dwarf2/count.exp: New file.
4018
3bce8237
SA
40192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4020
191a8a90
JB
4021 * gdb.base/vla-sideeffect.c: New file.
4022 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 4023
322f9c21
YQ
40242014-04-11 Yao Qi <yao@codesourcery.com>
4025
4026 * gdb.base/completion.exp: Check file exists before running tests
4027 on file completion.
4028
d708bcd1
PA
40292014-04-10 Pedro Alves <palves@redhat.com>
4030
4031 * gdb.base/cond-eval-mode.c: New file.
4032 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4033 prepare_for_testing to build the new file. Check result of
4034 runto_main.
4035 (test_break, test_watch): New procedures.
4036 (top level): Use them.
4037
ae1d2761
PM
40382014-04-08 Pierre Muller <muller@sourceware.org>
4039
4040 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4041 Ctrl-V use for mingw hosts.
4042
7af389b8
SC
40432014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4044
4045 * gdb.python/py-value.c: Improve test case.
4046 * gdb.python/py-value.exp: Add new test.
4047
5e703181
DE
40482014-04-07 David Blaikie <dblaikie@gmail.com>
4049
4050 * lib/compiler.c: Identify the clang compiler.
4051 * lib/compiler.cc: Ditto.
4052
9810b410
YQ
40532014-04-03 Yao Qi <yao@codesourcery.com>
4054
4055 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4056
98d1b8dc
AB
40572014-04-01 Anton Blanchard <anton@samba.org>
4058
4059 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4060 messages unique.
4061
3114cea1
AB
40622014-04-01 Anton Blanchard <anton@samba.org>
4063
4064 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4065 prepare_for_testing.
4066
62f7182c
AB
40672014-04-01 Anton Blanchard <anton@samba.org>
4068
4069 * gdb.arch/ppc64-atomic-inst.c: Remove.
4070 * gdb.arch/ppc64-atomic-inst.S: New file.
4071 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4072
770e7fc7
DE
40732014-03-31 Doug Evans <dje@google.com>
4074
4075 * gdb.base/print-symbol-loading-lib.c: New file.
4076 * gdb.base/print-symbol-loading-main.c: New file.
4077 * gdb.base/print-symbol-loading.exp: New file.
4078
46e2bafa
YQ
40792014-03-31 Yao Qi <yao@codesourcery.com>
4080
4081 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4082
8776cfe9
JB
40832014-03-28 Joel Brobecker <brobecker@adacore.com>
4084
4085 * gdb.ada/mi_dyn_arr: New testcase.
4086
5d1ef361
DE
40872014-03-27 Doug Evans <dje@google.com>
4088
4089 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4090
b5bee914
YQ
40912014-03-27 Yao Qi <yao@codesourcery.com>
4092
4093 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4094 if target is nios2-*-*.
4095
0d4d0e77
YQ
40962014-03-26 Yao Qi <yao@codesourcery.com>
4097
4098 * lib/gdb.exp (readline_is_used): New proc.
4099 * gdb.base/completion.exp: Move tests on command complete up.
4100 Skip the rest of tests if readline is not used.
4101 * gdb.ada/complete.exp: Skp the test if readline is not
4102 used.
4103 * gdb.base/filesym.exp: Likewise.
4104 * gdb.base/macscp.exp: Likewise.
4105 * gdb.base/readline-ask.exp: Likewise.
4106 * gdb.base/readline.exp: Likewise.
4107 * gdb.python/py-cmd.exp: Likewise.
4108 * gdb.trace/tfile.exp: Likewise.
4109
29361eee
YQ
41102014-03-26 Yao Qi <yao@codesourcery.com>
4111
4112 * gdb.base/macscp.exp: Fix code format issues.
4113
bc9a5525
UW
41142014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4115
4116 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4117 * gdb.asm/powerpc64le.inc: New file.
4118
d3839ede
PA
41192014-03-25 Pedro Alves <palves@redhat.com>
4120 Doug Evans <dje@google.com>
4121
4122 * gdb.base/source-execution.c: New file.
4123 * gdb.base/source-execution.exp: New file.
4124 * gdb.base/source-execution.gdb: New file.
4125
01672a57
DE
41262014-03-24 Doug Evans <dje@google.com>
4127
4128 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4129 using fission.
4130
88bbeca9
HZ
41312014-03-24 Hui Zhu <hui@codesourcery.com>
4132 Pedro Alves <palves@redhat.com>
4133
4134 PR breakpoints/16101
4135 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4136 test pass/fail messages. Detect missing support for dprintf when
4137 breakpoints are actually inserted.
4138 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4139 breakpoints are actually inserted.
4140 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4141 fails.
4142
d2348791
JK
41432014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4146
feef67ab
DE
41472014-03-22 Doug Evans <xdje42@gmail.com>
4148
4149 * gdb.python/python.exp (python not supported): Verify multi-line
4150 python command issues an error.
25d743f9 4151 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 4152 guile command issues an error.
feef67ab 4153
ecebef6a
MR
41542014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4155
4156 * gdb.threads/thread-specific.exp: Handle the lack of usable
4157 $this_breakpoint and $this_thread.
4158
ccdd1909
HZ
41592014-03-21 Hui Zhu <hui@codesourcery.com>
4160
4161 * gdb.base/attach.exp (do_command_attach_tests): New.
4162
beb460e8
PA
41632014-03-20 Tom Tromey <tromey@redhat.com>
4164 Pedro Alves <palves@redhat.com>
4165
4166 PR cli/15718
4167 * gdb.base/condbreak-call-false.c: New file.
4168 * gdb.base/condbreak-call-false.exp: New file.
4169
40acf43a
PA
41702014-03-20 Pedro Alves <palves@redhat.com>
4171
4172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4173 Delete.
4174 (block_signals, unblock_signals): Delete.
4175 (child_function_2, main): Remove references to deleted variable
4176 and functions.
4177
9f5e1e02
PA
41782014-03-20 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4181 Use pthread_kill to signal thread 2.
4182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4183 Adjust to make the test send itself a signal rather than using the
4184 host's "kill" command.
4185
99619bea
PA
41862014-03-20 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.threads/multiple-step-overs.c: New file.
4189 * gdb.threads/multiple-step-overs.exp: New file.
4190 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4191 Adjust expected infrun debug output.
4192
2adfaa28
PA
41932014-03-20 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4196 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4197
31e77af2
PA
41982014-03-20 Pedro Alves <palves@redhat.com>
4199
4200 PR breakpoints/7143
4201 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4202 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4203 of gdb_test_multiple.
4204 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4205 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4206
b9f437de
PA
42072014-03-20 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4210 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4211
05adc73e
PA
42122014-03-19 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/async.exp: Remove early return.
4215
6048b950
PA
42162014-03-19 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4219
8bcfb00a
PA
42202014-03-19 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.base/async.exp (test_background): Expect \r\n after
4223 "completed." in the fail pattern.
4224
884e37dc
PA
42252014-03-19 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/async.exp (test_background): New procedure.
4228 Use it for all background execution command tests.
4229
148e57e2
PA
42302014-03-19 Pedro Alves <palves@redhat.com>
4231
4232 * gdb.base/async.exp: Use prepare_for_testing.
4233
f48088c7
PA
42342014-03-19 Pedro Alves <palves@redhat.com>
4235
4236 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4237 the same line.
4238
e2f6c966
PA
42392014-03-19 Pedro Alves <palves@redhat.com>
4240
4241 * gdb.base/async.c (main): Add "jump here" and "until here" line
4242 marker comments.
4243 * gdb.base/async.exp (jump_here): New global.
4244 (jump& test): Use it.
4245 (until_here): New global.
4246 (until& test): Use it.
4247
c30568d4
PA
42482014-03-19 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.base/async.exp: Don't frob gdb_protocol.
4251
0172b6a7
DE
42522014-03-18 Doug Evans <xdje42@gmail.com>
4253
4254 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4255 Fix spelling of exec-done-display.
4256
06c868a8
JK
42572014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 PR gdb/15358
4260 * gdb.base/gdb-sigterm.c: New file.
4261 * gdb.base/gdb-sigterm.exp: New file.
4262
0c7e1a46
PA
42632014-03-18 Pedro Alves <palves@redhat.com>
4264
4265 PR gdb/13860
4266 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4267 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4268 solib-event.
4269
f7c77d93
JB
42702014-03-17 Joel Brobecker <brobecker@adacore.com>
4271
4272 * gdb.ada/pckd_arr_ren: New testcase.
4273
5a1e8c7a
DE
42742014-03-13 Doug Evans <xdje42@gmail.com>
4275
4276 PR guile/16612
4277 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4278 collect after discarding symbols.
4279
350e1a76
DE
42802014-03-13 Ludovic Courtès <ludo@gnu.org>
4281 Doug Evans <xdje42@gmail.com>
4282
4283 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4284 to history survives a gc.
4285
a69900ae
PA
42862014-03-13 Pedro Alves <palves@redhat.com>
4287
4288 * gdb.base/default.exp: Don't test "target procfs".
4289
5db9f0bd
PA
42902014-03-13 Pedro Alves <palves@redhat.com>
4291
4292 * gdb.base/default.exp: Update "target child" and "target procfs"
4293 tests to not expect "Unix".
4294
b3ccfe11
TT
42952014-03-12 Tom Tromey <tromey@redhat.com>
4296
4297 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4298 New procs. Add target-async tests.
4299 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4300 Add target-async tests.
4301
646f4417
AA
43022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4303
4304 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4305 'func_start' and 'func_end' for the beginning and end of the
4306 function code, respectively.
4307 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4308 'func_end' instead of 'func' and 'main'.
4309
288c211f
AA
43102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4311
4312 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4313 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4314 generate the debug info assembler source.
4315
e0c0f156
AA
43162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4317
4318 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4319 * gdb.dwarf2/arr-subrange.exp: Likewise.
4320 * gdb.dwarf2/dwz.exp: Likewise.
4321 * gdb.dwarf2/method-ptr.exp: Likewise.
4322 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4323 * gdb.dwarf2/subrange.exp: Likewise.
4324 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4325 * gdb.dwarf2/implptrpiece.exp: Likewise.
4326 * gdb.dwarf2/nostaticblock.exp: Likewise.
4327
0e5c4555
AA
43282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4329
4330 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4331 directory to absolute path name arguments.
4332
5ec18f2b
JG
43332014-03-10 Joel Brobecker <brobecker@adacore.com>
4334
4335 * gdb.ada/tagged_access: New testcase.
4336
847fc4f2
MM
43372014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4338
4339 * gdb.btrace/data.exp: Update expected output.
4340
cc3da688
YQ
43412014-03-06 Yao Qi <yao@codesourcery.com>
4342
4343 * gdb.trace/pr16508.exp: New file.
4344
0f26cec1
PA
43452014-03-05 Pedro Alves <palves@redhat.com>
4346
4347 PR gdb/16575
4348 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4349 procedure.
4350 (top level): Adjust to use it. Add tests that exercise breakpoint
4351 interaction with the code-cache.
4352
7a5a839f
LC
43532014-02-26 Ludovic Courtès <ludo@gnu.org>
4354
4355 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4356 test for 'history-append!'.
4357
31aa7e4e
JB
43582014-02-26 Joel Brobecker <brobecker@adacore.com>
4359
4360 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4361 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4362 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4363 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4364 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4365 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4366
1b588015
JB
43672014-02-26 Joel Brobecker <brobecker@adacore.com>
4368
4369 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4370 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4371 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4372
55426c9d
JB
43732014-02-26 Joel Brobecker <brobecker@adacore.com>
4374
4375 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4376
dc53a7ad
JB
43772014-02-26 Joel Brobecker <brobecker@adacore.com>
4378
4379 * gdb.dwarf2/arr-stride.c: New file.
4380 * gdb.dwarf2/arr-stride.exp: New file.
4381
12ab52e9
PA
43822014-02-26 Pedro Alves <palves@redhat.com>
4383
4384 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4385 that won't ever trigger. Make sure that GDB reports the correct
4386 breakpoint that caused the stop.
4387
849c862e
JK
43882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4389
4390 PR gdb/16626
4391 * gdb.base/auto-load-script: New file.
4392 * gdb.base/auto-load.c: New file.
4393 * gdb.base/auto-load.exp: New file.
4394
71b7d793
JK
4395 PR gdb/16626
4396 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4397
e2f0d509
JK
43982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4399
4400 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4401 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4402
50cc37c8
DE
44032014-02-24 Doug Evans <dje@google.com>
4404
4405 * lib/gdb.exp (run_on_host): Log error output if program fails.
4406
ea4758f2
PA
44072014-02-21 Pedro Alves <palves@redhat.com>
4408
4409 * gdb.threads/step-after-sr-lock.c: Rename to ...
4410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4411 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4413 ... this.
4414
d7b30f67
SDJ
44152014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4416
4417 PR tdep/16397
4418 * gdb.arch/amd64-stap-special-operands.exp: New file.
4419 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4420 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4421 * gdb.arch/amd64-stap-triplet.S: Likewise.
4422 * gdb.arch/amd64-stap-triplet.c: Likewise.
4423
83deb43f
JB
44242014-02-20 Joel Brobecker <brobecker@adacore.com>
4425
4426 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4427 in .section pseudo-op.
4428
adde2bff
DE
44292014-02-20 lin zuojian <manjian2006@gmail.com>
4430 Joel Brobecker <brobecker@adacore.com>
4431 Doug Evans <xdje42@gmail.com>
4432
4433 PR symtab/16581
4434 * gdb.dwarf2/dw2-icycle.S: New file.
4435 * gdb.dwarf2/dw2-icycle.c: New file.
4436 * gdb.dwarf2/dw2-icycle.exp: New file.
4437
f7bd0f78
SC
44382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4439
4440 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4441 operations on gdb.Value objects.
4442 * gdb.python/py-value-cc.exp: Add new test to test operations on
4443 gdb.Value objects.
4444
c17ef0d5
DE
44452014-02-18 Doug Evans <dje@google.com>
4446
4447 * Makefile.in (TESTS): New variable.
4448 (expanded_tests, expanded_tests_or_none): New variables
4449 (check-single): Pass $(expanded_tests_or_none) to runtest.
4450 (check-parallel): Only run tests in $(TESTS) if non-empty.
4451 (check/no-matching-tests-found): New rule.
4452 * README: Document TESTS makefile variable.
4453
5dd3176f
DE
44542014-02-18 Doug Evans <dje@google.com>
4455
4456 * Makefile.in (check-parallel): rm -rf outputs temp.
4457
0b10be4f
JK
44582014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4459
4460 Fix "ERROR: no fileid for" in the testsuite.
4461 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4462
85f224e7
DE
44632014-02-12 Doug Evans <dje@google.com>
4464
4465 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4466 (MISCELLANEOUS): New variable.
4467 (clean): rm -rf $(MISCELLANEOUS).
4468 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4469 dwp live in the same directory as symlinks, with each symlink pointed
4470 to a differently named file in a different directory.
4471
149b30ff
DE
44722014-02-11 Doug Evans <dje@google.com>
4473
4474 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4475 of Tcl file commands.
4476
1dfdac32
MK
44772014-02-10 Mark Kettenis <kettenis@gnu.org>
4478
4479 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4480 "kill -SIGUSR1 -1".
4481
aa4fb036
JB
44822014-02-10 Joel Brobecker <brobecker@adacore.com>
4483
4484 * gdb.ada/tick_length_array_enum_idx: New testcase.
4485
ed3ef339
DE
44862014-02-10 Doug Evans <xdje42@gmail.com>
4487
4488 * configure.ac (AC_OUTPUT): Add gdb.guile.
4489 * configure: Regenerate.
4490 * lib/gdb-guile.exp: New file.
4491 * lib/gdb.exp (get_target_charset): New function.
4492 * gdb.base/help.exp: Update expected output from "apropos apropos".
4493 * gdb.guile/Makefile.in: New file.
4494 * gdb.guile/guile.exp: New file.
4495 * gdb.guile/scm-arch.c: New file.
4496 * gdb.guile/scm-arch.exp: New file.
4497 * gdb.guile/scm-block.c: New file.
4498 * gdb.guile/scm-block.exp: New file.
4499 * gdb.guile/scm-breakpoint.c: New file.
4500 * gdb.guile/scm-breakpoint.exp: New file.
4501 * gdb.guile/scm-disasm.c: New file.
4502 * gdb.guile/scm-disasm.exp: New file.
4503 * gdb.guile/scm-equal.c: New file.
4504 * gdb.guile/scm-equal.exp: New file.
4505 * gdb.guile/scm-error.exp: New file.
4506 * gdb.guile/scm-error.scm: New file.
4507 * gdb.guile/scm-frame-args.c: New file.
4508 * gdb.guile/scm-frame-args.exp: New file.
4509 * gdb.guile/scm-frame-args.scm: New file.
4510 * gdb.guile/scm-frame-inline.c: New file.
4511 * gdb.guile/scm-frame-inline.exp: New file.
4512 * gdb.guile/scm-frame.c: New file.
4513 * gdb.guile/scm-frame.exp: New file.
4514 * gdb.guile/scm-generics.exp: New file.
4515 * gdb.guile/scm-gsmob.exp: New file.
4516 * gdb.guile/scm-iterator.c: New file.
4517 * gdb.guile/scm-iterator.exp: New file.
4518 * gdb.guile/scm-math.c: New file.
4519 * gdb.guile/scm-math.exp: New file.
4520 * gdb.guile/scm-objfile-script-gdb.in: New file.
4521 * gdb.guile/scm-objfile-script.c: New file.
4522 * gdb.guile/scm-objfile-script.exp: New file.
4523 * gdb.guile/scm-objfile.c: New file.
4524 * gdb.guile/scm-objfile.exp: New file.
4525 * gdb.guile/scm-ports.exp: New file.
4526 * gdb.guile/scm-pretty-print.c: New file.
4527 * gdb.guile/scm-pretty-print.exp: New file.
4528 * gdb.guile/scm-pretty-print.scm: New file.
4529 * gdb.guile/scm-section-script.c: New file.
4530 * gdb.guile/scm-section-script.exp: New file.
4531 * gdb.guile/scm-section-script.scm: New file.
4532 * gdb.guile/scm-symbol.c: New file.
4533 * gdb.guile/scm-symbol.exp: New file.
4534 * gdb.guile/scm-symtab-2.c: New file.
4535 * gdb.guile/scm-symtab.c: New file.
4536 * gdb.guile/scm-symtab.exp: New file.
4537 * gdb.guile/scm-type.c: New file.
4538 * gdb.guile/scm-type.exp: New file.
4539 * gdb.guile/scm-value-cc.cc: New file.
4540 * gdb.guile/scm-value-cc.exp: New file.
4541 * gdb.guile/scm-value.c: New file.
4542 * gdb.guile/scm-value.exp: New file.
4543 * gdb.guile/source2.scm: New file.
4544 * gdb.guile/types-module.cc: New file.
4545 * gdb.guile/types-module.exp: New file.
4546
7026a7c1
YQ
45472014-02-10 Yao Qi <yao@codesourcery.com>
4548
4549 PR testsuite/16543
4550 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4551 * configure: Regenerated.
4552 * Makefile.in: New file.
4553
6c466447
AS
45542014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4555
4556 * gdb.python/py-framefilter.exp: Fix typo.
4557
6e854735
YQ
45582014-02-08 Yao Qi <yao@codesourcery.com>
4559
4560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4561 that no =breakpoint-modified is emitted when breakpoints are
4562 modified through MI commands.
4563
d137e6dc
PA
45642014-02-07 Pedro Alves <pedro@codesourcery.com>
4565 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.threads/step-after-sr-lock.c: New file.
4568 * gdb.threads/step-after-sr-lock.exp: New file.
4569
b5ee5a50
PA
45702014-02-07 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4573
3c77faf3
JK
45742014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4575
4576 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4577 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4578
6dddc817
DE
45792014-02-06 Doug Evans <xdje42@gmail.com>
4580
4581 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4582 output.
4583
4584 * gdb.gdb/python-interrupts.exp: New file.
4585
de7b2893
YQ
45862014-02-05 Yao Qi <yao@codesourcery.com>
4587
4588 * gdb.trace/report.exp (use_collected_data): Test the output
4589 of "info threads" and "info inferiors".
4590
66d032ac
YQ
45912014-02-05 Yao Qi <yao@codesourcery.com>
4592
4593 Revert this patch:
4594
4595 2013-05-24 Yao Qi <yao@codesourcery.com>
4596
4597 * gdb.trace/tfile.exp: Test inferior and thread.
4598
591a12a1
UW
45992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4600
4601 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4602 on a function.
4603 * gdb.base/step-bt.c: Call hello via function pointer to make
4604 sure its first instruction is executed on powerpc64le-linux.
4605
0ff3e01f
UW
46062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4607
4608 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4609
084ee545
UW
46102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4611
4612 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4613 of the test patterns for use on little-endian systems.
4614
6ed14ff3
UW
46152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4616
4617 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4618 (decimal_vector): Fix for little-endian.
4619
401e27fd
JM
46202014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4621
4622 * gdb.arch/sparc-sysstep.exp: New file.
4623 * gdb.arch/sparc-sysstep.c: Likewise.
4624
4625 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4626
8b924729
EBM
46272014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4628
4629 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4630
fb151210
JB
46312014-01-23 Tom Tromey <tromey@redhat.com>
4632
4633 * gdb.ada/array_char_idx: New testcase.
4634
0740f8d8
TT
46352014-01-23 Tom Tromey <tromey@redhat.com>
4636
4637 PR python/16487:
4638 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4639 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4640 classes.
4641
21909fa1
TT
46422014-01-23 Tom Tromey <tromey@redhat.com>
4643
4644 PR python/16491:
4645 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4646 string from an inferior frame.
4647 * gdb.python/py-framefilter-mi.exp: Update.
4648
87ce2a04
DE
46492014-01-22 Doug Evans <dje@google.com>
4650
4651 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4652
237b092b
AA
46532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4654
4655 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4656
d674a709
AA
46572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4658
4659 * gdb.trace/entry-values.exp: Remove excess space character from
4660 regex patterns. Handle s390 call instruction.
4661
20fa3390
AA
46622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4663
4664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4665 define "*_start" label. Make "name" static.
4666 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4667 ${name} by references to ${name}_start.
4668
78466714
AA
46692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4670
4671 * gdb.base/info-macros.exp: Remove "debug" from the compile
4672 options.
4673
ec9f644a
IB
46742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4675
4676 * gdb.dlang/demangle.exp: New file.
4677
94b1b47e
IB
46782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4679
4680 * gdb.dlang/primitive-types.exp: New file.
4681
7f420862
IB
46822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4683
4684 * configure.ac: Create gdb.dlang/Makefile.
4685 * configure: Regenerate.
4686 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4687 * gdb.dlang/Makefile.in: New file.
4688 * lib/d-support.exp: New file.
4689 * lib/gdb.exp (skip_d_tests): New proc.
4690
52834460
MM
46912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4692
4693 * gdb.btrace/delta.exp: Check reverse stepi.
4694 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4695 * gdb.btrace/finish.exp: New.
4696 * gdb.btrace/next.exp: New.
4697 * gdb.btrace/nexti.exp: New.
4698 * gdb.btrace/record_goto.c: Add comments.
4699 * gdb.btrace/step.exp: New.
4700 * gdb.btrace/stepi.exp: New.
4701 * gdb.btrace/multi-thread-step.c: New.
4702 * gdb.btrace/multi-thread-step.exp: New.
4703 * gdb.btrace/rn-dl-bind.c: New.
4704 * gdb.btrace/rn-dl-bind.exp: New.
4705 * gdb.btrace/data.c: New.
4706 * gdb.btrace/data.exp: New.
4707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4708
6e07b1d2
MM
47092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4710
4711 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4712 * gdb.btrace/exception.exp: Update.
4713 * gdb.btrace/instruction_history.exp: Update.
4714 * gdb.btrace/record_goto.exp: Update.
4715 * gdb.btrace/tailcall.exp: Update.
4716 * gdb.btrace/unknown_functions.exp: Update.
4717 * gdb.btrace/delta.exp: New.
4718
0b722aec
MM
47192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4720
4721 * gdb.btrace/record_goto.exp: Add backtrace test.
4722 * gdb.btrace/tailcall.exp: Add backtrace test.
4723
066ce621
MM
47242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4725
4726 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4727 * gdb.btrace/record_goto.c: New.
4728 * gdb.btrace/record_goto.exp: New.
4729 * gdb.btrace/x86-record_goto.S: New.
4730
0688d04e
MM
47312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4732
4733 * gdb.btrace/function_call_history.exp: Update tests.
4734 * gdb.btrace/instruction_history.exp: Update tests.
4735
8710b709
MM
47362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4737
4738 * gdb.btrace/function_call_history.exp: Fix expected field
4739 order for "record function-call-history".
4740 Add new tests for "record function-call-history /c".
4741 * gdb.btrace/exception.cc: New.
4742 * gdb.btrace/exception.exp: New.
4743 * gdb.btrace/tailcall.exp: New.
4744 * gdb.btrace/x86-tailcall.S: New.
4745 * gdb.btrace/x86-tailcall.c: New.
4746 * gdb.btrace/unknown_functions.c: New.
4747 * gdb.btrace/unknown_functions.exp: New.
4748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4749
5de9129b
MM
47502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4751
4752 * gdb.btrace/instruction_history.exp: Update.
4753 * gdb.btrace/function_call_history.exp: Update.
4754
23a7fe75
MM
47552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4756
4757 * gdb.btrace/function_call_history.exp: Fix expected function
4758 trace.
4759 * gdb.btrace/instruction_history.exp: Initialize traced.
4760 Remove traced_functions.
4761
724c7dd8
MM
47622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4763
4764 * gdb.btrace/function_call_history.exp: Update
4765 * gdb.btrace/instruction_history.exp: Update.
4766
6d78d93b
MM
47672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4768
4769 * gdb.btrace/enable.exp: Update expected text.
4770
93a360cc
OJ
47712014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
4772
4773 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
4774 bytes.
4775
3772b53f
MR
47762014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
4777
4778 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
4779
596662fa
OJ
47802014-01-15 Omair Javaid <omair.javaid@linaro.org>
4781
4782 * lib/gdb.exp (supports_process_record): Return true for
4783 arm*-linux*. (supports_reverse): Likewise.
4784
b5b08fb4
SC
47852014-01-13 Siva Chandra Reddy <sivachandra@google.com>
4786
4787 PR python/15464
4788 PR python/16113
4789 * gdb.python/py-type.c: Enhance test case.
4790 * gdb.python/py-value-cc.cc: Likewise
4791 * gdb.python/py-type.exp: Add new tests.
4792 * gdb.python/py-value-cc.exp: Likewise
4793
52d7fb13
AA
47942014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
4795 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
4798 Make "name" extern.
4799 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
4800 references to ${name}_start by references to ${name}.
4801
a2cd8cfe
JB
48022014-01-10 Joel Brobecker <brobecker@adacore.com>
4803
4804 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
4805
4e23fced
JB
48062014-01-10 Joel Brobecker <brobecker@adacore.com>
4807
4808 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
4809
c6a9e42c
PA
48102014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
4811 Pedro Alves <palves@redhat.com>
4812
4813 * gdb.mi/mi-info-os.exp: Connect to the target with
4814 mi_gdb_target_load.
4815
b7ea362b
PA
48162014-01-08 Pedro Alves <palves@redhat.com>
4817
4818 * gdb.threads/reconnect-signal.c: New file.
4819 * gdb.threads/reconnect-signal.exp: New file.
4820
5e3f4fab
EBM
48212014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 * gdb.base/source-dir.exp: New file.
4824
79301218
JB
48252014-01-07 Joel Brobecker <brobecker@adacore.com>
4826
4827 * gdb.ada/mi_interface: New testcase.
4828
8e355c5d
JB
48292014-01-07 Joel Brobecker <brobecker@adacore.com>
4830
4831 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
4832 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
4833 gdb.ada/pp-rec-component/pck.ads: New files.
4834
c0d48811
JB
48352014-01-07 Joel Brobecker <brobecker@adacore.com>
4836
4837 * gdb.python/py-pp-integral.c: New file.
4838 * gdb.python/py-pp-integral.py: New file.
4839 * gdb.python/py-pp-integral.exp: New file.
4840
17b609c3 4841For older changes see ChangeLog-1993-2013.
c906108c 4842\f
8d8cb839
EZ
4843;; Local Variables:
4844;; mode: change-log
4845;; left-margin: 8
4846;; fill-column: 74
4847;; version-control: never
4848;; End:
902f2ccb 4849
32d0add0 4850 Copyright 2014-2015 Free Software Foundation, Inc.
902f2ccb
MC
4851 Copying and distribution of this file, with or without modification,
4852 are permitted provided the copyright notice and this notice are preserved.
This page took 2.34482 seconds and 4 git commands to generate.