]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
compile-print.exp: xfail->kfail for '@' GDB array operator
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2
3 * gdb.compile/compile-print.exp (compile print *vararray@3)
4 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
5
6 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7
8 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9 (do not keep jit in memory): ... this.
10 (expect 5): Change it to ...
11 (expect no 5): ... this.
12
13 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
14
15 PR gdb/15564
16 * gdb.mi/mi-detach.exp: New file.
17
18 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 PR symtab/18392
21 * gdb.arch/amd64-tailcall-self.S: New file.
22 * gdb.arch/amd64-tailcall-self.c: New file.
23 * gdb.arch/amd64-tailcall-self.exp: New file.
24
25 2015-05-28 Don Breazeal <donb@codesourcery.com>
26
27 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
28 tests for remote targets by checking is_target_gdbserver.
29
30 2015-05-27 Doug Evans <dje@google.com>
31
32 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
33 * gdb.dwarf2/opaque-type-lookup.c: New file.
34 * gdb.dwarf2/opaque-type-lookup.exp: New file.
35
36 2015-05-26 Doug Evans <dje@google.com>
37
38 * gdb.cp/iostream.cc: New file.
39 * gdb.cp/iostream.exp: New file.
40
41 2015-05-26 Doug Evans <dje@google.com>
42
43 * gdb.dwarf2/dw2-op-call.exp: Update.
44 * gdb.dwarf2/dw4-sig-types.exp: Update.
45 * gdb.dwarf2/implptr.exp: Update.
46 * gdb.mi/mi-cmd-param-changed.exp: Update.
47
48 2015-05-26 Doug Evans <dje@google.com>
49
50 * gdb.python/py-lazy-string.c: New file.
51 * gdb.python/py-lazy-string.exp: New file.
52 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
53 (main): Update. Add estring3.
54 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
55 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
56
57 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
58 Yao Qi <yao.qi@linaro.org>
59
60 * gdb.reverse/aarch64.c: New.
61 * gdb.reverse/aarch64.exp: New.
62
63 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
64
65 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
66 (supports_reverse): Likewise.
67
68 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
69
70 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
71 Use with_test_prefix.
72
73 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.base/completion.exp: Add test for completion of layout
76 names.
77
78 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * lib/gdb.exp (skip_tui_tests): New proc.
81 * gdb.base/tui-layout.exp: Check skip_tui_tests.
82
83 2015-05-19 Pedro Alves <palves@redhat.com>
84
85 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
86 Save the whole env array instead of just HOME. Unset HISTSIZE in
87 the environment while testing. Restore whole environment
88 afterwards.
89
90 2015-05-16 Doug Evans <xdje42@gmail.com>
91
92 * gdb.guile/scm-ports.c: New file.
93 * gdb.guile/scm-ports.exp: Add memory port tests.
94
95 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.compile/compile-print.c: New file.
98 * gdb.compile/compile-print.exp: New file.
99
100 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
101
102 * gdb.compile/compile-ops.exp: Cast param to void.
103 * gdb.compile/compile.exp: Complete type for _gdb_expr.
104 (compile code struct_object.selffield = &struct_object): Add xfail.
105
106 2015-05-15 Joel Brobecker <brobecker@adacore.com>
107
108 * gdb.ada/arr_enum_with_gap: New testcase.
109
110 2015-05-15 Joel Brobecker <brobecker@adacore.com>
111
112 * gdb.ada/byte_packed_arr: New testcase.
113
114 2015-05-15 Joel Brobecker <brobecker@adacore.com>
115
116 * gdb.ada/pckd_neg: New testcase.
117
118 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
119
120 PR gdb/17820
121 * gdb.base/gdbinit-history.exp: New test.
122 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
123 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
124
125 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
126
127 * gdb.python/py-xmethods.cc: Enhance test case.
128 * gdb.python/py-xmethods.exp: New tests.
129 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
130 function.
131 (B_indexoper): Likewise.
132 (global_dm_list) : Add new xmethod worker functions.
133
134 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
135
136 * gdb.base/coredump-filter.exp: Correctly unset
137 "coredump_var_addr" array.
138
139 2015-05-08 Pedro Alves <palves@redhat.com>
140
141 * gdb.server/non-existing-program.exp: Unset spawn_id.
142
143 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
144
145 PR python/18291
146 * gdb.python/py-xmethods.exp: Add tests.
147
148 2015-05-08 Yao Qi <yao.qi@linaro.org>
149
150 PR gdb/18208
151 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
152 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
153 function set_coredump_filter, and remove remote_exec call.
154 Remove argument ipid. Callers update.
155 (top level): Don't get inferior's PID.
156
157 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
158
159 * gdb.base/watch_thread_num.exp: Skip test on targets without
160 access watchpoints.
161
162 2015-05-06 Pedro Alves <palves@redhat.com>
163
164 PR server/18081
165 * gdb.server/non-existing-program.exp: New file.
166
167 2015-05-05 Joel Brobecker <brobecker@adacore.com>
168
169 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
170
171 2015-05-05 Joel Brobecker <brobecker@adacore.com>
172
173 * gdb.ada/out_of_line_in_inlined: New testcase.
174
175 2015-05-05 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.ada/var_rec_arr: New testcase.
178
179 2015-04-30 Yao Qi <yao.qi@linaro.org>
180
181 * gdb.base/break-idempotent.exp: If
182 skip_hw_watchpoint_multi_tests returns true, skip the tests
183 on "rwatch" and "awatch".
184
185 2015-04-30 Yao Qi <yao.qi@linaro.org>
186
187 * gdb.base/relativedebug.exp: Invoke gdb command
188 "info sharedlibrary", and if libc.so doesn't have debug info,
189 skip the test.
190
191 2015-04-29 Doug Evans <dje@google.com>
192
193 * gdb.python/py-xmethods.exp: Add ptype tests.
194 * gdb.python/py-xmethods.py (E_method_char_worker): Add
195 get_result_type method.
196
197 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
198
199 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
200 the target does not support hardware watchpoints.
201
202 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
203
204 * gdb.base/break-always.exp: Abort testing if writing to memory
205 causes an error.
206
207 2015-04-28 Doug Evans <dje@google.com>
208
209 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
210 * gdb.python/py-pp-registration.exp: ... here. New file.
211 * gdb.python/py-pp-registration.c: New file.
212 * gdb.python/py-pp-registration.py: New file.
213
214 2015-04-28 Doug Evans <dje@google.com>
215
216 * gdb.python/py-bad-printers.c: New file.
217 * gdb.python/py-bad-printers.py: New file.
218 * gdb.python/py-bad-printers.exp: New file.
219
220 2015-04-28 Sasha Smundak <asmundak@google.com>
221
222 * gdb.python/py-type.exp: New test.
223
224 2015-04-28 Andy Wingo <wingo@igalia.com>
225
226 * gdb.python/py-parameter.exp:
227 * gdb.guile/scm-parameter.exp: Escape the path that we are
228 matching against, as it might contain characters that are special
229 to regular expressions.
230
231 2015-04-27 Joel Brobecker <brobecker@adacore.com>
232
233 * gdb.ada/rec_comp: New testcase.
234
235 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
236
237 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
238 before using it.
239
240 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
243 new tests for verilog output.
244
245 2015-04-24 Yao Qi <yao.qi@linaro.org>
246
247 * boards/remote-gdbserver-on-localhost.exp: New file.
248
249 2015-04-23 Pedro Alves <palves@redhat.com>
250
251 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
252 $inferior_spawn_id instead of $inferior_spawn_id directly. On
253 "end of file", remove $inferior_spawn_id from the indirect list.
254
255 2015-04-23 Pedro Alves <palves@redhat.com>
256
257 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
258
259 2015-04-23 Pedro Alves <palves@redhat.com>
260
261 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
262 on $any_spawn_id instead of only on $gdb_spawn_id.
263
264 2015-04-21 Pierre Muller <muller@sourceware.org>
265
266 PR pascal/17815
267 * lib/pascal.exp (gpc_compile): Add new option "class".
268 (fpc_compile): Likewise.
269 * gdb.pascal/case-insensitive-symbols.pas: New file.
270 * gdb.pascal/case-insensitive-symbols.exp: New file.
271
272 2015-04-20 Gary Benson <gbenson@redhat.com>
273
274 * gdb.base/attach.exp: Fix three extended remote failures.
275
276 2015-04-17 Gary Benson <gbenson@redhat.com>
277
278 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
279 the main executable over the remote protocol.
280
281 2015-04-16 Pedro Alves <palves@redhat.com>
282
283 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
284 a new gdbserver if gdbserver_reconnect_p is set.
285
286 2015-04-16 Pedro Alves <palves@redhat.com>
287
288 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
289 is set, don't exit gdbserver.
290
291 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
292
293 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
294 appropriate .insn, such that an older assembler can be used.
295 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
296 the z/Architecture instruction set on 31-bit targets as well.
297
298 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
299
300 * gdb.go/handcall.exp: Remove all logic related to the first
301 breakpoint and rely on go_runto_main instead.
302 * gdb.go/strings.exp: Likewise.
303 * gdb.go/unsafe.exp: Likewise.
304 * gdb.go/hello.exp: Likewise. Also rename the remaining
305 breakpoint marker to "breakpoint 1".
306 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
307 * gdb.go/strings.go: Likewise.
308 * gdb.go/unsafe.go: Likewise.
309 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
310 "set breakpoint 2 here" and rename the remaining breakpoint marker
311 to "breakpoint 1".
312
313 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
314
315 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
316 if itertools.imap is not present.
317 * gdb.python/py-objfile.exp: Add parentheses.
318 * gdb.python/py-type.exp: Same.
319 * gdb.python/py-unwind-maint.py: Same.
320
321 2015-04-15 Yao Qi <yao.qi@linaro.org>
322
323 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
324 of ":$ptr_size" and set its form explicitly.
325
326 2015-04-15 Pedro Alves <palves@redhat.com>
327 Yao Qi <yao.qi@linaro.org>
328
329 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
330 timeout by factor of 4.
331 (test_regular_watch): Likewise.
332 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
333 * gdb.reverse/sigall-reverse.exp: Likewise.
334 * gdb.reverse/until-precsave.exp: Likewise.
335 * lib/gdb.exp (with_timeout_factor): New proc.
336 (gdb_expect): Move some code to ...
337 (get_largest_timeout): ... here. New procedure.
338
339 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
340
341 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
342
343 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
344
345 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
346 to write to the .text section.
347
348 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
349
350 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
351 Handle the case of targets that do not provide PID information.
352
353 2015-04-13 Yao Qi <yao.qi@linaro.org>
354
355 * lib/gdbserver-support.exp (gdb_exit): Catch exception
356 and use expect instead of gdb_expect.
357
358 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
359
360 * gdb.base/coredump-filter.exp: Rename variable "addr" to
361 "coredump_var_addr" to avoid naming conflict with other testcases.
362
363 2015-04-10 Pedro Alves <palves@redhat.com>
364
365 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
366 gdb_test_sequence and gdb_assert.
367
368 2015-04-10 Pedro Alves <palves@redhat.com>
369
370 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
371 test messages that don't include the breakpoint address.
372
373 2015-04-10 Yao Qi <yao.qi@linaro.org>
374
375 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
376 false for some offset and width combinations which aren't
377 supported by linux kernel.
378
379 2015-04-10 Pedro Alves <palves@redhat.com>
380
381 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
382 procedure, factored out from ...
383 (top level): ... here. Add "set displaced-stepping" testing axis.
384 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
385 parameter "displaced". Use it.
386 (top level): Use foreach and add "set displaced-stepping" testing
387 axis.
388
389 2015-04-10 Pedro Alves <palves@redhat.com>
390
391 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
392 Remove comment.
393 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
394 both the address of the instruction that triggers the watchpoint
395 and the address of the instruction immediately after, and use
396 those addresses for the test. Fix comment.
397
398 2015-04-10 Pedro Alves <palves@redhat.com>
399
400 * gdb.base/sigstep.exp (breakpoint_to_handler)
401 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
402 Test "backtrace" in handler.
403 (breakpoint_over_handler): New parameter 'displaced'. Use it.
404 (top level): Add new "displaced" test axis to
405 breakpoint_to_handler, breakpoint_to_handler_entry and
406 breakpoint_over_handler.
407
408 2015-04-10 Pedro Alves <palves@redhat.com>
409
410 PR gdb/18216
411 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
412
413 2015-04-10 Yao Qi <yao.qi@linaro.org>
414
415 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
416 (test_add_rn_pc): New function.
417 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
418 (top level): Invoke test_add_rn_pc.
419
420 2015-04-10 Pedro Alves <palves@redhat.com>
421
422 PR gdb/13858
423 * gdb.base/step-over-no-symbols.exp: New file.
424
425 2015-04-09 Andy Wingo <wingo@igalia.com>
426
427 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
428 after the Python tests.
429
430 2015-04-08 Keith Seitz <keiths@redhat.com>
431
432 PR python/16699
433 * gdb.python/py-completion.exp: New tests for completion.
434 * gdb.python/py-completion.py (CompleteLimit1): New class.
435 (CompleteLimit2): Likewise.
436 (CompleteLimit3): Likewise.
437 (CompleteLimit4): Likewise.
438 (CompleteLimit5): Likewise.
439 (CompleteLimit6): Likewise.
440 (CompleteLimit7): Likewise.
441
442 2015-04-08 Pedro Alves <palves@redhat.com>
443
444 PR gdb/18214
445 PR gdb/18216
446 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
447 function.
448 (main): Install it as SIGUSR1 handler.
449 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
450 parameter. Always use "setup" as prefix. Toggle "set
451 displaced-stepping" off/on depending on global. Don't switch to
452 thread 1 here.
453 (top level): Add displaced stepping "off/on" test axis. Update
454 "setup" calls. Wrap each subtest with with_test_prefix. Test
455 continuing with a queued signal in each thread.
456
457 2015-04-08 Pedro Alves <palves@redhat.com>
458
459 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
460 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
461 gdb_breakpoint instead of gdb_test that doesn't expect anything.
462 Return early if running to main fails.
463 * gdb.trace/while-stepping.exp: Likewise.
464
465 2015-04-07 Pedro Alves <palves@redhat.com>
466
467 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
468 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
469 interact with inferior program.
470
471 2015-04-07 Pedro Alves <palves@redhat.com>
472
473 * lib/gdb.exp (inferior_spawn_id): New global.
474 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
475 spawn id after processing the user code.
476 (default_gdb_start): Set inferior_spawn_id.
477 (send_inferior): New procedure.
478 * lib/gdbserver-support.exp (gdbserver_start): Set
479 inferior_spawn_id.
480 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
481
482 2015-04-07 Pedro Alves <palves@redhat.com>
483
484 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
485 * lib/gdbserver-support.exp (gdbserver_start): Make
486 $server_spawn_id global.
487 (gdbserver_start): Don't wait for gdbserver's spawn id with
488 expect_background.
489 (close_gdbserver): New procedure.
490 (gdb_exit): Rename the default version and reimplement.
491
492 2015-04-07 Pedro Alves <palves@redhat.com>
493
494 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
495 append the substituted item, not the original item.
496
497 2015-04-07 Pedro Alves <palves@redhat.com>
498
499 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
500 gdb_expect.
501
502 2015-04-07 Pedro Alves <palves@redhat.com>
503
504 * gdb.base/interrupt.exp: Don't handle the case of the inferior
505 output appearing once only.
506
507 2015-04-07 Pedro Alves <palves@redhat.com>
508
509 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
510 that doesn't expect anything. Return early if running to main
511 fails.
512
513 2015-04-07 Yao Qi <yao.qi@linaro.org>
514
515 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
516 (child_function): Call alarm.
517 (main): Move call to alarm into the loop.
518 * gdb.threads/non-stop-fair-events.exp: Build program with
519 -DTIMEOUT=$timeout.
520
521 2015-04-06 Doug Evans <xdje42@gmail.com>
522
523 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
524 Fix dest parameter to board_info.
525 (fpc_compile): Ditto.
526 (gdb_compile_pascal): Rename dest arg to destfile.
527
528 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
529
530 * gdb.ada/funcall_ref.exp: New file.
531 * gdb.ada/funcall_ref/foo.adb: New file.
532
533 2015-04-02 Yao Qi <yao.qi@linaro.org>
534
535 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
536 is remote.
537
538 2015-04-02 Gary Benson <gbenson@redhat.com>
539
540 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
541
542 2015-04-01 Sasha Smundak <asmundak@google.com>
543
544 * gdb.python/py-unwind-maint.c: New file.
545 * gdb.python/py-unwind-maint.exp: New test.
546 * gdb.python/py-unwind-maint.py: New file.
547 * gdb.python/py-unwind.c: New file.
548 * gdb.python/py-unwind.exp: New test.
549 * gdb.python/py-unwind.py: New test.
550
551 2015-04-01 Pedro Alves <palves@redhat.com>
552
553 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
554 to fail instead of non-existent $test.
555
556 2015-04-01 Pedro Alves <palves@redhat.com>
557
558 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
559 GDBFLAGS if not empty.
560
561 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
562
563 * gdb.ada/complete.exp: Remove "multi_line".
564 * gdb.ada/info_exc.exp: Remove "multi_line".
565 * gdb.ada/packed_tagged.exp: Remove "multi_line".
566 * gdb.ada/ptype_field.exp: Remove "multi_line".
567 * gdb.ada/sym_print_name.exp: Remove "multi_line".
568 * gdb.ada/tagged.exp: Remove "multi_line".
569 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
570 [multi_line ...]
571 * gdb.btrace/delta.exp: Likewise.
572 * gdb.btrace/exception.exp: Likewise.
573 * gdb.btrace/function_call_history.exp: Likewise.
574 * gdb.btrace/instruction_history.exp: Likewise.
575 * gdb.btrace/nohist.exp: Likewise.
576 * gdb.btrace/record_goto.exp: Likewise.
577 * gdb.btrace/segv.exp: Likewise.
578 * gdb.btrace/stepi.exp: Likewise.
579 * gdb.btrace/tailcall.exp: Likewise.
580 * gdb.btrace/unknown_functions.exp: Likewise.
581 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
582 * lib/gdb.exp: Add the "multi_line" helper.
583
584 2015-04-01 Pedro Alves <palves@redhat.com>
585
586 * gdb.threads/tid-reuse.c: New file.
587 * gdb.threads/tid-reuse.exp: New file.
588
589 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
590
591 PR corefiles/16092
592 * gdb.base/coredump-filter.c: New file.
593 * gdb.base/coredump-filter.exp: Likewise.
594
595 2015-03-27 Petr Machata <pmachata@redhat.com>
596
597 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
598 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
599 (Dwarf::assemble): Initialize them.
600 (Dwarf::lines): New function.
601
602 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
603
604 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
605 SYMBOL_PREFIX for x86_64-*-cygwin.
606
607 2015-03-26 Andy Wingo <wingo@igalia.com>
608
609 PR symtab/18148
610 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
611 const_value but not a location.
612 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
613 location defined in non-main CUs are visible.
614
615 2015-03-26 Yao Qi <yao.qi@linaro.org>
616
617 PR testsuite/18139
618 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
619 Add a line number entry for the same line.
620 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
621 Add a line number entry for the same line.
622
623 2015-03-26 Yao Qi <yao.qi@linaro.org>
624
625 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
626 .int 0.
627 (func): Likewise. Add .Lfunc_1 label.
628 Use .Lfunc_1 label.
629 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
630 .int 0.
631 (func): Likewise.
632 Use .Lfunc_1 label.
633
634 2015-03-26 Yao Qi <yao.qi@linaro.org>
635
636 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
637 Call gdb_compile instead to compile each .s files without debug
638 information.
639
640 2015-03-26 Yao Qi <yao.qi@linaro.org>
641
642 * gdb.base/savedregs.exp (process_saved_regs): Make
643 "Saved registers:" optional in the pattern.
644
645 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
646
647 * gdb.btrace/next.exp: Merged into step.exp.
648 * gdb.btrace/finish.exp: Merged into step.exp.
649 * gdb.btrace/nexti.exp: Merged into stepi.exp.
650 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
651 "record goto" and checking the exact replay position.
652 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
653 check for "Recording format" in "info record" output.
654 * gdb.btrace/record_goto.exp: Choose test file based on target.
655 * gdb.btrace/x86-record_goto.S: Renamed into ...
656 * gdb.btrace/x86_64-record_goto.S: ... this.
657 * gdb.btrace/i686-record_goto.S: New.
658 * gdb.btrace/x86-tailcall.S: Renamed into ...
659 * gdb.btrace/x86_64-tailcall.S: ... this.
660 * gdb.btrace/i686-tailcall.S: New.
661 * gdb.btrace/x86-tailcall.c: Renamed into ...
662 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
663 separate statements. Update test.
664 * gdb.btrace/delta.exp: Use record_goto.c as test file.
665 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
666 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
667 * gdb.btrace/tailcall.exp: Choose test file based on target.
668 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
669
670 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
671
672 * gdb.btrace/exception.exp: Increase BTS buffer size.
673
674 2015-03-24 Pedro Alves <palves@redhat.com>
675
676 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
677
678 2015-03-24 Pedro Alves <palves@redhat.com>
679
680 * gdb.threads/schedlock.exp (test_step): No longer expect that
681 "set scheduler-locking step" with "next" over a function call runs
682 threads unlocked.
683
684 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
685
686 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
687
688 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
689
690 PR breakpoints/16466
691 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
692 * gdb.mi/mi-pending.c (thread_func): New function.
693 (int main): Add threading support required.
694 * gdb.mi/mi-pending.exp: Add tests for this issue.
695 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
696 (pendfunc2): Remove stdio dependency.
697 * gdb.mi/mi-pendshr2.c: New file.
698
699 2015-03-23 Keith Seitz <keiths@redhat.com>
700
701 * gdb.linespec/keywords.c: New file.
702 * gdb.linespec/keywords.exp: New file.
703
704 2015-03-23 Keith Seitz <keiths@redhat.com>
705
706 PR gdb/18021
707 * gdb.dwarf2/staticvirtual.exp: New test.
708
709 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
710
711 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
712 * README: Remove HP-UX and gdb.hp.
713 (configuration):
714 * configure: Regenerate.
715 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
716 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
717 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
718 gdb.hp/gdb.defects/Makefile.
719 * gdb.hp/Makefile.in: File deleted.
720 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
721 * gdb.hp/gdb.aCC/optimize.c: File deleted.
722 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
723 * gdb.hp/gdb.aCC/run.c: File deleted.
724 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
725 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
726 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
727 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
728 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
729 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
730 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
731 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
732 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
733 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
734 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
735 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
736 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
737 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
738 * gdb.hp/gdb.base-hp/reg.s: File deleted.
739 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
740 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
741 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
742 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
743 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
744 * gdb.hp/gdb.compat/Makefile.in: File deleted.
745 * gdb.hp/gdb.compat/average.c: File deleted.
746 * gdb.hp/gdb.compat/sum.c: File deleted.
747 * gdb.hp/gdb.compat/xdb.c: File deleted.
748 * gdb.hp/gdb.compat/xdb0.c: File deleted.
749 * gdb.hp/gdb.compat/xdb0.h: File deleted.
750 * gdb.hp/gdb.compat/xdb1.c: File deleted.
751 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
752 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
753 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
754 * gdb.hp/gdb.defects/Makefile.in: File deleted.
755 * gdb.hp/gdb.defects/bs14602.c: File deleted.
756 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
757 * gdb.hp/gdb.defects/solib-d.c: File deleted.
758 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
759 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
760 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
761 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
762 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
763 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
764 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
765 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
766 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
767 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
768 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
769 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
770 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
771 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
772 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
773 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
774 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
775 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
776 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
777 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
778 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
779 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
780 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
781 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
782 * gdb.hp/tools/odump: File deleted.
783
784 2015-03-19 Pedro Alves <palves@redhat.com>
785
786 * gdb.threads/continue-pending-status.exp (saw_thread_2)
787 (saw_thread_3): New globals.
788 (top level): Increment them when an event for the corresponding
789 thread is seen.
790 (no thread starvation): New test.
791
792 2015-03-19 Pedro Alves <palves@redhat.com>
793
794 * gdb.threads/continue-pending-status.c: New file.
795 * gdb.threads/continue-pending-status.exp: New file.
796
797 2015-03-18 Pedro Alves <palves@redhat.com>
798
799 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
800 Use gdb_is_target_remote instead of is_remote. Use
801 gdb_test_multiple instead of gdb_expect. Exit early if
802 gdb_test_multiple hits its internal matches. Tighten stepi tests
803 expected output. Fail on exit with any signal, instead of just
804 SIGILL.
805
806 2015-03-18 Yao Qi <yao.qi@linaro.org>
807
808 PR tdep/18107
809 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
810 variable.
811 * gdb.base/catch-syscall.exp: Don't skip it on
812 aarch64*-*-linux* target. Remove elements in all_syscalls.
813 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
814 target.
815 (setup_all_syscalls): New proc.
816
817 2015-03-16 Yao Qi <yao.qi@linaro.org>
818
819 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
820 (top level): Skip tests if valid_addr_p returns false for
821 $cmd1 or $cmd2.
822
823 2015-03-11 Andy Wingo <wingo@igalia.com>
824
825 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
826
827 2015-03-11 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.base/catch-syscall.exp: Fix typo in comments.
830
831 2015-03-11 Yao Qi <yao.qi@linaro.org>
832
833 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
834
835 2015-03-09 Pedro Alves <palves@redhat.com>
836
837 * dg-extract-results.py: Delete.
838
839 2015-03-09 Pedro Alves <palves@redhat.com>
840
841 Merge dg-extract-results.sh from GCC upstream (r218843).
842
843 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
844 * dg-extract-results.sh: Use --text with grep to avoid issues with
845 binary files. Fall back to cat -v, if that doesn't work.
846
847 2015-03-05 Pedro Alves <palves@redhat.com>
848
849 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
850
851 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
852
853 * lib/mi-support.exp (mi_expect_interrupt): Accept
854 alternative event for when in all-stop mode.
855
856 2015-03-04 Pedro Alves <palves@redhat.com>
857
858 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
859
860 2015-03-04 Mark Kettenis <kettenis@gnu.org>
861
862 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
863
864 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
865
866 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
867 regexps for GDB's current line display, accept a hex address
868 preceding the line number.
869
870 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
871
872 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
873 the 'arch1' variable for "s390*-linux*" targets.
874
875 2015-03-04 Pedro Alves <palves@redhat.com>
876
877 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
878 (main): Pass missing retval argument to pthread_join call.
879
880 2015-03-02 Pedro Alves <palves@redhat.com>
881
882 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
883 (top level): Call do_test with non-stop as well.
884
885 2015-03-02 Pedro Alves <palves@redhat.com>
886
887 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
888 -1.
889
890 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
891
892 * gdb.arch/s390-vregs.exp: New test.
893 * gdb.arch/s390-vregs.S: New file.
894
895 2015-02-27 Pedro Alves <palves@redhat.com>
896
897 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
898 call to catch_command_errors.
899 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
900 catch_command_errors.
901
902 2015-02-27 Pedro Alves <palves@redhat.com>
903
904 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
905 "true" for boolean result.
906 * gdb.gdb/selftest.exp (test_with_self): Also accept full
907 prototype of main.
908
909 2015-02-27 Pedro Alves <palves@redhat.com>
910
911 * lib/unbuffer_output.c: New file.
912 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
913 (main): Call gdb_unbuffer_output.
914
915 2015-02-27 Yao Qi <yao.qi@linaro.org>
916
917 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
918 target.
919
920 2015-02-26 Doug Evans <dje@google.com>
921
922 * gdb.cp/class2.cc (Dbase, D): New classes.
923 (main): New local delta.
924 * gdb.cp/class2.exp: Test printing delta.
925 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
926 (dynbar): New global.
927 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
928
929 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 * gdb.compile/compile-ifunc.c: New file.
932 * gdb.compile/compile-ifunc.exp: New file.
933
934 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
935
936 * gdb.base/structs.exp: Check for correct struct on finish.
937
938 2015-02-26 Yao Qi <yao.qi@linaro.org>
939
940 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
941 is zero.
942
943 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
944
945 * gdb.arch/cordic.ko.bz2: New file.
946 * gdb.arch/cordic.ko.debug.bz2: New file.
947 * gdb.arch/ppc64-symtab-cordic.exp: New file.
948
949 2015-02-25 Yao Qi <yao.qi@linaro.org>
950
951 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
952 aarch64*-*-* target.
953
954 2015-02-23 Pedro Alves <palves@redhat.com>
955
956 * lib/gdb.exp (delete_breakpoints): Rewrite using
957 gdb_test_multiple.
958
959 2015-02-23 Pedro Alves <palves@redhat.com>
960
961 * gdb.base/info-os.c: Include stdlib.h.
962
963 2015-02-22 Doug Evans <xdje42@gmail.com>
964
965 PR symtab/17855
966 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
967 is read after symbols have been re-read.
968 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
969 * gdb.ada/exec_changed/second.adb (Second): Ditto.
970
971 2015-02-21 Doug Evans <dje@google.com>
972
973 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
974
975 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
976
977 PR corefiles/17808
978 * gdb.arch/i386-biarch-core.core.bz2: New file.
979 * gdb.arch/i386-biarch-core.exp: New file.
980
981 2015-02-21 Pedro Alves <palves@redhat.com>
982
983 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
984 runto_main fails.
985
986 2015-02-20 Pedro Alves <palves@redhat.com>
987
988 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
989 info probes.
990
991 2015-02-20 Pedro Alves <palves@redhat.com>
992
993 * gdb.threads/multi-create-ns-info-thr.exp: New file.
994
995 2015-02-20 Pedro Alves <palves@redhat.com>
996
997 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
998 clean_restart before gdb_target_supports_trace.
999
1000 2015-02-20 Pedro Alves <palves@redhat.com>
1001
1002 PR threads/18006
1003 * gdb.threads/clone-thread_db.c: New file.
1004 * gdb.threads/clone-thread_db.exp: New file.
1005
1006 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1007
1008 PR breakpoints/16812
1009 * gdb.base/catch-gdb-caused-signals.c: New file.
1010 * gdb.base/catch-gdb-caused-signals.exp: New file.
1011
1012 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1013
1014 * configure: Regenerated.
1015 * configure.ac: Use GDB_AC_TRANSFORM.
1016 * aclocal.m4: sinclude ../transform.m4.
1017
1018 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1019
1020 * lib/dtrace.exp: New file.
1021 * gdb.base/dtrace-probe.exp: Likewise.
1022 * gdb.base/dtrace-probe.d: Likewise.
1023 * gdb.base/dtrace-probe.c: Likewise.
1024 * lib/pdtrace.in: Likewise.
1025 * configure.ac: Output variables with the transformed names of
1026 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1027 * configure: Regenerated.
1028
1029 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1030
1031 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1032 expected message when trying to access $_probe_* convenience
1033 variables while not on a probe.
1034
1035 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1036
1037 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1038
1039 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1040
1041 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1042 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1043
1044 2015-02-10 Doug Evans <xdje42@gmail.com>
1045
1046 * lib/gdb.exp (gdb_load): Always return a result.
1047
1048 2015-02-10 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.threads/signal-sigtrap.c: New file.
1051 * gdb.threads/signal-sigtrap.exp: New file.
1052
1053 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1054
1055 * gdb.trace/no-attach-trace.c: New file.
1056 * gdb.trace/no-attach-trace.exp: New file.
1057
1058 2015-02-09 Mark Wielaard <mjw@redhat.com>
1059
1060 * gdb.dwarf2/atomic.c: New file.
1061 * gdb.dwarf2/atomic-type.exp: Likewise.
1062
1063 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1064
1065 * gdb.btrace/buffer-size.exp: Update "info record" output.
1066 * gdb.btrace/delta.exp: Update "info record" output.
1067 * gdb.btrace/enable.exp: Update "info record" output.
1068 * gdb.btrace/finish.exp: Update "info record" output.
1069 * gdb.btrace/instruction_history.exp: Update "info record" output.
1070 * gdb.btrace/next.exp: Update "info record" output.
1071 * gdb.btrace/nexti.exp: Update "info record" output.
1072 * gdb.btrace/step.exp: Update "info record" output.
1073 * gdb.btrace/stepi.exp: Update "info record" output.
1074 * gdb.btrace/nohist.exp: Update "info record" output.
1075
1076 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1077
1078 * gdb.btrace/buffer-size: New.
1079
1080 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1081
1082 * gdb.btrace/delta.exp: Update "info record" output.
1083 * gdb.btrace/enable.exp: Update "info record" output.
1084 * gdb.btrace/finish.exp: Update "info record" output.
1085 * gdb.btrace/instruction_history.exp: Update "info record" output.
1086 * gdb.btrace/next.exp: Update "info record" output.
1087 * gdb.btrace/nexti.exp: Update "info record" output.
1088 * gdb.btrace/step.exp: Update "info record" output.
1089 * gdb.btrace/stepi.exp: Update "info record" output.
1090 * gdb.btrace/nohist.exp: Update "info record" output.
1091
1092 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1093
1094 PR gdb/15678
1095 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1096
1097 2015-02-06 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1100 macro.
1101 (seconds_left, again): New globals.
1102 (main): Wait seconds_left in a 1-second sleep loop instead of
1103 sleeping 180 seconds. If 'again' is set, reset the seconds
1104 counter.
1105 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1106 'again' in the inferior before detaching. Print the seconds left.
1107 (options): New global.
1108 (top level): Build program with -DTIMEOUT=$timeout.
1109
1110 2015-02-06 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1113 determine how many seconds to pass to 'alarm'.
1114 * gdb.base/gdb-sigterm.exp (top level): Build program with
1115 -DTIMEOUT=$timeout.
1116 (do_test): Return success/failure indication. Add more verbose
1117 logging. Don't fail if 200 single steps are seen. Instead, fail
1118 when the test times out.
1119 (passes): New global.
1120 (top level): Break the testing loop if testing fails on any
1121 iteration. Use gdb_assert.
1122
1123 2015-02-04 Don Breazeal <donb@codesourcery.com>
1124
1125 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1126 and initialize them.
1127 (ipc_cleanup): New function.
1128 (main): Don't declare shmid, semid, and msqid. Add a call to
1129 atexit so that we call ipc_cleanup on exit.
1130
1131 2015-02-04 Pedro Alves <palves@redhat.com>
1132
1133 * boards/native-extended-gdbserver.exp: Remove any target variant
1134 specifications from the board name before clearing the isremote
1135 flag from board_info.
1136
1137 2015-01-31 Doug Evans <xdje42@gmail.com>
1138
1139 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1140
1141 2015-01-31 Gary Benson <gbenson@redhat.com>
1142
1143 * gdb.base/completion.exp: Disable completion limiting for
1144 existing tests. Add new tests to check completion limiting.
1145 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1146
1147 2015-01-31 Doug Evans <xdje42@gmail.com>
1148
1149 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1150
1151 2015-01-31 Doug Evans <xdje42@gmail.com>
1152
1153 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1154 entries. Duplicate file section script entries.
1155 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1156 inlined entries. Add test for safe-path rejection.
1157 * gdb.python/py-section-script.c: Add duplicate inlined section script
1158 entries. Duplicate file section script entries.
1159 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1160 inlined entries. Add test for safe-path rejection.
1161
1162 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1163
1164 * gdb.ada/disc_arr_bound: New testcase.
1165
1166 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1167
1168 * gdb.ada/mi_var_array: New testcase.
1169
1170 2015-01-27 Doug Evans <dje@google.com>
1171
1172 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1173 Add test for objfile.filename, objfile.username after objfile
1174 has been unloaded.
1175
1176 2015-01-26 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1179 the second test to print the name attribute of value
1180 returned by the call to gdb.lookup_type, and adjust
1181 the expected output accordingly.
1182
1183 2015-01-25 Mark Wielaard <mjw@redhat.com>
1184
1185 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1186 * gdb.base/disp-step-fork.c: Include unistd.h.
1187 * gdb.base/siginfo-obj.c: Include stdio.h.
1188 * gdb.base/siginfo-thread.c: Likewise.
1189 * gdb.mi/non-stop.c: Include unistd.h.
1190 * gdb.mi/nsthrexec.c: Include stdio.h.
1191 * gdb.mi/pthreads.c: Include unistd.h.
1192 * gdb.modula2/unbounded1.c (main): Declare returns int.
1193 * gdb.reverse/consecutive-reverse.c: Likewise.
1194 * gdb.threads/create-fail.c: Include unistd.h.
1195 * gdb.threads/killed.c: Likewise.
1196 * gdb.threads/linux-dp.c: Likewise.
1197 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1198 * gdb.threads/non-ldr-exc-2.c: Likewise.
1199 * gdb.threads/non-ldr-exc-3.c: Likewise.
1200 * gdb.threads/non-ldr-exc-4.c: Likewise.
1201 * gdb.threads/pthreads.c: Include unistd.h.
1202 (main): Declare returns int.
1203 * gdb.threads/tls-main.c (foo): New declaration.
1204 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1205
1206 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1207
1208 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1209 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1210
1211 2015-01-15 Mark Wielaard <mjw@redhat.com>
1212
1213 * gdb.base/noreturn-return.c: New file.
1214 * gdb.base/noreturn-return.exp: New file.
1215 * gdb.base/noreturn-finish.c: New file.
1216 * gdb.base/noreturn-finish.exp: New file.
1217
1218 2015-01-23 Pedro Alves <palves@redhat.com>
1219
1220 * gdb.threads/continue-pending-after-query.c: New file.
1221 * gdb.threads/continue-pending-after-query.exp: New file.
1222
1223 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1224 Simon Marchi <simon.marchi@ericsson.com>
1225
1226 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1227 * gdb.base/valgrind-db-attach.exp: Same.
1228 * gdb.base/valgrind-infcall.exp: Same.
1229 * lib/mi-support.exp (default_mi_gdb_start): Same.
1230 * lib/prompt.exp (default_prompt_gdb_start): Same.
1231 * lib/gdb.exp (default_gdb_spawn): Same.
1232 (gdb_interact): New.
1233
1234
1235 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1236
1237 * gdb.compile/compile.exp (pointer to jit function): New test.
1238
1239 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1240
1241 * lib/gdb.exp (supports_process_record): Return true for
1242 powerpc*-*-linux*.
1243 (supports_reverse): Likewise.
1244
1245 2015-01-15 Don Breazeal <donb@codesourcery.com>
1246
1247 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1248 instead of checking whether the target board is remote and
1249 use spawn_wait_for_attach instead of exec/sleep.
1250 * gdb.base/attach-twice.exp: Likewise.
1251
1252 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1253
1254 * gdb.ada/var_arr_attrs: New testcase.
1255
1256 2015-01-14 Pedro Alves <palves@redhat.com>
1257 Joel Brobecker <brobecker@adacore.com>
1258
1259 PR gdb/17525
1260 * gdb.base/bp-cmds-execution-x-script.c: New file.
1261 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1262 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1263
1264 2015-01-14 Pedro Alves <palves@redhat.com>
1265
1266 PR cli/17828
1267 * gdb.base/batch-preserve-term-settings.c: New file.
1268 * gdb.base/batch-preserve-term-settings.exp: New file.
1269
1270 2015-01-13 Doug Evans <dje@google.com>
1271
1272 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1273 binary.
1274
1275 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1276
1277 * Makefile.in (clean mostlyclean): Do not delete *.py.
1278
1279 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1280
1281 * gdb.python/py-lookup-type.exp: New file.
1282
1283 2015-01-12 Pedro Alves <palves@redhat.com>
1284
1285 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1286 restore GDBFLAGS before returning.
1287
1288 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1289
1290 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1291 is_amd64_regs_target and is_x86_like_target.
1292
1293 2015-01-11 Doug Evans <xdje42@gmail.com>
1294
1295 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1296 is given without an explicit form.
1297 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1298 attributes.
1299 * gdb.dwarf/corrupt.exp: Ditto.
1300 * gdb.dwarf2/enum-type.exp: Ditto.
1301 * gdb.trace/entry-values.exp: Ditto.
1302 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1303
1304 2015-01-11 Doug Evans <xdje42@gmail.com>
1305
1306 PR gdb/15830
1307 * gdb.base/maint.exp: Remove references to "maint demangle".
1308 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1309 Add tests for explicitly specifying language to demangle.
1310 * gdb.dlang/demangle.exp: Ditto.
1311
1312 2015-01-09 Pedro Alves <palves@redhat.com>
1313
1314 * gdb.threads/non-stop-fair-events.c: New file.
1315 * gdb.threads/non-stop-fair-events.exp: New file.
1316
1317 2015-01-09 Pedro Alves <palves@redhat.com>
1318
1319 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1320 the global scope. Set a breakpoint after all threads are started
1321 rather than stepping over two source lines. Expect the prompt.
1322 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1323 global.
1324 (NUM): Now 15.
1325 (main): Use threads_started_barrier to wait for all threads to
1326 start. Main thread no longer calls thread_function. Exit after
1327 180 seconds.
1328 (loop): New function.
1329 (thread_function): Wait on threads_started_barrier barrier. Call
1330 'loop' at each iteration.
1331 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1332 threads have started, instead of hardcoding number of "next"
1333 steps. Use an access watchpoint instead of a write watchpoint.
1334
1335 2015-01-09 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1338 (thread_func): Wait on barrier.
1339 (main): Wait for all threads to start before stopping GDB.
1340 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1341 global.
1342 (thread1_func, thread2_func): Wait on barrier.
1343 (main): Wait for all threads to start before stopping GDB.
1344 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1345 New global.
1346 (thread1_func, thread2_func): Wait on barrier.
1347 (main): Wait for all threads to start before stopping GDB.
1348
1349 2015-01-09 Pedro Alves <palves@redhat.com>
1350
1351 * gdb.threads/attach-many-short-lived-threads.c: New file.
1352 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1353
1354 2014-01-09 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1357 instead of to thread 2.
1358 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1359 Add barrier around each pthread_create call instead of around all
1360 calls.
1361 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1362 Set a break on thread_function and have the child threads hit it
1363 one at at a time.
1364
1365 2015-01-09 Pedro Alves <palves@redhat.com>
1366
1367 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1368 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1369 false.
1370 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1371 checking whether the target board is remote.
1372 * gdb.multi/multi-attach.exp: Likewise.
1373 * gdb.python/py-sync-interp.exp: Likewise.
1374 * gdb.server/ext-attach.exp: Likewise.
1375 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1376 tests that need to attach, instead of checking whether the target
1377 board is remote at the top of the file.
1378
1379 2015-01-08 Yao Qi <yao@codesourcery.com>
1380
1381 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1382
1383 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1384
1385 Fix testcase compilation.
1386 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1387
1388 2015-01-06 Joel Brobecker <brobecker@adacore.com>
1389
1390 * gdb.python/py-type.exp: Add a couple test about empty
1391 array creation, and negative-length array creation.
1392
1393 2015-01-02 Doug Evans <xdje42@gmail.com>
1394
1395 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1396
1397 2015-01-02 Doug Evans <dje@google.com>
1398
1399 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1400
1401 2014-12-29 Yao Qi <yao@codesourcery.com>
1402
1403 * gdb.trace/entry-values.exp: Update comments. Rename variable
1404 bar_call_foo to returned_from_foo.
1405
1406 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1407
1408 PR gdb/17394
1409 * gdb.linespec/break-asm-file.c: New file.
1410 * gdb.linespec/break-asm-file.exp: New file.
1411 * gdb.linespec/break-asm-file0.s: New file.
1412 * gdb.linespec/break-asm-file1.s: New file.
1413
1414 2014-12-18 Nigel Stephens <nigel@mips.com>
1415 Maciej W. Rozycki <macro@codesourcery.com>
1416
1417 * gdb.base/float.exp: Handle the new output from "info float" on
1418 MIPS targets.
1419
1420 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1421
1422 Fix MinGW compilation.
1423 * gdb.compile/compile-ops.exp: Update untested message if
1424 !skip_compile_feature_tests.
1425 * gdb.compile/compile-setjmp.exp: Likewise.
1426 * gdb.compile/compile-tls.exp: Likewise.
1427 * gdb.compile/compile.exp: Likewise.
1428 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1429 supported on this host".
1430
1431 2014-12-16 Doug Evans <xdje42@gmail.com>
1432
1433 * boards/stabs.exp: New file.
1434
1435 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1436
1437 * gdb.base/completion.exp: Adjust to format changes of "maint
1438 print user-registers".
1439
1440 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
1441
1442 PR server/17457
1443 * gdb.arch/aarch64-fp.c: New file.
1444 * gdb.arch/aarch64-fp.exp: New file.
1445
1446 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1447
1448 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1449 r210637, r210913, r211666, r215400, r215817).
1450
1451 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1452 * dg-extract-results.py: New file.
1453 * dg-extract-results.sh: Use it if the environment seems
1454 suitable.
1455
1456 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1457
1458 * dg-extract-results.py (parse_run): Handle warnings that
1459 are printed before a test harness is run.
1460
1461 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1462
1463 * dg-extract-results.py (Named): Remove __cmp__ method.
1464 (output_variation): Use a key to sort variation.harnesses.
1465
1466 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1467
1468 * dg-extract-results.py: For Python 3, force sys.stdout to
1469 handle surrogate escape sequences.
1470 (safe_open): New function.
1471 (output_segment, main): Use it.
1472
1473 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1474
1475 * dg-extract-results.py (Prog.result_re): Include options
1476 in test name.
1477
1478 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1479
1480 * dg-extract-results.py (output_variation): Always sort if
1481 do_sum.
1482
1483 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1484
1485 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1486 as long as we get pagination notifications.
1487
1488 2014-12-15 Jason Merrill <jason@redhat.com>
1489
1490 * Makefile.in (check-gdb.%): Restore.
1491 * README: Mention it.
1492
1493 2014-12-13 Joel Brobecker <brobecker@adacore.com>
1494
1495 * gdb.ada/str_uninit: New testcase.
1496
1497 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1498
1499 PR symtab/17642
1500 * gdb.base/vla-stub-define.c: New file.
1501 * gdb.base/vla-stub.c: New file.
1502 * gdb.base/vla-stub.exp: New file.
1503
1504 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
1505 Jan Kratochvil <jan.kratochvil@redhat.com>
1506 Tom Tromey <tromey@redhat.com>
1507
1508 * configure.ac: Add gdb.compile/.
1509 * configure: Regenerate.
1510 * gdb.compile/Makefile.in: New file.
1511 * gdb.compile/compile-ops.exp: New file.
1512 * gdb.compile/compile-ops.c: New file.
1513 * gdb.compile/compile-tls.c: New file.
1514 * gdb.compile/compile-tls.exp: New file.
1515 * gdb.compile/compile-constvar.S: New file.
1516 * gdb.compile/compile-constvar.c: New file.
1517 * gdb.compile/compile-mod.c: New file.
1518 * gdb.compile/compile-nodebug.c: New file.
1519 * gdb.compile/compile-setjmp-mod.c: New file.
1520 * gdb.compile/compile-setjmp.c: New file.
1521 * gdb.compile/compile-setjmp.exp: New file.
1522 * gdb.compile/compile-shlib.c: New file.
1523 * gdb.compile/compile.c: New file.
1524 * gdb.compile/compile.exp: New file.
1525 * lib/gdb.exp (skip_compile_feature_tests): New proc.
1526
1527 2014-12-12 Tom Tromey <tromey@redhat.com>
1528
1529 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
1530 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1531
1532 2014-12-12 Doug Evans <dje@google.com>
1533
1534 * lib/gdb-python.exp (get_python_valueof): New function.
1535 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1536
1537 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
1538
1539 * gdb.base/completion.exp: Add test for completion of "info
1540 registers ".
1541
1542 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
1543
1544 * gdb.base/func-ptrs.c: New file.
1545 * gdb.base/func-ptrs.exp: New file.
1546
1547 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1548
1549 PR breakpoints/17012
1550 * gdb.base/dprintf-detach.c: New file.
1551 * gdb.base/dprintf-detach.exp: New file.
1552
1553 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
1554
1555 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1556 * lib/gdb.exp (target_is_gdbserver): New procedure.
1557
1558 2014-12-08 Doug Evans <dje@google.com>
1559
1560 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1561
1562 2014-12-05 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.guile/scm-error.exp: Remove the third argument to
1565 gdb_remote_download.
1566 * gdb.guile/scm-frame-args.exp: Likewise.
1567 * gdb.guile/scm-section-script.exp: Likewise.
1568
1569 2014-12-05 Yao Qi <yao@codesourcery.com>
1570
1571 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1572
1573 2014-12-04 Doug Evans <dje@google.com>
1574
1575 * gdb.python/py-objfile.exp: Add tests for
1576 objfile.add_separate_debug_file.
1577
1578 2014-12-04 Doug Evans <dje@google.com>
1579
1580 * lib/gdb.exp (get_build_id): New function.
1581 (build_id_debug_filename_get): Rewrite to use it.
1582 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1583
1584 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
1585
1586 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1587 `method(long)', not just 0x0.
1588 * gdb.cp/nsalias.exp: Align code labels to 4.
1589 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1590 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1591 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1592 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1593 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1594 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1595
1596 2014-12-02 Doug Evans <dje@google.com>
1597
1598 PR symtab/17602
1599 * gdb.cp/anon-ns.cc: Move guts of this file to ...
1600 * gdb.cp/anon-ns2.cc: ... here. New file.
1601 * gdb.cp/anon-ns.exp: Update.
1602
1603 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
1604
1605 * gdb.python/py-events.py (inferior_call_handler): New.
1606 (register_changed_handler, memory_changed_handler): New.
1607 (test_events.invoke): Register new handlers.
1608 * gdb.python/py-events.exp: Add tests for inferior call,
1609 memory_changed and register_changed events.
1610
1611 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1612
1613 * gdb.base/execl-update-breakpoints.exp: Specify the link address
1614 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
1615 if the linker doesn't understand this.
1616
1617 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * gdb.python/python.exp: Change expected reply to help().
1620
1621 2014-12-01 Yao Qi <yao@codesourcery.com>
1622
1623 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
1624 AC_CONFIG_SUBDIRS(gdb.gdbtk).
1625 * configure: Re-generated.
1626
1627 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
1628
1629 * gdb.cp/chained-calls.cc: New file.
1630 * gdb.cp/chained-calls.exp: New file.
1631 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1632
1633 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
1634
1635 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1636 * gdb.dwarf2/symtab-producer.exp: Same.
1637 * gdb.gdb/python-interrupts.exp: Same.
1638 * gdb.gdb/python-selftest.exp: Same.
1639 * gdb.python/py-linetable.exp: Same.
1640 * gdb.python/py-type.exp: Same.
1641 * gdb.python/py-value-cc.exp: Same.
1642 * gdb.python/py-value.exp: Same.
1643
1644 2014-11-28 Yao Qi <yao@codesourcery.com>
1645
1646 * gdb.base/break-probes.exp: Match library name prefixed with
1647 sysroot.
1648
1649 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
1650
1651 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1652 test expected output. Add parentheses for the call to print.
1653 Remove L suffix from integers.
1654
1655 2014-11-26 Doug Evans <dje@google.com>
1656
1657 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1658
1659 2014-11-22 Yao Qi <yao@codesourcery.com>
1660
1661 * gdb.trace/entry-values.c: Remove asms.
1662 (foo): Add foo_label.
1663 (bar): Add bar_label.
1664 * gdb.trace/entry-values.exp: Remove code computing foo's
1665 length and bar's length.
1666 (Dwarf::assemble): Invoke function_range for bar and use
1667 MACRO_AT_func for foo.
1668
1669 2014-11-22 Yao Qi <yao@codesourcery.com>
1670
1671 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1672 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
1673 Use .Lgcc43_procstart instead of gcc43.
1674
1675 2014-11-21 Joel Brobecker <brobecker@adacore.com>
1676
1677 * gdb.ada/n_arr_bound: New testcase.
1678
1679 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
1680
1681 PR breakpoints/10737
1682 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1683 test_catch_syscall_multi_arch.
1684 (test_catch_syscall_multi_arch): New function.
1685
1686 2014-11-20 Doug Evans <xdje42@gmail.com>
1687
1688 * gdb.base/maint.exp: Update expected output.
1689
1690 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1691
1692 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1693 4-byte instruction on S390.
1694
1695 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1696
1697 * gdb.ada/arr_arr: New testcase.
1698
1699 2014-11-19 Joel Brobecker <brobecker@adacore.com>
1700
1701 * gdb.ada/pkd_arr_elem: New Testcase.
1702
1703 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
1704
1705 * gdb.reverse/break-precsave: Expect completion message for
1706 core file reads.
1707 * gdb.reverse/consecutive-precsave.exp: Likewise.
1708 * gdb.reverse/finish-precsave.exp: Likewise.
1709 * gdb.reverse/i386-precsave.exp: Likewise.
1710 * gdb.reverse/machinestate-precsave.exp: Likewise.
1711 * gdb.reverse/sigall-precsave.exp: Likewise.
1712 * gdb.reverse/solib-precsave.exp: Likewise.
1713 * gdb.reverse/step-precsave.exp: Likewise.
1714 * gdb.reverse/until-precsave.exp: Likewise.
1715 * gdb.reverse/watch-precsave.exp: Likewise.
1716
1717 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1718
1719 * gdb.base/bp-permanent.c: Include unistd.h.
1720 * gdb.python/py-framefilter-mi.c (main): Add return type.
1721 * gdb.python/py-framefilter.c (main): Likewise.
1722 * gdb.trace/actions-changed.c (main): Likewise.
1723
1724 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1725
1726 * gdb.mi/until.c: Add eye-catchers.
1727 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
1728 line numbers.
1729
1730 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1731
1732 * gdb.base/condbreak.exp: Drop references to removed non-prototype
1733 function header variants in break1.c.
1734 * gdb.base/ena-dis-br.exp: Likewise.
1735 * gdb.base/hbreak2.exp: Likewise.
1736 * gdb.reverse/until-precsave.exp: Drop references to removed
1737 non-prototype function header variants in ur1.c.
1738 * gdb.reverse/until-reverse.exp: Likewise.
1739
1740 2014-11-17 Petr Machata <pmachata@redhat.com>
1741
1742 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
1743 ${_cu_offset_size} bytes abbrev offset.
1744
1745 2014-11-15 Doug Evans <xdje42@gmail.com>
1746
1747 PR symtab/17559
1748 * gdb.base/line-symtabs.exp: New file.
1749 * gdb.base/line-symtabs.c: New file.
1750 * gdb.base/line-symtabs.h: New file.
1751
1752 2014-11-14 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
1755 (func): Add label func_label.
1756 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
1757 Replace low_pc and high_pc with MACRO_AT_range.
1758 Replace name, low_pc and high_pc with MACRO_AT_func.
1759
1760 2014-11-14 Yao Qi <yao@codesourcery.com>
1761
1762 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
1763 Replace name, low_pc and high_pc with MACRO_AT_func.
1764
1765 2014-11-14 Yao Qi <yao@codesourcery.com>
1766
1767 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
1768 produce debug information.
1769 * gdb.dwarf2/implptr-optimized-out.S: Removed.
1770
1771 2014-11-14 Yao Qi <yao@codesourcery.com>
1772
1773 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
1774 object and get function length.
1775 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
1776 with MACRO_AT_func.
1777 (top-level): Replace gdb_compile and clean_restart with
1778 prepare_for_testing.
1779 * gdb.dwarf2/main.c (main): Add label main_label.
1780
1781 2014-11-14 Yao Qi <yao@codesourcery.com>
1782
1783 * lib/dwarf.exp (function_range): New procedure.
1784 (Dwarf::_handle_macro_at_func): New procedure.
1785 (Dwarf::_handle_macro_at_range): New procedure.
1786 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
1787
1788 2014-11-14 Yao Qi <yao@codesourcery.com>
1789
1790 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
1791 (_handle_attribute): New procedure.
1792
1793 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1794
1795 * gdb.ada/cond_lang/foo.c (callme): Add return type.
1796 * gdb.base/call-sc.c (zed): Likewise.
1797 * gdb.base/checkpoint.c (main): Likewise.
1798 * gdb.base/dump.c (main): Likewise.
1799 * gdb.base/gcore.c (main): Likewise.
1800 * gdb.base/huge.c (main): Likewise.
1801 * gdb.base/multi-forks.c (main): Likewise.
1802 * gdb.base/pr10179-a.c (main): Likewise.
1803 * gdb.base/savedregs.c (main): Likewise.
1804 * gdb.base/sigaltstack.c (main): Likewise.
1805 * gdb.base/siginfo.c (main): Likewise.
1806 * gdb.base/structs.c (zed): Likewise.
1807 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
1808 * gdb.mi/mi-syn-frame.c (main): Likewise.
1809 * gdb.mi/until.c (foo, main): Likewise.
1810 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
1811 * gdb.base/solib-weak.c (foo): Declare.
1812 * gdb.base/attach-twice.c: Include stdio.h.
1813 * gdb.base/weaklib1.c: Likewise.
1814 * gdb.base/weaklib2.c: Likewise.
1815 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
1816 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
1817 unistd.h.
1818 * gdb.base/attach-pie-misread.c: Include stdlib.h.
1819 * gdb.mi/mi-exit-code.c: Likewise.
1820 * gdb.base/break-interp-lib.c: Include string.h.
1821 * gdb.base/coremaker.c: Likewise.
1822 * gdb.base/testenv.c: Likewise.
1823 * gdb.python/py-finish-breakpoint.c: Likewise.
1824 * gdb.base/inferior-died.c: Include sys/wait.h.
1825 * gdb.base/fileio.c: Include time.h.
1826 * gdb.base/async-shell.c: Include unistd.h.
1827 * gdb.base/dprintf-non-stop.c: Likewise.
1828 * gdb.base/info-os.c: Likewise.
1829 * gdb.mi/mi-console.c: Likewise.
1830 * gdb.mi/watch-nonstop.c: Likewise.
1831 * gdb.python/py-events.c: Likewise.
1832 * gdb.base/async.c (baz): Move up before its invocation.
1833 * gdb.base/code_elim2.c (my_global_func): Likewise.
1834 * gdb.base/skip-solib-lib.c (multiply): Likewise.
1835 * gdb.base/advance.c (func2): Likewise.
1836
1837 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1838
1839 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
1840 variant.
1841 * gdb.base/annota3.c: Likewise.
1842 * gdb.base/async.c: Likewise.
1843 * gdb.base/average.c: Likewise.
1844 * gdb.base/call-ar-st.c: Likewise.
1845 * gdb.base/call-rt-st.c: Likewise.
1846 * gdb.base/call-sc.c: Likewise.
1847 * gdb.base/call-strs.c: Likewise.
1848 * gdb.base/ending-run.c: Likewise.
1849 * gdb.base/execd-prog.c: Likewise.
1850 * gdb.base/exprs.c: Likewise.
1851 * gdb.base/foll-exec.c: Likewise.
1852 * gdb.base/foll-fork.c: Likewise.
1853 * gdb.base/foll-vfork.c: Likewise.
1854 * gdb.base/funcargs.c: Likewise.
1855 * gdb.base/gcore.c: Likewise.
1856 * gdb.base/jump.c: Likewise.
1857 * gdb.base/langs0.c: Likewise.
1858 * gdb.base/langs1.c: Likewise.
1859 * gdb.base/langs2.c: Likewise.
1860 * gdb.base/mips_pro.c: Likewise.
1861 * gdb.base/nodebug.c: Likewise.
1862 * gdb.base/opaque0.c: Likewise.
1863 * gdb.base/opaque1.c: Likewise.
1864 * gdb.base/recurse.c: Likewise.
1865 * gdb.base/run.c: Likewise.
1866 * gdb.base/scope0.c: Likewise.
1867 * gdb.base/scope1.c: Likewise.
1868 * gdb.base/setshow.c: Likewise.
1869 * gdb.base/setvar.c: Likewise.
1870 * gdb.base/shmain.c: Likewise.
1871 * gdb.base/shr1.c: Likewise.
1872 * gdb.base/shr2.c: Likewise.
1873 * gdb.base/sigall.c: Likewise.
1874 * gdb.base/signals.c: Likewise.
1875 * gdb.base/so-indr-cl.c: Likewise.
1876 * gdb.base/solib2.c: Likewise.
1877 * gdb.base/structs.c: Likewise.
1878 * gdb.base/sum.c: Likewise.
1879 * gdb.base/vforked-prog.c: Likewise.
1880 * gdb.base/watchpoint.c: Likewise.
1881 * gdb.reverse/shr2.c: Likewise.
1882 * gdb.reverse/until-reverse.c: Likewise.
1883 * gdb.reverse/ur1.c: Likewise.
1884 * gdb.reverse/watch-reverse.c: Likewise.
1885
1886 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1887
1888 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
1889 variant.
1890 * gdb.base/sepdebug.exp: Drop references to removed code.
1891
1892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1893
1894 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
1895 variant. Preserve original line numbering.
1896 * gdb.base/list1.c: Likewise.
1897
1898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1899
1900 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
1901 variant.
1902 * gdb.base/break1.c: Likewise.
1903 * gdb.base/break.exp: Drop references to removed code.
1904
1905 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1906
1907 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
1908 variant.
1909
1910 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1911
1912 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
1913
1914 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1915
1916 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
1917 logic into perform_all_tests() and invoke it with and without
1918 function header prototypes.
1919 (do_function_calls): Remove conditional XFAIL for PR 5318.
1920 (rerun_and_prepare): Remove duplicate code.
1921 (perform_all_tests): New. Main logic moved here.
1922
1923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1924
1925 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
1926 code guarded by #ifdef NO_PROTOTYPES.
1927 (t_double_many_args): Likewise.
1928 (DEF_FUNC_MANY_ARGS_1): Likewise.
1929 (DEF_FUNC_VALUES_1): Likewise.
1930 (t_structs_ldc): Renamed from t_structs_fc in conditional code
1931 guarded by #ifdef PROTOTYPES.
1932
1933 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1934
1935 * gdb.mi/mi-console.c: Add eye-catcher.
1936 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
1937 instead of literal line number.
1938
1939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1940
1941 * gdb.base/shr2.c: Add eye-catcher.
1942 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
1943 line number.
1944
1945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1946
1947 * gdb.base/jump.c: Add eye-catchers.
1948 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
1949 numbers.
1950
1951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1952
1953 * gdb.base/execd-prog.c: Add eye-catchers.
1954 * gdb.base/foll-exec.c: Likewise.
1955 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
1956 line numbers.
1957
1958 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1959
1960 * gdb.base/ending-run.c: Add eye-catchers.
1961 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
1962 literal line numbers.
1963
1964 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1965
1966 * gdb.base/call-rt-st.c: Add eye-catchers.
1967 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
1968 literal line numbers.
1969
1970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1971
1972 * gdb.base/call-ar-st.c: Add eye-catchers.
1973 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
1974 literal line numbers.
1975
1976 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1977
1978 * gdb.base/average.c: Add eye-catchers.
1979 * gdb.base/sum.c: Likewise.
1980 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
1981 regexps dynamically.
1982
1983 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * gdb.base/solib1.c: Add eye-catchers.
1986 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
1987 literal line numbers.
1988
1989 2014-11-12 Pedro Alves <palves@redhat.com>
1990
1991 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
1992 leader has exited.
1993
1994 2014-11-12 Pedro Alves <palves@redhat.com>
1995
1996 * gdb.arch/i386-bp_permanent.c: New file.
1997 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
1998 (srcfile): Set to i386-bp_permanent.c.
1999 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2000 that stepi does not execute the 'leave' instruction, instead of
2001 testing it does execute.
2002 * gdb.base/bp-permanent.c: New file.
2003 * gdb.base/bp-permanent.exp: New file.
2004
2005 2014-11-10 Doug Evans <xdje42@gmail.com>
2006
2007 PR symtab/17564
2008 * gdb.base/symtab-search-order.exp: New file.
2009 * gdb.base/symtab-search-order.c: New file.
2010 * gdb.base/symtab-search-order-1.c: New file.
2011 * gdb.base/symtab-search-order-shlib-1.c: New file.
2012
2013 2014-11-07 Pedro Alves <palves@redhat.com>
2014
2015 PR gdb/17511
2016 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2017 i?86-*-linux*.
2018
2019 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2020
2021 PR c++/17494
2022 * gdb.cp/pr17494.cc: New file.
2023 * gdb.cp/pr17494.exp: New file.
2024
2025 2014-11-02 Yao Qi <yao@codesourcery.com>
2026
2027 * gdb.python/python.exp: Get working directory and match the
2028 output of "set extended-prompt \\w " with it.
2029
2030 2014-10-30 Doug Evans <dje@google.com>
2031
2032 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2033 in objfiles.
2034 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2035 in progspaces.
2036
2037 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
2038
2039 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2040 * gdb.base/realname-expand.exp: Likewise.
2041 * gdb.linespec/macro-relative.exp: Likewise.
2042
2043 2014-10-29 Pedro Alves <palves@redhat.com>
2044
2045 PR gdb/17408
2046 * gdb.threads/schedlock.c (some_function): New function.
2047 (call_function): New global.
2048 (MAYBE_CALL_SOME_FUNCTION): New macro.
2049 (thread_function): Call it.
2050 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2051 and use it instead of a global counter. Adjust all callers.
2052 (get_current_thread): Use "find current thread" for test message
2053 here rather than having all callers pass down the same string.
2054 (goto_loop): New procedure, factored out from ...
2055 (my_continue): ... this.
2056 (step_ten_loops): Change parameter from test message to command to
2057 use. Adjust.
2058 (list_count): Delete global.
2059 (check_result): New procedure, factored out from duplicate top
2060 level code.
2061 (continue tests): Wrap in with_test_prefix.
2062 (test_step): New procedure, factored out from duplicate top level
2063 code.
2064 (top level): Test "step" in combination with all scheduler-locking
2065 modes. Test "next" in combination with all scheduler-locking
2066 modes, and in combination with stepping over a function call or
2067 not.
2068 * gdb.threads/next-bp-other-thread.c: New file.
2069 * gdb.threads/next-bp-other-thread.exp: New file.
2070
2071 2014-10-29 Pedro Alves <palves@redhat.com>
2072
2073 PR python/17372
2074 * gdb.python/python.exp: Test a multi-line command that spawns
2075 interactive Python.
2076 * gdb.base/multi-line-starts-subshell.exp: New file.
2077
2078 2014-10-29 Yao Qi <yao@codesourcery.com>
2079
2080 * gdb.base/fileio.exp: Make directories on host.
2081
2082 2014-10-29 Yao Qi <yao@codesourcery.com>
2083
2084 * gdb.base/fileio.c (test_write): Close the file.
2085
2086 2014-10-28 Pedro Alves <palves@redhat.com>
2087
2088 PR gdb/12623
2089 * gdb.base/sigstep.c (no_handler): New global.
2090 (main): If 'no_handler is true, set the signal handlers to
2091 SIG_IGN.
2092 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2093 with_sw_watch and no_handler parameters. Handle them.
2094 (top level) <stepping over handler when stopped at a breakpoint
2095 test>: Add a test axis for testing with a software watchpoint, and
2096 another for testing with the signal handler set to SIG_IGN.
2097 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2098 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2099
2100 2014-10-28 Pedro Alves <palves@redhat.com>
2101
2102 PR gdb/17511
2103 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2104 * gdb.base/sigstep.exp (other_handler_location): New global.
2105 (advance): Support stepping into the signal handler, and running
2106 commands while in the handler.
2107 (in_handler_map): New global.
2108 (top level): In the advance test, add combinations for getting
2109 into the handler with stepping commands, and for running commands
2110 in the handler. Add comment descripting the advancei tests.
2111
2112 2014-10-28 Pedro Alves <palves@redhat.com>
2113
2114 * gdb.base/sigstep.exp: Use build_executable instead of
2115 prepare_for_testing.
2116 (top level): Move code that starts GDB, runs to main and creates a
2117 display to ...
2118 (restart): ... this new procedure.
2119 (top level): Move backtrace from signal handler test to ...
2120 (validate_backtrace): ... this new procedure.
2121 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2122 with_test_prefix. Always restart GDB.
2123 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2124 with_test_prefix. Always restart GDB. No need to delete
2125 breakpoints after the test.
2126 (test_skip_handler): Remove prefix parameter.
2127 (skip_over_handler, breakpoint_to_handler)
2128 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2129 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2130 restart GDB. No need to delete breakpoints after the test.
2131 (top level): Use foreach to call the test procedures with
2132 different commands.
2133
2134 2014-10-28 Pedro Alves <palves@redhat.com>
2135
2136 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2137 instead of GNATS numbers.
2138 * gdb.base/sigbpt.exp: Likewise.
2139 * gdb.base/siginfo.exp: Likewise.
2140 * gdb.base/sigstep.exp: Likewise.
2141
2142 2014-10-27 Pedro Alves <palves@redhat.com>
2143
2144 * gdb.base/sigstep.c (dummy): New global.
2145 (main): Issue a couple writes to the new global.
2146 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2147 procedures.
2148 (skip_over_handler): Use test_skip_handler.
2149 (top level): Call skip_over_handler for stepi and nexti too.
2150 (breakpoint_over_handler): Use test_skip_handler.
2151 (top level): Call breakpoint_over_handler for stepi and nexti too.
2152
2153 2014-10-27 Yao Qi <yao@codesourcery.com>
2154
2155 * gdb.trace/tfile.c (adjust_function_address)
2156 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2157 function descriptor.
2158
2159 2014-10-24 Don Breazeal <donb@codesourcery.com>
2160
2161 * gdb.base/foll-fork.exp (test_follow_fork,
2162 catch_fork_child_follow): Check for updated fork messages emitted
2163 from infrun.c.
2164 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2165 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2166 vfork_and_exec_child_follow_through_step): Check for updated vfork
2167 messages emitted from infrun.c.
2168
2169 2014-10-24 Pedro Alves <palves@redhat.com>
2170
2171 * gdb.base/corefile.exp: Remove references to ultrix.
2172 * gdb.base/interrupt.exp: Likewise.
2173 * gdb.base/whatis.exp: Likewise.
2174 * gdb.gdb/selftest.exp: Likewise.
2175 * gdb.threads/manythreads.exp: Likewise.
2176 * gdb.threads/print-threads.exp: Likewise.
2177 * gdb.threads/pthreads.exp:: Likewise.
2178 * gdb.threads/schedlock.exp: Likewise.
2179
2180 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2181
2182 * gdb.cp/non-trivial-retval.cc: Add a test case.
2183 * gdb.cp/non-trivial-retval.exp: Add a test.
2184
2185 2014-10-20 Yao Qi <yao@codesourcery.com>
2186
2187 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2188 * gdb.python/py-objfile-script-gdb.py: New file.
2189 * gdb.python/py-objfile-script.exp: Update reference to
2190 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2191 of remote_download. Remove the dest file.
2192
2193 2014-10-20 Yao Qi <yao@codesourcery.com>
2194
2195 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2196 * gdb.base/step-line.exp: Likewise.
2197 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2198 * gdb.dwarf2/dw2-basic.exp: Likewise.
2199 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2200 * gdb.dwarf2/dw2-filename.exp: Likewise.
2201 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2202 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2203 * gdb.dwarf2/dw2-producer.exp: Likewise.
2204 * gdb.dwarf2/mac-fileno.exp: Likewise.
2205 * gdb.python/py-frame-args.exp: Likewise.
2206 * gdb.python/py-framefilter.exp: Likewise.
2207 * gdb.python/py-mi.exp: Likewise.
2208 * gdb.python/py-objfile-script.exp: Likewise
2209 * gdb.python/py-pp-integral.exp: Likewise.
2210 * gdb.python/py-pp-re-notag.exp: Likewise.
2211 * gdb.python/py-prettyprint.exp: Likewise.
2212 * gdb.python/py-section-script.exp: Likewise.
2213 * gdb.python/py-typeprint.exp: Likewise.
2214 * gdb.python/py-xmethods.exp: Likewise.
2215 * gdb.stabs/weird.exp: Likewise.
2216 * gdb.xml/tdesc-regs.exp: Likewise.
2217
2218 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2219
2220 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2221 (out_cu): Use addr_len for the size of addresses.
2222 (out_line): Likewise. Size DW_LNE_set_address instruction
2223 according to addr_len.
2224 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2225 (FUNC): Add START_INSNS to definition.
2226
2227 2014-10-18 Yao Qi <yao@codesourcery.com>
2228
2229 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2230 gdb_has_argv0 return true.
2231 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2232 check [target_info exists noargs], check [gdb_has_argv0]
2233 instead.
2234 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2235 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2236 procedures.
2237
2238 2014-10-17 Doug Evans <dje@google.com>
2239
2240 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2241 event.
2242 * gdb.python/py-events.py: Add clear_objfiles event.
2243
2244 2014-10-17 Doug Evans <dje@google.com>
2245
2246 * gdb.python/py-objfile.exp: Test progspace attribute.
2247
2248 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2249
2250 * gdb.guile/scm-breakpoint.exp: Do not assume any
2251 directory separators when matching source file paths.
2252 * gdb.python/py-breakpoint.exp: Likewise.
2253 * gdb.reverse/break-precsave.exp: Likewise.
2254 * gdb.reverse/break-reverse.exp: Likewise.
2255 * gdb.reverse/consecutive-precsave.exp: Likewise.
2256 * gdb.reverse/finish-precsave.exp: Likewise.
2257 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2258 * gdb.reverse/finish-reverse.exp: Likewise.
2259 * gdb.reverse/i386-precsave.exp: Likewise.
2260 * gdb.reverse/i387-env-reverse.exp: Likewise.
2261 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2262 * gdb.reverse/machinestate-precsave.exp: Likewise.
2263 * gdb.reverse/machinestate.exp: Likewise.
2264 * gdb.reverse/sigall-precsave.exp: Likewise.
2265 * gdb.reverse/solib-precsave.exp: Likewise.
2266 * gdb.reverse/step-precsave.exp: Likewise.
2267 * gdb.reverse/until-precsave.exp: Likewise.
2268 * gdb.reverse/watch-precsave.exp: Likewise.
2269 * gdb.reverse/watch-reverse.exp: Likewise.
2270
2271 2014-10-17 Yao Qi <yao@codesourcery.com>
2272
2273 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2274 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2275
2276 2014-10-17 Pedro Alves <palves@redhat.com>
2277
2278 PR gdb/17471
2279 * gdb.base/bg-execution-repeat.c: New file.
2280 * gdb.base/bg-execution-repeat.exp: New file.
2281
2282 2014-10-17 Pedro Alves <palves@redhat.com>
2283
2284 PR gdb/17300
2285 * gdb.base/continue-all-already-running.c: New file.
2286 * gdb.base/continue-all-already-running.exp: New file.
2287
2288 2014-10-17 Pedro Alves <palves@redhat.com>
2289
2290 PR gdb/17472
2291 * gdb.base/annota-input-while-running.c: New file.
2292 * gdb.base/annota-input-while-running.exp: New file.
2293
2294 2014-10-17 Pedro Alves <palves@redhat.com>
2295
2296 * gdb.base/callfuncs.exp: emove references to osf.
2297 * gdb.base/sigall.exp: Likewise.
2298 * gdb.gdb/selftest.exp: Likewise.
2299 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2300 * gdb.mi/non-stop.c: Likewise.
2301 * gdb.mi/pthreads.c: Likewise.
2302 * gdb.reverse/sigall-precsave.exp: Likewise.
2303 * gdb.reverse/sigall-reverse.exp: Likewise.
2304 * gdb.threads/pthreads.c: Likewise.
2305 * gdb.threads/pthreads.exp: Likewise.
2306
2307 2014-10-17 Yao Qi <yao@codesourcery.com>
2308
2309 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2310 check 'target_info exists noargs'.
2311 (test_command_prompt_position): Likewise.
2312 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2313 Remove "set args".
2314 (progvar_simple_while_test): Likewise.
2315 (progvar_complex_if_while_test): Likewise.
2316 (if_while_breakpoint_command_test): Likewise.
2317 (infrun_breakpoint_command_test): Likewise.
2318 (breakpoint_command_test): Likewise.
2319 (watchpoint_command_test): Likewise.
2320 (bp_deleted_in_command_test): Likewise.
2321 (temporary_breakpoint_commands): Likewise.
2322
2323 2014-10-16 Yao Qi <yao@codesourcery.com>
2324
2325 * gdb.base/remotetimeout.exp: Remove noargs checking.
2326
2327 2014-10-15 Pedro Alves <palves@redhat.com>
2328
2329 PR breakpoints/9649
2330 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2331 * gdb.base/breakpoint-in-ro-region.exp
2332 (probe_target_hardware_step): New procedure.
2333 (top level): Probe hardware stepping and hardware breakpoint
2334 support. Test stepping through a read-only region, with both
2335 "breakpoint auto-hw" on and off and both "always-inserted" on and
2336 off.
2337
2338 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2339
2340 * gdb.dlang/demangle.exp: Update for demangling changes.
2341
2342 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2343
2344 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2345 * gdb.cp/non-trivial-retval.exp: Add new tests.
2346
2347 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2348
2349 PR c++/13403
2350 PR c++/15154
2351 * gdb.cp/non-trivial-retval.cc: New file.
2352 * gdb.cp/non-trivial-retval.exp: New file.
2353
2354 2014-10-15 Yao Qi <yao@codesourcery.com>
2355
2356 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2357 remote host.
2358
2359 2014-10-15 Yao Qi <yao@codesourcery.com>
2360
2361 * gdb.python/py-symbol.exp: Match file base name if host is
2362 remote, otherwise match file name with dir name.
2363 * gdb.python/py-symtab.exp: Likewise.
2364 * gdb.python/python.exp: Likewise.
2365
2366 2014-10-15 Yao Qi <yao@codesourcery.com>
2367
2368 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2369 pattern.
2370 * gdb.python/py-symtab.exp: Likewise.
2371 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2372 locationn.
2373
2374 2014-10-14 Joel Brobecker <brobecker@adacore.com>
2375
2376 * gdb.ada/addr_arith: New testcase.
2377
2378 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2379
2380 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2381 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2382 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2383 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2384
2385 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2386
2387 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2388 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2389 * gdb.arch/stap-eval-lang-ada.exp: New file.
2390
2391 2014-10-14 Yao Qi <yao@codesourcery.com>
2392
2393 * gdb.mi/mi-var-child.c (nothing1): New function.
2394 (nothing2): New function.
2395 (do_children_tests): Set function pointers by nothing1 and
2396 nothing2.
2397 * gdb.mi/mi-var-child.exp: Step over new added statements.
2398 Update test to match the new output.
2399 * gdb.mi/var-cmd.c (nothing1): New function.
2400 (nothing2): New function.
2401 (do_children_tests): Set function pointers by nothing1 and
2402 nothing2.
2403 * gdb.mi/mi-var-display.exp: Update test to match output.
2404 Step to the line specified by $line_dct_nothing.
2405 Increase the number of lines to step.
2406
2407 2014-10-14 Yao Qi <yao@codesourcery.com>
2408
2409 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2410 tests.
2411 * gdb.mi/mi2-var-child.exp: Likewise.
2412
2413 2014-10-13 Doug Evans <dje@google.com>
2414
2415 * gdb.python/py-objfile.exp: Change name of file name test.
2416
2417 2014-10-13 Doug Evans <dje@google.com>
2418
2419 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2420 from the start of the CU.
2421
2422 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2423 Yao Qi <yao@codesourcery.com>
2424
2425 Fix "save breakpoints" for "catch" command.
2426 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2427 Remove -nonewline. Match also the added "main" line.
2428
2429 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2430
2431 Fix "save breakpoints" for "disable $bpnum" command.
2432 * gdb.base/save-bp.c (main): Add label.
2433 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2434
2435 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2436
2437 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2438
2439 2014-10-11 Yao Qi <yao@codesourcery.com>
2440
2441 * gdb.server/server-kill.exp: Execute command
2442 "set remote trace-status-packet on" before "tstatus".
2443
2444 2014-10-11 Yao Qi <yao@codesourcery.com>
2445
2446 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2447 (main): Call getppid.
2448 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2449 and continue to it. Read variable "server_pid".
2450
2451 2014-10-11 Yao Qi <yao@codesourcery.com>
2452
2453 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2454
2455 2014-10-11 Yao Qi <yao@codesourcery.com>
2456
2457 * gdb.threads/thread-find.exp: Don't execute command
2458 "info threads".
2459 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2460 * gdb.threads/linux-dp.exp: Don't check the condition
2461 $threads_created equals to zero.
2462
2463 2014-10-10 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/bigcore.exp: Remove references to IRIX.
2466 * gdb.base/funcargs.exp: Likewise.
2467 * gdb.base/interrupt.exp: Likewise.
2468 * gdb.base/mips_pro.exp: Likewise.
2469 * gdb.base/nodebug.exp: Likewise.
2470 * gdb.base/setvar.exp: Likewise.
2471 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2472
2473 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2474 Pedro Alves <palves@redhat.com>
2475
2476 PR symtab/14466
2477 * gdb.base/vdso-warning.c: New file.
2478 * gdb.base/vdso-warning.exp: New file.
2479
2480 2014-10-02 Doug Evans <dje@google.com>
2481
2482 * gdb.base/structs.c (main): Don't run forever.
2483
2484 2014-10-02 Pedro Alves <palves@redhat.com>
2485
2486 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2487 (top level) <stop threads 1, stop threads 2>: Use it.
2488
2489 2014-10-02 Pedro Alves <palves@redhat.com>
2490
2491 * gdb.threads/break-while-running.exp (test): Add new
2492 'update_thread_list' argument. Skip "info threads" if false.
2493 (top level): Add new 'update_thread_list' axis.
2494
2495 2014-10-02 Pedro Alves <palves@redhat.com>
2496
2497 PR breakpoints/17431
2498 * gdb.base/execl-update-breakpoints.c: New file.
2499 * gdb.base/execl-update-breakpoints.exp: New file.
2500
2501 2014-10-01 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.base/breakpoint-in-ro-region.c: New file.
2504 * gdb.base/breakpoint-in-ro-region.exp: New file.
2505
2506 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
2507
2508 * gdb.mi/mi-exit-code.exp: New file.
2509 * gdb.mi/mi-exit-code.c: New file.
2510
2511 2014-09-30 Yao Qi <yao@codesourcery.com>
2512
2513 * lib/prelink-support.exp (build_executable_own_libs): Error if
2514 the target isn't native.
2515
2516 2014-09-30 Yao Qi <yao@codesourcery.com>
2517
2518 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2519 false.
2520
2521 2014-09-22 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.threads/break-while-running.exp: New file.
2524 * gdb.threads/break-while-running.c: New file.
2525
2526 2014-09-19 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2529 Invoke test. Restart GDB with --readnow and invoke test again.
2530
2531 2014-09-19 Yao Qi <yao@codesourcery.com>
2532
2533 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2534 proc set_breakpoint_on_gcd_function. Invoke
2535 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
2536 invoke set_breakpoint_on_gcd_function again.
2537
2538 2014-09-18 Doug Evans <dje@google.com>
2539
2540 * gdb.dwarf2/symtab-producer.exp: New file.
2541
2542 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2543
2544 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2545 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2546 * gdb.base/global-var-nested-by-dso.c: Likewise.
2547 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2548
2549 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2550 Pedro Alves <palves@redhat.com>
2551
2552 * gdb.base/watch-bitfields.exp: Pass string other than test file
2553 name to prepare_for_testing.
2554 (watch): New procedure.
2555 (expect_watchpoint): Use with_test_prefix.
2556 (top level): Factor out tests to ...
2557 (test_watch_location, test_regular_watch): ... these new
2558 procedures, and use with_test_prefix and gdb_continue_to_end.
2559
2560 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
2561
2562 PR breakpoints/12526
2563 * gdb.base/watch-bitfields.exp: New file.
2564 * gdb.base/watch-bitfields.c: New file.
2565
2566 2014-09-16 Pedro Alves <palves@redhat.com>
2567
2568 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2569 software and hardware addresses, not software address against
2570 itself.
2571
2572 2014-09-16 Pedro Alves <palves@redhat.com>
2573
2574 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2575 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2576
2577 2014-09-16 Pedro Alves <palves@redhat.com>
2578
2579 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2580 files.
2581 * gdb.base/a2-run.exp: Remove all code guarded by istarget
2582 "*-*-vxworks*" throughout.
2583 * gdb.base/break.exp: Likewise.
2584 * gdb.base/default.exp: Likewise.
2585 * gdb.base/scope.exp: Likewise.
2586 * gdb.base/sepdebug.exp: Likewise.
2587 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2588 throughout.
2589 * gdb.base/run.c: Likewise.
2590 * gdb.base/sepdebug.c: Likewise.
2591 * gdb.hp/gdb.aCC/run.c: Likewise.
2592 * gdb.reverse/until-reverse.c: Likewise.
2593 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2594
2595 2014-09-16 Yao Qi <yao@codesourcery.com>
2596
2597 * boards/local-remote-host-native.exp: New file.
2598
2599 2014-09-14 Doug Evans <xdje42@gmail.com>
2600
2601 * gdb.threads/queue-signal.c (thread_count): New variable.
2602 (thread_count_mutex, thread_count_condvar): New variables.
2603 (incr_thread_count, wait_all_threads_running): New functions.
2604 (main): Wait for all threads to be in their thread functions.
2605
2606 2014-09-13 Doug Evans <xdje42@gmail.com>
2607
2608 * gdb.threads/queue-signal.c: New file.
2609 * gdb.threads/queue-signal.exp: New file.
2610
2611 2014-09-13 Doug Evans <xdje42@gmail.com>
2612
2613 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2614 be consistent with what default_gdb_init uses.
2615 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2616 the plain text of the prompt. Add some logging printfs.
2617 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2618
2619 2014-09-12 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2622 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2623 * gdb.arch/i386-size-overlap.exp: Likewise.
2624 * gdb.arch/i386-size.exp: Likewise.
2625 * gdb.arch/i386-unwind.exp: Likewise.
2626 * gdb.base/a2-run.exp: Likewise.
2627 * gdb.base/break.exp: Likewise.
2628 * gdb.base/charset.exp: Likewise.
2629 * gdb.base/chng-syms.exp: Likewise.
2630 * gdb.base/commands.exp: Likewise.
2631 * gdb.base/dbx.exp: Likewise.
2632 * gdb.base/find.exp: Likewise.
2633 * gdb.base/funcargs.exp: Likewise.
2634 * gdb.base/jit-simple.exp: Likewise.
2635 * gdb.base/reread.exp: Likewise.
2636 * gdb.base/sepdebug.exp: Likewise.
2637 * gdb.base/step-bt.exp: Likewise.
2638 * gdb.cp/mb-inline.exp: Likewise.
2639 * gdb.cp/mb-templates.exp: Likewise.
2640 * gdb.objc/basicclass.exp: Likewise.
2641 * gdb.threads/killed.exp: Likewise.
2642
2643 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2644
2645 PR tdep/17379
2646 * gdb.arch/powerpc-stackless.S: New file.
2647 * gdb.arch/powerpc-stackless.exp: New file.
2648
2649 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2650
2651 * gdb.base/attach.c: Include unistd.h.
2652 (main): Call alarm. Add label postloop.
2653 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2654 gdb_breakpoint, gdb_continue_to_breakpoint.
2655 (test_command_line_attach_run): Kill ${testpid} in one exit path.
2656
2657 2014-09-11 Pedro Alves <palves@redhat.com>
2658
2659 PR gdb/17347
2660 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2661 * gdb.base/attach.exp (test_command_line_attach_run): New
2662 procedure.
2663 (top level): Call it.
2664
2665 2014-09-11 Pedro Alves <palves@redhat.com>
2666
2667 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2668 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2669 (do_command_attach_tests): Use spawn_wait_for_attach.
2670 * gdb.base/solib-overlap.exp: Likewise.
2671 * gdb.multi/multi-attach.exp: Likewise.
2672 * gdb.python/py-prompt.exp: Likewise.
2673 * gdb.python/py-sync-interp.exp: Likewise.
2674 * gdb.server/ext-attach.exp: Likewise.
2675
2676 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
2677
2678 * gdb.fortran/array-element.exp: Remove unexpected "continue"
2679 command in testcase. Simplify testcase.
2680
2681 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2682
2683 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2684
2685 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2686
2687 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2688
2689 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2690
2691 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2692
2693 2014-09-10 Joel Brobecker <brobecker@adacore.com>
2694
2695 * gdb.dwarf2/dynarr-ptr.c: New file.
2696 * gdb.dwarf2/dynarr-ptr.exp: New file.
2697
2698 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2699
2700 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
2701 of 30 rather than hardcoding 120 for a slow test case. Take the
2702 `gdb,timeout' target setting into account for this calculation.
2703 Don't extend the timeout for the test cases that don't need it.
2704
2705 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2706
2707 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
2708 a factor of 2 for a slow test case. Take the `gdb,timeout'
2709 target setting into account for this calculation.
2710 * gdb.reverse/until-precsave.exp: Increase the timeout by
2711 a factor of 15 and 3 respectively rather than adding 120
2712 for a pair of slow test cases. Take the `gdb,timeout'
2713 target setting into account for this calculation.
2714
2715 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2716
2717 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
2718 timeout, don't pass one down to gdb_expect.
2719 (gdb_expect): Rework timeout selection.
2720
2721 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2722
2723 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
2724 exception on timeout.
2725 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
2726 (gdbserver_start_extended): Catch any `gdbserver_start' error
2727 exceptions.
2728 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
2729 * lib/mi-support.exp (mi_gdb_target_load): Catch any
2730 `gdbserver_gdb_load' error exceptions.
2731
2732 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
2733
2734 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
2735 120 on waiting for the TCP socket to open.
2736
2737 2014-09-09 Doug Evans <xdje42@gmail.com>
2738
2739 * gdb.base/default.exp (show_conv_list): Add _caller_is,
2740 _caller_matches, _any_caller_is, _any_caller_matches.
2741
2742 2014-09-09 Doug Evans <xdje42@gmail.com>
2743
2744 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
2745
2746 2014-09-09 Yao Qi <yao@codesourcery.com>
2747
2748 * gdb.mi/mi-var-display.exp: Set print symbol off.
2749
2750 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
2751
2752 PR gdb/17035
2753 * gdb.base/commands.exp: Add tests to verify user-defined
2754 commands with empty bodies.
2755 * gdb.python/py-cmd.exp: Test that we don't show user-defined
2756 python commands in `show user command`.
2757 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
2758 scheme commands in `show user command`.
2759
2760 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
2761
2762 PR python/17355
2763 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
2764 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
2765 * gdb.python/py-framefilter-invalidarg.exp: New file.
2766 * gdb.python/py-framefilter-invalidarg.py: New file.
2767
2768 2014-09-06 Doug Evans <xdje42@gmail.com>
2769
2770 PR 15276
2771 * gdb.python/py-caller-is.c: New file.
2772 * gdb.python/py-caller-is.exp: New file.
2773
2774 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
2775
2776 PR gdb/17235
2777 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
2778 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
2779
2780 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
2781
2782 PR fortran/17237
2783 * gdb.fortran/print-formatted.exp: New file.
2784 * gdb.fortran/print-formatted.f90: Likewise.
2785
2786 2014-09-03 Sasha Smundak <asmundak@google.com>
2787
2788 * gdb.python/py-frame.exp: Test Frame.read_register.
2789
2790 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
2791
2792 PR python/16699
2793 * gdb.python/py-completion.exp: New file.
2794 * gdb.python/py-completion.py: Likewise.
2795
2796 2014-08-28 Doug Evans <dje@google.com>
2797
2798 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
2799 eax,etc. are live with values set by gdb and thus the compiler can't
2800 use them.
2801 * gdb.arch/i386-pseudo.c (main): Ditto.
2802
2803 2014-08-27 Doug Evans <dje@google.com>
2804
2805 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
2806
2807 2014-08-25 Doug Evans <dje@google.com>
2808
2809 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
2810 (main): Ditto.
2811
2812 2014-08-25 Doug Evans <dje@google.com>
2813
2814 * gdb.threads/thread-execl.exp: #include <stdio.h>.
2815
2816 2014-08-24 Yao Qi <yao@codesourcery.com>
2817
2818 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
2819 symbol off.
2820 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
2821
2822 2014-08-22 Doug Evans <dje@google.com>
2823
2824 PR 17276
2825 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
2826 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
2827 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
2828
2829 2014-08-22 Yao Qi <yao@codesourcery.com>
2830
2831 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
2832 * gdb.python/py-finish-breakpoint2.exp: Likewise.
2833 * gdb.python/python.exp: Likewise. Use .py file on the host
2834 instead of the build.
2835
2836 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.threads/gcore-stale-thread.c: New file.
2839 * gdb.threads/gcore-stale-thread.exp: New file.
2840
2841 2014-08-21 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
2844 * gdb.base/gcore-relro-pie.exp: Likewise.
2845 * gdb.base/gcore-relro.exp: Likewise.
2846 * gdb.base/gcore.exp: Likewise.
2847 * gdb.base/print-symbol-loading.exp: Likewise.
2848 * gdb.threads/gcore-thread.exp: Likewise.
2849 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
2850
2851 2014-08-20 Pedro Alves <palves@redhat.com>
2852 Jan Kratochvil <jan.kratochvil@redhat.com>
2853
2854 * Makefile.in (EXTRA_RULES, CC): New variables, get from
2855 configure.
2856 (EXPECT): Handle READ1 being set.
2857 (all): Depend on EXTRA_RULES.
2858 (check-read1, expect-read1, read1.so, read1): New rules.
2859 * README (Testsuite Parameters): Document the READ1 make variable.
2860 (Race detection): New section.
2861 * configure: Regenerate.
2862 * configure.ac: If build==host==target, and running under a
2863 GNU/glibc system, add read1 to the extra Makefile rules.
2864 (EXTRA_RULES): AC_SUBST it.
2865 * lib/read1.c: New file.
2866
2867 2014-08-20 Joel Brobecker <brobecker@adacore.com>
2868
2869 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
2870 the handling of variables declared as a typedef to an array
2871 which a DW_AT_data_location attribute.
2872
2873 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
2874 Pedro Alves <palves@redhat.com>
2875
2876 PR symtab/14604
2877 PR symtab/14605
2878 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
2879 gdb_test.
2880
2881 2014-08-19 Pedro Alves <palves@redhat.com>
2882
2883 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
2884
2885 2014-08-19 Yao Qi <yao@codesourcery.com>
2886
2887 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
2888 right line.
2889
2890 2014-08-18 David Blaikie <dblaikie@gmail.com>
2891
2892 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
2893
2894 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2895
2896 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
2897 attribute in array range.
2898
2899 2014-08-18 Joel Brobecker <brobecker@adacore.com>
2900
2901 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
2902
2903 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2904
2905 PR c++/17132
2906 * gdb.cp/pr17132.cc: New file.
2907 * gdb.cp/pr17132.exp: New file.
2908
2909 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
2910
2911 * gdb.python/py-xmethods.py (A_getarrayind)
2912 (E_method_char_worker.__call__, E_method_int_worker.__call__):
2913 Use 'print' with function call syntax.
2914 (E_method_matcher.match): Fix tab vs space indentation mixup.
2915
2916 2014-08-15 Yao Qi <yao@codesourcery.com>
2917
2918 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
2919 false.
2920
2921 2014-08-15 Yao Qi <yao@codesourcery.com>
2922
2923 * gdb.cp/casts.exp: Set print symbol off.
2924 * gdb.cp/class2.exp: Likewise.
2925 * gdb.cp/overload.exp: Likewise.
2926 * gdb.cp/templates.exp: Likewise.
2927
2928 2014-08-11 Doug Evans <dje@google.com>
2929
2930 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
2931 (test_load_shlib): Update.
2932
2933 2014-08-09 Yao Qi <yao@codesourcery.com>
2934
2935 * gdb.base/display.exp: Invoke is_address_zero_readable.
2936 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
2937 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2938 * gdb.base/hbreak-unmapped.exp: Return if
2939 is_address_zero_readable returns true.
2940 * gdb.base/signest.exp: Likewise.
2941 * gdb.base/signull.exp: Likewise.
2942 * gdb.base/sigbpt.exp: Likewise.
2943 * gdb.guile/scm-disasm.exp: Do the test if
2944 is_address_zero_readable returns false.
2945 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
2946 * gdb.python/py-arch.exp: Likewise.
2947 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
2948 * lib/gdb.exp (is_address_zero_readable): New proc.
2949
2950 2014-08-09 Yao Qi <yao@codesourcery.com>
2951
2952 PR testsuite/13443
2953 * gdb.mi/mi-var-display.exp: Make test messages unique.
2954
2955 2014-08-04 Tom Tromey <tromey@redhat.com>
2956
2957 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
2958 target 0".
2959
2960 2014-08-04 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
2963 "target_resume".
2964
2965 2014-08-01 Joel Brobecker <brobecker@adacore.com>
2966
2967 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
2968 inner_vla_struct_object_size.
2969 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
2970 as xfail.
2971
2972 2014-07-30 Pedro Alves <palves@redhat.com>
2973
2974 * gdb.threads/signal-command-handle-nopass.exp (test): Add
2975 comment.
2976
2977 2014-07-29 Yao Qi <yao@codesourcery.com>
2978
2979 PR gdb/17206
2980 * gdb.base/until-nodebug.exp: New.
2981
2982 2014-07-28 Doug Evans <xdje42@gmail.com>
2983
2984 PR guile/17203
2985 * gdb.guile/scm-parameter.exp: Add tests for trying to create
2986 previously existing parameter, and previously ambiguously spelled
2987 parameter.
2988
2989 2014-07-28 Will Newton <will.newton@linaro.org>
2990
2991 * gdb.base/varargs.exp: Remove KFAILs for ARM.
2992
2993 2014-07-26 Ludovic Courtès <ludo@gnu.org>
2994 Doug Evans <xdje42@gmail.com>
2995
2996 PR guile/17146
2997 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
2998
2999 2014-07-25 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.threads/signal-command-handle-nopass.c: New file.
3002 * gdb.threads/signal-command-handle-nopass.exp: New file.
3003 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3004 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3005 * gdb.threads/signal-delivered-right-thread.c: New file.
3006 * gdb.threads/signal-delivered-right-thread.exp: New file.
3007
3008 2014-07-25 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/double-prompt-target-event-error.exp
3011 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3012 match.
3013 (cancel_pagination_in_target_event): Rework double prompt
3014 detection.
3015 * gdb.base/paginate-after-ctrl-c-running.exp
3016 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3017 <return>' match.
3018 * gdb.base/paginate-bg-execution.exp
3019 (test_bg_execution_pagination_return)
3020 (test_bg_execution_pagination_cancel): Remove '-notransfer
3021 <return>' matches.
3022 * gdb.base/paginate-execution-startup.exp
3023 (test_fg_execution_pagination_return)
3024 (test_fg_execution_pagination_cancel): Remove '-notransfer
3025 <return>' matches.
3026 * gdb.base/paginate-inferior-exit.exp
3027 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3028 match.
3029 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3030 * lib/gdb.exp (pagination_prompt): Run text through
3031 string_to_regexp.
3032 (gdb_test_multiple): Match $pagination_prompt instead of
3033 "<return>".
3034 (string_to_regexp): Move to lib/gdb-utils.exp.
3035
3036 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3037
3038 * gdb.arch/amd64-entry-value-paramref.S: New file.
3039 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3040 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3041 * gdb.arch/amd64-optimout-repeat.S: New file.
3042 * gdb.arch/amd64-optimout-repeat.c: New file.
3043 * gdb.arch/amd64-optimout-repeat.exp: New file.
3044
3045 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3046
3047 PR gdb/17170
3048 * gdb.base/statistics.exp: New file.
3049
3050 2014-07-17 Doug Evans <dje@google.com>
3051
3052 PR gdb/17170
3053 * gdb.base/maint.exp: Update testing of per-command stats.
3054
3055 2014-07-16 Pedro Alves <palves@redhat.com>
3056
3057 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3058 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3059 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3060 (tfile_write_buf): New functions.
3061 (add_memory_block): Rewrite using the above.
3062 (adjust_function_address): New function.
3063 (FUNCTION_ADDRESS): New macro.
3064 (write_basic_trace_file): Remove short_x local, and use
3065 tfile_write_16. Change type of func_addr local to unsigned long
3066 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3067 here. Cast argument of add_memory_block to char pointer.
3068 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3069 (main): Remove parameters.
3070 * gdb.trace/tfile.exp: Remove nowarnings.
3071
3072 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3073
3074 * gdb.base/debug-expr.exp: Test string evaluation with
3075 "debug expression" on.
3076
3077 2014-07-15 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/reread.exp: Use clean_restart.
3080
3081 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3082
3083 * gdb.arch/avr-flash-qualifer.c: New.
3084 * gdb.arch/avr-flash-qualifer.exp: New.
3085
3086 2014-07-14 Pedro Alves <palves@redhat.com>
3087
3088 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3089 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3090
3091 2014-07-14 Pedro Alves <palves@redhat.com>
3092
3093 * gdb.base/double-prompt-target-event-error.c: New file.
3094 * gdb.base/double-prompt-target-event-error.exp: New file.
3095
3096 2014-07-14 Pedro Alves <palves@redhat.com>
3097
3098 PR gdb/17072
3099 * gdb.base/paginate-inferior-exit.c: New file.
3100 * gdb.base/paginate-inferior-exit.exp: New file.
3101
3102 2014-07-14 Pedro Alves <palves@redhat.com>
3103
3104 PR gdb/17072
3105 * gdb.base/paginate-bg-execution.c: New file.
3106 * gdb.base/paginate-bg-execution.exp: New file.
3107
3108 2014-07-14 Pedro Alves <palves@redhat.com>
3109
3110 PR gdb/17072
3111 * gdb.base/paginate-execution-startup.c: New file.
3112 * gdb.base/paginate-execution-startup.exp: New file.
3113 * lib/gdb.exp (pagination_prompt): New global.
3114 (default_gdb_spawn): New procedure, factored out from
3115 default_gdb_spawn.
3116 (default_gdb_start): Adjust to call default_gdb_spawn.
3117 (gdb_spawn): New procedure.
3118
3119 2014-07-14 Pedro Alves <palves@redhat.com>
3120
3121 * lib/gdb.exp (gdb_assert): New procedure.
3122 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3123
3124 2014-07-14 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.base/execution-termios.c: New file.
3127 * gdb.base/execution-termios.exp: New file.
3128
3129 2014-07-14 Tom Tromey <tromey@redhat.com>
3130
3131 * gdb.cp/vla-cxx.cc: New file.
3132 * gdb.cp/vla-cxx.exp: New file.
3133
3134 2014-07-14 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.reverse/rerun-prec.c: New file.
3137 * gdb.reverse/rerun-prec.exp: New file.
3138
3139 2014-07-12 Maciej W. Rozycki <macro@mips.com>
3140 Maciej W. Rozycki <macro@codesourcery.com>
3141
3142 * lib/gdb-utils.exp: New file.
3143 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3144 inline `gdb_init_command' processing.
3145 (gdb_start_cmd): Likewise.
3146 * lib/mi-support.exp (mi_run_cmd): Likewise.
3147 * README: Document `gdb_init_command' and `gdb_init_commands'.
3148
3149 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3150
3151 Fix false FAIL running under a very long directory name.
3152 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3153 and "set print elements 10000". Twice.
3154
3155 2014-07-11 Yao Qi <yao@codesourcery.com>
3156
3157 * gdb.base/exprs.exp: "set print symbol off".
3158
3159 2014-07-11 Pedro Alves <palves@redhat.com>
3160
3161 * gdb.threads/kill.c: New file.
3162 * gdb.threads/kill.exp: New file.
3163
3164 2014-07-10 Yao Qi <yao@codesourcery.com>
3165
3166 * gdb.trace/tfile.c (write_basic_trace_file)
3167 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3168 address written to trace file.
3169
3170 2014-07-09 Pedro Alves <palves@redhat.com>
3171
3172 * gdb.base/attach-wait-input.exp: New file.
3173 * gdb.base/attach-wait-input.c: New file.
3174
3175 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3176
3177 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3178 setting up test structures.
3179 (main): Call new test function.
3180 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3181 test function, continue into test function and walk test
3182 structures.
3183
3184 2014-07-02 Yao Qi <yao@codesourcery.com>
3185
3186 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3187 'bar_start' at the beginning of functions 'foo' and 'bar'
3188 respectively.
3189 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3190 instead of 'foo' and 'bar'.
3191
3192 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3193
3194 * gdb.btrace/segv.exp: New.
3195 * gdb.btrace/segv.c: New.
3196
3197 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3198
3199 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3200 instruction.
3201
3202 2014-06-30 Mark Wielaard <mjw@redhat.com>
3203
3204 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3205 vulture, vilify, villar): New volatile array constants.
3206 (vindictive, vegetation): New const volatile array constants.
3207 * gdb.base/volatile.exp: Test volatile and const volatile array
3208 types.
3209
3210 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3211
3212 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3213 target lacks support for awatch, rwatch, or hbreak.
3214
3215 2014-06-27 Yao Qi <yao@codesourcery.com>
3216
3217 * gdb.multi/dummy-frame-restore.exp: New.
3218 * gdb.multi/dummy-frame-restore.c: New.
3219
3220 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3221
3222 * gdb.btrace/gcore.exp: New.
3223
3224 2014-06-23 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/watchpoint-reuse-slot.c: New file.
3227 * gdb.base/watchpoint-reuse-slot.exp: New file.
3228
3229 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3230
3231 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3232 progspace's filename in 'info', 'enable' and 'disable' command
3233 tests.
3234
3235 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3236
3237 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3238 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3239 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3240
3241 2014-06-20 Gary Benson <gbenson@redhat.com>
3242
3243 * gdb.arch/i386-avx.exp: Fix include file location.
3244 * gdb.arch/i386-sse.exp: Likewise.
3245
3246 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3247
3248 * gdb.dlang/expression.exp: New file.
3249
3250 2014-06-19 Pedro Alves <palves@redhat.com>
3251
3252 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3253 out from ...
3254 (top level): ... here. Iterate running tests under different
3255 scheduler-locking settings.
3256
3257 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3258
3259 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3260 to DW_FORM_addr and use non-zero addresses.
3261
3262 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3263
3264 PR gdb/17017
3265 * gdb.python/py-xmethods.cc: Add global function call counters and
3266 increment them in their respective functions. Remove "cout"
3267 statements.
3268 * gdb.python/py-xmethods.exp: Make tests check the global function
3269 call counters instead of depending on inferior IO.
3270
3271 2014-06-18 Don Breazeal <donb@codesourcery.com>
3272
3273 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3274 Deleted procedure.
3275 (explicit_fork_parent_follow): Deleted procedure.
3276 (explicit_fork_child_follow): Deleted procedure.
3277 (test_follow_fork): New procedure.
3278 (do_fork_tests): Replace calls to deleted procedures with
3279 calls to test_follow_fork and reset GDB for subsequent
3280 procedure calls.
3281
3282 2014-06-17 Yao Qi <yao@codesourcery.com>
3283
3284 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3285 CP1252.
3286
3287 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
3288
3289 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3290 Initialize ptr and S explicitly.
3291 (skip_type_update_when_not_use_rtti_test): Likewise.
3292
3293 2014-06-16 Keith Seitz <keiths@redhat.com>
3294
3295 PR mi/15863
3296 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3297 the inferior is started.
3298
3299 2014-06-16 Pedro Alves <palves@redhat.com>
3300
3301 * gdb.base/break-main-file-remove-fail.c: New file.
3302 * gdb.base/break-main-file-remove-fail.exp: New file.
3303 * gdb.base/break-unload-file.exp: Use build_executable instead of
3304 prepare_for_testing.
3305 (test_break): New parameter "initial_load". Handle it.
3306 (top level): Add initial_load cmdline/file axis.
3307
3308 2014-06-12 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.base/completion.exp: Don't use directory name in test.
3311
3312 2014-06-09 Gary Benson <gbenson@redhat.com>
3313
3314 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3315 separate the always-available ANSI-standard signals from the
3316 signals that require checking.
3317 (main): Likewise.
3318 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3319 Likewise.
3320 (main): Likewise.
3321
3322 2014-06-07 Keith Seitz <keiths@redhat.com>
3323
3324 Revert:
3325 PR c++/16253
3326 * gdb.cp/var-tag.cc: New file.
3327 * gdb.cp/var-tag.exp: New file.
3328 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3329 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3330 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3331 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3332
3333 2014-06-06 Doug Evans <xdje42@gmail.com>
3334
3335 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3336
3337 2014-06-06 Pedro Alves <palves@redhat.com>
3338
3339 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3340 in target debug output instead of looking at RSP packets,
3341 disabling the test on any target that uses hardware stepping.
3342 Update comments.
3343
3344 2014-06-06 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.base/break-unload-file.exp: Fix typo.
3347
3348 2014-06-06 Yao Qi <yao@codesourcery.com>
3349
3350 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3351 from "jit_function" to "^jit_function".
3352
3353 2014-06-06 Yao Qi <yao@codesourcery.com>
3354
3355 * gdb.base/async.c (foo): Add one statement.
3356 * gdb.base/async.exp: Get the next instruction address and
3357 match the output of "nexti" by instruction address. Match
3358 the hex address in the output of "finish".
3359
3360 2014-06-06 Gary Benson <gbenson@redhat.com>
3361
3362 * gdb.base/call-signals.c: Remove preprocessor conditionals
3363 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3364 SIGSEGV and SIGTERM.
3365 * gdb.base/sigall.c: Likewise.
3366 * gdb.base/unwindonsignal.c: Likewise.
3367 * gdb.reverse/sigall-reverse.c: Likewise.
3368
3369 2014-06-06 Yao Qi <yao@codesourcery.com>
3370
3371 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3372 readable, skip the test.
3373
3374 2014-06-06 Yao Qi <yao@codesourcery.com>
3375
3376 * gdb.threads/staticthreads.c (thread_function): Move the line
3377 setting breakpoint on forward.
3378 * gdb.threads/staticthreads.exp: Update comments.
3379
3380 2014-06-05 Ludovic Courtès <ludo@gnu.org>
3381
3382 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3383 "history-append! type error".
3384
3385 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3386
3387 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3388 erroneous dprintf expected input.
3389
3390 2014-06-04 Doug Evans <xdje42@gmail.com>
3391
3392 * gdb.guile/scm-generics.exp: Delete.
3393
3394 2014-06-04 Doug Evans <xdje42@gmail.com>
3395
3396 * gdb.guile/scm-breakpoint.exp: Update.
3397 Add tests for breakpoint registration.
3398
3399 2014-06-04 Tom Tromey <tromey@redhat.com>
3400
3401 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3402 VLA-in-union.
3403 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3404 inner_vla_struct, vla_union types. Initialize objects of those
3405 types and compute their sizes.
3406
3407 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3408 Hui Zhu <hui@codesourcery.com>
3409
3410 * gdb.base/fileio.exp: Add test for shell not available as well as
3411 available.
3412 * gdb.base/fileio.c (test_system): Check for shell twice.
3413
3414 2014-06-04 Yao Qi <yao@codesourcery.com>
3415
3416 * gdb.base/auto-connect-native-target.exp: Remove redundant
3417 space from the regexp pattern.
3418
3419 2014-06-04 Yao Qi <yao@codesourcery.com>
3420
3421 * gdb.base/default.exp: Replace "child" with "native" in
3422 regexp pattern.
3423
3424 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3425
3426 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3427 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3428 * gdb.python/py-xmethods.py: Python script supporting the
3429 new testcase and tests.
3430
3431 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3432 Pedro Alves <palves@redhat.com>
3433
3434 PR breakpoints/17000
3435 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3436 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3437
3438 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3439
3440 * gdb.base/subst.exp: Add tests to verify partial path matching
3441 output.
3442
3443 2014-06-03 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3446 target that doesn't use software single-stepping.
3447
3448 2014-06-03 Pedro Alves <palves@redhat.com>
3449
3450 PR breakpoints/17000
3451 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3452 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3453
3454 2014-06-02 Doug Evans <xdje42@gmail.com>
3455
3456 * gdb.guile/scm-parameter.exp: New file.
3457
3458 2014-06-02 Doug Evans <xdje42@gmail.com>
3459
3460 * gdb.guile/scm-cmd.c: New file.
3461 * gdb.guile/scm-cmd.exp: New file.
3462
3463 2014-06-02 Doug Evans <xdje42@gmail.com>
3464
3465 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3466 pretty-printer lookup.
3467 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3468 (make-pp_s-printer): Call it.
3469 (make-pretty-printer-from-dict): New function.
3470 (lookup-pretty-printer-maker-from-dict): New function.
3471 (*pretty-printer*): Simplify.
3472 (make-objfile-pp_s-printer): New function.
3473 (install-objfile-pretty-printers!): New function.
3474 (make-progspace-pp_s-printer): New function.
3475 (install-progspace-pretty-printers!): New function.
3476 * gdb.guile/scm-progspace.c: New file.
3477 * gdb.guile/scm-progspace.exp: New file.
3478
3479 2014-06-02 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.base/dprintf-bp-same-addr.c: New file.
3482 * gdb.base/dprintf-bp-same-addr.exp: New file.
3483
3484 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3485
3486 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3487 * gdb.arch/powerpc-power.s: Likewise.
3488
3489 2014-06-02 Joel Brobecker <brobecker@adacore.com>
3490
3491 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3492
3493 2014-06-01 Yao Qi <yao@codesourcery.com>
3494
3495 * gdb.base/watchpoint.exp (test_watch_location): Check null
3496 pointer can be dereferenced. If not, do the test, otherwise
3497 skip it.
3498
3499 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3500
3501 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3502 results.
3503 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3504
3505 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
3506
3507 * gdb.arch/amd64-invalid-stack-middle.S: New file.
3508 * gdb.arch/amd64-invalid-stack-middle.c: New file.
3509 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3510 * gdb.arch/amd64-invalid-stack-top.c: New file.
3511 * gdb.arch/amd64-invalid-stack-top.exp: New file.
3512
3513 2014-05-30 Pedro Alves <palves@redhat.com>
3514
3515 PR breakpoints/17000
3516 * gdb.base/sss-bp-on-user-bp.c: New file.
3517 * gdb.base/sss-bp-on-user-bp.exp: New file.
3518
3519 2014-05-30 David Blaikie <dblaikie@gmail.com>
3520
3521 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3522 gnu_inline semantics via attribute.
3523 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3524 source explicitly specifies the required semantics.
3525
3526 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
3527
3528 * gdb.reverse/sigall-reverse.exp: Fix a typo.
3529
3530 2014-05-29 Pedro Alves <palves@redhat.com>
3531 Tom Tromey <tromey@redhat.com>
3532
3533 * gdb.base/async-shell.exp: Don't enable target-async.
3534 * gdb.base/async.exp
3535 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3536 parameter. Adjust.
3537 (top level): Don't test with "target-async".
3538 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3539 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3540 * gdb.base/inferior-died.exp: Don't enable target-async.
3541 * gdb.base/interrupt-noterm.exp: Likewise.
3542 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3543 * gdb.mi/mi-nonstop-exit.exp: Likewise.
3544 * gdb.mi/mi-nonstop.exp: Likewise.
3545 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3546 * gdb.mi/mi-nsintrall.exp: Likewise.
3547 * gdb.mi/mi-nsmoribund.exp: Likewise.
3548 * gdb.mi/mi-nsthrexec.exp: Likewise.
3549 * gdb.mi/mi-watch-nonstop.exp: Likewise.
3550 * gdb.multi/watchpoint-multi.exp: Adjust comment.
3551 * gdb.python/py-evsignal.exp: Don't enable target-async.
3552 * gdb.python/py-evthreads.exp: Likewise.
3553 * gdb.python/py-prompt.exp: Likewise.
3554 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3555 * gdb.server/solib-list.exp: Don't enable target-async.
3556 * gdb.threads/thread-specific-bp.exp: Likewise.
3557 * lib/mi-support.exp: Adjust to use mi-async.
3558
3559 2014-05-29 Pedro Alves <palves@redhat.com>
3560
3561 PR gdb/13860
3562 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3563 reason, even in sync mode.
3564
3565 2014-05-29 Pedro Alves <palves@redhat.com>
3566 Hui Zhu <hui@codesourcery.com>
3567
3568 PR PR15693
3569 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3570 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3571 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3572 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3573
3574 2014-05-28 Joel Brobecker <brobecker@adacore.com>
3575
3576 * config/monitor.exp (gdb_target_monitor): Replace use of
3577 "set remotebaud" by "set serial baud".
3578
3579 2014-05-26 Andy Wingo <wingo@igalia.com>
3580
3581 * gdb.guile/scm-breakpoint.exp:
3582 * gdb.guile/scm-gsmob.exp: Update to use plain old object
3583 properties instead of gdb-object-properties.
3584
3585 2014-05-26 Yao Qi <yao@codesourcery.com>
3586
3587 * gdb.server/no-thread-db.exp: Specify source file name
3588 explicitly when setting a breakpoint.
3589
3590 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3591
3592 * gdb.btrace/vdso.c: New.
3593 * gdb.btrace/vdso.exp: New.
3594
3595 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3596
3597 * gdb.base/gcore.exp (capture_command_output): Move ...
3598 * lib/gdb.exp (capture_command_output): ... here.
3599
3600 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
3601
3602 * gdb.btrace/data.exp: Test memory access during btrace replay.
3603
3604 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
3605
3606 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3607
3608 2014-05-21 Pedro Alves <palves@redhat.com>
3609
3610 PR gdb/13860
3611 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3612 (top level): Test that output related to execution commands is
3613 sent to the console with CLI commands, but not with MI commands.
3614 Test that breakpoint events are always mirrored to the console.
3615 Also expect the new source line to be output after a "next" in
3616 async mode too. Make it a pass/fail test.
3617 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3618 output.
3619 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3620
3621 2014-05-21 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/list.exp (build_pattern, test_list): New procedures.
3624 Use them to test variations of "list" after reaching a breakpoint.
3625 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3626 Test "list" with listsize 10 after reaching a breakpoint.
3627 * gdb.python/python.exp (decode_line current location line
3628 number): Adjust expected line number.
3629
3630 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
3631
3632 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3633 behavior for $args, pass it directly to "run".
3634
3635 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
3636
3637 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3638 30000 to 65536.
3639
3640 2014-05-21 Pedro Alves <palves@redhat.com>
3641
3642 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3643 auto-connect-native-target off".
3644 * gdb.base/auto-connect-native-target.c: New file.
3645 * gdb.base/auto-connect-native-target.exp: New file.
3646
3647 2014-05-21 Pedro Alves <palves@redhat.com>
3648
3649 * gdb.base/default.exp: Test "target native" instead of "target
3650 child".
3651
3652 2014-05-21 Mark Wielaard <mjw@redhat.com>
3653
3654 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3655
3656 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 Fix TLS access for -static -pthread.
3659 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3660 <HAVE_TLS> (thread_function, main): Initialize it.
3661 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3662 Add clean_restart.
3663 <$have_tls != "">: Check TLSVAR.
3664
3665 2014-05-21 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/dcache-line-read-error.c: New.
3668 * gdb.base/dcache-line-read-error.exp: New.
3669
3670 2014-05-20 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.base/compare-sections.c: New file.
3673 * gdb.base/compare-sections.exp: New file.
3674
3675 2014-05-20 Pedro Alves <palves@redhat.com>
3676
3677 * gdb.base/break-idempotent.c: New file.
3678 * gdb.base/break-idempotent.exp: New file.
3679
3680 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
3681
3682 * gdb.btrace/nohist.exp: New.
3683
3684 2014-05-20 Yao Qi <yao@codesourcery.com>
3685
3686 * lib/gdb.exp (gdb_init): Set timeout if test file is under
3687 gdb.reverse directory and gdb_reverse_timeout exists in board
3688 setting.
3689 * README: Document gdb_reverse_timeout.
3690
3691 2014-05-20 Yao Qi <yao@codesourcery.com>
3692
3693 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3694 'test_file_name'. Treat args as a string instead of a list.
3695 (gdb_init): Rename argument 'args' by 'test_file_name'.
3696
3697 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3698
3699 * gdb.arch/powerpc-power.exp: New file.
3700 * gdb.arch/powerpc-power.s: New file.
3701
3702 2014-05-16 Doug Evans <dje@google.com>
3703
3704 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
3705 * gdb.base/completion.exp: Check that all expected files exist
3706 before doing file completion.
3707
3708 2014-05-16 Doug Evans <dje@google.com>
3709
3710 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
3711 Update.
3712 (do_syscall_tests_without_xml): Update.
3713
3714 2014-05-16 Pedro Alves <palves@redhat.com>
3715
3716 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
3717 instead of "unknown output after running".
3718
3719 2014-05-16 Yao Qi <yao@codesourcery.com>
3720
3721 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
3722 file1.txt from host at the end.
3723 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3724
3725 2014-05-15 Doug Evans <dje@google.com>
3726
3727 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
3728 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
3729 loading file. Add test for TU lookup.
3730
3731 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
3734 calling "-exec-arguments" or "set args" before running the
3735 inferior.
3736
3737 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * lib/mi-support.exp (mi_expect_stop): Expect message for
3740 inferiors that exit with non-zero exit code.
3741
3742 2014-05-14 Yao Qi <yao@codesourcery.com>
3743
3744 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
3745 match absolute path on remote host.
3746 (test_file_list_exec_source_files): Remove "/" from the
3747 pattern.
3748
3749 2014-05-14 Yao Qi <yao@codesourcery.com>
3750
3751 * boards/local-remote-host-notty.exp (${board}_file): New
3752 proc.
3753
3754 2014-05-07 Kyle McMartin <kyle@redhat.com>
3755
3756 Pushed by Joel Brobecker <brobecker@adacore.com>.
3757 * gdb.arch/aarch64-atomic-inst.c: New file.
3758 * gdb.arch/aarch64-atomic-inst.exp: New file.
3759
3760 2014-05-07 Yao Qi <yao@codesourcery.com>
3761
3762 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
3763 in current context" too.
3764
3765 2014-05-05 Keith Seitz <keiths@redhat.com>
3766
3767 * gdb.linespec/ls-dollar.exp: Add test for linespec
3768 file:convenience_variable.
3769
3770 2014-05-05 Yao Qi <yao@codesourcery.com>
3771
3772 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
3773 traceframes into tfile and ctf trace files. Read data from
3774 trace file and test collected data.
3775 (gdb_collect_locals_test): Likewise.
3776 (gdb_unavailable_registers_test): Likewise.
3777 (gdb_unavailable_floats): Likewise.
3778 (gdb_collect_globals_test): Likewise.
3779 (top-level): Append "ctf" to trace_file_targets if GDB
3780 supports.
3781
3782 2014-05-05 Yao Qi <yao@codesourcery.com>
3783
3784 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
3785 code to ...
3786 (gdb_collect_args_test_1): ... it. New proc.
3787 (gdb_collect_locals_test): Move some code to ...
3788 (gdb_collect_locals_test_1): ... it. New proc.
3789 (gdb_unavailable_registers_test): Move some code to ...
3790 (gdb_unavailable_registers_test_1): ... it. New proc.
3791 (gdb_unavailable_floats): Move some code to ...
3792 (gdb_unavailable_floats_1): ... it. New proc.
3793
3794 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3795
3796 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
3797 probes to test for bitness recognition.
3798 * gdb.arch/amd64-stap-optional-prefix.exp
3799 (test_probe_value_without_reg): New procedure.
3800 Add code to test for different kinds of bitness.
3801
3802 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
3803
3804 PR breakpoints/16889
3805 * gdb.arch/amd64-stap-optional-prefix.S: New file.
3806 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3807
3808 2014-05-01 Pedro Alves <palves@redhat.com>
3809
3810 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
3811 gdb_file_cmd if no file is specified.
3812 * boards/native-extended-gdbserver.exp (gdb_load): Use the
3813 last_loaded_file to set the remote exec-file.
3814
3815 2014-05-01 Pedro Alves <palves@redhat.com>
3816
3817 * boards/local-remote-host.exp: New file.
3818
3819 2014-05-01 Pedro Alves <palves@redhat.com>
3820
3821 * boards/local-remote-host.exp: Rename to ...
3822 * boards/local-remote-host-notty.exp: ... this.
3823
3824 2014-04-28 Joel Brobecker <brobecker@adacore.com>
3825
3826 * gdb.ada/dyn_arrayidx: New testcase.
3827
3828 2014-04-26 Yao Qi <yao@codesourcery.com>
3829
3830 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
3831 and compute the length of function main. Save it in
3832 $main_length.
3833 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
3834 (top-level): Use gdb_compile to compile objects into
3835 executable and restart GDB. Remove invocation to
3836 prepare_for_testing.
3837
3838 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
3839 Pedro Alves <palves@redhat.com>
3840
3841 PR server/16255
3842 * gdb.multi/multi-attach.c: New file.
3843 * gdb.multi/multi-attach.exp: New file.
3844
3845 2014-04-25 Pedro Alves <palves@redhat.com>
3846
3847 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
3848 user.
3849 (top level): Test that "set remote conditional-breakpoints-packet
3850 off" works as intended.
3851 * gdb.base/dprintf.exp: Test that "set remote
3852 breakpoint-commands-packet off" works as intended.
3853 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
3854 New function.
3855 (top level): Call it.
3856 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
3857 remote fast-tracepoints-packet off" works as intended.
3858 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
3859 * lib/gdb.exp (gdb_is_target_remote): ... here.
3860
3861 2014-04-24 David Blaikie <dblaikie@gmail.com>
3862
3863 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
3864 ensure clang would not discard them.
3865 * gdb.base/gdbvars.c: Ditto.
3866 * gdb.base/memattr.c: Ditto.
3867 * gdb.base/whatis.c: Ditto.
3868 * gdb.python/py-prettyprint.c: Ditto.
3869 * gdb.trace/actions.c: Ditto.
3870 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
3871 ensure clang would not discard it.
3872
3873 2014-04-24 David Blaikie <dblaikie@gmail.com>
3874
3875 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
3876 clang to emit the full definition of type required by the test
3877 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
3878
3879 2014-04-24 David Blaikie <dblaikie@gmail.com>
3880
3881 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
3882 coax Clang into emitting the definition of the type.
3883 * gdb.cp/pr10728-x.h (y): Ditto.
3884 * gdb.cp/pr10728-y.cc (y): Ditto.
3885
3886 2014-04-24 David Blaikie <dblaikie@gmail.com>
3887
3888 * gdb.base/label.exp: XFAIL label related tests under Clang.
3889 * gdb.cp/cplabel.exp: Ditto.
3890 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
3891 under Clang those using labels.
3892
3893 2014-04-25 Yao Qi <yao@codesourcery.com>
3894
3895 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
3896 double_label.
3897 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
3898 partial_label and double_label.
3899
3900 2014-04-24 David Blaikie <dblaikie@gmail.com>
3901
3902 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
3903
3904 2014-04-24 David Blaikie <dblaikie@gmail.com>
3905
3906 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
3907 of the function to work across GCC and Clang.
3908 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
3909 pointer types (const void ** const V void **).
3910
3911 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
3912 Walfred Tedeschi <walfred.tedeschi@intel.com>
3913
3914 * Makefile.in (EXECUTABLES): Added i386-avx512.
3915 * gdb.arch/i386-avx512.c: New file.
3916 * gdb.arch/i386-avx512.exp: Likewise.
3917
3918 2014-04-23 Keith Seitz <keiths@redhat.com>
3919
3920 * lib/mi-support.exp (mi_list_breakpoints): Delete.
3921 (mi_make_breakpoint_table): New procedure.
3922 (mi_create_breakpoint): Use mi_make_breakpoint
3923 and return the result.
3924 (mi_make_breakpoint): New procedure.
3925 (mi_build_kv_pairs): New procedure.
3926
3927 * gdb.mi/mi-break.exp: Remove unused globals,
3928 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
3929 All callers updated.
3930 * gdb.mi/mi-dprintf.exp: Use variable to track command
3931 number.
3932 Update all callers of mi_create_breakpoint and use
3933 mi_make_breakpoint_table.
3934 Remove any unused global variables.
3935 * gdb.mi/mi-nonstop.exp: Likewise.
3936 * gdb.mi/mi-nsintrall.exp: Likewise.
3937 * gdb.mi/mi-nsmoribund.exp: Likewise.
3938 * gdb.mi/mi-nsthrexec.exp: Likewise.
3939 * gdb.mi/mi-reverse.exp: Likewise.
3940 * gdb.mi/mi-simplerun.exp: Likewise.
3941 * gdb.mi/mi-stepn.exp: Likewise.
3942 * gdb.mi/mi-syn-frame.exp: Likewise.
3943 * gdb.mi/mi-until.exp: Likewise.
3944 * gdb.mi/mi-var-cp.exp: Likewise.
3945 * gdb.mi/mi-var-display.exp: Likewise.
3946 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
3947 * gdb.mi/mi2-var-child.exp: Likewise.
3948 * gdb.mi/mi-vla-c99.exp: Likewise.
3949 * lib/mi-support.exp: Likewise.
3950
3951 From Ian Lance Taylor <iant@cygnus.com>:
3952 * lib/gdb.exp (parse_args): New procedure.
3953
3954 2014-04-23 Pedro Alves <palves@redhat.com>
3955
3956 * gdb.base/break-unload-file.c: New file.
3957 * gdb.base/break-unload-file.exp: New file.
3958 * gdb.base/sym-file-lib.c (baz): New function.
3959 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
3960 field.
3961 (load): Store the segment's mapped size.
3962 (unload): New function.
3963 (unload_shlib): New function.
3964 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
3965 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
3966 set a breakpoint at baz, and call it.
3967 * gdb.base/sym-file.exp: New tests for stale breakpoint
3968 instructions.
3969
3970 2014-04-23 Pedro Alves <palves@redhat.com>
3971
3972 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
3973 * gdb.base/hbreak-in-shr-unsupported.c: New file.
3974 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
3975 * gdb.base/hbreak-unmapped.c: New file.
3976 * gdb.base/hbreak-unmapped.exp: New file.
3977 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
3978 * lib/gdb.exp (gdb_is_target_remote): ... here.
3979
3980 2014-04-22 Pedro Alves <palves@redhat.com>
3981
3982 * gdb.base/consecutive-step-over.c: New file.
3983 * gdb.base/consecutive-step-over.exp: New file.
3984
3985 2014-04-22 Pedro Alves <palves@redhat.com>
3986
3987 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
3988 instead of send_gdb/gdb_expect.
3989
3990 2014-04-22 Yao Qi <yao@codesourcery.com>
3991
3992 * lib/trace-support.exp (generate_tracefile): New procedure.
3993 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
3994 return 0.
3995 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
3996 if generate_tracefile returns 1.
3997
3998 2014-04-18 Tom Tromey <palves@redhat.com>
3999 Pedro alves <tromey@redhat.com>
4000
4001 PR backtrace/15558
4002 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4003 with a backtrace limit.
4004 * gdb.python/py-frame-inline.exp: Test running to an inline
4005 function with a backtrace limit, and printing the newest frame.
4006 * gdb.python/py-frame-inline.c (main): Call f.
4007
4008 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4009
4010 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4011
4012 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4013
4014 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4015 Drop prefix from unsupported source file path.
4016
4017 2014-04-17 Yao Qi <yao@codesourcery.com>
4018
4019 * lib/gdb.exp (with_target_charset): New proc.
4020 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4021 with_target_charset.
4022 (test_print_strings): Likewise.
4023 (test_repeat_bytes): Likewise.
4024 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4025 for some tests.
4026
4027 2014-04-16 Keith Seitz <keiths@redhat.com>
4028
4029 PR gdb/15827
4030 * gdb.dwarf2/corrupt.c: New file.
4031 * gdb.dwarf2/corrupt.exp: New file.
4032
4033 2014-04-16 Keith Seitz <keiths@redhat.com>
4034
4035 PR c++/16597
4036 * gdb.cp/namelessclass.cc: New file.
4037 * gdb.cp/namelessclass.exp: New file.
4038 * gdb.cp/namelessclass.S: New file.
4039
4040 2014-04-16 Doug Evans <dje@google.com>
4041
4042 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4043 Add comment.
4044 (gdbserver_default_get_comm_port): New function.
4045 (gdbserver_start): Check if board file provided
4046 "gdbserver,get_comm_port" and use it if so.
4047 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4048 (gdb,socketport): Set to "stdio".
4049 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4050 (stdio_gdbserver_template): Delete.
4051 (${board}_get_remote_address): Update.
4052 (${board}_build_remote_cmd): Delete.
4053 (${board}_get_comm_port): New function.
4054 (${board}_spawn): Update.
4055 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4056 Delete.
4057 (${board}_get_remote_address): Update.
4058 (${board}_get_comm_port): New function.
4059
4060 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
4061
4062 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4063 appearing in any order.
4064
4065 2014-04-15 Doug Evans <dje@google.com>
4066
4067 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4068 uninitialized value of "description".
4069
4070 2014-04-15 Keith Seitz <keiths@redhat.com>
4071
4072 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4073 Remove unused globals.
4074 (test_running_the_program): Likewise.
4075 (test_controlled_execution): Likewise.
4076 (test_controlling_breakpoints): Likewise.
4077 (test_program_termination): Likewise.
4078
4079 2014-04-15 Keith Seitz <keiths@redhat.com>
4080
4081 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4082 unused globals.
4083 (test_rbreak_creation_and_listing): Likewise.
4084 (test_ignore_count): Likewise.
4085 (test_error): Likewise.
4086
4087 2014-04-15 Pedro Alves <palves@redhat.com>
4088
4089 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4090 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4091 sym-file-loader.c.
4092 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4093 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4094 to sym-file-loader.c.
4095 (struct library): Forward declare.
4096 (load_shlib, lookup_function): Change prototypes.
4097 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4098 (translate_offset): Remove declarations.
4099 (get_text_addr): New declaration.
4100 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4101 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4102 sym-file-loader.h.
4103 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4104 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4105 here from sym-file-loader.h.
4106 (struct library): New structure.
4107 (load_shlib, lookup_function): Change prototypes and adjust to
4108 work with a struct library.
4109 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4110 (translate_offset): Make static.
4111 (get_text_addr): New function.
4112 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4113
4114 2014-04-15 Pedro Alves <palves@redhat.com>
4115
4116 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4117
4118 2014-04-15 Pedro Alves <palves@redhat.com>
4119
4120 * gdb.base/sym-file-loader.c: Include <limits.h>.
4121 (SELF_LINK): New define.
4122 (get_origin): New function.
4123 (load_shlib): Use it.
4124 * gdb.base/sym-file.exp: Don't early return if the target is
4125 remote. Use runto_main, and issue fail is that fails. Use
4126 gdb_load_shlibs.
4127 (shlib_name): Delete.
4128 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4129
4130 2014-04-15 Pedro Alves <palves@redhat.com>
4131
4132 * gdb.base/sym-file.exp: Remove regex characters from test
4133 message. Don't refer to breakpoint numbers in test messages.
4134
4135 2014-04-14 Keith Seitz <keiths@redhat.com>
4136
4137 PR c++/16253
4138 * gdb.cp/var-tag.cc: New file.
4139 * gdb.cp/var-tag.exp: New file.
4140 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4141 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4142 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4143 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4144
4145 2014-04-14 Tom Tromey <tromey@redhat.com>
4146
4147 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4148 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4149 type.
4150 * gdb.cp/enum-class.exp: New file.
4151 * gdb.cp/enum-class.cc: New file.
4152
4153 2014-04-14 Tom Tromey <tromey@redhat.com>
4154
4155 * gdb.dwarf2/enum-type.exp: New file.
4156
4157 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4158
4159 * gdb.mi/mi-vla-c99.exp: New file.
4160 * gdb.mi/vla.c: New file.
4161
4162 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4163
4164 * gdb.base/vla-datatypes.c: New file.
4165 * gdb.base/vla-datatypes.exp: New file.
4166
4167 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4168
4169 * gdb.base/vla-ptr.c: New file.
4170 * gdb.base/vla-ptr.exp: New file.
4171
4172 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4173
4174 * gdb.dwarf2/count.exp: New file.
4175
4176 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4177
4178 * gdb.base/vla-sideeffect.c: New file.
4179 * gdb.base/vla-sideeffect.exp: New file.
4180
4181 2014-04-14 David Blaikie <dblaikie@gmail.com>
4182
4183 * gdb.mi/non-stop.c: Add return value for non-void function return
4184 statement.
4185 * gdb.threads/staticthreads.c: Ditto.
4186
4187 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4188 Doug Evans <xdje42@gmail.com>
4189
4190 * gdb.guile/scm-value.c: Improve test case.
4191 * gdb.guile/scm-value.exp: Add new test.
4192
4193 2014-04-11 David Blaikie <dblaikie@gmail.com>
4194
4195 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4196 override Clang's default.
4197
4198 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4199
4200 Revert the following changes (regressions):
4201
4202 * gdb.base/vla-sideeffect.c: New file.
4203 * gdb.base/vla-sideeffect.exp: New file.
4204
4205 * gdb.dwarf2/count.exp: New file.
4206
4207 * gdb.base/vla-multi.c: New file.
4208 * gdb.base/vla-multi.exp: New file.
4209
4210 * gdb.base/vla-ptr.c: New file.
4211 * gdb.base/vla-ptr.exp: New file.
4212
4213 * gdb.base/vla-datatypes.c: New file.
4214 * gdb.base/vla-datatypes.exp: New file.
4215
4216 * gdb.mi/mi-vla-c99.exp: New file.
4217 * gdb.mi/vla.c: New file.
4218
4219 2014-04-11 Keith Seitz <keiths@redhat.com>
4220
4221 PR c++/16675
4222 * gdb.cp/cpsizeof.exp: New file.
4223 * gdb.cp/cpsizeof.cc: New file.
4224
4225 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4226
4227 * gdb.mi/mi-vla-c99.exp: New file.
4228 * gdb.mi/vla.c: New file.
4229
4230 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4231
4232 * gdb.base/vla-datatypes.c: New file.
4233 * gdb.base/vla-datatypes.exp: New file.
4234
4235 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4236
4237 * gdb.base/vla-ptr.c: New file.
4238 * gdb.base/vla-ptr.exp: New file.
4239
4240 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4241
4242 * gdb.base/vla-multi.c: New file.
4243 * gdb.base/vla-multi.exp: New file.
4244
4245 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4246
4247 * gdb.dwarf2/count.exp: New file.
4248
4249 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4250
4251 * gdb.base/vla-sideeffect.c: New file.
4252 * gdb.base/vla-sideeffect.exp: New file.
4253
4254 2014-04-11 Yao Qi <yao@codesourcery.com>
4255
4256 * gdb.base/completion.exp: Check file exists before running tests
4257 on file completion.
4258
4259 2014-04-10 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/cond-eval-mode.c: New file.
4262 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4263 prepare_for_testing to build the new file. Check result of
4264 runto_main.
4265 (test_break, test_watch): New procedures.
4266 (top level): Use them.
4267
4268 2014-04-08 Pierre Muller <muller@sourceware.org>
4269
4270 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4271 Ctrl-V use for mingw hosts.
4272
4273 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4274
4275 * gdb.python/py-value.c: Improve test case.
4276 * gdb.python/py-value.exp: Add new test.
4277
4278 2014-04-07 David Blaikie <dblaikie@gmail.com>
4279
4280 * lib/compiler.c: Identify the clang compiler.
4281 * lib/compiler.cc: Ditto.
4282
4283 2014-04-03 Yao Qi <yao@codesourcery.com>
4284
4285 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4286
4287 2014-04-01 Anton Blanchard <anton@samba.org>
4288
4289 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4290 messages unique.
4291
4292 2014-04-01 Anton Blanchard <anton@samba.org>
4293
4294 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4295 prepare_for_testing.
4296
4297 2014-04-01 Anton Blanchard <anton@samba.org>
4298
4299 * gdb.arch/ppc64-atomic-inst.c: Remove.
4300 * gdb.arch/ppc64-atomic-inst.S: New file.
4301 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4302
4303 2014-03-31 Doug Evans <dje@google.com>
4304
4305 * gdb.base/print-symbol-loading-lib.c: New file.
4306 * gdb.base/print-symbol-loading-main.c: New file.
4307 * gdb.base/print-symbol-loading.exp: New file.
4308
4309 2014-03-31 Yao Qi <yao@codesourcery.com>
4310
4311 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4312
4313 2014-03-28 Joel Brobecker <brobecker@adacore.com>
4314
4315 * gdb.ada/mi_dyn_arr: New testcase.
4316
4317 2014-03-27 Doug Evans <dje@google.com>
4318
4319 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4320
4321 2014-03-27 Yao Qi <yao@codesourcery.com>
4322
4323 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4324 if target is nios2-*-*.
4325
4326 2014-03-26 Yao Qi <yao@codesourcery.com>
4327
4328 * lib/gdb.exp (readline_is_used): New proc.
4329 * gdb.base/completion.exp: Move tests on command complete up.
4330 Skip the rest of tests if readline is not used.
4331 * gdb.ada/complete.exp: Skp the test if readline is not
4332 used.
4333 * gdb.base/filesym.exp: Likewise.
4334 * gdb.base/macscp.exp: Likewise.
4335 * gdb.base/readline-ask.exp: Likewise.
4336 * gdb.base/readline.exp: Likewise.
4337 * gdb.python/py-cmd.exp: Likewise.
4338 * gdb.trace/tfile.exp: Likewise.
4339
4340 2014-03-26 Yao Qi <yao@codesourcery.com>
4341
4342 * gdb.base/macscp.exp: Fix code format issues.
4343
4344 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4345
4346 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4347 * gdb.asm/powerpc64le.inc: New file.
4348
4349 2014-03-25 Pedro Alves <palves@redhat.com>
4350 Doug Evans <dje@google.com>
4351
4352 * gdb.base/source-execution.c: New file.
4353 * gdb.base/source-execution.exp: New file.
4354 * gdb.base/source-execution.gdb: New file.
4355
4356 2014-03-24 Doug Evans <dje@google.com>
4357
4358 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4359 using fission.
4360
4361 2014-03-24 Hui Zhu <hui@codesourcery.com>
4362 Pedro Alves <palves@redhat.com>
4363
4364 PR breakpoints/16101
4365 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4366 test pass/fail messages. Detect missing support for dprintf when
4367 breakpoints are actually inserted.
4368 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4369 breakpoints are actually inserted.
4370 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4371 fails.
4372
4373 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4374
4375 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4376
4377 2014-03-22 Doug Evans <xdje42@gmail.com>
4378
4379 * gdb.python/python.exp (python not supported): Verify multi-line
4380 python command issues an error.
4381 * gdb.guile/guile.exp (guile not supported): Verify multi-line
4382 guile command issues an error.
4383
4384 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4385
4386 * gdb.threads/thread-specific.exp: Handle the lack of usable
4387 $this_breakpoint and $this_thread.
4388
4389 2014-03-21 Hui Zhu <hui@codesourcery.com>
4390
4391 * gdb.base/attach.exp (do_command_attach_tests): New.
4392
4393 2014-03-20 Tom Tromey <tromey@redhat.com>
4394 Pedro Alves <palves@redhat.com>
4395
4396 PR cli/15718
4397 * gdb.base/condbreak-call-false.c: New file.
4398 * gdb.base/condbreak-call-false.exp: New file.
4399
4400 2014-03-20 Pedro Alves <palves@redhat.com>
4401
4402 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4403 Delete.
4404 (block_signals, unblock_signals): Delete.
4405 (child_function_2, main): Remove references to deleted variable
4406 and functions.
4407
4408 2014-03-20 Pedro Alves <palves@redhat.com>
4409
4410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4411 Use pthread_kill to signal thread 2.
4412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4413 Adjust to make the test send itself a signal rather than using the
4414 host's "kill" command.
4415
4416 2014-03-20 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.threads/multiple-step-overs.c: New file.
4419 * gdb.threads/multiple-step-overs.exp: New file.
4420 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4421 Adjust expected infrun debug output.
4422
4423 2014-03-20 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4426 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4427
4428 2014-03-20 Pedro Alves <palves@redhat.com>
4429
4430 PR breakpoints/7143
4431 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4432 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4433 of gdb_test_multiple.
4434 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4435 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4436
4437 2014-03-20 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4440 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4441
4442 2014-03-19 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/async.exp: Remove early return.
4445
4446 2014-03-19 Pedro Alves <palves@redhat.com>
4447
4448 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4449
4450 2014-03-19 Pedro Alves <palves@redhat.com>
4451
4452 * gdb.base/async.exp (test_background): Expect \r\n after
4453 "completed." in the fail pattern.
4454
4455 2014-03-19 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/async.exp (test_background): New procedure.
4458 Use it for all background execution command tests.
4459
4460 2014-03-19 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.base/async.exp: Use prepare_for_testing.
4463
4464 2014-03-19 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4467 the same line.
4468
4469 2014-03-19 Pedro Alves <palves@redhat.com>
4470
4471 * gdb.base/async.c (main): Add "jump here" and "until here" line
4472 marker comments.
4473 * gdb.base/async.exp (jump_here): New global.
4474 (jump& test): Use it.
4475 (until_here): New global.
4476 (until& test): Use it.
4477
4478 2014-03-19 Pedro Alves <palves@redhat.com>
4479
4480 * gdb.base/async.exp: Don't frob gdb_protocol.
4481
4482 2014-03-18 Doug Evans <xdje42@gmail.com>
4483
4484 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4485 Fix spelling of exec-done-display.
4486
4487 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4488
4489 PR gdb/15358
4490 * gdb.base/gdb-sigterm.c: New file.
4491 * gdb.base/gdb-sigterm.exp: New file.
4492
4493 2014-03-18 Pedro Alves <palves@redhat.com>
4494
4495 PR gdb/13860
4496 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4497 * lib/mi-support.exp (mi_expect_stop): Add special handling for
4498 solib-event.
4499
4500 2014-03-17 Joel Brobecker <brobecker@adacore.com>
4501
4502 * gdb.ada/pckd_arr_ren: New testcase.
4503
4504 2014-03-13 Doug Evans <xdje42@gmail.com>
4505
4506 PR guile/16612
4507 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4508 collect after discarding symbols.
4509
4510 2014-03-13 Ludovic Courtès <ludo@gnu.org>
4511 Doug Evans <xdje42@gmail.com>
4512
4513 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4514 to history survives a gc.
4515
4516 2014-03-13 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/default.exp: Don't test "target procfs".
4519
4520 2014-03-13 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/default.exp: Update "target child" and "target procfs"
4523 tests to not expect "Unix".
4524
4525 2014-03-12 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4528 New procs. Add target-async tests.
4529 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4530 Add target-async tests.
4531
4532 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4533
4534 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4535 'func_start' and 'func_end' for the beginning and end of the
4536 function code, respectively.
4537 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4538 'func_end' instead of 'func' and 'main'.
4539
4540 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4541
4542 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4543 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4544 generate the debug info assembler source.
4545
4546 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4547
4548 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4549 * gdb.dwarf2/arr-subrange.exp: Likewise.
4550 * gdb.dwarf2/dwz.exp: Likewise.
4551 * gdb.dwarf2/method-ptr.exp: Likewise.
4552 * gdb.dwarf2/missing-sig-type.exp: Likewise.
4553 * gdb.dwarf2/subrange.exp: Likewise.
4554 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4555 * gdb.dwarf2/implptrpiece.exp: Likewise.
4556 * gdb.dwarf2/nostaticblock.exp: Likewise.
4557
4558 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
4559
4560 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4561 directory to absolute path name arguments.
4562
4563 2014-03-10 Joel Brobecker <brobecker@adacore.com>
4564
4565 * gdb.ada/tagged_access: New testcase.
4566
4567 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
4568
4569 * gdb.btrace/data.exp: Update expected output.
4570
4571 2014-03-06 Yao Qi <yao@codesourcery.com>
4572
4573 * gdb.trace/pr16508.exp: New file.
4574
4575 2014-03-05 Pedro Alves <palves@redhat.com>
4576
4577 PR gdb/16575
4578 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4579 procedure.
4580 (top level): Adjust to use it. Add tests that exercise breakpoint
4581 interaction with the code-cache.
4582
4583 2014-02-26 Ludovic Courtès <ludo@gnu.org>
4584
4585 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4586 test for 'history-append!'.
4587
4588 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4589
4590 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4591 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4592 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4593 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4594 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4595 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4596
4597 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4598
4599 * testsuite/gdb.python/py-pp-re-notag.c: New file.
4600 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4601 * testsuite/gdb.python/py-pp-re-notag.p: New file.
4602
4603 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4604
4605 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4606
4607 2014-02-26 Joel Brobecker <brobecker@adacore.com>
4608
4609 * gdb.dwarf2/arr-stride.c: New file.
4610 * gdb.dwarf2/arr-stride.exp: New file.
4611
4612 2014-02-26 Pedro Alves <palves@redhat.com>
4613
4614 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4615 that won't ever trigger. Make sure that GDB reports the correct
4616 breakpoint that caused the stop.
4617
4618 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4619
4620 PR gdb/16626
4621 * gdb.base/auto-load-script: New file.
4622 * gdb.base/auto-load.c: New file.
4623 * gdb.base/auto-load.exp: New file.
4624
4625 PR gdb/16626
4626 * gdb.base/auto-load.exp: Fix out-of-srctree run.
4627
4628 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4629
4630 Fix dw2-icycle.exp -fsanitize=address GDB crash.
4631 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4632
4633 2014-02-24 Doug Evans <dje@google.com>
4634
4635 * lib/gdb.exp (run_on_host): Log error output if program fails.
4636
4637 2014-02-21 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.threads/step-after-sr-lock.c: Rename to ...
4640 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4641 * gdb.threads/step-after-sr-lock.exp: Rename to ...
4642 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4643 ... this.
4644
4645 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
4646
4647 PR tdep/16397
4648 * gdb.arch/amd64-stap-special-operands.exp: New file.
4649 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4650 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4651 * gdb.arch/amd64-stap-triplet.S: Likewise.
4652 * gdb.arch/amd64-stap-triplet.c: Likewise.
4653
4654 2014-02-20 Joel Brobecker <brobecker@adacore.com>
4655
4656 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4657 in .section pseudo-op.
4658
4659 2014-02-20 lin zuojian <manjian2006@gmail.com>
4660 Joel Brobecker <brobecker@adacore.com>
4661 Doug Evans <xdje42@gmail.com>
4662
4663 PR symtab/16581
4664 * gdb.dwarf2/dw2-icycle.S: New file.
4665 * gdb.dwarf2/dw2-icycle.c: New file.
4666 * gdb.dwarf2/dw2-icycle.exp: New file.
4667
4668 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
4669
4670 * gdb.python/py-value-cc.cc: Improve test case to enable testing
4671 operations on gdb.Value objects.
4672 * gdb.python/py-value-cc.exp: Add new test to test operations on
4673 gdb.Value objects.
4674
4675 2014-02-18 Doug Evans <dje@google.com>
4676
4677 * Makefile.in (TESTS): New variable.
4678 (expanded_tests, expanded_tests_or_none): New variables
4679 (check-single): Pass $(expanded_tests_or_none) to runtest.
4680 (check-parallel): Only run tests in $(TESTS) if non-empty.
4681 (check/no-matching-tests-found): New rule.
4682 * README: Document TESTS makefile variable.
4683
4684 2014-02-18 Doug Evans <dje@google.com>
4685
4686 * Makefile.in (check-parallel): rm -rf outputs temp.
4687
4688 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4689
4690 Fix "ERROR: no fileid for" in the testsuite.
4691 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4692
4693 2014-02-12 Doug Evans <dje@google.com>
4694
4695 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4696 (MISCELLANEOUS): New variable.
4697 (clean): rm -rf $(MISCELLANEOUS).
4698 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4699 dwp live in the same directory as symlinks, with each symlink pointed
4700 to a differently named file in a different directory.
4701
4702 2014-02-11 Doug Evans <dje@google.com>
4703
4704 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
4705 of Tcl file commands.
4706
4707 2014-02-10 Mark Kettenis <kettenis@gnu.org>
4708
4709 * gdb.threads/step-after-sr-lock.exp: Avoid executing
4710 "kill -SIGUSR1 -1".
4711
4712 2014-02-10 Joel Brobecker <brobecker@adacore.com>
4713
4714 * gdb.ada/tick_length_array_enum_idx: New testcase.
4715
4716 2014-02-10 Doug Evans <xdje42@gmail.com>
4717
4718 * configure.ac (AC_OUTPUT): Add gdb.guile.
4719 * configure: Regenerate.
4720 * lib/gdb-guile.exp: New file.
4721 * lib/gdb.exp (get_target_charset): New function.
4722 * gdb.base/help.exp: Update expected output from "apropos apropos".
4723 * gdb.guile/Makefile.in: New file.
4724 * gdb.guile/guile.exp: New file.
4725 * gdb.guile/scm-arch.c: New file.
4726 * gdb.guile/scm-arch.exp: New file.
4727 * gdb.guile/scm-block.c: New file.
4728 * gdb.guile/scm-block.exp: New file.
4729 * gdb.guile/scm-breakpoint.c: New file.
4730 * gdb.guile/scm-breakpoint.exp: New file.
4731 * gdb.guile/scm-disasm.c: New file.
4732 * gdb.guile/scm-disasm.exp: New file.
4733 * gdb.guile/scm-equal.c: New file.
4734 * gdb.guile/scm-equal.exp: New file.
4735 * gdb.guile/scm-error.exp: New file.
4736 * gdb.guile/scm-error.scm: New file.
4737 * gdb.guile/scm-frame-args.c: New file.
4738 * gdb.guile/scm-frame-args.exp: New file.
4739 * gdb.guile/scm-frame-args.scm: New file.
4740 * gdb.guile/scm-frame-inline.c: New file.
4741 * gdb.guile/scm-frame-inline.exp: New file.
4742 * gdb.guile/scm-frame.c: New file.
4743 * gdb.guile/scm-frame.exp: New file.
4744 * gdb.guile/scm-generics.exp: New file.
4745 * gdb.guile/scm-gsmob.exp: New file.
4746 * gdb.guile/scm-iterator.c: New file.
4747 * gdb.guile/scm-iterator.exp: New file.
4748 * gdb.guile/scm-math.c: New file.
4749 * gdb.guile/scm-math.exp: New file.
4750 * gdb.guile/scm-objfile-script-gdb.in: New file.
4751 * gdb.guile/scm-objfile-script.c: New file.
4752 * gdb.guile/scm-objfile-script.exp: New file.
4753 * gdb.guile/scm-objfile.c: New file.
4754 * gdb.guile/scm-objfile.exp: New file.
4755 * gdb.guile/scm-ports.exp: New file.
4756 * gdb.guile/scm-pretty-print.c: New file.
4757 * gdb.guile/scm-pretty-print.exp: New file.
4758 * gdb.guile/scm-pretty-print.scm: New file.
4759 * gdb.guile/scm-section-script.c: New file.
4760 * gdb.guile/scm-section-script.exp: New file.
4761 * gdb.guile/scm-section-script.scm: New file.
4762 * gdb.guile/scm-symbol.c: New file.
4763 * gdb.guile/scm-symbol.exp: New file.
4764 * gdb.guile/scm-symtab-2.c: New file.
4765 * gdb.guile/scm-symtab.c: New file.
4766 * gdb.guile/scm-symtab.exp: New file.
4767 * gdb.guile/scm-type.c: New file.
4768 * gdb.guile/scm-type.exp: New file.
4769 * gdb.guile/scm-value-cc.cc: New file.
4770 * gdb.guile/scm-value-cc.exp: New file.
4771 * gdb.guile/scm-value.c: New file.
4772 * gdb.guile/scm-value.exp: New file.
4773 * gdb.guile/source2.scm: New file.
4774 * gdb.guile/types-module.cc: New file.
4775 * gdb.guile/types-module.exp: New file.
4776
4777 2014-02-10 Yao Qi <yao@codesourcery.com>
4778
4779 PR testsuite/16543
4780 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
4781 * configure: Regenerated.
4782 * Makefile.in: New file.
4783
4784 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4785
4786 * gdb.python/py-framefilter.exp: Fix typo.
4787
4788 2014-02-08 Yao Qi <yao@codesourcery.com>
4789
4790 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
4791 that no =breakpoint-modified is emitted when breakpoints are
4792 modified through MI commands.
4793
4794 2014-02-07 Pedro Alves <pedro@codesourcery.com>
4795 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.threads/step-after-sr-lock.c: New file.
4798 * gdb.threads/step-after-sr-lock.exp: New file.
4799
4800 2014-02-07 Pedro Alves <palves@redhat.com>
4801
4802 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
4803
4804 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4805
4806 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
4807 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
4808
4809 2014-02-06 Doug Evans <xdje42@gmail.com>
4810
4811 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
4812 output.
4813
4814 * gdb.gdb/python-interrupts.exp: New file.
4815
4816 2014-02-05 Yao Qi <yao@codesourcery.com>
4817
4818 * gdb.trace/report.exp (use_collected_data): Test the output
4819 of "info threads" and "info inferiors".
4820
4821 2014-02-05 Yao Qi <yao@codesourcery.com>
4822
4823 Revert this patch:
4824
4825 2013-05-24 Yao Qi <yao@codesourcery.com>
4826
4827 * gdb.trace/tfile.exp: Test inferior and thread.
4828
4829 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4830
4831 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
4832 on a function.
4833 * gdb.base/step-bt.c: Call hello via function pointer to make
4834 sure its first instruction is executed on powerpc64le-linux.
4835
4836 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4837
4838 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
4839
4840 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4841
4842 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
4843 of the test patterns for use on little-endian systems.
4844
4845 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
4846
4847 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
4848 (decimal_vector): Fix for little-endian.
4849
4850 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
4851
4852 * gdb.arch/sparc-sysstep.exp: New file.
4853 * gdb.arch/sparc-sysstep.c: Likewise.
4854
4855 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
4856
4857 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
4858
4859 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
4860
4861 2014-01-23 Tom Tromey <tromey@redhat.com>
4862
4863 * gdb.ada/array_char_idx: New testcase.
4864
4865 2014-01-23 Tom Tromey <tromey@redhat.com>
4866
4867 PR python/16487:
4868 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
4869 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
4870 classes.
4871
4872 2014-01-23 Tom Tromey <tromey@redhat.com>
4873
4874 PR python/16491:
4875 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
4876 string from an inferior frame.
4877 * gdb.python/py-framefilter-mi.exp: Update.
4878
4879 2014-01-22 Doug Evans <dje@google.com>
4880
4881 * gdb.server/server-mon.exp: Add tests for "set debug-format".
4882
4883 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4884
4885 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
4886
4887 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4888
4889 * gdb.trace/entry-values.exp: Remove excess space character from
4890 regex patterns. Handle s390 call instruction.
4891
4892 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4893
4894 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
4895 define "*_start" label. Make "name" static.
4896 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
4897 ${name} by references to ${name}_start.
4898
4899 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
4900
4901 * gdb.base/info-macros.exp: Remove "debug" from the compile
4902 options.
4903
4904 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4905
4906 * gdb.dlang/demangle.exp: New file.
4907
4908 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4909
4910 * gdb.dlang/primitive-types.exp: New file.
4911
4912 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
4913
4914 * configure.ac: Create gdb.dlang/Makefile.
4915 * configure: Regenerate.
4916 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
4917 * gdb.dlang/Makefile.in: New file.
4918 * lib/d-support.exp: New file.
4919 * lib/gdb.exp (skip_d_tests): New proc.
4920
4921 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4922
4923 * gdb.btrace/delta.exp: Check reverse stepi.
4924 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
4925 * gdb.btrace/finish.exp: New.
4926 * gdb.btrace/next.exp: New.
4927 * gdb.btrace/nexti.exp: New.
4928 * gdb.btrace/record_goto.c: Add comments.
4929 * gdb.btrace/step.exp: New.
4930 * gdb.btrace/stepi.exp: New.
4931 * gdb.btrace/multi-thread-step.c: New.
4932 * gdb.btrace/multi-thread-step.exp: New.
4933 * gdb.btrace/rn-dl-bind.c: New.
4934 * gdb.btrace/rn-dl-bind.exp: New.
4935 * gdb.btrace/data.c: New.
4936 * gdb.btrace/data.exp: New.
4937 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4938
4939 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4940
4941 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
4942 * gdb.btrace/exception.exp: Update.
4943 * gdb.btrace/instruction_history.exp: Update.
4944 * gdb.btrace/record_goto.exp: Update.
4945 * gdb.btrace/tailcall.exp: Update.
4946 * gdb.btrace/unknown_functions.exp: Update.
4947 * gdb.btrace/delta.exp: New.
4948
4949 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4950
4951 * gdb.btrace/record_goto.exp: Add backtrace test.
4952 * gdb.btrace/tailcall.exp: Add backtrace test.
4953
4954 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4955
4956 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
4957 * gdb.btrace/record_goto.c: New.
4958 * gdb.btrace/record_goto.exp: New.
4959 * gdb.btrace/x86-record_goto.S: New.
4960
4961 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4962
4963 * gdb.btrace/function_call_history.exp: Update tests.
4964 * gdb.btrace/instruction_history.exp: Update tests.
4965
4966 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4967
4968 * gdb.btrace/function_call_history.exp: Fix expected field
4969 order for "record function-call-history".
4970 Add new tests for "record function-call-history /c".
4971 * gdb.btrace/exception.cc: New.
4972 * gdb.btrace/exception.exp: New.
4973 * gdb.btrace/tailcall.exp: New.
4974 * gdb.btrace/x86-tailcall.S: New.
4975 * gdb.btrace/x86-tailcall.c: New.
4976 * gdb.btrace/unknown_functions.c: New.
4977 * gdb.btrace/unknown_functions.exp: New.
4978 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
4979
4980 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4981
4982 * gdb.btrace/instruction_history.exp: Update.
4983 * gdb.btrace/function_call_history.exp: Update.
4984
4985 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4986
4987 * gdb.btrace/function_call_history.exp: Fix expected function
4988 trace.
4989 * gdb.btrace/instruction_history.exp: Initialize traced.
4990 Remove traced_functions.
4991
4992 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4993
4994 * gdb.btrace/function_call_history.exp: Update
4995 * gdb.btrace/instruction_history.exp: Update.
4996
4997 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
4998
4999 * gdb.btrace/enable.exp: Update expected text.
5000
5001 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5002
5003 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5004 bytes.
5005
5006 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5007
5008 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5009
5010 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
5011
5012 * lib/gdb.exp (supports_process_record): Return true for
5013 arm*-linux*. (supports_reverse): Likewise.
5014
5015 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5016
5017 PR python/15464
5018 PR python/16113
5019 * gdb.python/py-type.c: Enhance test case.
5020 * gdb.python/py-value-cc.cc: Likewise
5021 * gdb.python/py-type.exp: Add new tests.
5022 * gdb.python/py-value-cc.exp: Likewise
5023
5024 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5025 Pedro Alves <palves@redhat.com>
5026
5027 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5028 Make "name" extern.
5029 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5030 references to ${name}_start by references to ${name}.
5031
5032 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5033
5034 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5035
5036 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5037
5038 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5039
5040 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5041 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.mi/mi-info-os.exp: Connect to the target with
5044 mi_gdb_target_load.
5045
5046 2014-01-08 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.threads/reconnect-signal.c: New file.
5049 * gdb.threads/reconnect-signal.exp: New file.
5050
5051 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5052
5053 * gdb.base/source-dir.exp: New file.
5054
5055 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5056
5057 * gdb.ada/mi_interface: New testcase.
5058
5059 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5060
5061 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5062 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5063 gdb.ada/pp-rec-component/pck.ads: New files.
5064
5065 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5066
5067 * gdb.python/py-pp-integral.c: New file.
5068 * gdb.python/py-pp-integral.py: New file.
5069 * gdb.python/py-pp-integral.exp: New file.
5070
5071 For older changes see ChangeLog-1993-2013.
5072 \f
5073 ;; Local Variables:
5074 ;; mode: change-log
5075 ;; left-margin: 8
5076 ;; fill-column: 74
5077 ;; version-control: never
5078 ;; End:
5079
5080 Copyright 2014-2015 Free Software Foundation, Inc.
5081 Copying and distribution of this file, with or without modification,
5082 are permitted provided the copyright notice and this notice are preserved.