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