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