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