Small improvements to the remote protocol manual
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2016-09-22 Yao Qi <yao.qi@linaro.org>
2
3 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
4 (gdb_exit): Rename it to ...
5 (gdbserver_gdb_exit): ... Close GDBserver.
6 (gdb_exit): New proc, call gdbserver_gdb_exit.
7 (mi_gdb_exit): Likewise.
8
9 2016-09-22 Yao Qi <yao.qi@linaro.org>
10
11 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12 path.
13 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14 Remove duplication.
15
16 2016-09-22 Yao Qi <yao.qi@linaro.org>
17
18 * lib/gdbserver-support.exp: Check the existence of
19 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
20
21 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
22
23 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
24
25 2016-09-21 Tom Tromey <tom@tromey.com>
26
27 PR gdb/20604:
28 * gdb.base/quit.exp: New file.
29
30 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
31
32 * .gitignore: New file.
33
34 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
35
36 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
37 throughout.
38
39 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
40
41 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
42
43 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
44
45 * gdb.cp/casts.cc (decltype): Move it ...
46 (main): ... with its call to ...
47 * gdb.cp/casts03.cc: ... a new file.
48 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
49
50 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
51
52 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
53
54 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
55
56 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
57 and sync up the test with tests in gas/testsuite/gas/ppc.
58 * gdb.arch/powerpc-power.exp: Likewise.
59
60 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
61
62 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
63
64 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
65 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
68 make m1's definition to be different from m2's. Use 'dummy' as an
69 argument for probe 'two'.
70
71 2016-09-10 Jon Beniston <jon@beniston.com>
72
73 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
74 for sim target.
75
76 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
77
78 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
79 variable declaration.
80 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
81 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
82 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
83 received HWCAP as its argument.
84
85 2016-09-06 Pedro Alves <palves@redhat.com>
86
87 * gdb.base/new-ui-pending-input.c: New file.
88 * gdb.base/new-ui-pending-input.exp: New file.
89 * gdb.exp (clear_gdb_spawn_id): New procedure.
90 (with_spawn_id): Check whether gdb_spawn_id exists before
91 referencing it. If gdb_spawn_id didn't exist on entry, clear it
92 on exit.
93
94 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
95
96 * gdb.base/float128.c: New file.
97 * gdb.base/float128.exp: Likewise.
98 * gdb.base/floatn.c: Likewise.
99 * gdb.base/floatn.exp: Likewise.
100
101 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
102
103 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
104
105 2016-09-05 Pedro Alves <palves@redhat.com>
106
107 PR backtrace/19927
108 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
109 unwinders are immediately called as side effect of "source" or
110 "disable unwinder" commands.
111 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
112
113 2016-09-02 Yao Qi <yao.qi@linaro.org>
114
115 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
116 is true and $type is "float" or "double".
117
118 2016-09-02 Yao Qi <yao.qi@linaro.org>
119
120 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
121 true.
122 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
123 * gdb.base/call-rt-st.exp: Likewise.
124 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
125 return value instead of gdb,skip_float_test.
126 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
127 (do_function_calls): Use its return value instead of
128 gdb,skip_float_test.
129 * gdb.base/finish.exp: Likewise.
130 * gdb.base/funcargs.exp: Likewise.
131 * gdb.base/return.exp: Likewise.
132 * gdb.base/return2.exp: Likewise.
133 * gdb.base/varargs.exp: Likewise.
134 * lib/gdb.exp (gdb_skip_float_test): Change it to
135 gdb_caching_proc. Detect the broken ptrace on arm-linux.
136
137 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
138
139 * gdb.multi/tids.exp: Test "thread apply all".
140
141 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
142
143 * gdb.base/default.exp (tty): Remove.
144
145 2016-08-24 Kevin Buettner <kevinb@redhat.com>
146
147 * gdb.python/py-recurse-unwind.c: New file.
148 * gdb.python/py-recurse-unwind.py: New file.
149 * gdb.python/py-recurse-unwind.exp: New file.
150
151 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
152
153 * gdb.base/set-inferior-tty.exp: New file.
154 * gdb.base/set-inferior-tty.c: New file.
155
156 2016-08-23 Pedro Alves <palves@redhat.com>
157
158 PR gdb/20494
159 * gdb.base/new-ui-echo.c: New file.
160 * gdb.base/new-ui-echo.exp: New file.
161
162 2016-08-23 Yao Qi <yao.qi@linaro.org>
163
164 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
165 gdbserver_spawn.
166 * gdb.server/connect-without-multi-process.exp (do_test):
167 Likewise.
168
169 2016-08-23 Yao Qi <yao.qi@linaro.org>
170
171 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
172 standalone_txt. Delete gdb_txt and standalone_txt on host
173 and target. Spawn the binary on target. Copy files from
174 target to host.
175
176 2016-08-22 Pedro Alves <palves@redhat.com>
177
178 PR gdb/20505
179 * gdb.base/vdso-warning.exp: Test core dumps too. Use
180 with_test_prefix. Factor out bits to ...
181 (test_no_vdso): ... this new procedure.
182
183 2016-08-19 Carl Love <cel@us.ibm.com>
184
185 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
186 maintaining separate logic for constructing the output path.
187 * gdb.arch/powerpc-d128-regs.exp: Likewise.
188 * gdb.arch/ppc-dfp.exp: Likewise.
189 * gdb.arch/ppc-fp.exp: Likewise.
190 * gdb.arch/vsx-regs.exp: Likewise.
191 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
192 binprefix for generating the additional binary files.
193
194 2016-08-19 Pedro Alves <palves@redhat.com>
195
196 * gdb.trace/mi-trace-frame-collected.exp
197 (test_trace_frame_collected): On x32, expect two registers.
198
199 2016-08-18 Carl Love <cel@us.ibm.com>
200
201 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
202 and sync up the test with tests in gas/testsuite/gas/ppc.
203 * gdb.arch/powerpc-power.exp: Likewise.
204
205 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
206
207 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
208 expected error message.
209
210 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
211
212 * gdb.multi/remove-inferiors.exp: New file.
213 * gdb.multi/remove-inferiors.c: New file.
214
215 2016-08-12 Yao Qi <yao.qi@linaro.org>
216
217 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
218 argument list.
219
220 2016-08-10 Pedro Alves <palves@redhat.com>
221
222 PR gdb/19187
223 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
224 setup_kfails.
225
226 2016-08-09 Pedro Alves <palves@redhat.com>
227 Simon Marchi <simon.marchi@ericsson.com>
228
229 PR gdb/20418
230 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
231 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
232
233 2016-08-09 Pedro Alves <palves@redhat.com>
234
235 PR mi/20431
236 * gdb.mi/mi-cmd-error.exp: New file.
237
238 2016-08-09 Pedro Alves <palves@redhat.com>
239
240 PR gdb/18653
241 * gdb.base/signals-state-child.c: New file.
242 * gdb.base/signals-state-child.exp: New file.
243 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
244
245 2016-08-09 Pedro Alves <palves@redhat.com>
246
247 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
248
249 2016-08-03 Tom Tromey <tom@tromey.com>
250
251 PR python/18565:
252 * gdb.python/py-frame-inline.exp: Add Frame.function test.
253
254 2016-08-01 Yao Qi <yao.qi@linaro.org>
255
256 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
257 variable mode to "multi-process" if $multi_process is 1, otherwise
258 set it to "single-process".
259
260 2016-08-01 Yao Qi <yao.qi@linaro.org>
261
262 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
263 * gdb.cp/cpexprs.exp: Likewise.
264 * gdb.cp/m-static.exp: Likewise.
265
266 2016-07-26 Tom Tromey <tom@tromey.com>
267
268 PR python/20190:
269 * gdb.threads/tls.exp (check_thread_local): Add python symbol
270 test.
271
272 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
273
274 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
275 selecting assembly source files.
276 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
277 assembly source files.
278 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
279 assembly source files.
280 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
281 selecting assembly source files.
282
283 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
284
285 * gdb.base/new-ui.exp (do_test_invalid_args): New
286 procedure.
287
288 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
289
290 * gdb.btrace/reconnect.c: New file.
291 * gdb.btrace/reconnect.exp: New file.
292
293 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
294
295 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
296 to test_catch_syscall_group.
297 (test_catch_syscall_group): New.
298
299 2016-07-21 Tom Tromey <tom@tromey.com>
300
301 * gdb.rust/simple.rs (main): Use empty struct expression.
302 * gdb.rust/simple.exp: Add tests for empty struct expression.
303
304 2016-07-21 Yao Qi <yao.qi@linaro.org>
305
306 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
307 if gdb_skip_xml_test is true on some targets.
308
309 2016-07-21 Yao Qi <yao.qi@linaro.org>
310
311 * gdb.server/solib-list.exp: Unset last_loaded_file.
312
313 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
314
315 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
316 "step into captured_main (args)".
317
318 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
319
320 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
321
322 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
323
324 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
325
326 2016-07-19 Pedro Alves <palves@redhat.com>
327
328 * gdb.opt/inline-break.exp: Remove optimize=-O2.
329 * gdb.opt/inline-bt.exp: Likewise.
330 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
331 additional_flags=-Winline.
332 * gdb.opt/inline-locals.exp: Likewise.
333 * gdb.opt/inline-markers.c (ATTR): Define.
334 (inlined_fn): Use it.
335
336 2016-07-19 Yao Qi <yao.qi@linaro.org>
337
338 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
339 (test_with_self): Remove some code. Remove argument executable.
340 (top-level): Use do_self_tests.
341
342 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
343 Don Breazeal <donb@codesourcery.com>
344
345 * gdb.base/maint.exp: Escape paths used in regular expressions.
346 * gdb.stabs/weird.exp: Likewise.
347
348 2016-07-13 Tom Tromey <tom@tromey.com>
349
350 PR python/15620, PR python/18620:
351 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
352 (test_bkpt_events): New procs.
353
354 2016-07-13 Tom Tromey <tom@tromey.com>
355
356 PR python/17698:
357 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
358 test.
359 (test_watchpoints): Likewise.
360 (test_bkpt_pending): New proc.
361
362 2016-07-13 Tom Tromey <tom@tromey.com>
363
364 PR cli/18053:
365 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
366 completion test.
367
368 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
369
370 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
371 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
372 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
373 f_label.
374 (g): Rename g_end_lbl to g_label.
375 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
376 low_pc and high_pc.
377 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
378
379 2016-07-12 Tom Tromey <tom@tromey.com>
380
381 PR python/19293:
382 * gdb.python/py-unwind-maint.exp: Update tests.
383
384 2016-07-12 Yao Qi <yao.qi@linaro.org>
385
386 * lib/selftest-support.exp (selftest_setup): Match the output
387 when captured_main is inlined.
388
389 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
390
391 * gdb.fortran/derived-types.exp (result_line, result_line_2):
392 New variables.
393 (print this%a, print this%b, print this): New tests.
394 * gdb.fortran/derived-types.f90 (this): New object and
395 initialization.
396
397 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
398
399 * gdb.ada/arraydim.exp: Remove extra directory level in build
400 directory.
401
402 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
403
404 * lib/ada.exp: Remove extra directory level in build directory.
405 * gdb.ada/cond_lang.exp: Likewise.
406 * gdb.ada/exec_changed.exp: Likewise.
407 * gdb.ada/lang_switch.exp: Likewise.
408
409 2016-07-06 Manish Goregaokar <manish@mozilla.com>
410
411 * simple.rs: Add test for raw pointer subscripting
412 * simple.exp: Add test expectations
413
414 2016-07-05 Yao Qi <yao.qi@linaro.org>
415
416 * gdb.mi/mi-reverse.exp: Match =record-started output.
417
418 2016-07-01 Pedro Alves <palves@redhat.com>
419
420 * gdb.base/jit-reader.exp (info_registers_current_frame): New
421 procedure.
422 (jit_reader_test): Test the jit reader's unwinder.
423 * gdb.base/jithost.c (jit_function_00_code): New global.
424 (main): Use memcpy to fill in the mmapped code, instead of poking
425 bytes manually here.
426 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
427 value.
428 (read_debug_info): Save the function's range.
429 (read_sp): New function.
430 (unwind_frame): Use it. Also unwind RBP.
431 (get_frame_id): Use read_sp.
432 (gdb_init_reader): Use calloc instead of malloc.
433 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
434 parameter. Use gdb_test_multiple.
435
436 2016-07-01 Pedro Alves <palves@redhat.com>
437 Antoine Tremblay <antoine.tremblay@ericsson.com>
438
439 * gdb.threads/process-dies-while-detaching.c: New file.
440 * gdb.threads/process-dies-while-detaching.exp: New file.
441
442 2016-07-01 Pedro Alves <palves@redhat.com>
443
444 * gdb.multi/watchpoint-multi-exit.c: New file.
445 * gdb.multi/watchpoint-multi-exit.exp: New file.
446
447 2016-06-30 Pedro Alves <palves@redhat.com>
448
449 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
450 unset inferior_spawn_id.
451
452 2016-06-30 Pedro Alves <palves@redhat.com>
453
454 * lib/mi-support.exp (default_mi_gdb_start): Declare global
455 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
456
457 2016-06-29 Yao Qi <yao.qi@linaro.org>
458
459 * gdb.base/return.c: Add copyright header.
460
461 2016-06-29 Tom Tromey <tom@tromey.com>
462
463 PR python/20129:
464 * gdb.python/py-framefilter.exp: Add tests for setting priority
465 and disabling of non-existent frame filter.
466
467 2016-06-29 Yao Qi <yao.qi@linaro.org>
468
469 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
470 0x0f07ff.
471
472 2016-06-28 Yao Qi <yao.qi@linaro.org>
473
474 * gdb.base/catch-syscall.exp: Remove check on isnative and target
475 triplets. Start gdb, execute catch syscall, and continue. Check
476 gdb's output to determine catch syscall is supported.
477
478 2016-06-27 Manish Goregaokar <manish@mozilla.com>
479
480 * gdb.rust/simple.rs: Add test for returning unit in a function.
481 * gdb.rust/simple.exp: Add expectation for functions returning
482 unit.
483
484 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
485
486 * gdb.python/py-breakpoint-create-fail.c,
487 gdb.python/py-breakpoint-create-fail.exp,
488 gdb.python/py-breakpoint-create-fail.py: New testcase.
489
490 2016-06-25 Manish Goregaokar <manish@mozilla.com>
491
492 PR gdb/20239
493 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
494 * gdb.rust/simple.exp: Add test expectations for new NonZero
495 tests.
496
497 2016-06-24 David Taylor <dtaylor@emc.com>
498
499 * gdb.base/offsets.exp: New file.
500 * gdb.base/offsets.c: New file.
501
502 2016-06-23 Tom Tromey <tom@tromey.com>
503
504 PR gdb/16483:
505 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
506 before any filters are loaded.
507
508 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
509
510 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
511 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
512 structs.
513 * gdb.fortran/derived-type-function.exp: New file.
514 * gdb.fortran/derived-type-function.f90: New file.
515
516
517 2016-06-21 Pedro Alves <palves@redhat.com>
518
519 * gdb.base/new-ui.exp: New file.
520 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
521 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
522 (with_spawn_id): New procedure.
523
524 2016-06-21 Pedro Alves <palves@redhat.com>
525
526 * gdb.mi/mi-exec-run.exp: New file.
527
528 2016-06-21 Pedro Alves <palves@redhat.com>
529
530 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
531 breakpoint command's output on the main UI.
532 (test_break): New procedure, factored out from calls in the top
533 level.
534 (top level): Use foreach_with_prefix to test MI as main UI and as
535 separate UI.
536
537 2016-06-21 Pedro Alves <palves@redhat.com>
538
539 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
540 (test_awatch_creation_and_listing)
541 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
542 Remove 'type' parameter.
543 (test_watchpoint_all): New parameter mi_mode. Remove
544 with_test_prefix.
545 (top level): Use foreach_with_prefix, and add main/separate UI MI
546 testing axis.
547
548 2016-06-21 Pedro Alves <palves@redhat.com>
549
550 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
551 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
552 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
553 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
554 (gdb_main_spawn_id, mi_spawn_id): Declare and
555 comment.
556 (mi_create_inferior_pty): New procedure,
557 factored out from default_mi_gdb_start.
558 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
559 procedures.
560 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
561 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
562 Use mi_create_inferior_pty.
563 (mi_gdb_start): Use eval to pass down args list.
564
565 2016-06-21 Pedro Alves <palves@redhat.com>
566
567 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
568 * gdb.opt/inline-cmds.exp: Add MI tests.
569
570 2016-06-21 Pedro Alves <palves@redhat.com>
571
572 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
573
574 2016-06-21 Pedro Alves <palves@redhat.com>
575
576 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
577 (top level): Use it instead of mi_execute_to.
578
579 2016-06-21 Pedro Alves <palves@redhat.com>
580
581 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
582 (cont_handler_str): New.
583 (signal_stop_handler): Set stop_handler_str instead of printing to
584 stdout.
585 (continue_handler): Set cont_handler_str instead of printing to
586 stdout.
587 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
588 mi_send_resuming_command. Print stop_handler_str and
589 cont_handler_str instead of expecting the python events print
590 directly.
591
592 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
593
594 * gdb.base/jit-reader.exp: New file.
595 * gdb.base/jithost.c: New file.
596 * gdb.base/jithost.h: New file.
597 * gdb.base/jitreader.c : New file.
598 * gdb.base/jit-protocol.h: New file.
599
600 2016-06-17 Yao Qi <yao.qi@linaro.org>
601
602 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
603 parameters follow_fork and detach_on_fork. Set follow-fork-mode
604 and detach-on-fork. Adjust tests.
605 (top level): Invoke break_cond_on_syscall with combinations of
606 syscall, follow-fork-mode and detach-on-fork.
607
608 2016-06-17 Yao Qi <yao.qi@linaro.org>
609
610 * gdb.base/step-over-exit.c: New.
611 * gdb.base/step-over-exit.exp: New.
612
613 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
614
615 * gdb.base/float.exp: Add target check for nds32*-*-*.
616 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
617
618 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
619
620 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
621 for unsupported target features.
622 * gdb.base/call-rt-st.exp: Likewise.
623 * gdb.base/call-sc.exp: Likewise.
624 * gdb.base/call-signal-resume.exp: Likewise.
625 * gdb.base/call-strs.exp: Likewise.
626 * gdb.base/callexit.exp: Likewise.
627 * gdb.base/callfuncs.exp: Likewise.
628 * gdb.base/nodebug.exp: Likewise.
629 * gdb.base/printcmds.exp: Likewise.
630 * gdb.base/ptype.exp: Likewise.
631 * gdb.base/structs.exp: Likewise.
632 * gdb.base/unwindonsignal.exp: Likewise.
633 * gdb.cp/gdb2495.exp: Likewise.
634 * gdb.cp/templates.exp: Likewise.
635 * gdb.cp/virtfunc.exp: Likewise.
636 * gdb.threads/hand-call-in-threads.exp: Likewise.
637 * gdb.threads/interrupted-hand-call.exp: Likewise.
638 * gdb.threads/thread-unwindonsignal.exp: Likewise.
639
640 2016-06-10 Tom Tromey <tom@tromey.com>
641
642 PR rust/20110:
643 * gdb.rust/expr.exp: Add test for integer constant larger than
644 i32.
645
646 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
647
648 * gdb.fortran/nested-funcs.exp: New.
649 * gdb.fortran/nested-funcs.f90: New.
650
651 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
652
653 * gdb.base/examine-backward.c: New file.
654 * gdb.base/examine-backward.exp: New file.
655
656 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
657
658 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
659 matching.
660
661 2016-06-02 Tom Tromey <tom@tromey.com>
662
663 PR python/18984:
664 * gdb.python/py-shared.exp: Add solib_name test.
665
666 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
667
668 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
669
670 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
671
672 PR c++/19893
673 * gdb.dwarf2/implref.exp: Rename to...
674 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
675 * gdb.dwarf2/implref-array.c: New file.
676 * gdb.dwarf2/implref-array.exp: Likewise.
677 * gdb.dwarf2/implref-global.c: Likewise.
678 * gdb.dwarf2/implref-global.exp: Likewise.
679 * gdb.dwarf2/implref-struct.c: Likewise.
680 * gdb.dwarf2/implref-struct.exp: Likewise.
681
682 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
683
684 * gdb.trace/trace-condition.exp: Add 64bit tests.
685
686 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
687
688 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
689 bits types.
690 (main): Adapt to 8 to 64 bits types.
691 * gdb.trace/trace-condition.exp: Add new tests.
692
693 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
694
695 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
696
697 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
698
699 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
700 Move condition tests...
701 * gdb.trace/trace-condition.exp: Here.
702
703 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
704
705 * gdb.trace/trace-condition.exp: Add counter-case tests.
706
707 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
708
709 PR c++/15231
710 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
711 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
712
713 2016-05-27 Pedro Alves <palves@redhat.com>
714
715 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
716 New procedure.
717 (top level): Call it, and bail out of DejaGnu is known to be bad.
718
719 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
720
721 * gdb.base/whatis.c: Extend the test case.
722 * gdb.base/whatis.exp: Add additional tests.
723
724 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
725
726 * gdb.fortran/type.f90: Add pointer variable.
727 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
728
729 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
730
731 * gdb.fortran/vla-type.exp: Fix testcase name.
732
733 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
734
735 * gdb.fortran/vla-type.exp: Access elements in nested structs.
736
737 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
738
739 * gdb.fortran/type.f90: Add nested structures.
740 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
741 * gdb.fortran/derived-type.exp: Adapt expected output.
742 * gdb.fortran/vla-type.exp: Adapt expected output.
743
744 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
745
746 * gdb.fortran/whatis_type.exp: Adapt expected output.
747
748 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
749
750 * gdb.fortran/print_type.exp: Fix expected output.
751 * gdb.fortran/whatis_type.exp: Fix expected output.
752
753 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
754
755 * gdb.fortran/whatis_type.exp: Use multi_line.
756
757 2016-05-24 Tom Tromey <tom@tromey.com>
758
759 PR python/17386:
760 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
761 use value as an index.
762
763 2016-05-23 Tom Tromey <tom@tromey.com>
764
765 PR python/17981:
766 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
767 no-breakpoint case.
768
769 2016-05-24 Pedro Alves <palves@redhat.com>
770
771 PR gdb/19828
772 * gdb.threads/clone-attach-detach.c: New file.
773 * gdb.threads/clone-attach-detach.exp: New file.
774
775 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
776
777 * gdb.base/annota-input-while-running.exp: Fix syntax error.
778
779 2016-05-23 Tom Tromey <tom@tromey.com>
780
781 PR python/19438, PR python/18393:
782 * gdb.python/py-progspace.exp: Add "dir" test.
783 * gdb.python/py-objfile.exp: Add "dir" test.
784
785 2016-05-23 Yao Qi <yao.qi@linaro.org>
786
787 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
788 * gdb.arch/thumb2-it.exp: Likewise.
789
790 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
791
792 * gdb.mi/mi-threads-interrupt.c: New file.
793 * gdb.mi/mi-threads-interrupt.exp: New file.
794
795 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
796
797 PR gdb/18077
798 * gdb.mi/mi-async-run.exp: New file.
799 * gdb.mi/mi-async-run.c: New file.
800
801 2016-05-17 Tom Tromey <tom@tromey.com>
802 Manish Goregaokar <manishsmail@gmail.com>
803
804 * lib/rust-support.exp: New file.
805 * lib/gdb.exp (skip_rust_tests): New proc.
806 (build_executable_from_specs): Handle rust.
807 * lib/future.exp (gdb_find_rustc): New proc.
808 (gdb_default_target_compile): Handle rust.
809 * gdb.rust/expr.exp: New file.
810 * gdb.rust/generics.exp: New file.
811 * gdb.rust/generics.rs: New file.
812 * gdb.rust/methods.exp: New file.
813 * gdb.rust/methods.rs: New file.
814 * gdb.rust/modules.exp: New file.
815 * gdb.rust/modules.rs: New file.
816 * gdb.rust/simple.exp: New file.
817 * gdb.rust/simple.rs: New file.
818
819 2016-05-17 Tom Tromey <tom@tromey.com>
820
821 * gdb.base/default.exp (set language): Add rust.
822
823 2016-05-17 Tom Tromey <tom@tromey.com>
824
825 * gdb.gdb/unittest.exp: New file.
826
827 2016-05-16 Yao Qi <yao.qi@linaro.org>
828
829 * gdb.base/batch-preserve-term-settings.exp: Remove variable
830 shell_prompt. Update shell_prompt_re.
831
832 2016-05-12 Doug Evans <dje@google.com>
833
834 PR symtab/19999
835 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
836 $options when building executable.
837 * gdb.dwarf2/fission-loclists-pie.S: New file.
838 * gdb.dwarf2/fission-loclists-pie.exp: New file.
839
840 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
841
842 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
843 of [is_remote target],
844
845 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
846
847 * lib/gdb.exp (use_gdb_stub): New procedure.
848
849 2016-05-03 Yunlian Jiang <yunlian@google.com>
850 Doug Evans <dje@google.com>
851
852 PR symtab/19914
853 * gdb.dwarf2/dwp-sepdebug.c: New file.
854 * gdb.dwarf2/dwp-sepdebug.exp: New file.
855
856 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
857
858 * gdb.base/detach.exp: Remove is_remote check.
859
860 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
861
862 * gdb.base/annota-input-while-running.exp: Don't check for
863 [is_remote target]. Enable annotations after running to main.
864 Remove unused "set test..." line.
865
866 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
867
868 * gdb.trace/trace-enable-disable.exp: New file.
869 * gdb.trace/trace-enable-disable.c: New file.
870
871 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
872
873 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
874 use it in info sharedlibrary test.
875 * gdb.trace/ftrace-lock.exp: Likewise.
876 * gdb.trace/ftrace.exp: Likewise.
877 * gdb.trace/range-stepping.exp: Likewise.
878 * gdb.trace/trace-break.exp: Likewise.
879 * gdb.trace/trace-condition.exp: Likewise.
880 * gdb.trace/trace-mt.exp: Likewise.
881
882 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
883
884 * lib/gdb.exp (gdb_load_shlibs): Rename to...
885 (gdb_load_shlib): ... this.
886 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
887 gdb_load_shlib.
888 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
889 * gdb.base/ctxobj.exp: Likewise.
890 * gdb.base/dprintf-pending.exp: Likewise.
891 * gdb.base/dso2dso.exp: Likewise.
892 * gdb.base/fixsection.exp: Likewise.
893 * gdb.base/gcore-relro.exp: Likewise.
894 * gdb.base/gdb1555.exp: Likewise.
895 * gdb.base/global-var-nested-by-dso.exp: Likewise.
896 * gdb.base/gnu-ifunc.exp: Likewise.
897 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
898 * gdb.base/jit-so.exp (one_jit_test): Likewise.
899 * gdb.base/pending.exp: Likewise.
900 * gdb.base/print-file-var.exp: Likewise.
901 * gdb.base/print-symbol-loading.exp: Likewise.
902 * gdb.base/shlib-call.exp: Likewise.
903 * gdb.base/shreloc.exp: Likewise.
904 * gdb.base/so-impl-ld.exp: Likewise.
905 * gdb.base/solib-disc.exp: Likewise.
906 * gdb.base/solib-nodir.exp: Likewise.
907 * gdb.base/solib-overlap.exp: Likewise.
908 * gdb.base/solib-symbol.exp: Likewise.
909 * gdb.base/solib-weak.exp (do_test): Likewise.
910 * gdb.base/sym-file.exp: Likewise.
911 * gdb.base/symtab-search-order.exp: Likewise.
912 * gdb.base/type-opaque.exp: Likewise.
913 * gdb.base/unload.exp: Likewise.
914 * gdb.base/watchpoint-solib.exp: Likewise.
915 * gdb.compile/compile.exp: Likewise.
916 * gdb.cp/gdb2384.exp: Likewise.
917 * gdb.cp/infcall-dlopen.exp: Likewise.
918 * gdb.cp/re-set-overloaded.exp: Likewise.
919 * gdb.fortran/library-module.exp: Likewise.
920 * gdb.opt/solib-intra-step.exp: Likewise.
921 * gdb.python/py-finish-breakpoint.exp: Likewise.
922 * gdb.python/py-shared.exp: Likewise.
923 * gdb.reverse/solib-precsave.exp: Likewise.
924 * gdb.reverse/solib-reverse.exp: Likewise.
925 * gdb.server/solib-list.exp: Likewise.
926 * gdb.threads/dlopen-libpthread.exp: Likewise.
927 * gdb.threads/tls-shared.exp: Likewise.
928 * gdb.threads/tls-so_extern.exp: Likewise.
929 * gdb.trace/change-loc.exp: Likewise.
930 * gdb.trace/ftrace-lock.exp: Likewise.
931 * gdb.trace/ftrace.exp: Likewise.
932 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
933 * gdb.trace/pending.exp: Likewise.
934 * gdb.trace/range-stepping.exp: Likewise.
935 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
936 (strace_info_marker): Likewise.
937 (strace_probe_marker): Likewise.
938 (strace_trace_on_same_addr): Likewise.
939 (strace_trace_on_diff_addr): Likewise.
940 * gdb.trace/trace-break.exp: Likewise.
941 * gdb.trace/trace-condition.exp: Likewise.
942 * gdb.trace/trace-mt.exp: Likewise.
943
944 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
945
946 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
947 result of gdb_remote_download.
948 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
949 * gdb.base/dso2dso.exp: Likewise.
950 * gdb.base/global-var-nested-by-dso.exp: Likewise.
951 * gdb.base/print-file-var.exp: Likewise.
952 * gdb.base/shlib-call.exp: Likewise.
953 * gdb.base/shreloc.exp: Likewise.
954 * gdb.base/solib-overlap.exp: Likewise.
955 * gdb.base/solib-weak.exp (do_test): Likewise.
956 * gdb.base/unload.exp: Likewise.
957
958 2016-04-27 Yao Qi <yao.qi@linaro.org>
959
960 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
961 exists.
962
963 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
964
965 * vla-type.exp: Print structure from toplevel.
966
967 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
968
969 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
970 of dynamic types.
971 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
972 of dynamic types.
973
974 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
975
976 * gdb.fortran/vla-type.f90: New file.
977 * gdb.fortran/vla-type.exp: New file.
978
979 2016-04-25 Yao Qi <yao.qi@linaro.org>
980
981 * gdb.base/branch-to-self.c: New file.
982 * gdb.base/branch-to-self.exp: New file.
983
984 2016-04-22 Yao Qi <yao.qi@linaro.org>
985
986 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
987 more after $hex.
988
989 2016-04-22 Yao Qi <yao.qi@linaro.org>
990
991 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
992 * gdb.base/annota3.exp: Likewise.
993
994 2016-04-22 Yao Qi <yao.qi@linaro.org>
995
996 * gdb.reverse/step-precsave.exp: Do one step and test program
997 stops in "callee" and do multiple steps until program goes out
998 of "callee".
999 * gdb.reverse/step-reverse.exp: Likewise.
1000
1001 2016-04-22 Yao Qi <yao.qi@linaro.org>
1002
1003 * gdb.trace/signal.exp: Also pass if
1004 $tracepoint_hits($i) > $iterations.
1005
1006 2016-04-22 Yao Qi <yao.qi@linaro.org>
1007
1008 * gdb.trace/signal.c: New file.
1009 * gdb.trace/signal.exp: New file.
1010
1011 2016-04-19 Doug Evans <xdje42@gmail.com>
1012
1013 * gdb.base/bad-file.exp: New file.
1014
1015 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
1016
1017 * gdb.dwarf2/implref.exp: New file.
1018
1019 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1020
1021 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
1022 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
1023 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
1024 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
1025 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
1026 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
1027 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
1028 * lib/fortran.exp (fortran_int4): New procedure.
1029 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
1030 (fortran_logical4): Likewise.
1031
1032 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
1033
1034 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
1035
1036 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
1037
1038 * lib/compiler.c: Add Intel specific preprocessor macros.
1039 * lib/compiler.cc: Likewise.
1040
1041 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
1042
1043 * gdb.server/connect-with-no-symbol-file.c: New file.
1044 * gdb.server/connect-with-no-symbol-file.exp: New file.
1045
1046 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1047
1048 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
1049
1050 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
1051
1052 * boards/gdbserver-base.exp (${board}_download): Copy source file to
1053 standard output directory.
1054
1055 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
1056
1057 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
1058
1059 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
1060
1061 * gdb.btrace/instruction_history.c (loop): Add declaration.
1062
1063 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
1064
1065 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
1066
1067 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
1068
1069 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
1070 parentheses to print.
1071 (continue_handler): Likewise.
1072
1073 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
1074
1075 * gdb.server/solib-list.exp: Remove is_remote check.
1076 Pass shlib= to gdb_compile. Don't link shared library with
1077 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
1078 Run binary filename through "readlink -f" on the target.
1079
1080 2016-04-08 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
1083 interpreter filename as argument to gdbserver_spawn.
1084 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1085 Return empty if $last_loaded_file does not exist.
1086
1087 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1088
1089 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
1090 * gdb.base/jit-main.c: Use exit after usage.
1091
1092 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1093
1094 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
1095 GDBHISTSIZE prior to the tests.
1096 * gdb.base/gdbinit-history.exp: Likewise.
1097
1098 2016-04-07 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
1101 instead of build_executable. Use gdb_load_shlibs.
1102
1103 2016-04-07 Yao Qi <yao.qi@linaro.org>
1104
1105 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
1106 Execute "si" command.
1107
1108 2016-04-07 Yao Qi <yao.qi@linaro.org>
1109
1110 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
1111 number instead of the comments on some line.
1112
1113 2016-04-06 Don Breazeal <donb@codesourcery.com>
1114
1115 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
1116 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
1117
1118 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
1119
1120 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
1121 standard_output_file. Remove unused binfile variable.
1122
1123 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
1124
1125 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
1126 * gdb.python/py-mi-objfile.exp: Match "list main" output
1127 in console format.
1128
1129 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
1130
1131 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
1132 absolute.
1133
1134 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1135
1136 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
1137 absolute.
1138 * gdb.trace/ftrace.exp: Likewise.
1139 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
1140 targets as well.
1141 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
1142 (gdb_load_shlibs): Copy libraries to test directory when testing
1143 natively. Only set solib-search-path if testing remotely.
1144 * lib/mi-support.exp (mi_load_shlibs): Likewise.
1145
1146 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
1147
1148 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
1149 gdb_download. Use it even if the target is not remote.
1150 * gdb.base/jit.exp (compile_jit_test): Likewise.
1151 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
1152 output directory if the destination board is local, otherwise use
1153 the standard remote_download from DejaGnu.
1154 (gdb_download): Remove.
1155 (gdb_load_shlibs): Use gdb_remote_download instead of
1156 gdb_download.
1157 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
1158 Use gdb_remote_download instead of gdb_download. Use it even if
1159 the target is not remote.
1160 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
1161 instead of gdb_download.
1162
1163 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
1164
1165 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
1166 (test_insert_delete_modify): Call mi_load_shlibs before trying to
1167 run.
1168
1169 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
1170
1171 PR gdb/19820
1172 * gdb.base/printcmds.exp: Add artificial arrays tests.
1173
1174 2016-03-31 Pedro Alves <palves@redhat.com>
1175
1176 PR gdb/19858
1177 * gdb.base/jit-main.c: Include unistd.h.
1178 (ATTACH): Define to 0 if not already defined.
1179 (wait_for_gdb, mypid): New globals.
1180 (WAIT_FOR_GDB): New macro.
1181 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
1182 some breakpoint locations.
1183 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
1184 New procedures.
1185 (one_jit_test): Add REATTACH parameter, and handle it. Use
1186 continue_to_test_location.
1187 (top level): Test attach, and adjusts calls to one_jit_test.
1188
1189 2016-03-31 Pedro Alves <palves@redhat.com>
1190
1191 PR gdb/19858
1192 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
1193 BINSUFFIX parameter, and handle it.
1194 (top level): Adjust calls compile_jit_test.
1195
1196 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
1197
1198 PR python/19743
1199 * gdb.python/py-mi-events-gdb.py: New file.
1200 * gdb.python/py-mi-events.c: New file.
1201 * gdb.python/py-mi-events.exp: New file.
1202
1203 2016-03-30 Yao Qi <yao.qi@linaro.org>
1204
1205 * gdb.reverse/until-precsave.exp: Match function name only.
1206 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
1207 Move malloc to a condition block.
1208 * gdb.reverse/until-reverse.exp: Match function name only.
1209
1210 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
1211
1212 * gdb.trace/ftrace.exp: Set arg0exp for s390.
1213 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
1214 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
1215 variable for GPR 0 instead of assuming it is register 0.
1216 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
1217 * lib/trace-support.exp: Add s390 registers.
1218
1219 2016-03-29 Yao Qi <yao.qi@linaro.org>
1220
1221 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
1222
1223 2016-03-24 Yao Qi <yao.qi@linaro.org>
1224
1225 * gdb.reverse/break-reverse.exp: Add quotation mark in the
1226 test message.
1227
1228 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
1229
1230 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
1231 maintaining separate logic for constructing the output path.
1232
1233 2016-03-16 Don Breazeal <donb@codesourcery.com>
1234
1235 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1236 Retry fork and waitpid on interrupted system call errors.
1237 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1238 Use with_timeout_factor to increase timeout by factor of 10.
1239
1240 2016-03-15 Don Breazeal <donb@codesourcery.com>
1241
1242 * gdb.cp/scope-err.cc: New test program.
1243 * gdb.cp/scope-err.exp: New test script.
1244 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
1245 lines and "set breakpoint here" comment.
1246 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
1247 Fixed some whitespace and format issues.
1248 * gdb.mi/mi-linespec-err-cp.cc: New test program.
1249 * gdb.mi/mi-linespec-err-cp.exp: New test script.
1250
1251 2016-03-15 Doug Evans <dje@google.com>
1252
1253 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
1254 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
1255 All callers updated. Add tests for enums, mixed flags register.
1256
1257 2016-03-15 Doug Evans <dje@google.com>
1258
1259 * gdb.base/skip.c (main): Call test_skip_file_and_function.
1260 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
1261
1262 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
1263
1264 * gdb.base/default.exp: Add $_as_string to the list of expected
1265 convenience functions.
1266
1267 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
1268
1269 * gdb.base/maint.exp: New tests for 'maint info line-table'.
1270
1271 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
1272
1273 * gdb.python/py-as-string.exp: New file.
1274 * gdb.python/py-as-string.c: New file.
1275
1276 2016-03-09 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
1279 signal" -> "Thread NN received signal" output change.
1280 * gdb.threads/ia64-sigill.exp: Likewise.
1281 * gdb.threads/linux-dp.exp: Likewise.
1282 * gdb.threads/manythreads.exp: Likewise.
1283 * gdb.threads/pending-step.exp: Likewise.
1284 * gdb.threads/print-threads.exp: Likewise.
1285 * gdb.threads/sigstep-threads.exp: Likewise.
1286 * gdb.threads/staticthreads.exp: Likewise.
1287 * gdb.threads/tls.exp: Likewise.
1288
1289 2016-03-09 Pedro Alves <palves@redhat.com>
1290
1291 * gdb.base/command-line-input.exp: New file.
1292
1293 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1294
1295 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
1296 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
1297 * gdb.trace/pending.exp: Accept leading dot before function name.
1298 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
1299 * lib/trace-support.exp: Set registers for ppc.
1300
1301 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1302
1303 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
1304 use it for disassembly; accept .main in addition to main in backtrace.
1305
1306 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
1307 Marcin Kościelnicki <koriakin@0x04.net>
1308
1309 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
1310 (gdb_recursion_test_ptr): New global variable.
1311 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
1312 gdb_recursion_test.
1313 (gdb_c_test): Ditto.
1314
1315 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1316
1317 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
1318 ordering.
1319
1320 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
1321
1322 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
1323 (bar): Add bar_start_lbl label.
1324 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
1325 of foo/bar for emitting DWARF and tracing.
1326
1327 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
1328
1329 * analyze-racy-logs.py: Set executable bit.
1330
1331 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
1332
1333 * Makefile.in (DEFAULT_RACY_ITER): New variable.
1334 (CHECK_TARGET_TMP): Likewise.
1335 (check-single-racy): New rule.
1336 (check-parallel-racy): Likewise.
1337 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
1338 (do-check-parallel-racy): New rule.
1339 (check-racy/%.exp): Likewise.
1340 * README (Racy testcases): New section.
1341 * analyze-racy-logs.py: New file.
1342
1343 2016-03-03 Doug Evans <dje@google.com>
1344
1345 * gdb.base/skip.exp: Use with_test_prefix.
1346
1347 2016-03-03 Yao Qi <yao.qi@linaro.org>
1348
1349 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
1350 Invoke step_over_syscall "clone" and break_cond_on_syscall
1351 "clone".
1352 * gdb.base/step-over-clone.c: New file.
1353
1354 2016-03-03 Yao Qi <yao.qi@linaro.org>
1355
1356 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
1357 code format.
1358
1359 2016-03-03 Yao Qi <yao.qi@linaro.org>
1360
1361 * gdb.base/disp-step-fork.c: Rename to ...
1362 * gdb.base/step-over-fork.c: ... it. New file.
1363 * gdb.base/disp-step-vfork.c: Rename to ...
1364 * gdb.base/step-over-vfork.c: ... it. New file.
1365 * gdb.base/disp-step-syscall.exp: Rename to ...
1366 * gdb.base/step-over-syscall.exp: ... it. New file.
1367 (disp_step_cross_syscall): Rename to ...
1368 (step_over_syscall): ... it.
1369
1370 2016-03-03 Yao Qi <yao.qi@linaro.org>
1371
1372 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
1373 If target supports condition evaluation on target, invoke
1374 break_cond_on_syscall for fork and vfork.
1375
1376 2016-03-03 Yao Qi <yao.qi@linaro.org>
1377
1378 * gdb.base/disp-step-syscall.exp: Don't invoke
1379 support_displaced_stepping.
1380 (disp_step_cross_syscall): Test with displaced stepping off and
1381 on if supported.
1382
1383 2016-03-03 Yao Qi <yao.qi@linaro.org>
1384
1385 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
1386 proc.
1387 (setup): New proc.
1388 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
1389 and setup.
1390
1391 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1392
1393 * gdb.fortran/vla-history.exp: Remove breakpoint.
1394
1395 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1396
1397 * gdb.fortran/vla-history.exp: Lookup array elements and printing
1398 exceeds timeout.
1399
1400 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1401
1402 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
1403 breakpoint.
1404
1405 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
1406
1407 * gdb.mi/vla.f90: Nullify pointer after declaration.
1408
1409 2016-03-01 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
1412
1413 2016-03-01 Pedro Alves <palves@redhat.com>
1414
1415 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
1416 before anything else.
1417 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
1418 _GNU_SOURCE here.
1419 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
1420 before anything else.
1421 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
1422
1423 2016-03-01 Pedro Alves <palves@redhat.com>
1424
1425 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
1426
1427 2016-03-01 Yao Qi <yao.qi@linaro.org>
1428
1429 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
1430 prepare_for_testing.
1431
1432 2016-03-01 Yao Qi <yao.qi@linaro.org>
1433
1434 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
1435
1436 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1437
1438 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
1439 manually constructing the output path.
1440
1441 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
1442
1443 * gdb.arch/s390-stackless.S: New.
1444 * gdb.arch/s390-stackless.exp: New.
1445
1446 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
1447
1448 * gdb.dlang/circular.c: New file.
1449 * gdb.dlang/circular.exp: New file.
1450
1451 2016-02-26 Yao Qi <yao.qi@linaro.org>
1452
1453 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
1454 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
1455 (testcases): Update.
1456
1457 2016-02-26 Yao Qi <yao.qi@linaro.org>
1458
1459 * gdb.reverse/aarch64.c: Rename to ...
1460 * gdb.reverse/insn-reverse.c: ... it.
1461 * gdb.reverse/aarch64.exp: Rename to ...
1462 * gdb.reverse/insn-reverse.exp: ... it.
1463
1464 2016-02-26 Yao Qi <yao.qi@linaro.org>
1465
1466 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
1467 (testcase_ftype): New.
1468 (testcases): New array.
1469 (n_testcases): New.
1470 (main): Call each element in testcases.
1471 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
1472 (read_testcase): New.
1473 Do the tests in a loop.
1474
1475 2016-02-25 Yao Qi <yao.qi@linaro.org>
1476
1477 * gdb.base/branches.c: Remove.
1478
1479 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1480
1481 PR gdb/13808
1482 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
1483
1484 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1485
1486 * gdb.trace/ftrace.exp: Remove unnecessary target check.
1487
1488 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
1489
1490 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
1491 change x86_64 call_insn to 'callq'.
1492
1493 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1494
1495 * gdb.trace/tfile-avx.c: Move to...
1496 * gdb.trace/tracefile-pseudo-reg.c: Here.
1497 * gdb.trace/tfile-avx.exp: Move to...
1498 * gdb.trace/tracefile-pseudo-reg.exp: Here.
1499
1500 2016-02-24 Gary Benson <gbenson@redhat.com>
1501
1502 * gdb.base/attach-pie-noexec.exp: Do not expect an error
1503 message on attach.
1504
1505 2016-02-23 Doug Evans <dje@google.com>
1506
1507 * gdb.base/skip.c (test_skip): New function.
1508 (end_test_skip_file_and_function): New function.
1509 (test_skip_file_and_function): New function.
1510 * gdb.base/skip1.c (test_skip): New function.
1511 (skip1_test_skip_file_and_function): New function.
1512 * gdb.base/skip.exp: Add tests for new skip options.
1513 * gdb.base/skip-solib.exp: Update expected output.
1514 * gdb.perf/skip-command.cc: New file.
1515 * gdb.perf/skip-command.exp: New file.
1516 * gdb.perf/skip-command.py: New file.
1517
1518 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
1519
1520 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
1521 info registers pattern.
1522
1523 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
1524
1525 * lib/future.exp: Add D support.
1526 (gdb_find_gdc): New proc.
1527 (gdb_default_target_compile): Add D support.
1528
1529 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
1530
1531 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
1532 user+system time.
1533 (trace_speed_test): Determine the iteration count for a time
1534 between 15..30 seconds.
1535
1536 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
1537
1538 * gdb.arch/i386-mpx-sigsegv.c: New file.
1539 * gdb.arch/i386-mpx-sigsegv.exp: New file.
1540 * gdb.arch/i386-mpx-simple_segv.c: New file.
1541 * gdb.arch/i386-mpx-simple_segv.exp: New file.
1542
1543 2016-02-18 Yao Qi <yao.qi@linaro.org>
1544
1545 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1546 Don't call setup_kfail.
1547
1548 2016-02-18 Yao Qi <yao.qi@linaro.org>
1549
1550 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1551 Set "set breakpoint condition-evaluation" per $cond_bp_target.
1552
1553 2016-02-16 Doug Evans <dje@google.com>
1554
1555 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
1556 * gdb.base/skip1.c: Ditto.
1557 * gdb.base/skip.exp: Whitespace cleanup.
1558
1559 2016-02-16 Don Breazeal <donb@codesourcery.com>
1560
1561 PR remote/19496
1562 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
1563 Remove kfail for PR remote/19496.
1564
1565 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1566
1567 * lib/gdb.exp (standard_temp_file): Return a path specific to
1568 the runtest invocation.
1569
1570 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * gdb.trace/save-trace.exp: Change relative path to be in the
1573 standard output directory.
1574
1575 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1576
1577 * gdb.arch/i386-prologue.c: Add missing prototypes.
1578
1579 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1580
1581 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
1582 * gdb.arch/i386-prologue.exp: Likewise.
1583 * gdb.arch/i386-size.exp: Likewise.
1584
1585 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
1586
1587 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
1588 define object file path.
1589 * gdb.btrace/gcore.exp: Use standard_output_file to define core
1590 file path.
1591 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
1592 standard_output_file to define binfile.
1593
1594 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1595
1596 Fix compatibility with recent gfortran-5.3.1.
1597 * gdb.fortran/vla-history.exp (print vla1 allocated)
1598 (print vla2 allocated, print $2, print $3): Remove
1599 (print $4): Rename to ...
1600 (print $2): ... here.
1601 (print $9): Rename to ...
1602 (print $5): ... here.
1603 (print $10): Rename to ...
1604 (print $6): ... here.
1605 * gdb.fortran/vla.f90: Add pvla initialization.
1606
1607 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1608
1609 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
1610 New test.
1611 * gdb.fortran/vla-value-sub.exp: Likewise.
1612
1613 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
1614
1615 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
1616
1617 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
1618
1619 * i386-biarch-core.exp: Define corefile using
1620 standard_output_file.
1621
1622 2016-02-12 Yao Qi <yao.qi@linaro.org>
1623
1624 * gdb.arch/arm-single-step-kernel-helper.c: New.
1625 * gdb.arch/arm-single-step-kernel-helper.exp: New.
1626
1627 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
1628
1629 * gdb.btrace/tailcall-only.exp: New.
1630 * gdb.btrace/tailcall-only.c: New.
1631 * gdb.btrace/x86_64-tailcall-only.S: New.
1632 * gdb.btrace/i686-tailcall-only.S: New.
1633
1634 2016-02-11 Pedro Alves <palves@redhat.com>
1635
1636 * README (Parallel testing): Add missing double quotes.
1637
1638 2016-02-11 Pedro Alves <palves@redhat.com>
1639
1640 * README (Parallel testing): New section.
1641 (GDB_PARALLEL): Rewrite.
1642 (FORCE_PARALLEL): Document.
1643
1644 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
1645
1646 * gdb.trace/tfile-avx.c: New test.
1647 * gdb.trace/tfile-avx.exp: New test.
1648
1649 2016-02-09 Keith Seitz <keiths@redhat.com>
1650
1651 PR breakpoints/19546
1652 * gdb.base/infcall-exec.c: New file.
1653 * gdb.base/infcall-exec2.c: New file.
1654 * gdb.base/infcall-exec.exp: New file.
1655
1656 2016-02-09 Keith Seitz <keiths@redhat.com>
1657
1658 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
1659 (toplevel): Call test_bkpt_address.
1660
1661 2016-02-09 Keith Seitz <keiths@redhat.com>
1662
1663 PR python/19506
1664 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
1665 (toplevel): Call test_bkpt_address.
1666
1667 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
1668
1669 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1670 to AC_OUTPUT.
1671 * configure: Regenerate.
1672
1673 2016-02-09 Pedro Alves <palves@redhat.com>
1674
1675 PR breakpoints/19548
1676 * gdb.base/execl-update-breakpoints.c (some_function): New
1677 function.
1678 (main): Call it.
1679 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
1680 Tighten expected GDB output.
1681
1682 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1683
1684 * Makefile.in (ALL_SUBDIRS): Remove.
1685 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
1686 (distclean maintainer-clean realclean): Likewise.
1687 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
1688 * configure: Regenerate.
1689 * gdb.ada/Makefile.in: Delete.
1690 * gdb.arch/Makefile.in: Likewise.
1691 * gdb.asm/Makefile.in: Likewise.
1692 * gdb.base/Makefile.in: Likewise.
1693 * gdb.btrace/Makefile.in: Likewise.
1694 * gdb.cell/Makefile.in: Likewise.
1695 * gdb.compile/Makefile.in: Likewise.
1696 * gdb.cp/Makefile.in: Likewise.
1697 * gdb.disasm/Makefile.in: Likewise.
1698 * gdb.dlang/Makefile.in: Likewise.
1699 * gdb.dwarf2/Makefile.in: Likewise.
1700 * gdb.fortran/Makefile.in: Likewise.
1701 * gdb.gdb/Makefile.in: Likewise.
1702 * gdb.go/Makefile.in: Likewise.
1703 * gdb.guile/Makefile.in: Likewise.
1704 * gdb.java/Makefile.in: Likewise.
1705 * gdb.linespec/Makefile.in: Likewise.
1706 * gdb.mi/Makefile.in: Likewise.
1707 * gdb.modula2/Makefile.in: Likewise.
1708 * gdb.multi/Makefile.in: Likewise.
1709 * gdb.objc/Makefile.in: Likewise.
1710 * gdb.opencl/Makefile.in: Likewise.
1711 * gdb.opt/Makefile.in: Likewise.
1712 * gdb.pascal/Makefile.in: Likewise.
1713 * gdb.perf/Makefile.in: Likewise.
1714 * gdb.python/Makefile.in: Likewise.
1715 * gdb.reverse/Makefile.in: Likewise.
1716 * gdb.server/Makefile.in: Likewise.
1717 * gdb.stabs/Makefile.in: Likewise.
1718 * gdb.threads/Makefile.in: Likewise.
1719 * gdb.trace/Makefile.in: Likewise.
1720 * gdb.xml/Makefile.in: Likewise.
1721 * lib/gdb.exp (make_gdb_parallel_path): Add check for
1722 GDB_PARALLEL.
1723 (standard_output_file): Remove check for GDB_PARALLEL, always
1724 return path in outputs/$subdir/$testname.
1725
1726 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
1727
1728 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
1729 (site.exp): Assign abs_srcdir to tcl's srcdir.
1730
1731 2016-02-04 Yao Qi <yao.qi@linaro.org>
1732
1733 * gdb.base/foll-exec-mode.c: Include limits.h.
1734 (main): Add parameters argc and argv. Get directory from
1735 argv[0].
1736 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
1737 compilation.
1738 * gdb.base/foll-exec.c: Include limits.h.
1739 (main): Add parameters argc and argv.
1740 Get directory from argv[0].
1741 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
1742 Adjust tests on the number of lines as source code changed.
1743 * gdb.base/foll-vfork-exit.c: Include limits.h.
1744 (main): Add one line of statement before vfork.
1745 * gdb.base/foll-vfork.c: Include limits.h and string.h.
1746 (main): Add parameters argc and argv. Get directory from
1747 argv[0].
1748 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
1749 (setup_gdb): Set tbreak to skip some source lines.
1750 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
1751 (main): Add parameters argc and argv. Get directory from
1752 argv[0].
1753 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
1754 compilation.
1755 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
1756 (main): Add parameters argc and argv. Get directory from
1757 argv[0].
1758 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
1759 compilation.
1760
1761 2016-02-01 Doug Evans <dje@google.com>
1762
1763 * gdb.base/skip.exp: Clean up multiple references to same test name.
1764
1765 2016-02-01 Pedro Alves <palves@redhat.com>
1766
1767 PR remote/19496
1768 * gdb.threads/forking-threads-plus-breakpoint.exp
1769 (displaced_stepping_supported): New global.
1770 (probe_displaced_stepping_support): New procedure.
1771 (do_test): Add 'displaced' parameter, and use it.
1772 (top level): Check for displaced stepping support. Add displaced
1773 stepping on/off testing axis.
1774
1775 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1776
1777 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
1778 pointer. Don't perform further tests on the unassociated pointer
1779 if the first test fails.
1780
1781 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.base/max-value-size.c: New file.
1784 * gdb.base/max-value-size.exp: New file.
1785 * gdb.base/huge.exp: Disable max-value-size for this test.
1786
1787 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
1788
1789 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1790
1791 2016-01-28 Yao Qi <yao.qi@linaro.org>
1792
1793 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
1794
1795 2016-01-25 Pedro Alves <palves@redhat.com>
1796
1797 PR threads/19461
1798 * gdb.base/fork-running-state.c: New file.
1799 * gdb.base/fork-running-state.exp: New file.
1800
1801 2016-01-25 Pedro Alves <palves@redhat.com>
1802
1803 PR gdb/19494
1804 * gdb.base/catch-fork-kill.c: New file.
1805 * gdb.base/catch-fork-kill.exp: New file.
1806
1807 2016-01-25 Pedro Alves <palves@redhat.com>
1808
1809 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
1810 Delete, moved to lib/gdb.exp.
1811 * gdb.threads/forking-threads-plus-breakpoint.exp
1812 (foreach_with_prefix): Likewise.
1813 * gdb.threads/process-dies-while-handling-bp.exp
1814 (foreach_with_prefix): Likewise.
1815 * lib/gdb.exp (foreach_with_prefix): New procedure.
1816
1817 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
1818
1819 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
1820 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
1821
1822 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
1823
1824 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
1825 endian targets.
1826
1827 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1828 Pedro Alves <palves@redhat.com>
1829
1830 Fix testsuite compatibility with Guile.
1831 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
1832 number.
1833
1834 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1835
1836 Fix testsuite compatibility with Guile.
1837 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
1838 (thread 1): New test for backtrace through signal handler.
1839
1840 2016-01-22 Yao Qi <yao.qi@linaro.org>
1841
1842 PR testsuite/19491
1843 * gdb.base/multi-forks.c: Include
1844 ../lib/unbuffer_output.c
1845 (main): Call gdb_unbuffer_output.
1846
1847 2016-01-21 Doug Evans <dje@google.com>
1848
1849 * lib/ada.exp (gdb_compile_ada): Fix typo.
1850
1851 2016-01-21 Joel Brobecker <brobecker@adacore.com>
1852
1853 * gdb.base/break-fun-addr.exp: New file.
1854 * gdb.base/break-fun-addr1.c: New file.
1855 * gdb.base/break-fun-addr2.c: New file.
1856
1857 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
1858
1859 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
1860 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
1861 enum flag values.
1862
1863 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
1864
1865 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
1866 when GDB can not set the vector return value. Add more comments
1867 for clarification.
1868
1869 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
1870
1871 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
1872 command.
1873
1874 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1875
1876 * Makefile.in (DO_RUNTEST): Add --status and update usages.
1877
1878 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1879
1880 * Makefile.in (check-single): Pass --status to runtest.
1881 (check/%.exp): Likewise.
1882
1883 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
1884
1885 * Makefile.in (check-parallel): Propagate return code from make
1886 do-check-parallel.
1887
1888 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
1889
1890 * gdb.trace/ftrace.exp: Fix expected message on continue.
1891 * gdb.trace/pending.exp: Fix expected message on continue.
1892 * gdb.trace/trace-break.exp: Fix expected message on continue.
1893
1894 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
1895
1896 * lib/gdb.exp (gdb_test): Remove unused global references.
1897
1898 2016-01-18 Pedro Alves <palves@redhat.com>
1899
1900 * gdb.base/async-shell.exp: Adjust expected output.
1901 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
1902 * gdb.base/siginfo-thread.exp: Adjust expected output.
1903 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
1904 * gdb.java/jnpe.exp: Adjust expected output.
1905 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
1906 * gdb.threads/continue-pending-status.exp: Adjust expected output.
1907 * gdb.threads/leader-exit.exp: Adjust expected output.
1908 * gdb.threads/manythreads.exp: Adjust expected output.
1909 * gdb.threads/pthreads.exp: Adjust expected output.
1910 * gdb.threads/schedlock.exp: Adjust expected output.
1911 * gdb.threads/siginfo-threads.exp: Adjust expected output.
1912 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
1913 expected output.
1914 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
1915 output.
1916 * gdb.threads/sigthread.exp: Adjust expected output.
1917 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
1918
1919 2016-01-18 Yao Qi <yao.qi@linaro.org>
1920
1921 * gdb.guile/scm-section-script.c: Replace @progbits with
1922 %progbits.
1923 * gdb.python/py-section-script.c: Likewise.
1924
1925 2016-01-15 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.multi/tids.exp: Test star wildcard ranges.
1928
1929 2016-01-15 Pedro Alves <palves@redhat.com>
1930
1931 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
1932 command from "thread apply" invocation.
1933 (thr_apply_info_thr_invalid): Default the expected output to the
1934 input tid list.
1935 (top level): Add tests that use convenience variables. Add tests
1936 for "thread apply" with a valid TID list, but missing the command.
1937
1938 2016-01-13 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.base/default.exp: Expect $_gthread as well.
1941 * gdb.multi/tids.exp: Test $_gthread.
1942 * gdb.threads/thread-specific.exp: Test $_gthread.
1943
1944 2016-01-13 Pedro Alves <palves@redhat.com>
1945
1946 * gdb.multi/tids.exp: Test "info threads -gid".
1947
1948 2016-01-13 Pedro Alves <palves@redhat.com>
1949
1950 * gdb.multi/tids.exp: Test InferiorThread.global_num and
1951 Breakpoint.thread.
1952 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
1953
1954 2016-01-07 Pedro Alves <palves@redhat.com>
1955
1956 * gdb.base/break.exp: Adjust to output changes.
1957 * gdb.base/hbreak2.exp: Likewise.
1958 * gdb.base/sepdebug.exp: Likewise.
1959 * gdb.base/watch_thread_num.exp: Likewise.
1960 * gdb.linespec/keywords.exp: Likewise.
1961 * gdb.multi/info-threads.exp: Likewise.
1962 * gdb.threads/thread-find.exp: Likewise.
1963 * gdb.multi/tids.c: New file.
1964 * gdb.multi/tids.exp: New file.
1965
1966 2016-01-13 Pedro Alves <palves@redhat.com>
1967
1968 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
1969
1970 2016-01-13 Pedro Alves <palves@redhat.com>
1971
1972 * gdb.base/default.exp: Expect $_inferior as well.
1973 * gdb.multi/base.exp: Test $_inferior.
1974
1975 2016-01-13 Pedro Alves <palves@redhat.com>
1976
1977 PR breakpoints/19388
1978 * gdb.base/catch-signal-siginfo-cond.c: New file.
1979 * gdb.base/catch-signal-siginfo-cond.exp: New file.
1980
1981 2016-01-12 Josh Stone <jistone@redhat.com>
1982 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1983
1984 * gdb.base/catch-syscall.c (do_execve): New variable.
1985 (main): Conditionally trigger an execve.
1986 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
1987 (test_catch_syscall_execve): New, check entry/return across execve.
1988 (do_syscall_tests): Call test_catch_syscall_execve.
1989
1990 2016-01-12 Pedro Alves <palves@redhat.com>
1991
1992 * gdb.base/random-signal.exp (do_test): New procedure, with body
1993 of testcase moved in.
1994
1995 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1996 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/funcargs.exp (finish from indirectly called function):
1999 Reintroduce the case for 'First'.
2000
2001 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2002 Pedro Alves <palves@redhat.com>
2003
2004 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
2005 (tcatch_vfork_then_child_follow_exec)
2006 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
2007 identification.
2008
2009 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2010
2011 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
2012 and repeats to unlimited.
2013 * gdb.python/py-value.exp: Likewise.
2014 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
2015 and repeats to unlimited.
2016
2017 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2018
2019 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
2020 and reordering the functions.
2021 * gdb.multi/hangout.c: Likewise.
2022 * gdb.multi/hello.c: Likewise.
2023
2024 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
2025
2026 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
2027 absolute.
2028 (SingleStatisticTestResult.report): Use dict.keys instead of
2029 dict.iterkeys.
2030
2031 2016-01-06 Pedro Alves <palves@redhat.com>
2032
2033 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
2034
2035 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
2036
2037 * gdb.btrace/dlopen.exp: New.
2038 * gdb.btrace/dlopen.c: New.
2039 * gdb.btrace/dlopen-dso.c: New.
2040
2041 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
2042
2043 * lib/gdb.exp (gdb_test): Update comments to clarify that the
2044 PATTERN argument is optional.
2045
2046 2015-12-24 Joel Brobecker <brobecker@adacore.com>
2047
2048 * lib/ada.exp (target_compile_ada_from_dir): New function.
2049 (gdb_compile_ada): Reimplement avoiding the use of project files.
2050 * gdb.ada/gnat_ada.gpr: Delete.
2051 * gdb.ada/cond_lang.exp: Adjust test to make path before
2052 filename optional.
2053 * gdb.ada/small_reg_param.exp: Likewise.
2054
2055 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
2056
2057 * gdb.base/foll-vork.exp: Remove HP-UX special case.
2058
2059 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
2060
2061 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
2062 case.
2063
2064 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
2065
2066 * gdb.base/break.exp: Remove dead code.
2067 * gdb.base/sepdebug.exp: Likewise.
2068
2069 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2070
2071 * gdb.asm/asm-source.exp: Remove HP-UX references.
2072 * gdb.base/annota1.exp: Likewise.
2073 * gdb.base/annota3.exp: Likewise.
2074 * gdb.base/attach.exp: Likewise.
2075 * gdb.base/bigcore.exp: Likewise.
2076 * gdb.base/break.exp: Likewise.
2077 * gdb.base/call-ar-st.exp: Likewise.
2078 * gdb.base/callfuncs.exp: Likewise.
2079 * gdb.base/catch-fork-static.exp: Likewise.
2080 * gdb.base/display.exp: Likewise.
2081 * gdb.base/foll-exec-mode.exp: Likewise.
2082 * gdb.base/foll-exec.exp: Likewise.
2083 * gdb.base/foll-fork.exp: Likewise.
2084 * gdb.base/foll-vfork.exp: Likewise.
2085 * gdb.base/funcargs.exp: Likewise.
2086 * gdb.base/hbreak2.exp: Likewise.
2087 * gdb.base/inferior-died.exp: Likewise.
2088 * gdb.base/interrupt.exp: Likewise.
2089 * gdb.base/multi-forks.exp: Likewise.
2090 * gdb.base/nodebug.exp: Likewise.
2091 * gdb.base/sepdebug.exp: Likewise.
2092 * gdb.base/solib1.c: Likewise.
2093 * gdb.base/step-test.exp: Likewise.
2094 * gdb.mi/non-stop.c: Likewise.
2095 * gdb.mi/pthreads.c: Likewise.
2096 * gdb.multi/bkpt-multi-exec.ex: Likewise.
2097 * gdb.threads/pthreads.c: Likewise.
2098 * gdb.threads/staticthreads.exp: Likewise.
2099 * lib/future.exp: Likewise.
2100 * lib/gdb.exp: Likewise.
2101 * gdb.base/so-indr-cl.c: Remove.
2102 * gdb.base/so-indr-cl.exp: Likewise.
2103 * gdb.base/solib.c: Likewise.
2104 * gdb.base/solib.exp: Likewise.
2105 * gdb.base/solib2.c: Likewise.
2106
2107 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
2108
2109 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
2110 * gdb.base/call-ar-st.exp: Likewise.
2111 * gdb.base/callfuncs.exp: Likewise.
2112 * gdb.base/condbreak.exp: Likewise.
2113 * gdb.base/constvars.exp: Likewise.
2114 * gdb.base/hbreak2.exp: Likewise.
2115 * gdb.base/langs.exp: Likewise.
2116 * gdb.base/list.exp: Likewise.
2117 * gdb.base/long_long.exp: Likewise.
2118 * gdb.base/ptype.exp: Likewise.
2119 * gdb.base/scope.exp: Likewise.
2120 * gdb.base/signals.exp: Likewise.
2121 * gdb.base/so-impl-ld.exp: Likewise.
2122 * gdb.base/varargs.exp: Likewise.
2123 * gdb.base/volatile.exp: Likewise.
2124 * gdb.base/whatis.exp: Likewise.
2125 * gdb.cp/cplusfuncs.exp: Likewise.
2126 * gdb.cp/inherit.exp: Likewise.
2127 * gdb.cp/local.exp: Likewise.
2128 * gdb.cp/member-ptr.exp: Likewise.
2129 * gdb.cp/method.exp: Likewise.
2130 * gdb.cp/overload.exp: Likewise.
2131 * gdb.cp/templates.exp: Likewise.
2132 * gdb.stabs/weird.exp: Likewise.
2133 * lib/compiler.c: Likewise.
2134 * lib/compiler.cc: Likewise.
2135 * lib/cp-support.exp: Likewise.
2136 * lib/gdb.exp: Likewise.
2137
2138 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
2139
2140 * configure.ac: Remove HP-UX case.
2141 * configure: Regenerate.
2142
2143 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
2144
2145 * lib/gdb.exp (gdb_compile): Add function doc.
2146
2147 2015-12-17 Pedro Alves <palves@redhat.com>
2148
2149 PR threads/19354
2150 * gdb.multi/info-threads.exp: New file.
2151
2152 2015-12-15 Yao Qi <yao.qi@linaro.org>
2153
2154 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
2155 is aarch64*-*-*.
2156
2157 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2158
2159 * gdb.base/history-duplicates.exp: Skip if no readline support.
2160
2161 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2162
2163 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
2164
2165 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2166
2167 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
2168
2169 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
2170
2171 * gdb.base/completion.exp: Skip tests that interrupt GDB with
2172 ctrl-C if nointerrupts target property is set.
2173 * gdb.base/double-prompt-target-event-error.exp: Likewise.
2174 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
2175 * gdb.base/paginate-bg-execution.exp: Likewise.
2176 * gdb.base/paginate-execution-startup.exp: Likewise.
2177 * gdb.base/random-signal.exp: Likewise.
2178 * gdb.base/range-stepping.exp: Likewise.
2179 * gdb.cp/annota2.exp: Likewise.
2180 * gdb.cp/annota3.exp: Likewise.
2181 * gdb.gdb/selftest.exp: Likewise.
2182 * gdb.threads/continue-pending-status.exp: Likewise.
2183 * gdb.threads/leader-exit.exp: Likewise.
2184 * gdb.threads/manythreads.exp: Likewise.
2185 * gdb.threads/pthreads.exp: Likewise.
2186 * gdb.threads/schedlock.exp: Likewise.
2187 * gdb.threads/sigthread.exp: Likewise.
2188
2189 2015-12-11 Don Breazeal <donb@codesourcery.com>
2190
2191 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
2192 remote.
2193 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
2194 * gdb.base/foll-exec.exp (main): Enable for target remote.
2195 * gdb.base/foll-fork.exp (main): Likewise.
2196 * gdb.base/foll-vfork.exp (main): Likewise.
2197 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
2198 (proc continue_to_exit_bp_loc): Use clean_restart.
2199 * gdb.base/pie-execl.exp (main): Disable for target remote.
2200 * gdb.base/watch-vfork.exp (main): Enable for target remote.
2201 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
2202 * gdb.threads/execl.exp (main): Likewise.
2203 * gdb.threads/fork-child-threads.exp (main): Likewise.
2204 * gdb.threads/fork-plus-threads.exp (main): Disable for target
2205 remote.
2206 * gdb.threads/fork-thread-pending.exp (main): Enable for target
2207 remote.
2208 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
2209 pid.tid style ptids, instead of just tid.
2210 * gdb.threads/thread-execl.exp (main): Enable for target remote.
2211 * gdb.threads/watchpoint-fork.exp (main): Likewise.
2212 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
2213 ptids, instead of just tid.
2214
2215 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2216
2217 * gdb.base/list.exp (test_list_forward): Add end of file error
2218 test.
2219 (test_repeat_list_command): Add end of file error test.
2220 (test_list_backwards): Add beginning of file error test.
2221
2222 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2223
2224 * gdb.base/list.exp (test_list_invalid_args): New function,
2225 defined, and called.
2226
2227 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.base/list.exp (test_list): Make test names unique.
2230
2231 2015-12-11 Yao Qi <yao.qi@linaro.org>
2232
2233 * gdb.base/coremaker2.c: Remove.
2234
2235 2015-12-10 Pedro Alves <palves@redhat.com>
2236
2237 * gdb.multi/base.exp: Remove stale "spaces" references.
2238
2239 2015-12-10 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.multi/base.exp: Don't use nowarnings.
2242 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
2243 * gdb.multi/hangout.c: Include stdio.h.
2244 * gdb.multi/hello.c: Include stdlib.h.
2245 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
2246 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
2247 * gdb.multi/multi-arch.exp: Don't use nowarnings.
2248
2249 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
2250
2251 * gdb.dwarf2/dw2-ranges-base.c: New file.
2252 * gdb.dwarf2/dw2-ranges-base.exp: New file.
2253 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
2254 support additional line table, and debug ranges generation.
2255 (Dwarf::ranges): New function, generate .debug_ranges.
2256 (Dwarf::lines): Support generating simple line table programs.
2257 (Dwarf::assemble): Initialise new namespace variables.
2258
2259 2015-12-09 Kevin Buettner <kevinb@redhat.com>
2260
2261 * gdb.base/async.exp (proc test_background): Add case for
2262 asynchronous execution not supported.
2263
2264 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
2265
2266 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
2267 format and change test names to make them unique.
2268
2269 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
2270 Pedro Alves <pedro@redhat.com>
2271
2272 PR gdb/18702
2273 Add checking of floatformats setup on x86_64 hosts.
2274 * gdb.arch/i386-float.S (main): Load bigval and smallval.
2275 (smallval, bigval): New labels/constants.
2276 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
2277 float" after loading bigval and smallval.
2278
2279 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
2280
2281 * gdb.ada/fun_overload_menu.exp: New testcase.
2282 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
2283
2284 2015-12-04 Josh Stone <jistone@redhat.com>
2285
2286 * gdb.base/catch-fork-static.exp: New.
2287
2288 2015-12-03 Yao Qi <yao.qi@linaro.org>
2289
2290 * gdb.base/sizeof.c: Don't include stdio.h and
2291 ../lib/unbuffer_output.c.
2292 (main): New variable 'size' and 'value'. Remove printf and
2293 gdb_unbuffer_output. Assign return value to size and value.
2294 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
2295 at the beginning.
2296 (check_sizeof): Check the result by printing variable 'size'.
2297 (check_valueof): Check the result by printing variable 'value'.
2298
2299 2015-12-01 Yao Qi <yao.qi@linaro.org>
2300
2301 * gdb.base/disp-step-syscall.exp: Define syscall instruction
2302 for aarch64*-*-linux* target.
2303
2304 2015-11-30 Pedro Alves <palves@redhat.com>
2305
2306 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
2307
2308 2015-11-30 Pedro Alves <palves@redhat.com>
2309
2310 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2311 Handle non-stop mode vCont replies.
2312
2313 2015-11-30 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
2316 prepare_for_testing. Start gdb with "set non-stop on" appended to
2317 GDBFLAGS. Lax expected stop output.
2318
2319 2015-11-27 Yao Qi <yao.qi@linaro.org>
2320
2321 * gdb.arch/arm-neon.exp: New.
2322 * gdb.arch/arm-neon.c: New.
2323
2324 2015-11-27 Yao Qi <yao.qi@linaro.org>
2325
2326 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
2327
2328 2015-11-27 Yao Qi <yao.qi@linaro.org>
2329
2330 * gdb.cp/annota2.exp: Allow multiple occurrences of the
2331 frames-invalid annotation.
2332
2333 2015-11-27 Yao Qi <yao.qi@linaro.org>
2334
2335 * gdb.cp/annota2.exp: Use ${frames_invalid}.
2336
2337 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
2338
2339 * gdb.threads/names.exp: New file.
2340 * gdb.threads/names.c: New file.
2341 * README: Mention gdb,no_thread_names.
2342
2343 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
2344
2345 PR 19297
2346 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
2347 support" error.
2348
2349 2015-11-24 Pedro Alves <palves@redhat.com>
2350
2351 PR 17539
2352 * gdb.base/display.exp: Expect displays to be sorted in ascending
2353 order. Use multi_line.
2354 * gdb.base/solib-display.exp: Likewise.
2355
2356 2015-11-24 Pedro Alves <palves@redhat.com>
2357
2358 PR 17539
2359 * gdb.base/display.exp: Expect displays to be sorted in ascending
2360 order. Use multi_line.
2361 * gdb.base/solib-display.exp: Likewise.
2362
2363 2015-11-24 Pedro Alves <palves@redhat.com>
2364
2365 PR 17539
2366 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
2367 threads in ascending order.
2368 * gdb.base/foll-fork.exp: Likewise.
2369 * gdb.base/foll-vfork.exp: Likewise.
2370 * gdb.base/multi-forks.exp: Likewise.
2371 * gdb.mi/mi-nonstop.exp: Likewise.
2372 * gdb.mi/mi-nsintrall.exp: Likewise.
2373 * gdb.multi/base.exp: Likewise.
2374 * gdb.multi/multi-arch.exp: Likewise.
2375 * gdb.python/py-inferior.exp: Likewise.
2376 * gdb.threads/break-while-running.exp: Likewise.
2377 * gdb.threads/execl.exp: Likewise.
2378 * gdb.threads/gcore-thread.exp: Likewise.
2379 * gdb.threads/info-threads-cur-sal.exp: Likewise.
2380 * gdb.threads/kill.exp: Likewise.
2381 * gdb.threads/linux-dp.exp: Likewise.
2382 * gdb.threads/multiple-step-overs.exp: Likewise.
2383 * gdb.threads/next-bp-other-thread.exp: Likewise.
2384 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
2385 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
2386 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
2387 * gdb.threads/thread-find.exp: Likewise.
2388 * gdb.threads/tls.exp: Likewise.
2389 * lib/mi-support.exp (mi_reverse_list): Delete.
2390 (mi_check_thread_states): No longer reverse list.
2391
2392 2015-11-24 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
2395 use lowercase.
2396
2397 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2398
2399 * gdb.trace/actions.c: Include trace-common.h.
2400 (main): Add a location for a fast tracepoint.
2401 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
2402 the normal tracepoints.
2403 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
2404
2405 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
2406
2407 * save-trace.exp: Factor out code to these...
2408 (gdb_save_tracepoints): New.
2409 (gdb_load_tracepoints): New.
2410 (do_save_load_test): New.
2411
2412 2015-11-23 Kevin Buettner <kevinb@redhat.com>
2413
2414 * gdb.base/asmlabel.exp: New test.
2415 * gdb.base/asmlabel.c: New test case.
2416
2417 2015-11-23 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.base/wrong_frame_bt_full-main.c: New file.
2420 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
2421 * gdb.base/wrong_frame_bt_full.exp: New file.
2422
2423 2015-11-23 Joel Brobecker <brobecker@adacore.com>
2424
2425 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
2426
2427 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2428
2429 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
2430 pstate register when comparing registers values in
2431 sparc64-*-linux-gnu targets to avoid spurious differences.
2432
2433 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
2434
2435 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
2436
2437 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
2438
2439 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
2440 as type argument to gdb_compile.
2441 * gdb.base/nested-subp2.exp: Likewise.
2442 * gdb.base/nested-subp3.exp: Likewise.
2443
2444 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
2445
2446 * lib/dwarf.exp (_note): Fix left shift of negative value.
2447 * gdb.trace/trace-condition.exp: Likewise.
2448
2449 2015-11-13 Yao Qi <yao.qi@linaro.org>
2450
2451 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
2452 comments about d10v.
2453 (test_scalar_returns): Likewise.
2454 * gdb.base/d10v.ld: Remove.
2455 * gdb.base/overlays.exp: Remove the target triplet checking for
2456 d10v-*-*.
2457 * gdb.base/structs.exp (test_struct_returns): Remove the
2458 comments about d10v.
2459 (test_struct_calls): Likewise.
2460
2461 2015-11-13 Yao Qi <yao.qi@linaro.org>
2462
2463 * gdb.base/gnu_vector.exp: Check the return value by "p res".
2464 * gdb.base/gnu_vector.c: Don't include stdio.h.
2465 (main): Don't print res and call add_some_intvecs.
2466
2467 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
2468
2469 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
2470 macro.
2471 (func5): Removed.
2472 (func4): Use FAST_TRACEPOINT_LABEL.
2473 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
2474 macro.
2475 (func): Removed.
2476 (thread_function): Use FAST_TRACEPOINT_LABEL.
2477 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
2478 (func): Remove.
2479 (marker): Use FAST_TRACEPOINT_LABEL.
2480 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
2481 (pendfunc1): Remove.
2482 (pendfunc): Use FAST_TRACEPOINT_LABEL.
2483 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
2484 (foo): Remove.
2485 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
2486 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
2487 macro.
2488 (func): Remove.
2489 (marker): Use FAST_TRACEPOINT_LABEL.
2490 * gdb.trace/trace-common.h: New header.
2491 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
2492 macro.
2493 (func): Remove.
2494 (marker): Use FAST_TRACEPOINT_LABEL.
2495 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
2496 (func): Remove.
2497 (thread_function): Use FAST_TRACEPOINT_LABEL.
2498
2499 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
2500
2501 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
2502 in front.
2503 * gdb.trace/change-loc.exp: Use global pcreg definition.
2504 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
2505 * gdb.trace/entry-values.exp: Use global spreg definition, add $
2506 in front.
2507 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
2508 * gdb.trace/pending.exp: Likewise.
2509 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
2510 * gdb.trace/trace-break.exp: Likewise.
2511 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
2512 in front.
2513 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
2514 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
2515 in front.
2516 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
2517
2518 2015-11-09 Joel Brobecker <brobecker@adacore.com>
2519
2520 * gdb.ada/fin_fun_out: New testcase.
2521
2522 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2523
2524 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
2525 value associated with DW_AT_byte_size.
2526 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
2527 constants for DW_AT_byte_size, DW_AT_lower_bound, and
2528 DW_AT_upper_bound.
2529
2530 2015-11-07 Kevin Buettner <kevinb@redhat.com>
2531
2532 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
2533 (gdb_target_symbol_prefix_flags): Define in terms of _asm
2534 version.
2535 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
2536 gdb.dwarf2/dw2-canonicalize-type.exp,
2537 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
2538 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
2539 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
2540 provided by gdb_target_symbol_prefix_flags_asm.
2541 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
2542 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
2543 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
2544 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
2545 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
2546 macros where needed). Use this macro for symbols which require
2547 the prefix provided by SYMBOL_PREFIX.
2548
2549 2015-11-05 Kevin Buettner <kevinb@redhat.com>
2550
2551 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
2552 New procs.
2553 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
2554 representing expressions, of more than one list element.
2555 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
2556 to prepend linker symbol prefix to f.
2557 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
2558 table_1 and table_2.
2559 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
2560 Likewise, for f and g.
2561 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
2562 for ptr.
2563 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
2564 for main.
2565 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
2566 table_1_ptr and table_2_ptr.
2567
2568 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2569 Joel Brobecker <brobecker@adacore.com>
2570
2571 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
2572
2573 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
2574
2575 * gdb.reverse/s390-mvcle.c: New test.
2576 * gdb.reverse/s390-mvcle.exp: New file.
2577 * lib/gdb.exp: Enable reverse tests on s390*-linux.
2578
2579 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2580
2581 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
2582
2583 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
2584
2585 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
2586 reaching marker2.
2587 * gdb.reverse/getresuid-reverse.exp: Likewise.
2588 * gdb.reverse/pipe-reverse.exp: Likewise.
2589 * gdb.reverse/readv-reverse.exp: Likewise.
2590 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2591 * gdb.reverse/time-reverse.exp: Likewise.
2592 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
2593
2594 2015-10-30 Yao Qi <yao.qi@linaro.org>
2595
2596 * gdb.threads/wp-replication.c (watch_count_done): Remove.
2597 (empty_cycle): Remove.
2598 (main): Don't call empty_cycle. Don't use watch_count_done.
2599 * gdb.threads/wp-replication.exp: Don't set breakpoint on
2600 empty_cycle. Rewrite the code counting HW watchpoints.
2601
2602 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
2603
2604 * gdb.reverse/fstatat-reverse.c: New test.
2605 * gdb.reverse/fstatat-reverse.exp: New file.
2606 * gdb.reverse/getresuid-reverse.c: New test.
2607 * gdb.reverse/getresuid-reverse.exp: New file.
2608 * gdb.reverse/pipe-reverse.c: New test.
2609 * gdb.reverse/pipe-reverse.exp: New file.
2610 * gdb.reverse/readv-reverse.c: New test.
2611 * gdb.reverse/readv-reverse.exp: New file.
2612 * gdb.reverse/recvmsg-reverse.c: New test.
2613 * gdb.reverse/recvmsg-reverse.exp: New file.
2614 * gdb.reverse/time-reverse.c: New test.
2615 * gdb.reverse/time-reverse.exp: New file.
2616 * gdb.reverse/waitpid-reverse.c: New test.
2617 * gdb.reverse/waitpid-reverse.exp: New file.
2618
2619 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2620
2621 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
2622
2623 2015-10-26 Doug Evans <dje@google.com>
2624
2625 PR symtab/17391
2626 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
2627 * gdb.dwarf2/bad-regnum.c: New file.
2628 * gdb.dwarf2/bad-regnum.exp: New file.
2629
2630 2015-10-26 Doug Evans <dje@google.com>
2631
2632 PR python/18938
2633 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
2634 file.
2635
2636 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2637
2638 * gdb.compile/compile.exp (compile code globalvar): Update expectation
2639 for a change by "Mention language in compile error message".
2640
2641 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2642
2643 PR python/18073
2644 * gdb.python/py-type.c (C::a_method): New.
2645 (C::a_const_method): New.
2646 (C::a_static_method): New.
2647 (a_function): New.
2648 * gdb.python/py-type.exp (test_fields): Test getting fields
2649 from function and method.
2650
2651 2015-10-21 Keven Boell <keven.boell@intel.com>
2652
2653 * gdb.fortran/vla-alloc-assoc.exp: New file.
2654 * gdb.fortran/vla-datatypes.exp: New file.
2655 * gdb.fortran/vla-datatypes.f90: New file.
2656 * gdb.fortran/vla-history.exp: New file.
2657 * gdb.fortran/vla-ptype-sub.exp: New file.
2658 * gdb.fortran/vla-ptype.exp: New file.
2659 * gdb.fortran/vla-sizeof.exp: New file.
2660 * gdb.fortran/vla-sub.f90: New file.
2661 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
2662 * gdb.fortran/vla-value-sub-finish.exp: New file.
2663 * gdb.fortran/vla-value-sub.exp: New file.
2664 * gdb.fortran/vla-value.exp: New file.
2665 * gdb.fortran/vla-ptr-info.exp: New file.
2666 * gdb.mi/mi-vla-fortran.exp: New file.
2667 * gdb.mi/vla.f90: New file.
2668
2669 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
2670
2671 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
2672 of hardwired timeout value.
2673
2674 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2675 Pedro Alves <palves@redhat.com>
2676
2677 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
2678 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
2679
2680 2015-10-19 Josh Stone <jistone@redhat.com>
2681
2682 * gdb.base/catch-syscall.c: Include <sched.h>.
2683 (unknown_syscall): New variable.
2684 (main): Trigger a vfork and an unknown syscall.
2685 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
2686 (unknown_syscall_number): Likewise.
2687 (check_call_to_syscall): Accept an optional syscall pattern.
2688 (check_return_from_syscall): Likewise.
2689 (check_continue): Likewise.
2690 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
2691 (test_catch_syscall_skipping_return): New test toggling off 'catch
2692 syscall' to step over the syscall return, then toggling back on.
2693 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
2694 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
2695 (do_syscall_tests): Call test_catch_syscall_without_args and
2696 test_catch_syscall_mid_vfork.
2697 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
2698 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
2699
2700 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
2701
2702 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
2703 print g_vE): Add new pass patterns.
2704 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
2705 print various symbol names for vptr fields.
2706
2707 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
2708
2709 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
2710 results.
2711
2712 2015-10-12 Yao Qi <yao.qi@linaro.org>
2713
2714 * gdb.arch/disp-step-insn-reloc.exp: New test case.
2715
2716 2015-10-12 Yao Qi <yao.qi@linaro.org>
2717
2718 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
2719 is aarch64*-*-linux*.
2720
2721 2015-10-12 Yao Qi <yao.qi@linaro.org>
2722
2723 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
2724 (can_relocate_bcond_true): ... it.
2725 (can_relocate_bcond_false): New function.
2726 (foo): Likewise.
2727 (can_relocate_bl): Likewise.
2728 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
2729 can_relocate_bl.
2730
2731 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
2732
2733 * gdb.base/nested-addr.c: New file.
2734 * gdb.base/nested-addr.exp: New testcase.
2735
2736 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
2737
2738 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
2739 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
2740 its output. Ignore the output of "record goto begin" and instead
2741 check that GDB is replaying.
2742
2743 2015-10-09 Pedro Alves <palves@redhat.com>
2744
2745 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
2746 (top level): Use it in the run with no args test.
2747
2748 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
2749
2750 * gdb.dlang/properties.exp: New file.
2751
2752 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
2753
2754 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
2755 whether or not address 0x1000 is mapped on the target.
2756
2757 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
2758
2759 * gdb.python/py-type.exp: Do not run tests if binaries fail to
2760 build.
2761
2762 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
2763
2764 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
2765 instruction-history test.
2766
2767 2015-09-28 Doug Evans <dje@google.com>
2768
2769 * gdb.base/gcore.c (array_func): Add reference to static_array.
2770
2771 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
2772
2773 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
2774 source line.
2775
2776 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
2777
2778 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
2779 short or char as base type.
2780
2781 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
2782
2783 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
2784 to allow any size enum.
2785
2786 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
2787
2788 * gdb.ada/array_ptr_renaming.exp: New testcase.
2789 * gdb.ada/array_ptr_renaming/foo.adb: New file.
2790 * gdb.ada/array_ptr_renaming/pack.ads: New file.
2791
2792 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2793
2794 * gdb.trace/ftrace-lock.c: New file.
2795 * gdb.trace/ftrace-lock.exp: New file.
2796
2797 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2798
2799 * gdb.arch/insn-reloc.c: New file.
2800 * gdb.arch/ftrace-insn-reloc.exp: New file.
2801
2802 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
2803
2804 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
2805 instruction.
2806 * gdb.trace/pendshr1.c (pendfunc): Likewise.
2807 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
2808 * gdb.trace/range-stepping.c: Likewise.
2809 * gdb.trace/trace-break.c: Likewise.
2810 * gdb.trace/trace-mt.c (thread_function): Likewise.
2811 * gdb.trace/ftrace.c (marker): Likewise.
2812 * gdb.trace/trace-condition.c (marker): Likewise.
2813 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
2814 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
2815 is_aarch64_target.
2816
2817 2015-09-18 Doug Evans <xdje42@gmail.com>
2818
2819 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
2820 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
2821
2822 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2823
2824 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
2825 the breakpoint.
2826
2827 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2828
2829 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
2830 the pending breakpoint. Remove timeout override for "Run till
2831 MI pending breakpoint on pendfunc3 on thread 2" test.
2832
2833 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2834
2835 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
2836 filename pattern.
2837
2838 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2839
2840 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
2841 in breakpoint filename pattern.
2842
2843 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2844
2845 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
2846
2847 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
2848
2849 * gdb.linespec/explicit.exp: Check for readline support for
2850 tab-completion tests. Fix obvious typo.
2851
2852 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2853
2854 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
2855 and replay.
2856
2857 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
2858
2859 * gdb.btrace/non-stop.c: New.
2860 * gdb.btrace/non-stop.exp: New.
2861
2862 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
2863 Yao Qi <yao.qi@linaro.org>
2864
2865 * gdb.trace/trace-condition.c: New file.
2866 * gdb.trace/trace-condition.exp: New file.
2867
2868 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
2869
2870 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
2871 for testing bytecode compilation.
2872
2873 2015-09-16 Pedro Alves <palves@redhat.com>
2874 Sandra Loosemore <sandra@codesourcery.com>
2875
2876 * gdb.threads/non-stop-fair-events.c (timeout): New global.
2877 (SECONDS): Redefine.
2878 (main): Call pthread_kill and alarm early.
2879 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
2880 support.
2881 (test): If the target can't hardware step and doesn't support
2882 displaced stepping, increase the timeout.
2883
2884 2015-09-16 Pedro Alves <palves@redhat.com>
2885
2886 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
2887 (enable_debug): New procedures.
2888 (test): Use them. Bail out if waiting for threads fails.
2889 (top level): Bail out if a test fails.
2890
2891 2015-09-16 Yao Qi <yao.qi@linaro.org>
2892
2893 * gdb.asm/asm-source.exp: Set asm-arch for
2894 aarch64*-*-* target.
2895 * gdb.asm/aarch64.inc: New file.
2896
2897 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
2898
2899 * gdb.ada/array_of_variable_length.exp: New testcase.
2900 * gdb.ada/array_of_variable_length/foo.adb: New file.
2901 * gdb.ada/array_of_variable_length/pck.adb: New file.
2902 * gdb.ada/array_of_variable_length/pck.ads: New file.
2903
2904 2015-09-15 Doug Evans <dje@google.com>
2905
2906 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
2907 of function static local variable.
2908
2909 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2910
2911 * gdb.threads/tls-so_extern.exp: New test file.
2912 * gdb.threads/tls-so_extern.c: New test file.
2913 * gdb.threads/tls-so_extern_main.c: New test file.
2914
2915 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2916
2917 * gdb.opt/solib-intra-step-lib.c: New file.
2918 * gdb.opt/solib-intra-step-main.c: New file.
2919 * gdb.opt/solib-intra-step.exp: New file.
2920
2921 2015-09-15 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
2924 gdb_continue_to_breakpoint instead of gdb_test_multiple.
2925
2926 2015-09-14 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/hook-stop-continue.c: Delete.
2929 * gdb.base/hook-stop-continue.exp: Delete.
2930 * gdb.base/hook-stop-frame.c: Delete.
2931 * gdb.base/hook-stop-frame.exp: Delete.
2932 * gdb.base/hook-stop.c: New file.
2933 * gdb.base/hook-stop.exp: New file.
2934
2935 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
2936
2937 * gdb.ada/access_to_packed_array.exp: New testcase.
2938 * gdb.ada/access_to_packed_array/foo.adb: New file.
2939 * gdb.ada/access_to_packed_array/pack.adb: New file.
2940 * gdb.ada/access_to_packed_array/pack.ads: New file.
2941
2942 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
2943
2944 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
2945 buffer size test.
2946
2947 2015-09-11 Don Breazeal <donb@codesourcery.com>
2948
2949 * gdb.base/foll-exec.c: Add copyright header. Fix
2950 formatting issues.
2951 * gdb.base/foll-exec.exp (zap_session): Delete proc.
2952 (do_exec_tests): Use clean_restart in place of zap_session,
2953 and for test initialization. Fix formatting issues. Use
2954 fail in place of perror.
2955 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
2956 an expect statement to match an expression with output from
2957 the program under debug.
2958 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
2959 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
2960 * gdb.threads/non-ldr-exc-2.exp: Likewise.
2961 * gdb.threads/non-ldr-exc-3.exp: Likewise.
2962 * gdb.threads/non-ldr-exc-4.exp: Likewise.
2963
2964 2015-09-09 Doug Evans <dje@google.com>
2965
2966 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
2967
2968 2015-09-09 Doug Evans <dje@google.com>
2969
2970 * gdb.base/pie-execl.exp: Fix result test of build_executable.
2971
2972 2015-09-09 Doug Evans <dje@google.com>
2973
2974 * gdb.base/savedregs.exp: Fix typo.
2975
2976 2015-09-09 Pedro Alves <palves@redhat.com>
2977
2978 * gdb.mi/mi-cli.exp: Add CLI finish tests.
2979
2980 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
2981
2982 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
2983 command actually switches threads. Give up on remaining
2984 tests if target fails to stop at breakpoint.
2985
2986 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
2987
2988 * gdb.ada/funcall_char.exp: New testcase.
2989 * gdb.ada/funcall_char/foo.adb: New file.
2990
2991 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
2992
2993 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
2994 expected outputs. Add two testcases for completing ambiguous
2995 functions.
2996 * gdb.ada/complete/aux_pck.adb: New file.
2997 * gdb.ada/complete/aux_pck.ads: New file.
2998 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
2999 Ambiguous_Func functions.
3000 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
3001 * gdb.ada/complete/pck.adb: Likewise.
3002
3003 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
3004
3005 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
3006 failures to run the test program under GDB.
3007
3008 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
3009
3010 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
3011 to C.
3012
3013 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
3014
3015 * gdb.base/run-after-attach.exp: New test file.
3016 * gdb.base/run-after-attach.c: New test file.
3017
3018 2015-08-26 Don Breazeal <donb@codesourcery.com>
3019
3020 * gdb.base/foll-exec-2.c: New test program.
3021 * gdb.base/foll-exec-2.exp: New test.
3022
3023 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
3024
3025 * gdb.base/nested-subp1.exp: New file.
3026 * gdb.base/nested-subp1.c: New file.
3027 * gdb.base/nested-subp2.exp: New file.
3028 * gdb.base/nested-subp2.c: New file.
3029 * gdb.base/nested-subp3.exp: New file.
3030 * gdb.base/nested-subp3.c: New file.
3031
3032 2015-08-24 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.server/connect-without-multi-process.c: New file.
3035 * gdb.server/connect-without-multi-process.exp: New file.
3036
3037 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3038
3039 * gdb.opt/inline-markers.c: Make z int.
3040
3041 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3042
3043 * gdb.opt/inline-markers.c: Make z volatile.
3044
3045 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
3046
3047 * gdb.opt/inline-bt.c: New volatile global z.
3048 * gdb.opt/inline-cmds.c: Likewise.
3049 * gdb.opt/inline-locals.c: Likewise.
3050 * gdb.opt/inline-markers.c: New extern global z.
3051 (marker): Use z.
3052 (inline_fn): Likewise.
3053
3054 2015-08-24 Pedro Alves <palves@redhat.com>
3055
3056 * config/m32r-stub.exp: Remove file.
3057 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
3058 * gdb.base/call-rt-st.exp: Likewise.
3059 * gdb.base/call-strs.exp: Likewise.
3060 * gdb.base/default.exp: Remove references to h8300-*-hms and
3061 *-*-udi*.
3062 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
3063
3064 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3065
3066 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
3067 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
3068 and "return" use KFAIL when GDB can not read/write the vector
3069 return value.
3070
3071 2015-08-21 Gary Benson <gbenson@redhat.com>
3072
3073 * gdb.trace/pending.exp: Cope with remote transfer warnings.
3074
3075 2015-08-20 Pedro Alves <palves@redhat.com>
3076
3077 * gdb.server/solib-list.exp: No longer expect an interior stop in
3078 non-stop mode.
3079
3080 2015-08-20 Pedro Alves <palves@redhat.com>
3081
3082 * gdb.server/connect-stopped-target.c: New file.
3083 * gdb.server/connect-stopped-target.exp: New file.
3084
3085 2015-08-20 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.dwarf2/comp-unit-lang.exp: New file.
3088 * gdb.dwarf2/comp-unit-lang.c: New file.
3089
3090 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
3091
3092 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
3093 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
3094
3095 2015-08-19 Kevin Buettner <kevinb@redhat.com>
3096
3097 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
3098 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
3099
3100 2015-08-18 Doug Evans <dje@google.com>
3101 Adrian Sendroiu <adrian.sendroiu@freescale.com>
3102
3103 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
3104 skip_python_tests. New arg prompt_regexp.
3105 (skip_python_tests): New function.
3106 * lib/mi-support.exp (mi_skip_python_tests): New function.
3107 * gdb.python/py-mi-objfile-gdb.py: New file.
3108 * gdb.python/py-mi-objfile.c: New file.
3109 * gdb.python/py-mi-objfile.exp: New file.
3110
3111 2015-08-17 Keith Seitz <keiths@redhat.com>
3112
3113 * gdb.linespec/explicit.exp: Move strace test from here ...
3114 * gdb.trace/strace.exp: ... to here.
3115
3116 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
3117
3118 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
3119 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
3120
3121 2015-08-14 Doug Evans <xdje42@gmail.com>
3122
3123 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
3124 inferior before selecting a new file.
3125
3126 2015-08-14 Doug Evans <xdje42@gmail.com>
3127
3128 * gdb.mi/mi-disassemble.exp: Update.
3129 * gdb.base/disasm-optim.S: New file.
3130 * gdb.base/disasm-optim.c: New file.
3131 * gdb.base/disasm-optim.h: New file.
3132 * gdb.base/disasm-optim.exp: New file.
3133
3134 2015-08-14 Keith Seitz <keiths@redhat.com>
3135
3136 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
3137 "evaluated-by".
3138
3139 2015-08-13 Joel Brobecker <brobecker@adacore.com>
3140
3141 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
3142
3143 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
3144
3145 * gdb.ada/fun_renaming.exp: New testcase.
3146 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
3147 * gdb.ada/fun_renaming/pack.adb: New file.
3148 * gdb.ada/fun_renaming/pack.ads: New file.
3149
3150 2015-08-12 Keith Seitz <keiths@redhat.com>
3151
3152 * gdb.base/dso2dso.exp: Pass basename of source file in call to
3153 gdb_get_line_number.
3154
3155 2015-08-12 Joel Brobecker <brobecker@adacore.com>
3156
3157 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
3158 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
3159 gdb.base/dso2dso.exp: New files.
3160
3161 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
3162 Pedro Alves <palves@redhat.com>
3163 Keith Seitz <keiths@redhat.com>
3164
3165 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
3166 GDBFLAGS.
3167
3168 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3169
3170 * gdb.base/gdbhistsize-history.exp
3171 (test_histsize_history_setting): Use save_vars.
3172 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
3173 Use save_vars.
3174 (test_no_truncation_of_unlimited_history_file): Use save_vars.
3175 * gdb.base/readline.exp: Use save_vars.
3176
3177 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
3178
3179 * lib/gdb.exp (save_vars): New proc.
3180
3181 2015-08-11 Keith Seitz <keiths@redhat.com>
3182
3183 * gdb.base/help.exp: Update help_breakpoint_text.
3184
3185 2015-08-11 Keith Seitz <keiths@redhat.com>
3186
3187 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
3188 (at toplevel): Call test_explicit_breakpoints.
3189 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
3190 breakpoints.
3191 * lib/mi-support.exp (mi_make_breakpoint): Add support for
3192 breakpoint conditions, "-cond".
3193
3194 2015-08-11 Keith Seitz <keiths@redhat.com>
3195
3196 * gdb.linespec/3explicit.c: New file.
3197 * gdb.linespec/cpexplicit.cc: New file.
3198 * gdb.linespec/cpexplicit.exp: New file.
3199 * gdb.linespec/explicit.c: New file.
3200 * gdb.linespec/explicit.exp: New file.
3201 * gdb.linespec/explicit2.c: New file.
3202 * gdb.linespec/ls-errs.exp: Add explicit location tests.
3203 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
3204 before using in the matching pattern.
3205 Clarify that `prefix' is a regular expression.
3206
3207 2015-08-11 Keith Seitz <keiths@redhat.com>
3208
3209 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
3210 test.
3211 Add tests for missing ",FMT" and ",".
3212
3213 2015-08-10 Doug Evans <dje@google.com>
3214 Keith Seitz <keiths@redhat.com>
3215
3216 PR gdb/17960
3217 * gdb.base/completion.exp: Add location completer tests.
3218
3219 2015-08-07 Pedro Alves <palves@redhat.com>
3220
3221 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
3222 tests here.
3223 (top level): Run do_test with and without displaced stepping.
3224
3225 2015-08-07 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/valgrind-disp-step.c: New file.
3228 * gdb.base/valgrind-disp-step.exp: New file.
3229
3230 2015-08-07 Pedro Alves <palves@redhat.com>
3231
3232 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
3233 Delete function.
3234 (main): Add alarm. Run an infinite loop instead of calling
3235 wait_threads.
3236 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
3237 comment.
3238 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
3239 Delete function.
3240 (main): Add alarm. Run an infinite loop instead of calling
3241 wait_threads.
3242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
3243 comment.
3244
3245 2015-08-07 Pedro Alves <palves@redhat.com>
3246
3247 * gdb.base/checkpoint-ns.exp: New file.
3248 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
3249 standard_testfile.
3250
3251 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
3252
3253 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
3254 * gdb.btrace/instruction_history.exp: Update.
3255 * gdb.btrace/tsx.exp: New.
3256 * gdb.btrace/tsx.c: New.
3257
3258 2015-08-06 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
3261 increase timeout.
3262 * gdb.reverse/until-precsave.exp: Bump timeouts.
3263
3264 2015-08-06 Pedro Alves <palves@redhat.com>
3265
3266 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
3267
3268 2015-08-06 Pedro Alves <palves@redhat.com>
3269
3270 PR gdb/18749
3271 * gdb.threads/process-dies-while-handling-bp.c: New file.
3272 * gdb.threads/process-dies-while-handling-bp.exp: New file.
3273
3274 2015-08-06 Pedro Alves <palves@redhat.com>
3275
3276 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
3277 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
3278
3279 2015-08-05 Pedro Alves <palves@redhat.com>
3280
3281 * gdb.threads/next-while-other-thread-longjmps.c: New file.
3282 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
3283
3284 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
3285
3286 * gdb.base/bp-permanent.exp: Report test as unsupported if
3287 the target cannot stop at the permanent breakpoint.
3288
3289 2015-08-03 Doug Evans <dje@google.com>
3290
3291 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
3292 10000.
3293
3294 2015-08-03 Doug Evans <dje@google.com>
3295
3296 * Makefile.in (workers/%.worker, build-perf): New rule.
3297 (GDB_PERFTEST_MODE): New variable.
3298 (check-perf): Use it.
3299 (clean): Clean up gdb.perf parallel build subdirs.
3300 * lib/build-piece.exp: New file.
3301 * lib/gdb.exp (make_gdb_parallel_path): New function
3302 (standard_output_file, standard_temp_file): Call it.
3303 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3304 of $GDB_PARALLEL.
3305 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
3306
3307 2015-08-03 Doug Evans <dje@google.com>
3308
3309 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
3310 (LOG_FILE_NAME): New global.
3311 (TextReporter.__init__): Initialize self.txt_sum.
3312 (TextReporter.report): Add support for multiple data-points.
3313 Move report to perftest.sum, put raw data in perftest.log.
3314 (TextReporter.start): Open sum and log files.
3315 (TextReporter.end): Close sum and log files.
3316 * gdb.perf/lib/perftest/testresult.py
3317 (SingleStatisticTestResult.record): Handle multiple data-points.
3318
3319 2015-07-31 Pedro Alves <palves@redhat.com>
3320
3321 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
3322 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3323 kill_wait_spawned_process instead of explicit "kill -9".
3324 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
3325 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3326 kill_wait_spawned_process.
3327 * gdb.base/attach-twice.exp: Likewise.
3328 * gdb.base/attach.exp: Likewise.
3329 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
3330 gdb_test_multiple.
3331 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
3332 returning a spawn id instead of a pid. Use spawn_id_get_pid and
3333 kill_wait_spawned_process.
3334 * gdb.base/valgrind-infcall.exp: Likewise.
3335 * gdb.multi/multi-attach.exp: Likewise.
3336 * gdb.python/py-prompt.exp: Likewise.
3337 * gdb.python/py-sync-interp.exp: Likewise.
3338 * gdb.server/ext-attach.exp: Likewise.
3339 * gdb.threads/attach-into-signal.exp (corefunc): Use
3340 spawn_wait_for_attach, spawn_id_get_pid and
3341 kill_wait_spawned_process.
3342 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
3343 spawn_wait_for_attach returning a spawn id instead of a pid. Use
3344 spawn_id_get_pid and kill_wait_spawned_process.
3345 * gdb.threads/attach-stopped.exp (corefunc): Use
3346 spawn_wait_for_attach, spawn_id_get_pid and
3347 kill_wait_spawned_process.
3348 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
3349 Use spawn_id_get_pid. Wait for spawn id after eof. Use
3350 kill_wait_spawned_process instead of explicit "kill -9".
3351 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
3352 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
3353 (spawn_wait_for_attach): Use spawn instead of exec to spawn
3354 processes. Don't map cygwin/windows pids here. Now returns a
3355 spawn id list.
3356
3357 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3358
3359 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
3360 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
3361 correct patch.
3362
3363 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3364
3365 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
3366
3367 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
3368
3369 Reapply:
3370 2014-05-21 Mark Wielaard <mjw@redhat.com>
3371
3372 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3373
3374 2015-07-30 Pedro Alves <palves@redhat.com>
3375
3376 * linux-low.c (handle_extended_wait): Set the child's last
3377 reported status to TARGET_WAITKIND_STOPPED.
3378
3379 2015-07-30 Pedro Alves <palves@redhat.com>
3380
3381 PR threads/18600
3382 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
3383 only shows inferior 1.
3384
3385 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
3386 Pedro Alves <palves@redhat.com>
3387
3388 PR threads/18600
3389 * gdb.threads/fork-plus-threads.c: New file.
3390 * gdb.threads/fork-plus-threads.exp: New file.
3391
3392 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3393
3394 * gdb.base/batch-preserve-term-settings.exp
3395 (test_terminal_settings_preserved_after_cli_exit): Use
3396 send_quit_command.
3397
3398 2015-07-29 Pedro Alves <palves@redhat.com>
3399 Don Breazeal <donb@codesourcery.com>
3400
3401 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
3402 output from both inferior_spawn_id and gdb_spawn_id.
3403
3404 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3405
3406 * gdb.threads/attach-into-signal.exp (corefunc): Use
3407 with_test_prefix on nested loops, uniquefying the test messages.
3408
3409 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
3410
3411 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
3412 commit.
3413
3414 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3415
3416 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
3417 New proc.
3418 (test_terminal_settings_preserved_after_sigterm): New test.
3419
3420 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3421
3422 * gdb.base/batch-preserve-term-settings.exp
3423 (test_terminal_settings_preserved_after_cli_exit): New test.
3424
3425 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
3426
3427 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
3428 manipulation of saved_gdbflags.
3429 (test_terminal_settings_preserved): Remove global declaration of
3430 the unused variable pagination_prompt. Remove manipulation of
3431 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
3432 GDBFLAGS.
3433
3434 2015-07-29 Pedro Alves <palves@redhat.com>
3435
3436 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
3437
3438 2015-07-29 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
3441 at the top.
3442
3443 2015-07-29 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
3446 (main): Call gdb_unbuffer_output.
3447 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
3448 (main): Call gdb_unbuffer_output.
3449 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
3450 (main): Call gdb_unbuffer_output.
3451 * gdb.base/call-strs.exp: Adjust to step over the
3452 gdb_unbuffer_output call.
3453 * gdb.base/catch-gdb-caused-signals.c: Include
3454 "../lib/unbuffer_output.c".
3455 (main): Call gdb_unbuffer_output.
3456 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
3457 (main): Call gdb_unbuffer_output.
3458 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
3459 (main): Call gdb_unbuffer_output.
3460 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
3461 (main): Call gdb_unbuffer_output.
3462 * gdb.base/shlib-call.exp: Adjust to step over the
3463 gdb_unbuffer_output call.
3464 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
3465 (main): Call gdb_unbuffer_output.
3466 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
3467 (main): Call gdb_unbuffer_output.
3468 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
3469 (main): Rename to ...
3470 (test): ... this.
3471 (main): Reimplement.
3472 * gdb.base/varargs.exp: Run to test instead of to main.
3473 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3474 (main): Call gdb_unbuffer_output.
3475
3476 2015-07-29 Pedro Alves <palves@redhat.com>
3477
3478 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
3479 factore out from mi_continue_dprintf. For call-style dprintfs,
3480 expect dprintf output out of $inferior_spawn_id.
3481 (mi_continue_dprintf): Use mi_expect_dprintf.
3482 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
3483 (main): Call gdb_unbuffer_output.
3484
3485 2015-07-29 Pedro Alves <palves@redhat.com>
3486
3487 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
3488 (default_mi_gdb_start): Set inferior_spawn_id instead of
3489 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
3490 gdb_spawn_id.
3491 (mi_gdb_test): Always expect inferior output from both
3492 $inferior_spawn_id and $gdb_spawn_id.
3493
3494 2015-07-29 Pedro Alves <palves@redhat.com>
3495
3496 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
3497 send_inferior and $inferior_spawn_id.
3498
3499 2015-07-29 Pedro Alves <palves@redhat.com>
3500
3501 * gdb.gdb/complaints.exp (test_initial_complaints)
3502 (test_serial_complaints, test_short_complaints): Use
3503 gdb_test_stdio.
3504 (test_empty_complaint): Handle $inferior_spawn_id !=
3505 $gdb_spawn_id.
3506
3507 2015-07-29 Pedro Alves <palves@redhat.com>
3508
3509 * gdb.base/varargs.exp: Use gdb_test_stdio.
3510
3511 2015-07-29 Pedro Alves <palves@redhat.com>
3512
3513 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
3514
3515 2015-07-29 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/ending-run.exp: Use gdb_test_stdio.
3518
3519 2015-07-29 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
3522 parameter into two new parameters, "inf_result" and "gdb_result".
3523 Expect inferior output and gdb output from $inferior_spawn_id and
3524 $gdb_spawn_id, respectively. Adjust all callers.
3525
3526 2015-07-29 Pedro Alves <palves@redhat.com>
3527
3528 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
3529 of gdb_test_sequence.
3530
3531 2015-07-29 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
3534 (saw_spurious_output): Expect inferior output from
3535 $inferior_spawn_id. Use gdb_test_stdio.
3536
3537 2015-07-29 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.base/dprintf.exp: Use standard_testfile. Change
3540 prepare_for_testing call.
3541 (srcfile): Don't set.
3542 (restart): New procedure.
3543 (test_dprintf): New procecure, use to continue over dprintfs.
3544 (test_call, test_agent): New procedures, tests moved here.
3545 Restart gdb and recreate dprintfs. Adjust expected output.
3546
3547 2015-07-29 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
3550
3551 2015-07-29 Pedro Alves <palves@redhat.com>
3552
3553 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
3554
3555 2015-07-29 Pedro Alves <palves@redhat.com>
3556
3557 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
3558 gdb_test_stdio.
3559
3560 2015-07-29 Pedro Alves <palves@redhat.com>
3561
3562 * lib/gdb.exp (gdb_test_stdio): New procedure.
3563
3564 2015-07-29 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
3567
3568 2015-07-29 Pedro Alves <palves@redhat.com>
3569
3570 * gdb.base/call-signal-resume.exp: Remove check for
3571 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
3572 * gdb.base/unwindonsignal.exp: Likewise.
3573 * gdb.base/call-signals.c (gen_signal): Remove printf call.
3574 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
3575
3576 2015-07-29 Pedro Alves <palves@redhat.com>
3577
3578 * gdb.base/siginfo-addr.c (pass): New function.
3579 (handler): Call it iff si_addr is correct.
3580 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
3581 Set a breakpoint at "pass" and continue to it.
3582
3583 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
3584
3585 * gdb.python/py-objfile.exp: Make some tests have unique names.
3586 * gdb.python/py-pp-registration.exp: Likewise.
3587
3588 2015-07-28 Pedro Alves <palves@redhat.com>
3589
3590 * gdb.server/server-exec-info.exp: Issue a "disconnect".
3591
3592 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3593
3594 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
3595
3596 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
3597
3598 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
3599
3600 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
3601
3602 * gdb.base/gdb-sigterm-2.exp: New test.
3603
3604 2015-07-25 Doug Evans <xdje42@gmail.com>
3605
3606 Revert:
3607 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3608 (workers/%.worker, build-perf): New rule.
3609 (GDB_PERFTEST_MODE): New variable.
3610 (check-perf): Use it.
3611 (clean): Clean up gdb.perf parallel build subdirs.
3612 * lib/build-piece.exp: New file.
3613 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3614 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3615 name.
3616 (standard_temp_file): Ditto.
3617 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3618 of $GDB_PARALLEL.
3619
3620 2015-07-24 Doug Evans <dje@google.com>
3621
3622 * gdb.perf/lib/perftest/utils.py: New file.
3623 * gdb.perf/gm-hello.cc: New file.
3624 * gdb.perf/gm-pervasive-typedef.cc: New file.
3625 * gdb.perf/gm-pervasive-typedef.h: New file.
3626 * gdb.perf/gm-std.cc: New file.
3627 * gdb.perf/gm-std.h: New file.
3628 * gdb.perf/gm-use-cerr.cc: New file.
3629 * gdb.perf/gm-utils.h: New file.
3630 * gdb.perf/gmonster-null-lookup.py: New file.
3631 * gdb.perf/gmonster-pervasive-typedef.py: New file.
3632 * gdb.perf/gmonster-print-cerr.py: New file.
3633 * gdb.perf/gmonster-ptype-string.py: New file.
3634 * gdb.perf/gmonster-runto-main.py: New file.
3635 * gdb.perf/gmonster-select-file.py: New file.
3636 * gdb.perf/gmonster1-null-lookup.exp: New file.
3637 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
3638 * gdb.perf/gmonster1-print-cerr.exp: New file.
3639 * gdb.perf/gmonster1-ptype-string.exp: New file.
3640 * gdb.perf/gmonster1-runto-main.exp: New file.
3641 * gdb.perf/gmonster1-select-file.exp: New file.
3642 * gdb.perf/gmonster1.cc: New file.
3643 * gdb.perf/gmonster1.exp: New file.
3644 * gdb.perf/gmonster2-null-lookup.exp: New file.
3645 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
3646 * gdb.perf/gmonster2-print-cerr.exp: New file.
3647 * gdb.perf/gmonster2-ptype-string.exp: New file.
3648 * gdb.perf/gmonster2-runto-main.exp: New file.
3649 * gdb.perf/gmonster2-select-file.exp: New file.
3650 * gdb.perf/gmonster2.cc: New file.
3651 * gdb.perf/gmonster2.exp: New file.
3652
3653 2015-07-24 Doug Evans <dje@google.com>
3654
3655 * gdb.perf/README: New file.
3656 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
3657 * lib/gen-perf-test.exp: New file.
3658
3659 2015-07-24 Doug Evans <dje@google.com>
3660
3661 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
3662 (PerfTest::startup): New function.
3663 (PerfTest::run): Return result of calling body.
3664 (PerfTest::assemble): Rewrite.
3665 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
3666 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
3667 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
3668 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
3669 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
3670
3671 2015-07-24 Doug Evans <dje@google.com>
3672
3673 * lib/gdb.exp (clean_restart): Make executable optional.
3674
3675 2015-07-24 Doug Evans <dje@google.com>
3676
3677 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
3678 compiler_info references.
3679 * gdb.cp/temargs.exp: Ditto.
3680 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
3681 (get_compiler_info): Early exit if already computed. Set compiler_info
3682 to "unknown" if there was a problem.
3683 (test_compiler_info): Add function comment. Call get_compiler_info.
3684
3685 2015-07-24 Doug Evans <dje@google.com>
3686
3687 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
3688 (workers/%.worker, build-perf): New rule.
3689 (GDB_PERFTEST_MODE): New variable.
3690 (check-perf): Use it.
3691 (clean): Clean up gdb.perf parallel build subdirs.
3692 * lib/build-piece.exp: New file.
3693 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
3694 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
3695 name.
3696 (standard_temp_file): Ditto.
3697 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
3698 of $GDB_PARALLEL.
3699
3700 2015-07-24 Doug Evans <dje@google.com>
3701
3702 * lib/future.exp (gdb_default_target_compile): New option
3703 "early_flags".
3704 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
3705 --as-needed.
3706
3707 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
3708
3709 * gdb.base/catch-syscall.exp: Call gdb_exit before
3710 gdb_skip_xml_test.
3711
3712 2015-07-24 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.python/py-events.exp: Accept output between the stop event
3715 and the prompt.
3716 * gdb.python/py-evsignal.exp: Likewise.
3717 * gdb.python/py-evthreads.exp: Likewise.
3718
3719 2015-07-24 Pedro Alves <palves@redhat.com>
3720
3721 PR gdb/18717
3722 * gdb.threads/non-ldr-exit.c: New file.
3723 * gdb.threads/non-ldr-exit.exp: New file.
3724
3725 2015-07-24 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.server/ext-wrapper.exp: Test --wrapper option when
3728 restarting process.
3729
3730 2015-07-24 Yao Qi <yao.qi@linaro.org>
3731
3732 * gdb.server/ext-restart.exp: New file.
3733
3734 2015-07-24 Yao Qi <yao.qi@linaro.org>
3735
3736 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
3737 argument options.
3738 * gdb.server/ext-wrapper.exp: New file.
3739
3740 2015-07-23 Doug Evans <dje@google.com>
3741
3742 * gdb.dwarf2/dw2-dummy-cu.S: New file.
3743 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
3744
3745 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3746
3747 * gdb.ada/var_arr_typedef.exp: New testcase.
3748 * gdb.ada/var_arr_typedef/pack.adb: New file.
3749 * gdb.ada/var_arr_typedef/pack.ads: New file.
3750 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
3751
3752 2015-07-20 Joel Brobecker <brobecker@adacore.com>
3753
3754 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
3755
3756 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * gdb.arch/i386-biarch-core.exp: Replace istarget
3759 by "complete set gnutarget". Remove expectation for the "core-file"
3760 command.
3761
3762 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3763
3764 Revert the previous commit:
3765 Tests for validate symbol file using build-id.
3766
3767 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3768
3769 Tests for validate symbol file using build-id.
3770 * gdb.base/solib-mismatch-lib.c: New file.
3771 * gdb.base/solib-mismatch-libmod.c: New file.
3772 * gdb.base/solib-mismatch.c: New file.
3773 * gdb.base/solib-mismatch.exp: New file.
3774
3775 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
3776
3777 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
3778 nios2-*-linux*.
3779 * gdb.base/sigbpt.exp (stepi_out): Likewise.
3780 * gdb.base/siginfo.exp: Likewise.
3781 * gdb.base/sigstep.exp (advance, advancei): Likewise.
3782
3783 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
3784
3785 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
3786 Move it to ...
3787 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
3788 ... here.
3789 * gdb.trace/range-stepping.exp: Check that the target supports
3790 range stepping.
3791
3792 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
3795
3796 2015-07-14 Pedro Alves <palves@redhat.com>
3797
3798 * gdb.base/killed-outside.exp: New file.
3799 * gdb.base/killed-outside.c: New file.
3800
3801 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3802
3803 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
3804 (n at main): New.
3805 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
3806
3807 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
3808
3809 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
3810 infcall tests instead of setting up for KFAIL.
3811
3812 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3813
3814 * gdb.btrace/record_goto-step.exp: New.
3815
3816 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3817
3818 PR compile/18484
3819 * gdb.compile/compile.c (struct struct_type): Add volatile to
3820 selffield's type.
3821 * gdb.compile/compile.exp
3822 (compile code struct_object.selffield = &struct_object): Skip further
3823 struct_object tests if this one xfails.
3824
3825 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
3826
3827 PR exp/18617
3828 * gdb.trace/ax.exp: Add test.
3829
3830 2015-07-07 Yao Qi <yao.qi@linaro.org>
3831
3832 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
3833 instead of istarget "aarch64*-*-*".
3834 * gdb.arch/aarch64-fp.exp: Likewise.
3835 * gdb.base/float.exp: Likewise.
3836 * gdb.reverse/aarch64.exp: Likewise.
3837 * lib/gdb.exp (is_aarch64_target): New proc.
3838
3839 2015-07-07 Yao Qi <yao.qi@linaro.org>
3840
3841 * lib/gdb.exp (is_aarch32_target): New proc.
3842 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
3843 instead of "istarget "arm*-*-*"".
3844 * gdb.arch/arm-disp-step.exp: Likewise.
3845 * gdb.arch/thumb-bx-pc.exp: Likewise.
3846 * gdb.arch/thumb-prologue.exp: Likewise.
3847 * gdb.arch/thumb-singlestep.exp: Likewise.
3848 * gdb.base/disp-step-syscall.exp: Likewise.
3849 * gdb.base/float.exp: Likewise.
3850
3851 2015-07-07 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
3854 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
3855
3856 2015-07-07 Yao Qi <yao.qi@linaro.org>
3857
3858 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
3859 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
3860 if it exists.
3861 * gdb.multi/multi-arch.exp: Likewise.
3862
3863 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
3864
3865 * gdb.python/py-lazy-string.exp: Add missing parentheses to
3866 print.
3867
3868 2015-07-07 Yao Qi <yao.qi@linaro.org>
3869
3870 * gdb.arch/thumb-singlestep.exp: Do one more single step.
3871
3872 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
3873
3874 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
3875 '[' and ']' characters.
3876
3877 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
3878
3879 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3880
3881 2015-06-29 Pedro Alves <palves@redhat.com>
3882
3883 PR threads/18127
3884 * gdb.threads/hand-call-new-thread.c: New file.
3885 * gdb.threads/hand-call-new-thread.c: New file.
3886
3887 2015-06-26 Keith Seitz <keiths@redhat.com>
3888 Doug Evans <dje@google.com>
3889
3890 PR 16253
3891 * gdb.cp/var-tag-2.cc: New file.
3892 * gdb.cp/var-tag-3.cc: New file.
3893 * gdb.cp/var-tag-4.cc: New file.
3894 * gdb.cp/var-tag.cc: New file.
3895 * gdb.cp/var-tag.exp: New file.
3896
3897 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3898
3899 * gdb.base/history-duplicates.exp: New test.
3900
3901 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
3902
3903 * gdb.base/completion.exp: Test the completion of the "focus"
3904 command.
3905
3906 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * gdb.arch/amd64-prologue-skip.S: New file.
3909 * gdb.arch/amd64-prologue-skip.exp: New file.
3910
3911 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
3912
3913 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
3914 is_address_zero_readable check.
3915
3916 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
3917
3918 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
3919 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
3920
3921 2015-06-24 Yao Qi <yao.qi@linaro.org>
3922
3923 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
3924 linux targets.
3925
3926 2015-06-24 Yao Qi <yao.qi@linaro.org>
3927
3928 * lib/gdb.exp (supports_get_siginfo_type): New proc.
3929 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
3930 * gdb.base/siginfo-thread.exp: Likewise.
3931
3932 2015-06-22 Yao Qi <yao.qi@linaro.org>
3933
3934 * boards/remote-gdbserver-on-localhost.exp: Add comments.
3935
3936 2015-06-22 Yao Qi <yao.qi@linaro.org>
3937
3938 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
3939 aarch64*-*-*.
3940 (skip_hw_watchpoint_tests): Likewise.
3941
3942 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
3943
3944 * gdb.base/gdbinit-history.exp: Test the interaction between
3945 setting GDBHISTSIZE and setting the history size via .gdbinit.
3946
3947 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3948
3949 PR gdb/16999
3950 * gdb.base/gdbhistsize-history.exp: New test.
3951
3952 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3953
3954 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
3955 with GDBHISTSIZE.
3956 * gdb.base/readline.exp: Likewise.
3957
3958 2015-06-17 Yao Qi <yao.qi@linaro.org>
3959
3960 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
3961 line.
3962
3963 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
3964
3965 * gdb.base/gdbinit-history.exp: Add test case to check that
3966 an unlimited history file does not get truncated on exit.
3967
3968 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3969
3970 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
3971 (VECTOR): New macro. Use it...
3972 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
3973 ...for these typedefs.
3974 (int8, char1, int1, double1): New typedefs.
3975 (struct just_int2, struct two_int2): New structures.
3976 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
3977 (add_structvecs, add_singlevecs): New functions.
3978 (main): Call add_some_intvecs twice.
3979 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
3980 the compile and exit upon failure. Try compiling for the "native"
3981 architecture. Test inferior function calls with vector arguments
3982 and vector return value handling with "finish" and "return".
3983
3984 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
3985
3986 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
3987 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
3988 PE file.
3989 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
3990
3991 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3992
3993 PR breakpoints/16465
3994 * gdb.mi/mi-dprintf-pending.c: New file.
3995 * gdb.mi/mi-dprintf-pending.exp: New test.
3996 * gdb.mi/mi-dprintf-pendshr.c: New file.
3997
3998 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
3999 Mircea Gherzan <mircea.gherzan@intel.com>
4000
4001 * gdb.arch/i386-mpx-map.c: New file.
4002 * gdb.arch/i386-mpx-map.exp: New File.
4003
4004 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4005
4006 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
4007 * gdb.arch/i386-mpx.exp: Indentation fixed.
4008
4009 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4010
4011 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
4012 function and improved indentation.
4013 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
4014 gdb_test_multiple. Added additional tests to skip the test.
4015
4016 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4017
4018 * gdb.arch/i386-avx512.c: Change path in include file.
4019 * gdb.arch/i386-avx512.exp: Change include dir path
4020 compilation flag.
4021 * gdb.arch/i386-mpx.c: Change path in include file.
4022 * gdb.arch/i386-mpx.exp: Change include dir path compilation
4023 flag.
4024
4025 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4026
4027 * gdb.compile/compile-print.exp (compile print *vararray@3)
4028 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
4029
4030 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4031
4032 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
4033 (do not keep jit in memory): ... this.
4034 (expect 5): Change it to ...
4035 (expect no 5): ... this.
4036
4037 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4038
4039 PR gdb/15564
4040 * gdb.mi/mi-detach.exp: New file.
4041
4042 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4043
4044 PR symtab/18392
4045 * gdb.arch/amd64-tailcall-self.S: New file.
4046 * gdb.arch/amd64-tailcall-self.c: New file.
4047 * gdb.arch/amd64-tailcall-self.exp: New file.
4048
4049 2015-05-28 Don Breazeal <donb@codesourcery.com>
4050
4051 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
4052 tests for remote targets by checking is_target_gdbserver.
4053
4054 2015-05-27 Doug Evans <dje@google.com>
4055
4056 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
4057 * gdb.dwarf2/opaque-type-lookup.c: New file.
4058 * gdb.dwarf2/opaque-type-lookup.exp: New file.
4059
4060 2015-05-26 Doug Evans <dje@google.com>
4061
4062 * gdb.cp/iostream.cc: New file.
4063 * gdb.cp/iostream.exp: New file.
4064
4065 2015-05-26 Doug Evans <dje@google.com>
4066
4067 * gdb.dwarf2/dw2-op-call.exp: Update.
4068 * gdb.dwarf2/dw4-sig-types.exp: Update.
4069 * gdb.dwarf2/implptr.exp: Update.
4070 * gdb.mi/mi-cmd-param-changed.exp: Update.
4071
4072 2015-05-26 Doug Evans <dje@google.com>
4073
4074 * gdb.python/py-lazy-string.c: New file.
4075 * gdb.python/py-lazy-string.exp: New file.
4076 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
4077 (main): Update. Add estring3.
4078 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
4079 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
4080
4081 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4082 Yao Qi <yao.qi@linaro.org>
4083
4084 * gdb.reverse/aarch64.c: New.
4085 * gdb.reverse/aarch64.exp: New.
4086
4087 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4088
4089 * lib/gdb.exp (supports_process_record): Return true for
4090 aarch64*-linux*.
4091 (supports_reverse): Likewise.
4092
4093 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
4094
4095 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4096 Use with_test_prefix.
4097
4098 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.base/completion.exp: Add test for completion of layout
4101 names.
4102
4103 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * lib/gdb.exp (skip_tui_tests): New proc.
4106 * gdb.base/tui-layout.exp: Check skip_tui_tests.
4107
4108 2015-05-19 Pedro Alves <palves@redhat.com>
4109
4110 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
4111 Save the whole env array instead of just HOME. Unset HISTSIZE in
4112 the environment while testing. Restore whole environment
4113 afterwards.
4114
4115 2015-05-16 Doug Evans <xdje42@gmail.com>
4116
4117 * gdb.guile/scm-ports.c: New file.
4118 * gdb.guile/scm-ports.exp: Add memory port tests.
4119
4120 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.compile/compile-print.c: New file.
4123 * gdb.compile/compile-print.exp: New file.
4124
4125 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4126
4127 * gdb.compile/compile-ops.exp: Cast param to void.
4128 * gdb.compile/compile.exp: Complete type for _gdb_expr.
4129 (compile code struct_object.selffield = &struct_object): Add xfail.
4130
4131 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4132
4133 * gdb.ada/arr_enum_with_gap: New testcase.
4134
4135 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4136
4137 * gdb.ada/byte_packed_arr: New testcase.
4138
4139 2015-05-15 Joel Brobecker <brobecker@adacore.com>
4140
4141 * gdb.ada/pckd_neg: New testcase.
4142
4143 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
4144
4145 PR gdb/17820
4146 * gdb.base/gdbinit-history.exp: New test.
4147 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
4148 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
4149
4150 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
4151
4152 * gdb.python/py-xmethods.cc: Enhance test case.
4153 * gdb.python/py-xmethods.exp: New tests.
4154 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
4155 function.
4156 (B_indexoper): Likewise.
4157 (global_dm_list) : Add new xmethod worker functions.
4158
4159 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
4160
4161 * gdb.base/coredump-filter.exp: Correctly unset
4162 "coredump_var_addr" array.
4163
4164 2015-05-08 Pedro Alves <palves@redhat.com>
4165
4166 * gdb.server/non-existing-program.exp: Unset spawn_id.
4167
4168 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
4169
4170 PR python/18291
4171 * gdb.python/py-xmethods.exp: Add tests.
4172
4173 2015-05-08 Yao Qi <yao.qi@linaro.org>
4174
4175 PR gdb/18208
4176 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
4177 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
4178 function set_coredump_filter, and remove remote_exec call.
4179 Remove argument ipid. Callers update.
4180 (top level): Don't get inferior's PID.
4181
4182 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
4183
4184 * gdb.base/watch_thread_num.exp: Skip test on targets without
4185 access watchpoints.
4186
4187 2015-05-06 Pedro Alves <palves@redhat.com>
4188
4189 PR server/18081
4190 * gdb.server/non-existing-program.exp: New file.
4191
4192 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4193
4194 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
4195
4196 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4197
4198 * gdb.ada/out_of_line_in_inlined: New testcase.
4199
4200 2015-05-05 Joel Brobecker <brobecker@adacore.com>
4201
4202 * gdb.ada/var_rec_arr: New testcase.
4203
4204 2015-04-30 Yao Qi <yao.qi@linaro.org>
4205
4206 * gdb.base/break-idempotent.exp: If
4207 skip_hw_watchpoint_multi_tests returns true, skip the tests
4208 on "rwatch" and "awatch".
4209
4210 2015-04-30 Yao Qi <yao.qi@linaro.org>
4211
4212 * gdb.base/relativedebug.exp: Invoke gdb command
4213 "info sharedlibrary", and if libc.so doesn't have debug info,
4214 skip the test.
4215
4216 2015-04-29 Doug Evans <dje@google.com>
4217
4218 * gdb.python/py-xmethods.exp: Add ptype tests.
4219 * gdb.python/py-xmethods.py (E_method_char_worker): Add
4220 get_result_type method.
4221
4222 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
4223
4224 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
4225 the target does not support hardware watchpoints.
4226
4227 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
4228
4229 * gdb.base/break-always.exp: Abort testing if writing to memory
4230 causes an error.
4231
4232 2015-04-28 Doug Evans <dje@google.com>
4233
4234 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
4235 * gdb.python/py-pp-registration.exp: ... here. New file.
4236 * gdb.python/py-pp-registration.c: New file.
4237 * gdb.python/py-pp-registration.py: New file.
4238
4239 2015-04-28 Doug Evans <dje@google.com>
4240
4241 * gdb.python/py-bad-printers.c: New file.
4242 * gdb.python/py-bad-printers.py: New file.
4243 * gdb.python/py-bad-printers.exp: New file.
4244
4245 2015-04-28 Sasha Smundak <asmundak@google.com>
4246
4247 * gdb.python/py-type.exp: New test.
4248
4249 2015-04-28 Andy Wingo <wingo@igalia.com>
4250
4251 * gdb.python/py-parameter.exp:
4252 * gdb.guile/scm-parameter.exp: Escape the path that we are
4253 matching against, as it might contain characters that are special
4254 to regular expressions.
4255
4256 2015-04-27 Joel Brobecker <brobecker@adacore.com>
4257
4258 * gdb.ada/rec_comp: New testcase.
4259
4260 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
4261
4262 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
4263 before using it.
4264
4265 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
4266
4267 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
4268 new tests for verilog output.
4269
4270 2015-04-24 Yao Qi <yao.qi@linaro.org>
4271
4272 * boards/remote-gdbserver-on-localhost.exp: New file.
4273
4274 2015-04-23 Pedro Alves <palves@redhat.com>
4275
4276 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
4277 $inferior_spawn_id instead of $inferior_spawn_id directly. On
4278 "end of file", remove $inferior_spawn_id from the indirect list.
4279
4280 2015-04-23 Pedro Alves <palves@redhat.com>
4281
4282 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
4283
4284 2015-04-23 Pedro Alves <palves@redhat.com>
4285
4286 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
4287 on $any_spawn_id instead of only on $gdb_spawn_id.
4288
4289 2015-04-21 Pierre Muller <muller@sourceware.org>
4290
4291 PR pascal/17815
4292 * lib/pascal.exp (gpc_compile): Add new option "class".
4293 (fpc_compile): Likewise.
4294 * gdb.pascal/case-insensitive-symbols.pas: New file.
4295 * gdb.pascal/case-insensitive-symbols.exp: New file.
4296
4297 2015-04-20 Gary Benson <gbenson@redhat.com>
4298
4299 * gdb.base/attach.exp: Fix three extended remote failures.
4300
4301 2015-04-17 Gary Benson <gbenson@redhat.com>
4302
4303 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
4304 the main executable over the remote protocol.
4305
4306 2015-04-16 Pedro Alves <palves@redhat.com>
4307
4308 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
4309 a new gdbserver if gdbserver_reconnect_p is set.
4310
4311 2015-04-16 Pedro Alves <palves@redhat.com>
4312
4313 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
4314 is set, don't exit gdbserver.
4315
4316 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4317
4318 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
4319 appropriate .insn, such that an older assembler can be used.
4320 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
4321 the z/Architecture instruction set on 31-bit targets as well.
4322
4323 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4324
4325 * gdb.go/handcall.exp: Remove all logic related to the first
4326 breakpoint and rely on go_runto_main instead.
4327 * gdb.go/strings.exp: Likewise.
4328 * gdb.go/unsafe.exp: Likewise.
4329 * gdb.go/hello.exp: Likewise. Also rename the remaining
4330 breakpoint marker to "breakpoint 1".
4331 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
4332 * gdb.go/strings.go: Likewise.
4333 * gdb.go/unsafe.go: Likewise.
4334 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
4335 "set breakpoint 2 here" and rename the remaining breakpoint marker
4336 to "breakpoint 1".
4337
4338 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
4339
4340 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
4341 if itertools.imap is not present.
4342 * gdb.python/py-objfile.exp: Add parentheses.
4343 * gdb.python/py-type.exp: Same.
4344 * gdb.python/py-unwind-maint.py: Same.
4345
4346 2015-04-15 Yao Qi <yao.qi@linaro.org>
4347
4348 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
4349 of ":$ptr_size" and set its form explicitly.
4350
4351 2015-04-15 Pedro Alves <palves@redhat.com>
4352 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
4355 timeout by factor of 4.
4356 (test_regular_watch): Likewise.
4357 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
4358 * gdb.reverse/sigall-reverse.exp: Likewise.
4359 * gdb.reverse/until-precsave.exp: Likewise.
4360 * lib/gdb.exp (with_timeout_factor): New proc.
4361 (gdb_expect): Move some code to ...
4362 (get_largest_timeout): ... here. New procedure.
4363
4364 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
4365
4366 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
4367
4368 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
4369
4370 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
4371 to write to the .text section.
4372
4373 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
4374
4375 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
4376 Handle the case of targets that do not provide PID information.
4377
4378 2015-04-13 Yao Qi <yao.qi@linaro.org>
4379
4380 * lib/gdbserver-support.exp (gdb_exit): Catch exception
4381 and use expect instead of gdb_expect.
4382
4383 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
4384
4385 * gdb.base/coredump-filter.exp: Rename variable "addr" to
4386 "coredump_var_addr" to avoid naming conflict with other testcases.
4387
4388 2015-04-10 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
4391 gdb_test_sequence and gdb_assert.
4392
4393 2015-04-10 Pedro Alves <palves@redhat.com>
4394
4395 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
4396 test messages that don't include the breakpoint address.
4397
4398 2015-04-10 Yao Qi <yao.qi@linaro.org>
4399
4400 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
4401 false for some offset and width combinations which aren't
4402 supported by linux kernel.
4403
4404 2015-04-10 Pedro Alves <palves@redhat.com>
4405
4406 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
4407 procedure, factored out from ...
4408 (top level): ... here. Add "set displaced-stepping" testing axis.
4409 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
4410 parameter "displaced". Use it.
4411 (top level): Use foreach and add "set displaced-stepping" testing
4412 axis.
4413
4414 2015-04-10 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
4417 Remove comment.
4418 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
4419 both the address of the instruction that triggers the watchpoint
4420 and the address of the instruction immediately after, and use
4421 those addresses for the test. Fix comment.
4422
4423 2015-04-10 Pedro Alves <palves@redhat.com>
4424
4425 * gdb.base/sigstep.exp (breakpoint_to_handler)
4426 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
4427 Test "backtrace" in handler.
4428 (breakpoint_over_handler): New parameter 'displaced'. Use it.
4429 (top level): Add new "displaced" test axis to
4430 breakpoint_to_handler, breakpoint_to_handler_entry and
4431 breakpoint_over_handler.
4432
4433 2015-04-10 Pedro Alves <palves@redhat.com>
4434
4435 PR gdb/18216
4436 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
4437
4438 2015-04-10 Yao Qi <yao.qi@linaro.org>
4439
4440 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
4441 (test_add_rn_pc): New function.
4442 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
4443 (top level): Invoke test_add_rn_pc.
4444
4445 2015-04-10 Pedro Alves <palves@redhat.com>
4446
4447 PR gdb/13858
4448 * gdb.base/step-over-no-symbols.exp: New file.
4449
4450 2015-04-09 Andy Wingo <wingo@igalia.com>
4451
4452 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
4453 after the Python tests.
4454
4455 2015-04-08 Keith Seitz <keiths@redhat.com>
4456
4457 PR python/16699
4458 * gdb.python/py-completion.exp: New tests for completion.
4459 * gdb.python/py-completion.py (CompleteLimit1): New class.
4460 (CompleteLimit2): Likewise.
4461 (CompleteLimit3): Likewise.
4462 (CompleteLimit4): Likewise.
4463 (CompleteLimit5): Likewise.
4464 (CompleteLimit6): Likewise.
4465 (CompleteLimit7): Likewise.
4466
4467 2015-04-08 Pedro Alves <palves@redhat.com>
4468
4469 PR gdb/18214
4470 PR gdb/18216
4471 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
4472 function.
4473 (main): Install it as SIGUSR1 handler.
4474 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
4475 parameter. Always use "setup" as prefix. Toggle "set
4476 displaced-stepping" off/on depending on global. Don't switch to
4477 thread 1 here.
4478 (top level): Add displaced stepping "off/on" test axis. Update
4479 "setup" calls. Wrap each subtest with with_test_prefix. Test
4480 continuing with a queued signal in each thread.
4481
4482 2015-04-08 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
4485 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
4486 gdb_breakpoint instead of gdb_test that doesn't expect anything.
4487 Return early if running to main fails.
4488 * gdb.trace/while-stepping.exp: Likewise.
4489
4490 2015-04-07 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
4493 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
4494 interact with inferior program.
4495
4496 2015-04-07 Pedro Alves <palves@redhat.com>
4497
4498 * lib/gdb.exp (inferior_spawn_id): New global.
4499 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
4500 spawn id after processing the user code.
4501 (default_gdb_start): Set inferior_spawn_id.
4502 (send_inferior): New procedure.
4503 * lib/gdbserver-support.exp (gdbserver_start): Set
4504 inferior_spawn_id.
4505 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
4506
4507 2015-04-07 Pedro Alves <palves@redhat.com>
4508
4509 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
4510 * lib/gdbserver-support.exp (gdbserver_start): Make
4511 $server_spawn_id global.
4512 (gdbserver_start): Don't wait for gdbserver's spawn id with
4513 expect_background.
4514 (close_gdbserver): New procedure.
4515 (gdb_exit): Rename the default version and reimplement.
4516
4517 2015-04-07 Pedro Alves <palves@redhat.com>
4518
4519 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
4520 append the substituted item, not the original item.
4521
4522 2015-04-07 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
4525 gdb_expect.
4526
4527 2015-04-07 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/interrupt.exp: Don't handle the case of the inferior
4530 output appearing once only.
4531
4532 2015-04-07 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
4535 that doesn't expect anything. Return early if running to main
4536 fails.
4537
4538 2015-04-07 Yao Qi <yao.qi@linaro.org>
4539
4540 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
4541 (child_function): Call alarm.
4542 (main): Move call to alarm into the loop.
4543 * gdb.threads/non-stop-fair-events.exp: Build program with
4544 -DTIMEOUT=$timeout.
4545
4546 2015-04-06 Doug Evans <xdje42@gmail.com>
4547
4548 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
4549 Fix dest parameter to board_info.
4550 (fpc_compile): Ditto.
4551 (gdb_compile_pascal): Rename dest arg to destfile.
4552
4553 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
4554
4555 * gdb.ada/funcall_ref.exp: New file.
4556 * gdb.ada/funcall_ref/foo.adb: New file.
4557
4558 2015-04-02 Yao Qi <yao.qi@linaro.org>
4559
4560 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
4561 is remote.
4562
4563 2015-04-02 Gary Benson <gbenson@redhat.com>
4564
4565 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
4566
4567 2015-04-01 Sasha Smundak <asmundak@google.com>
4568
4569 * gdb.python/py-unwind-maint.c: New file.
4570 * gdb.python/py-unwind-maint.exp: New test.
4571 * gdb.python/py-unwind-maint.py: New file.
4572 * gdb.python/py-unwind.c: New file.
4573 * gdb.python/py-unwind.exp: New test.
4574 * gdb.python/py-unwind.py: New test.
4575
4576 2015-04-01 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
4579 to fail instead of non-existent $test.
4580
4581 2015-04-01 Pedro Alves <palves@redhat.com>
4582
4583 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
4584 GDBFLAGS if not empty.
4585
4586 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
4587
4588 * gdb.ada/complete.exp: Remove "multi_line".
4589 * gdb.ada/info_exc.exp: Remove "multi_line".
4590 * gdb.ada/packed_tagged.exp: Remove "multi_line".
4591 * gdb.ada/ptype_field.exp: Remove "multi_line".
4592 * gdb.ada/sym_print_name.exp: Remove "multi_line".
4593 * gdb.ada/tagged.exp: Remove "multi_line".
4594 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
4595 [multi_line ...]
4596 * gdb.btrace/delta.exp: Likewise.
4597 * gdb.btrace/exception.exp: Likewise.
4598 * gdb.btrace/function_call_history.exp: Likewise.
4599 * gdb.btrace/instruction_history.exp: Likewise.
4600 * gdb.btrace/nohist.exp: Likewise.
4601 * gdb.btrace/record_goto.exp: Likewise.
4602 * gdb.btrace/segv.exp: Likewise.
4603 * gdb.btrace/stepi.exp: Likewise.
4604 * gdb.btrace/tailcall.exp: Likewise.
4605 * gdb.btrace/unknown_functions.exp: Likewise.
4606 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
4607 * lib/gdb.exp: Add the "multi_line" helper.
4608
4609 2015-04-01 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.threads/tid-reuse.c: New file.
4612 * gdb.threads/tid-reuse.exp: New file.
4613
4614 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
4615
4616 PR corefiles/16092
4617 * gdb.base/coredump-filter.c: New file.
4618 * gdb.base/coredump-filter.exp: Likewise.
4619
4620 2015-03-27 Petr Machata <pmachata@redhat.com>
4621
4622 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
4623 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
4624 (Dwarf::assemble): Initialize them.
4625 (Dwarf::lines): New function.
4626
4627 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
4628
4629 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
4630 SYMBOL_PREFIX for x86_64-*-cygwin.
4631
4632 2015-03-26 Andy Wingo <wingo@igalia.com>
4633
4634 PR symtab/18148
4635 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
4636 const_value but not a location.
4637 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
4638 location defined in non-main CUs are visible.
4639
4640 2015-03-26 Yao Qi <yao.qi@linaro.org>
4641
4642 PR testsuite/18139
4643 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
4644 Add a line number entry for the same line.
4645 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
4646 Add a line number entry for the same line.
4647
4648 2015-03-26 Yao Qi <yao.qi@linaro.org>
4649
4650 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
4651 .int 0.
4652 (func): Likewise. Add .Lfunc_1 label.
4653 Use .Lfunc_1 label.
4654 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
4655 .int 0.
4656 (func): Likewise.
4657 Use .Lfunc_1 label.
4658
4659 2015-03-26 Yao Qi <yao.qi@linaro.org>
4660
4661 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
4662 Call gdb_compile instead to compile each .s files without debug
4663 information.
4664
4665 2015-03-26 Yao Qi <yao.qi@linaro.org>
4666
4667 * gdb.base/savedregs.exp (process_saved_regs): Make
4668 "Saved registers:" optional in the pattern.
4669
4670 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4671
4672 * gdb.btrace/next.exp: Merged into step.exp.
4673 * gdb.btrace/finish.exp: Merged into step.exp.
4674 * gdb.btrace/nexti.exp: Merged into stepi.exp.
4675 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
4676 "record goto" and checking the exact replay position.
4677 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
4678 check for "Recording format" in "info record" output.
4679 * gdb.btrace/record_goto.exp: Choose test file based on target.
4680 * gdb.btrace/x86-record_goto.S: Renamed into ...
4681 * gdb.btrace/x86_64-record_goto.S: ... this.
4682 * gdb.btrace/i686-record_goto.S: New.
4683 * gdb.btrace/x86-tailcall.S: Renamed into ...
4684 * gdb.btrace/x86_64-tailcall.S: ... this.
4685 * gdb.btrace/i686-tailcall.S: New.
4686 * gdb.btrace/x86-tailcall.c: Renamed into ...
4687 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
4688 separate statements. Update test.
4689 * gdb.btrace/delta.exp: Use record_goto.c as test file.
4690 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
4691 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
4692 * gdb.btrace/tailcall.exp: Choose test file based on target.
4693 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
4694
4695 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
4696
4697 * gdb.btrace/exception.exp: Increase BTS buffer size.
4698
4699 2015-03-24 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
4702
4703 2015-03-24 Pedro Alves <palves@redhat.com>
4704
4705 * gdb.threads/schedlock.exp (test_step): No longer expect that
4706 "set scheduler-locking step" with "next" over a function call runs
4707 threads unlocked.
4708
4709 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4710
4711 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
4712
4713 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
4714
4715 PR breakpoints/16466
4716 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
4717 * gdb.mi/mi-pending.c (thread_func): New function.
4718 (int main): Add threading support required.
4719 * gdb.mi/mi-pending.exp: Add tests for this issue.
4720 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
4721 (pendfunc2): Remove stdio dependency.
4722 * gdb.mi/mi-pendshr2.c: New file.
4723
4724 2015-03-23 Keith Seitz <keiths@redhat.com>
4725
4726 * gdb.linespec/keywords.c: New file.
4727 * gdb.linespec/keywords.exp: New file.
4728
4729 2015-03-23 Keith Seitz <keiths@redhat.com>
4730
4731 PR gdb/18021
4732 * gdb.dwarf2/staticvirtual.exp: New test.
4733
4734 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4735
4736 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
4737 * README: Remove HP-UX and gdb.hp.
4738 (configuration):
4739 * configure: Regenerate.
4740 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
4741 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
4742 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
4743 gdb.hp/gdb.defects/Makefile.
4744 * gdb.hp/Makefile.in: File deleted.
4745 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
4746 * gdb.hp/gdb.aCC/optimize.c: File deleted.
4747 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
4748 * gdb.hp/gdb.aCC/run.c: File deleted.
4749 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
4750 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
4751 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
4752 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
4753 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
4754 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
4755 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
4756 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
4757 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
4758 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
4759 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
4760 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
4761 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
4762 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
4763 * gdb.hp/gdb.base-hp/reg.s: File deleted.
4764 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
4765 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
4766 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
4767 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
4768 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
4769 * gdb.hp/gdb.compat/Makefile.in: File deleted.
4770 * gdb.hp/gdb.compat/average.c: File deleted.
4771 * gdb.hp/gdb.compat/sum.c: File deleted.
4772 * gdb.hp/gdb.compat/xdb.c: File deleted.
4773 * gdb.hp/gdb.compat/xdb0.c: File deleted.
4774 * gdb.hp/gdb.compat/xdb0.h: File deleted.
4775 * gdb.hp/gdb.compat/xdb1.c: File deleted.
4776 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
4777 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
4778 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
4779 * gdb.hp/gdb.defects/Makefile.in: File deleted.
4780 * gdb.hp/gdb.defects/bs14602.c: File deleted.
4781 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
4782 * gdb.hp/gdb.defects/solib-d.c: File deleted.
4783 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
4784 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
4785 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
4786 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
4787 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
4788 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
4789 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
4790 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
4791 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
4792 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
4793 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
4794 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
4795 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
4796 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
4797 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
4798 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
4799 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
4800 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
4801 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
4802 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
4803 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
4804 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
4805 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
4806 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
4807 * gdb.hp/tools/odump: File deleted.
4808
4809 2015-03-19 Pedro Alves <palves@redhat.com>
4810
4811 * gdb.threads/continue-pending-status.exp (saw_thread_2)
4812 (saw_thread_3): New globals.
4813 (top level): Increment them when an event for the corresponding
4814 thread is seen.
4815 (no thread starvation): New test.
4816
4817 2015-03-19 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.threads/continue-pending-status.c: New file.
4820 * gdb.threads/continue-pending-status.exp: New file.
4821
4822 2015-03-18 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
4825 Use gdb_is_target_remote instead of is_remote. Use
4826 gdb_test_multiple instead of gdb_expect. Exit early if
4827 gdb_test_multiple hits its internal matches. Tighten stepi tests
4828 expected output. Fail on exit with any signal, instead of just
4829 SIGILL.
4830
4831 2015-03-18 Yao Qi <yao.qi@linaro.org>
4832
4833 PR tdep/18107
4834 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
4835 variable.
4836 * gdb.base/catch-syscall.exp: Don't skip it on
4837 aarch64*-*-linux* target. Remove elements in all_syscalls.
4838 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
4839 target.
4840 (setup_all_syscalls): New proc.
4841
4842 2015-03-16 Yao Qi <yao.qi@linaro.org>
4843
4844 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
4845 (top level): Skip tests if valid_addr_p returns false for
4846 $cmd1 or $cmd2.
4847
4848 2015-03-11 Andy Wingo <wingo@igalia.com>
4849
4850 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
4851
4852 2015-03-11 Yao Qi <yao.qi@linaro.org>
4853
4854 * gdb.base/catch-syscall.exp: Fix typo in comments.
4855
4856 2015-03-11 Yao Qi <yao.qi@linaro.org>
4857
4858 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
4859
4860 2015-03-09 Pedro Alves <palves@redhat.com>
4861
4862 * dg-extract-results.py: Delete.
4863
4864 2015-03-09 Pedro Alves <palves@redhat.com>
4865
4866 Merge dg-extract-results.sh from GCC upstream (r218843).
4867
4868 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
4869 * dg-extract-results.sh: Use --text with grep to avoid issues with
4870 binary files. Fall back to cat -v, if that doesn't work.
4871
4872 2015-03-05 Pedro Alves <palves@redhat.com>
4873
4874 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
4875
4876 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
4877
4878 * lib/mi-support.exp (mi_expect_interrupt): Accept
4879 alternative event for when in all-stop mode.
4880
4881 2015-03-04 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
4884
4885 2015-03-04 Mark Kettenis <kettenis@gnu.org>
4886
4887 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
4888
4889 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4890
4891 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
4892 regexps for GDB's current line display, accept a hex address
4893 preceding the line number.
4894
4895 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4896
4897 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
4898 the 'arch1' variable for "s390*-linux*" targets.
4899
4900 2015-03-04 Pedro Alves <palves@redhat.com>
4901
4902 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
4903 (main): Pass missing retval argument to pthread_join call.
4904
4905 2015-03-02 Pedro Alves <palves@redhat.com>
4906
4907 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
4908 (top level): Call do_test with non-stop as well.
4909
4910 2015-03-02 Pedro Alves <palves@redhat.com>
4911
4912 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
4913 -1.
4914
4915 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
4916
4917 * gdb.arch/s390-vregs.exp: New test.
4918 * gdb.arch/s390-vregs.S: New file.
4919
4920 2015-02-27 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
4923 call to catch_command_errors.
4924 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
4925 catch_command_errors.
4926
4927 2015-02-27 Pedro Alves <palves@redhat.com>
4928
4929 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
4930 "true" for boolean result.
4931 * gdb.gdb/selftest.exp (test_with_self): Also accept full
4932 prototype of main.
4933
4934 2015-02-27 Pedro Alves <palves@redhat.com>
4935
4936 * lib/unbuffer_output.c: New file.
4937 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
4938 (main): Call gdb_unbuffer_output.
4939
4940 2015-02-27 Yao Qi <yao.qi@linaro.org>
4941
4942 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
4943 target.
4944
4945 2015-02-26 Doug Evans <dje@google.com>
4946
4947 * gdb.cp/class2.cc (Dbase, D): New classes.
4948 (main): New local delta.
4949 * gdb.cp/class2.exp: Test printing delta.
4950 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
4951 (dynbar): New global.
4952 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
4953
4954 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4955
4956 * gdb.compile/compile-ifunc.c: New file.
4957 * gdb.compile/compile-ifunc.exp: New file.
4958
4959 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
4960
4961 * gdb.base/structs.exp: Check for correct struct on finish.
4962
4963 2015-02-26 Yao Qi <yao.qi@linaro.org>
4964
4965 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
4966 is zero.
4967
4968 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4969
4970 * gdb.arch/cordic.ko.bz2: New file.
4971 * gdb.arch/cordic.ko.debug.bz2: New file.
4972 * gdb.arch/ppc64-symtab-cordic.exp: New file.
4973
4974 2015-02-25 Yao Qi <yao.qi@linaro.org>
4975
4976 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
4977 aarch64*-*-* target.
4978
4979 2015-02-23 Pedro Alves <palves@redhat.com>
4980
4981 * lib/gdb.exp (delete_breakpoints): Rewrite using
4982 gdb_test_multiple.
4983
4984 2015-02-23 Pedro Alves <palves@redhat.com>
4985
4986 * gdb.base/info-os.c: Include stdlib.h.
4987
4988 2015-02-22 Doug Evans <xdje42@gmail.com>
4989
4990 PR symtab/17855
4991 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
4992 is read after symbols have been re-read.
4993 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
4994 * gdb.ada/exec_changed/second.adb (Second): Ditto.
4995
4996 2015-02-21 Doug Evans <dje@google.com>
4997
4998 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
4999
5000 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5001
5002 PR corefiles/17808
5003 * gdb.arch/i386-biarch-core.core.bz2: New file.
5004 * gdb.arch/i386-biarch-core.exp: New file.
5005
5006 2015-02-21 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
5009 runto_main fails.
5010
5011 2015-02-20 Pedro Alves <palves@redhat.com>
5012
5013 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
5014 info probes.
5015
5016 2015-02-20 Pedro Alves <palves@redhat.com>
5017
5018 * gdb.threads/multi-create-ns-info-thr.exp: New file.
5019
5020 2015-02-20 Pedro Alves <palves@redhat.com>
5021
5022 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
5023 clean_restart before gdb_target_supports_trace.
5024
5025 2015-02-20 Pedro Alves <palves@redhat.com>
5026
5027 PR threads/18006
5028 * gdb.threads/clone-thread_db.c: New file.
5029 * gdb.threads/clone-thread_db.exp: New file.
5030
5031 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
5032
5033 PR breakpoints/16812
5034 * gdb.base/catch-gdb-caused-signals.c: New file.
5035 * gdb.base/catch-gdb-caused-signals.exp: New file.
5036
5037 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
5038
5039 * configure: Regenerated.
5040 * configure.ac: Use GDB_AC_TRANSFORM.
5041 * aclocal.m4: sinclude ../transform.m4.
5042
5043 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5044
5045 * lib/dtrace.exp: New file.
5046 * gdb.base/dtrace-probe.exp: Likewise.
5047 * gdb.base/dtrace-probe.d: Likewise.
5048 * gdb.base/dtrace-probe.c: Likewise.
5049 * lib/pdtrace.in: Likewise.
5050 * configure.ac: Output variables with the transformed names of
5051 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
5052 * configure: Regenerated.
5053
5054 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
5055
5056 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
5057 expected message when trying to access $_probe_* convenience
5058 variables while not on a probe.
5059
5060 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5061
5062 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
5063
5064 2015-02-11 Pedro Alves <pedro@codesourcery.com>
5065
5066 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
5067 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
5068
5069 2015-02-10 Doug Evans <xdje42@gmail.com>
5070
5071 * lib/gdb.exp (gdb_load): Always return a result.
5072
5073 2015-02-10 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.threads/signal-sigtrap.c: New file.
5076 * gdb.threads/signal-sigtrap.exp: New file.
5077
5078 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
5079
5080 * gdb.trace/no-attach-trace.c: New file.
5081 * gdb.trace/no-attach-trace.exp: New file.
5082
5083 2015-02-09 Mark Wielaard <mjw@redhat.com>
5084
5085 * gdb.dwarf2/atomic.c: New file.
5086 * gdb.dwarf2/atomic-type.exp: Likewise.
5087
5088 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5089
5090 * gdb.btrace/buffer-size.exp: Update "info record" output.
5091 * gdb.btrace/delta.exp: Update "info record" output.
5092 * gdb.btrace/enable.exp: Update "info record" output.
5093 * gdb.btrace/finish.exp: Update "info record" output.
5094 * gdb.btrace/instruction_history.exp: Update "info record" output.
5095 * gdb.btrace/next.exp: Update "info record" output.
5096 * gdb.btrace/nexti.exp: Update "info record" output.
5097 * gdb.btrace/step.exp: Update "info record" output.
5098 * gdb.btrace/stepi.exp: Update "info record" output.
5099 * gdb.btrace/nohist.exp: Update "info record" output.
5100
5101 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5102
5103 * gdb.btrace/buffer-size: New.
5104
5105 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
5106
5107 * gdb.btrace/delta.exp: Update "info record" output.
5108 * gdb.btrace/enable.exp: Update "info record" output.
5109 * gdb.btrace/finish.exp: Update "info record" output.
5110 * gdb.btrace/instruction_history.exp: Update "info record" output.
5111 * gdb.btrace/next.exp: Update "info record" output.
5112 * gdb.btrace/nexti.exp: Update "info record" output.
5113 * gdb.btrace/step.exp: Update "info record" output.
5114 * gdb.btrace/stepi.exp: Update "info record" output.
5115 * gdb.btrace/nohist.exp: Update "info record" output.
5116
5117 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
5118
5119 PR gdb/15678
5120 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
5121
5122 2015-02-06 Pedro Alves <palves@redhat.com>
5123
5124 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
5125 macro.
5126 (seconds_left, again): New globals.
5127 (main): Wait seconds_left in a 1-second sleep loop instead of
5128 sleeping 180 seconds. If 'again' is set, reset the seconds
5129 counter.
5130 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
5131 'again' in the inferior before detaching. Print the seconds left.
5132 (options): New global.
5133 (top level): Build program with -DTIMEOUT=$timeout.
5134
5135 2015-02-06 Pedro Alves <palves@redhat.com>
5136
5137 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
5138 determine how many seconds to pass to 'alarm'.
5139 * gdb.base/gdb-sigterm.exp (top level): Build program with
5140 -DTIMEOUT=$timeout.
5141 (do_test): Return success/failure indication. Add more verbose
5142 logging. Don't fail if 200 single steps are seen. Instead, fail
5143 when the test times out.
5144 (passes): New global.
5145 (top level): Break the testing loop if testing fails on any
5146 iteration. Use gdb_assert.
5147
5148 2015-02-04 Don Breazeal <donb@codesourcery.com>
5149
5150 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
5151 and initialize them.
5152 (ipc_cleanup): New function.
5153 (main): Don't declare shmid, semid, and msqid. Add a call to
5154 atexit so that we call ipc_cleanup on exit.
5155
5156 2015-02-04 Pedro Alves <palves@redhat.com>
5157
5158 * boards/native-extended-gdbserver.exp: Remove any target variant
5159 specifications from the board name before clearing the isremote
5160 flag from board_info.
5161
5162 2015-01-31 Doug Evans <xdje42@gmail.com>
5163
5164 * gdb.base/maint.exp <maint print type argc>: Update expected output.
5165
5166 2015-01-31 Gary Benson <gbenson@redhat.com>
5167
5168 * gdb.base/completion.exp: Disable completion limiting for
5169 existing tests. Add new tests to check completion limiting.
5170 * gdb.linespec/ls-errs.exp: Disable completion limiting.
5171
5172 2015-01-31 Doug Evans <xdje42@gmail.com>
5173
5174 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
5175
5176 2015-01-31 Doug Evans <xdje42@gmail.com>
5177
5178 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
5179 entries. Duplicate file section script entries.
5180 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
5181 inlined entries. Add test for safe-path rejection.
5182 * gdb.python/py-section-script.c: Add duplicate inlined section script
5183 entries. Duplicate file section script entries.
5184 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
5185 inlined entries. Add test for safe-path rejection.
5186
5187 2015-01-29 Joel Brobecker <brobecker@adacore.com>
5188
5189 * gdb.ada/disc_arr_bound: New testcase.
5190
5191 2015-01-29 Joel Brobecker <brobecker@adacore.com>
5192
5193 * gdb.ada/mi_var_array: New testcase.
5194
5195 2015-01-27 Doug Evans <dje@google.com>
5196
5197 * gdb.python/py-objfile.exp: Add tests for objfile.username.
5198 Add test for objfile.filename, objfile.username after objfile
5199 has been unloaded.
5200
5201 2015-01-26 Joel Brobecker <brobecker@adacore.com>
5202
5203 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
5204 the second test to print the name attribute of value
5205 returned by the call to gdb.lookup_type, and adjust
5206 the expected output accordingly.
5207
5208 2015-01-25 Mark Wielaard <mjw@redhat.com>
5209
5210 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
5211 * gdb.base/disp-step-fork.c: Include unistd.h.
5212 * gdb.base/siginfo-obj.c: Include stdio.h.
5213 * gdb.base/siginfo-thread.c: Likewise.
5214 * gdb.mi/non-stop.c: Include unistd.h.
5215 * gdb.mi/nsthrexec.c: Include stdio.h.
5216 * gdb.mi/pthreads.c: Include unistd.h.
5217 * gdb.modula2/unbounded1.c (main): Declare returns int.
5218 * gdb.reverse/consecutive-reverse.c: Likewise.
5219 * gdb.threads/create-fail.c: Include unistd.h.
5220 * gdb.threads/killed.c: Likewise.
5221 * gdb.threads/linux-dp.c: Likewise.
5222 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
5223 * gdb.threads/non-ldr-exc-2.c: Likewise.
5224 * gdb.threads/non-ldr-exc-3.c: Likewise.
5225 * gdb.threads/non-ldr-exc-4.c: Likewise.
5226 * gdb.threads/pthreads.c: Include unistd.h.
5227 (main): Declare returns int.
5228 * gdb.threads/tls-main.c (foo): New declaration.
5229 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
5230
5231 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5232
5233 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
5234 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
5235
5236 2015-01-15 Mark Wielaard <mjw@redhat.com>
5237
5238 * gdb.base/noreturn-return.c: New file.
5239 * gdb.base/noreturn-return.exp: New file.
5240 * gdb.base/noreturn-finish.c: New file.
5241 * gdb.base/noreturn-finish.exp: New file.
5242
5243 2015-01-23 Pedro Alves <palves@redhat.com>
5244
5245 * gdb.threads/continue-pending-after-query.c: New file.
5246 * gdb.threads/continue-pending-after-query.exp: New file.
5247
5248 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
5249 Simon Marchi <simon.marchi@ericsson.com>
5250
5251 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
5252 * gdb.base/valgrind-db-attach.exp: Same.
5253 * gdb.base/valgrind-infcall.exp: Same.
5254 * lib/mi-support.exp (default_mi_gdb_start): Same.
5255 * lib/prompt.exp (default_prompt_gdb_start): Same.
5256 * lib/gdb.exp (default_gdb_spawn): Same.
5257 (gdb_interact): New.
5258
5259
5260 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5261
5262 * gdb.compile/compile.exp (pointer to jit function): New test.
5263
5264 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
5265
5266 * lib/gdb.exp (supports_process_record): Return true for
5267 powerpc*-*-linux*.
5268 (supports_reverse): Likewise.
5269
5270 2015-01-15 Don Breazeal <donb@codesourcery.com>
5271
5272 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
5273 instead of checking whether the target board is remote and
5274 use spawn_wait_for_attach instead of exec/sleep.
5275 * gdb.base/attach-twice.exp: Likewise.
5276
5277 2015-01-15 Joel Brobecker <brobecker@adacore.com>
5278
5279 * gdb.ada/var_arr_attrs: New testcase.
5280
5281 2015-01-14 Pedro Alves <palves@redhat.com>
5282 Joel Brobecker <brobecker@adacore.com>
5283
5284 PR gdb/17525
5285 * gdb.base/bp-cmds-execution-x-script.c: New file.
5286 * gdb.base/bp-cmds-execution-x-script.exp: New file.
5287 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
5288
5289 2015-01-14 Pedro Alves <palves@redhat.com>
5290
5291 PR cli/17828
5292 * gdb.base/batch-preserve-term-settings.c: New file.
5293 * gdb.base/batch-preserve-term-settings.exp: New file.
5294
5295 2015-01-13 Doug Evans <dje@google.com>
5296
5297 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
5298 binary.
5299
5300 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5301
5302 * Makefile.in (clean mostlyclean): Do not delete *.py.
5303
5304 2015-01-13 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.python/py-lookup-type.exp: New file.
5307
5308 2015-01-12 Pedro Alves <palves@redhat.com>
5309
5310 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
5311 restore GDBFLAGS before returning.
5312
5313 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5314
5315 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
5316 is_amd64_regs_target and is_x86_like_target.
5317
5318 2015-01-11 Doug Evans <xdje42@gmail.com>
5319
5320 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
5321 is given without an explicit form.
5322 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
5323 attributes.
5324 * gdb.dwarf/corrupt.exp: Ditto.
5325 * gdb.dwarf2/enum-type.exp: Ditto.
5326 * gdb.trace/entry-values.exp: Ditto.
5327 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
5328
5329 2015-01-11 Doug Evans <xdje42@gmail.com>
5330
5331 PR gdb/15830
5332 * gdb.base/maint.exp: Remove references to "maint demangle".
5333 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
5334 Add tests for explicitly specifying language to demangle.
5335 * gdb.dlang/demangle.exp: Ditto.
5336
5337 2015-01-09 Pedro Alves <palves@redhat.com>
5338
5339 * gdb.threads/non-stop-fair-events.c: New file.
5340 * gdb.threads/non-stop-fair-events.exp: New file.
5341
5342 2015-01-09 Pedro Alves <palves@redhat.com>
5343
5344 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
5345 the global scope. Set a breakpoint after all threads are started
5346 rather than stepping over two source lines. Expect the prompt.
5347 * gdb.base/watch_thread_num.c (threads_started_barrier): New
5348 global.
5349 (NUM): Now 15.
5350 (main): Use threads_started_barrier to wait for all threads to
5351 start. Main thread no longer calls thread_function. Exit after
5352 180 seconds.
5353 (loop): New function.
5354 (thread_function): Wait on threads_started_barrier barrier. Call
5355 'loop' at each iteration.
5356 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
5357 threads have started, instead of hardcoding number of "next"
5358 steps. Use an access watchpoint instead of a write watchpoint.
5359
5360 2015-01-09 Pedro Alves <palves@redhat.com>
5361
5362 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
5363 (thread_func): Wait on barrier.
5364 (main): Wait for all threads to start before stopping GDB.
5365 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
5366 global.
5367 (thread1_func, thread2_func): Wait on barrier.
5368 (main): Wait for all threads to start before stopping GDB.
5369 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
5370 New global.
5371 (thread1_func, thread2_func): Wait on barrier.
5372 (main): Wait for all threads to start before stopping GDB.
5373
5374 2015-01-09 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.threads/attach-many-short-lived-threads.c: New file.
5377 * gdb.threads/attach-many-short-lived-threads.exp: New file.
5378
5379 2014-01-09 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
5382 instead of to thread 2.
5383 * gdb.threads/signal-command-multiple-signals-pending.c (main):
5384 Add barrier around each pthread_create call instead of around all
5385 calls.
5386 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
5387 Set a break on thread_function and have the child threads hit it
5388 one at at a time.
5389
5390 2015-01-09 Pedro Alves <palves@redhat.com>
5391
5392 * lib/gdb.exp (can_spawn_for_attach): New procedure.
5393 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
5394 false.
5395 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
5396 checking whether the target board is remote.
5397 * gdb.multi/multi-attach.exp: Likewise.
5398 * gdb.python/py-sync-interp.exp: Likewise.
5399 * gdb.server/ext-attach.exp: Likewise.
5400 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
5401 tests that need to attach, instead of checking whether the target
5402 board is remote at the top of the file.
5403
5404 2015-01-08 Yao Qi <yao@codesourcery.com>
5405
5406 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
5407
5408 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5409
5410 Fix testcase compilation.
5411 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
5412
5413 2015-01-06 Joel Brobecker <brobecker@adacore.com>
5414
5415 * gdb.python/py-type.exp: Add a couple test about empty
5416 array creation, and negative-length array creation.
5417
5418 2015-01-02 Doug Evans <xdje42@gmail.com>
5419
5420 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
5421
5422 2015-01-02 Doug Evans <dje@google.com>
5423
5424 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
5425
5426 2014-12-29 Yao Qi <yao@codesourcery.com>
5427
5428 * gdb.trace/entry-values.exp: Update comments. Rename variable
5429 bar_call_foo to returned_from_foo.
5430
5431 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
5432
5433 PR gdb/17394
5434 * gdb.linespec/break-asm-file.c: New file.
5435 * gdb.linespec/break-asm-file.exp: New file.
5436 * gdb.linespec/break-asm-file0.s: New file.
5437 * gdb.linespec/break-asm-file1.s: New file.
5438
5439 2014-12-18 Nigel Stephens <nigel@mips.com>
5440 Maciej W. Rozycki <macro@codesourcery.com>
5441
5442 * gdb.base/float.exp: Handle the new output from "info float" on
5443 MIPS targets.
5444
5445 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5446
5447 Fix MinGW compilation.
5448 * gdb.compile/compile-ops.exp: Update untested message if
5449 !skip_compile_feature_tests.
5450 * gdb.compile/compile-setjmp.exp: Likewise.
5451 * gdb.compile/compile-tls.exp: Likewise.
5452 * gdb.compile/compile.exp: Likewise.
5453 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
5454 supported on this host".
5455
5456 2014-12-16 Doug Evans <xdje42@gmail.com>
5457
5458 * boards/stabs.exp: New file.
5459
5460 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
5461
5462 * gdb.base/completion.exp: Adjust to format changes of "maint
5463 print user-registers".
5464
5465 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
5466
5467 PR server/17457
5468 * gdb.arch/aarch64-fp.c: New file.
5469 * gdb.arch/aarch64-fp.exp: New file.
5470
5471 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5472
5473 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
5474 r210637, r210913, r211666, r215400, r215817).
5475
5476 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
5477 * dg-extract-results.py: New file.
5478 * dg-extract-results.sh: Use it if the environment seems
5479 suitable.
5480
5481 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
5482
5483 * dg-extract-results.py (parse_run): Handle warnings that
5484 are printed before a test harness is run.
5485
5486 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
5487
5488 * dg-extract-results.py (Named): Remove __cmp__ method.
5489 (output_variation): Use a key to sort variation.harnesses.
5490
5491 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
5492
5493 * dg-extract-results.py: For Python 3, force sys.stdout to
5494 handle surrogate escape sequences.
5495 (safe_open): New function.
5496 (output_segment, main): Use it.
5497
5498 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
5499
5500 * dg-extract-results.py (Prog.result_re): Include options
5501 in test name.
5502
5503 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
5504
5505 * dg-extract-results.py (output_variation): Always sort if
5506 do_sum.
5507
5508 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
5509
5510 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
5511 as long as we get pagination notifications.
5512
5513 2014-12-15 Jason Merrill <jason@redhat.com>
5514
5515 * Makefile.in (check-gdb.%): Restore.
5516 * README: Mention it.
5517
5518 2014-12-13 Joel Brobecker <brobecker@adacore.com>
5519
5520 * gdb.ada/str_uninit: New testcase.
5521
5522 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5523
5524 PR symtab/17642
5525 * gdb.base/vla-stub-define.c: New file.
5526 * gdb.base/vla-stub.c: New file.
5527 * gdb.base/vla-stub.exp: New file.
5528
5529 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
5530 Jan Kratochvil <jan.kratochvil@redhat.com>
5531 Tom Tromey <tromey@redhat.com>
5532
5533 * configure.ac: Add gdb.compile/.
5534 * configure: Regenerate.
5535 * gdb.compile/Makefile.in: New file.
5536 * gdb.compile/compile-ops.exp: New file.
5537 * gdb.compile/compile-ops.c: New file.
5538 * gdb.compile/compile-tls.c: New file.
5539 * gdb.compile/compile-tls.exp: New file.
5540 * gdb.compile/compile-constvar.S: New file.
5541 * gdb.compile/compile-constvar.c: New file.
5542 * gdb.compile/compile-mod.c: New file.
5543 * gdb.compile/compile-nodebug.c: New file.
5544 * gdb.compile/compile-setjmp-mod.c: New file.
5545 * gdb.compile/compile-setjmp.c: New file.
5546 * gdb.compile/compile-setjmp.exp: New file.
5547 * gdb.compile/compile-shlib.c: New file.
5548 * gdb.compile/compile.c: New file.
5549 * gdb.compile/compile.exp: New file.
5550 * lib/gdb.exp (skip_compile_feature_tests): New proc.
5551
5552 2014-12-12 Tom Tromey <tromey@redhat.com>
5553
5554 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
5555 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
5556
5557 2014-12-12 Doug Evans <dje@google.com>
5558
5559 * lib/gdb-python.exp (get_python_valueof): New function.
5560 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
5561
5562 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5563
5564 * gdb.base/completion.exp: Add test for completion of "info
5565 registers ".
5566
5567 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
5568
5569 * gdb.base/func-ptrs.c: New file.
5570 * gdb.base/func-ptrs.exp: New file.
5571
5572 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5573
5574 PR breakpoints/17012
5575 * gdb.base/dprintf-detach.c: New file.
5576 * gdb.base/dprintf-detach.exp: New file.
5577
5578 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
5579
5580 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
5581 * lib/gdb.exp (target_is_gdbserver): New procedure.
5582
5583 2014-12-08 Doug Evans <dje@google.com>
5584
5585 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
5586
5587 2014-12-05 Yao Qi <yao@codesourcery.com>
5588
5589 * gdb.guile/scm-error.exp: Remove the third argument to
5590 gdb_remote_download.
5591 * gdb.guile/scm-frame-args.exp: Likewise.
5592 * gdb.guile/scm-section-script.exp: Likewise.
5593
5594 2014-12-05 Yao Qi <yao@codesourcery.com>
5595
5596 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
5597
5598 2014-12-04 Doug Evans <dje@google.com>
5599
5600 * gdb.python/py-objfile.exp: Add tests for
5601 objfile.add_separate_debug_file.
5602
5603 2014-12-04 Doug Evans <dje@google.com>
5604
5605 * lib/gdb.exp (get_build_id): New function.
5606 (build_id_debug_filename_get): Rewrite to use it.
5607 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
5608
5609 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
5610
5611 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
5612 `method(long)', not just 0x0.
5613 * gdb.cp/nsalias.exp: Align code labels to 4.
5614 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
5615 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
5616 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
5617 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
5618 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
5619 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
5620
5621 2014-12-02 Doug Evans <dje@google.com>
5622
5623 PR symtab/17602
5624 * gdb.cp/anon-ns.cc: Move guts of this file to ...
5625 * gdb.cp/anon-ns2.cc: ... here. New file.
5626 * gdb.cp/anon-ns.exp: Update.
5627
5628 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
5629
5630 * gdb.python/py-events.py (inferior_call_handler): New.
5631 (register_changed_handler, memory_changed_handler): New.
5632 (test_events.invoke): Register new handlers.
5633 * gdb.python/py-events.exp: Add tests for inferior call,
5634 memory_changed and register_changed events.
5635
5636 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
5637
5638 * gdb.base/execl-update-breakpoints.exp: Specify the link address
5639 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
5640 if the linker doesn't understand this.
5641
5642 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
5643
5644 * gdb.python/python.exp: Change expected reply to help().
5645
5646 2014-12-01 Yao Qi <yao@codesourcery.com>
5647
5648 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
5649 AC_CONFIG_SUBDIRS(gdb.gdbtk).
5650 * configure: Re-generated.
5651
5652 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
5653
5654 * gdb.cp/chained-calls.cc: New file.
5655 * gdb.cp/chained-calls.exp: New file.
5656 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
5657
5658 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
5659
5660 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
5661 * gdb.dwarf2/symtab-producer.exp: Same.
5662 * gdb.gdb/python-interrupts.exp: Same.
5663 * gdb.gdb/python-selftest.exp: Same.
5664 * gdb.python/py-linetable.exp: Same.
5665 * gdb.python/py-type.exp: Same.
5666 * gdb.python/py-value-cc.exp: Same.
5667 * gdb.python/py-value.exp: Same.
5668
5669 2014-11-28 Yao Qi <yao@codesourcery.com>
5670
5671 * gdb.base/break-probes.exp: Match library name prefixed with
5672 sysroot.
5673
5674 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
5675
5676 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
5677 test expected output. Add parentheses for the call to print.
5678 Remove L suffix from integers.
5679
5680 2014-11-26 Doug Evans <dje@google.com>
5681
5682 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
5683
5684 2014-11-22 Yao Qi <yao@codesourcery.com>
5685
5686 * gdb.trace/entry-values.c: Remove asms.
5687 (foo): Add foo_label.
5688 (bar): Add bar_label.
5689 * gdb.trace/entry-values.exp: Remove code computing foo's
5690 length and bar's length.
5691 (Dwarf::assemble): Invoke function_range for bar and use
5692 MACRO_AT_func for foo.
5693
5694 2014-11-22 Yao Qi <yao@codesourcery.com>
5695
5696 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
5697 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
5698 Use .Lgcc43_procstart instead of gcc43.
5699
5700 2014-11-21 Joel Brobecker <brobecker@adacore.com>
5701
5702 * gdb.ada/n_arr_bound: New testcase.
5703
5704 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5705
5706 PR breakpoints/10737
5707 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
5708 test_catch_syscall_multi_arch.
5709 (test_catch_syscall_multi_arch): New function.
5710
5711 2014-11-20 Doug Evans <xdje42@gmail.com>
5712
5713 * gdb.base/maint.exp: Update expected output.
5714
5715 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5716
5717 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
5718 4-byte instruction on S390.
5719
5720 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5721
5722 * gdb.ada/arr_arr: New testcase.
5723
5724 2014-11-19 Joel Brobecker <brobecker@adacore.com>
5725
5726 * gdb.ada/pkd_arr_elem: New Testcase.
5727
5728 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
5729
5730 * gdb.reverse/break-precsave: Expect completion message for
5731 core file reads.
5732 * gdb.reverse/consecutive-precsave.exp: Likewise.
5733 * gdb.reverse/finish-precsave.exp: Likewise.
5734 * gdb.reverse/i386-precsave.exp: Likewise.
5735 * gdb.reverse/machinestate-precsave.exp: Likewise.
5736 * gdb.reverse/sigall-precsave.exp: Likewise.
5737 * gdb.reverse/solib-precsave.exp: Likewise.
5738 * gdb.reverse/step-precsave.exp: Likewise.
5739 * gdb.reverse/until-precsave.exp: Likewise.
5740 * gdb.reverse/watch-precsave.exp: Likewise.
5741
5742 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5743
5744 * gdb.base/bp-permanent.c: Include unistd.h.
5745 * gdb.python/py-framefilter-mi.c (main): Add return type.
5746 * gdb.python/py-framefilter.c (main): Likewise.
5747 * gdb.trace/actions-changed.c (main): Likewise.
5748
5749 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5750
5751 * gdb.mi/until.c: Add eye-catchers.
5752 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
5753 line numbers.
5754
5755 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
5756
5757 * gdb.base/condbreak.exp: Drop references to removed non-prototype
5758 function header variants in break1.c.
5759 * gdb.base/ena-dis-br.exp: Likewise.
5760 * gdb.base/hbreak2.exp: Likewise.
5761 * gdb.reverse/until-precsave.exp: Drop references to removed
5762 non-prototype function header variants in ur1.c.
5763 * gdb.reverse/until-reverse.exp: Likewise.
5764
5765 2014-11-17 Petr Machata <pmachata@redhat.com>
5766
5767 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
5768 ${_cu_offset_size} bytes abbrev offset.
5769
5770 2014-11-15 Doug Evans <xdje42@gmail.com>
5771
5772 PR symtab/17559
5773 * gdb.base/line-symtabs.exp: New file.
5774 * gdb.base/line-symtabs.c: New file.
5775 * gdb.base/line-symtabs.h: New file.
5776
5777 2014-11-14 Yao Qi <yao@codesourcery.com>
5778
5779 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
5780 (func): Add label func_label.
5781 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
5782 Replace low_pc and high_pc with MACRO_AT_range.
5783 Replace name, low_pc and high_pc with MACRO_AT_func.
5784
5785 2014-11-14 Yao Qi <yao@codesourcery.com>
5786
5787 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
5788 Replace name, low_pc and high_pc with MACRO_AT_func.
5789
5790 2014-11-14 Yao Qi <yao@codesourcery.com>
5791
5792 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
5793 produce debug information.
5794 * gdb.dwarf2/implptr-optimized-out.S: Removed.
5795
5796 2014-11-14 Yao Qi <yao@codesourcery.com>
5797
5798 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
5799 object and get function length.
5800 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
5801 with MACRO_AT_func.
5802 (top-level): Replace gdb_compile and clean_restart with
5803 prepare_for_testing.
5804 * gdb.dwarf2/main.c (main): Add label main_label.
5805
5806 2014-11-14 Yao Qi <yao@codesourcery.com>
5807
5808 * lib/dwarf.exp (function_range): New procedure.
5809 (Dwarf::_handle_macro_at_func): New procedure.
5810 (Dwarf::_handle_macro_at_range): New procedure.
5811 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
5812
5813 2014-11-14 Yao Qi <yao@codesourcery.com>
5814
5815 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
5816 (_handle_attribute): New procedure.
5817
5818 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5819
5820 * gdb.ada/cond_lang/foo.c (callme): Add return type.
5821 * gdb.base/call-sc.c (zed): Likewise.
5822 * gdb.base/checkpoint.c (main): Likewise.
5823 * gdb.base/dump.c (main): Likewise.
5824 * gdb.base/gcore.c (main): Likewise.
5825 * gdb.base/huge.c (main): Likewise.
5826 * gdb.base/multi-forks.c (main): Likewise.
5827 * gdb.base/pr10179-a.c (main): Likewise.
5828 * gdb.base/savedregs.c (main): Likewise.
5829 * gdb.base/sigaltstack.c (main): Likewise.
5830 * gdb.base/siginfo.c (main): Likewise.
5831 * gdb.base/structs.c (zed): Likewise.
5832 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
5833 * gdb.mi/mi-syn-frame.c (main): Likewise.
5834 * gdb.mi/until.c (foo, main): Likewise.
5835 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
5836 * gdb.base/solib-weak.c (foo): Declare.
5837 * gdb.base/attach-twice.c: Include stdio.h.
5838 * gdb.base/weaklib1.c: Likewise.
5839 * gdb.base/weaklib2.c: Likewise.
5840 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
5841 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
5842 unistd.h.
5843 * gdb.base/attach-pie-misread.c: Include stdlib.h.
5844 * gdb.mi/mi-exit-code.c: Likewise.
5845 * gdb.base/break-interp-lib.c: Include string.h.
5846 * gdb.base/coremaker.c: Likewise.
5847 * gdb.base/testenv.c: Likewise.
5848 * gdb.python/py-finish-breakpoint.c: Likewise.
5849 * gdb.base/inferior-died.c: Include sys/wait.h.
5850 * gdb.base/fileio.c: Include time.h.
5851 * gdb.base/async-shell.c: Include unistd.h.
5852 * gdb.base/dprintf-non-stop.c: Likewise.
5853 * gdb.base/info-os.c: Likewise.
5854 * gdb.mi/mi-console.c: Likewise.
5855 * gdb.mi/watch-nonstop.c: Likewise.
5856 * gdb.python/py-events.c: Likewise.
5857 * gdb.base/async.c (baz): Move up before its invocation.
5858 * gdb.base/code_elim2.c (my_global_func): Likewise.
5859 * gdb.base/skip-solib-lib.c (multiply): Likewise.
5860 * gdb.base/advance.c (func2): Likewise.
5861
5862 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5863
5864 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
5865 variant.
5866 * gdb.base/annota3.c: Likewise.
5867 * gdb.base/async.c: Likewise.
5868 * gdb.base/average.c: Likewise.
5869 * gdb.base/call-ar-st.c: Likewise.
5870 * gdb.base/call-rt-st.c: Likewise.
5871 * gdb.base/call-sc.c: Likewise.
5872 * gdb.base/call-strs.c: Likewise.
5873 * gdb.base/ending-run.c: Likewise.
5874 * gdb.base/execd-prog.c: Likewise.
5875 * gdb.base/exprs.c: Likewise.
5876 * gdb.base/foll-exec.c: Likewise.
5877 * gdb.base/foll-fork.c: Likewise.
5878 * gdb.base/foll-vfork.c: Likewise.
5879 * gdb.base/funcargs.c: Likewise.
5880 * gdb.base/gcore.c: Likewise.
5881 * gdb.base/jump.c: Likewise.
5882 * gdb.base/langs0.c: Likewise.
5883 * gdb.base/langs1.c: Likewise.
5884 * gdb.base/langs2.c: Likewise.
5885 * gdb.base/mips_pro.c: Likewise.
5886 * gdb.base/nodebug.c: Likewise.
5887 * gdb.base/opaque0.c: Likewise.
5888 * gdb.base/opaque1.c: Likewise.
5889 * gdb.base/recurse.c: Likewise.
5890 * gdb.base/run.c: Likewise.
5891 * gdb.base/scope0.c: Likewise.
5892 * gdb.base/scope1.c: Likewise.
5893 * gdb.base/setshow.c: Likewise.
5894 * gdb.base/setvar.c: Likewise.
5895 * gdb.base/shmain.c: Likewise.
5896 * gdb.base/shr1.c: Likewise.
5897 * gdb.base/shr2.c: Likewise.
5898 * gdb.base/sigall.c: Likewise.
5899 * gdb.base/signals.c: Likewise.
5900 * gdb.base/so-indr-cl.c: Likewise.
5901 * gdb.base/solib2.c: Likewise.
5902 * gdb.base/structs.c: Likewise.
5903 * gdb.base/sum.c: Likewise.
5904 * gdb.base/vforked-prog.c: Likewise.
5905 * gdb.base/watchpoint.c: Likewise.
5906 * gdb.reverse/shr2.c: Likewise.
5907 * gdb.reverse/until-reverse.c: Likewise.
5908 * gdb.reverse/ur1.c: Likewise.
5909 * gdb.reverse/watch-reverse.c: Likewise.
5910
5911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5912
5913 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
5914 variant.
5915 * gdb.base/sepdebug.exp: Drop references to removed code.
5916
5917 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5918
5919 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
5920 variant. Preserve original line numbering.
5921 * gdb.base/list1.c: Likewise.
5922
5923 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5924
5925 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
5926 variant.
5927 * gdb.base/break1.c: Likewise.
5928 * gdb.base/break.exp: Drop references to removed code.
5929
5930 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5931
5932 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
5933 variant.
5934
5935 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5936
5937 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
5938
5939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5940
5941 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
5942 logic into perform_all_tests() and invoke it with and without
5943 function header prototypes.
5944 (do_function_calls): Remove conditional XFAIL for PR 5318.
5945 (rerun_and_prepare): Remove duplicate code.
5946 (perform_all_tests): New. Main logic moved here.
5947
5948 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5949
5950 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
5951 code guarded by #ifdef NO_PROTOTYPES.
5952 (t_double_many_args): Likewise.
5953 (DEF_FUNC_MANY_ARGS_1): Likewise.
5954 (DEF_FUNC_VALUES_1): Likewise.
5955 (t_structs_ldc): Renamed from t_structs_fc in conditional code
5956 guarded by #ifdef PROTOTYPES.
5957
5958 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5959
5960 * gdb.mi/mi-console.c: Add eye-catcher.
5961 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
5962 instead of literal line number.
5963
5964 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5965
5966 * gdb.base/shr2.c: Add eye-catcher.
5967 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
5968 line number.
5969
5970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5971
5972 * gdb.base/jump.c: Add eye-catchers.
5973 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
5974 numbers.
5975
5976 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5977
5978 * gdb.base/execd-prog.c: Add eye-catchers.
5979 * gdb.base/foll-exec.c: Likewise.
5980 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
5981 line numbers.
5982
5983 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5984
5985 * gdb.base/ending-run.c: Add eye-catchers.
5986 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
5987 literal line numbers.
5988
5989 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5990
5991 * gdb.base/call-rt-st.c: Add eye-catchers.
5992 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
5993 literal line numbers.
5994
5995 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
5996
5997 * gdb.base/call-ar-st.c: Add eye-catchers.
5998 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
5999 literal line numbers.
6000
6001 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6002
6003 * gdb.base/average.c: Add eye-catchers.
6004 * gdb.base/sum.c: Likewise.
6005 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
6006 regexps dynamically.
6007
6008 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6009
6010 * gdb.base/solib1.c: Add eye-catchers.
6011 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
6012 literal line numbers.
6013
6014 2014-11-12 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
6017 leader has exited.
6018
6019 2014-11-12 Pedro Alves <palves@redhat.com>
6020
6021 * gdb.arch/i386-bp_permanent.c: New file.
6022 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
6023 (srcfile): Set to i386-bp_permanent.c.
6024 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
6025 that stepi does not execute the 'leave' instruction, instead of
6026 testing it does execute.
6027 * gdb.base/bp-permanent.c: New file.
6028 * gdb.base/bp-permanent.exp: New file.
6029
6030 2014-11-10 Doug Evans <xdje42@gmail.com>
6031
6032 PR symtab/17564
6033 * gdb.base/symtab-search-order.exp: New file.
6034 * gdb.base/symtab-search-order.c: New file.
6035 * gdb.base/symtab-search-order-1.c: New file.
6036 * gdb.base/symtab-search-order-shlib-1.c: New file.
6037
6038 2014-11-07 Pedro Alves <palves@redhat.com>
6039
6040 PR gdb/17511
6041 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
6042 i?86-*-linux*.
6043
6044 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
6045
6046 PR c++/17494
6047 * gdb.cp/pr17494.cc: New file.
6048 * gdb.cp/pr17494.exp: New file.
6049
6050 2014-11-02 Yao Qi <yao@codesourcery.com>
6051
6052 * gdb.python/python.exp: Get working directory and match the
6053 output of "set extended-prompt \\w " with it.
6054
6055 2014-10-30 Doug Evans <dje@google.com>
6056
6057 * gdb.python/py-objfile.exp: Add tests for setting random attributes
6058 in objfiles.
6059 * gdb.python/py-progspace.exp: Add tests for setting random attributes
6060 in progspaces.
6061
6062 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
6063
6064 * gdb.base/fullpath-expand.exp: Skip for a remote host.
6065 * gdb.base/realname-expand.exp: Likewise.
6066 * gdb.linespec/macro-relative.exp: Likewise.
6067
6068 2014-10-29 Pedro Alves <palves@redhat.com>
6069
6070 PR gdb/17408
6071 * gdb.threads/schedlock.c (some_function): New function.
6072 (call_function): New global.
6073 (MAYBE_CALL_SOME_FUNCTION): New macro.
6074 (thread_function): Call it.
6075 * gdb.threads/schedlock.exp (get_args): Add description parameter,
6076 and use it instead of a global counter. Adjust all callers.
6077 (get_current_thread): Use "find current thread" for test message
6078 here rather than having all callers pass down the same string.
6079 (goto_loop): New procedure, factored out from ...
6080 (my_continue): ... this.
6081 (step_ten_loops): Change parameter from test message to command to
6082 use. Adjust.
6083 (list_count): Delete global.
6084 (check_result): New procedure, factored out from duplicate top
6085 level code.
6086 (continue tests): Wrap in with_test_prefix.
6087 (test_step): New procedure, factored out from duplicate top level
6088 code.
6089 (top level): Test "step" in combination with all scheduler-locking
6090 modes. Test "next" in combination with all scheduler-locking
6091 modes, and in combination with stepping over a function call or
6092 not.
6093 * gdb.threads/next-bp-other-thread.c: New file.
6094 * gdb.threads/next-bp-other-thread.exp: New file.
6095
6096 2014-10-29 Pedro Alves <palves@redhat.com>
6097
6098 PR python/17372
6099 * gdb.python/python.exp: Test a multi-line command that spawns
6100 interactive Python.
6101 * gdb.base/multi-line-starts-subshell.exp: New file.
6102
6103 2014-10-29 Yao Qi <yao@codesourcery.com>
6104
6105 * gdb.base/fileio.exp: Make directories on host.
6106
6107 2014-10-29 Yao Qi <yao@codesourcery.com>
6108
6109 * gdb.base/fileio.c (test_write): Close the file.
6110
6111 2014-10-28 Pedro Alves <palves@redhat.com>
6112
6113 PR gdb/12623
6114 * gdb.base/sigstep.c (no_handler): New global.
6115 (main): If 'no_handler is true, set the signal handlers to
6116 SIG_IGN.
6117 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
6118 with_sw_watch and no_handler parameters. Handle them.
6119 (top level) <stepping over handler when stopped at a breakpoint
6120 test>: Add a test axis for testing with a software watchpoint, and
6121 another for testing with the signal handler set to SIG_IGN.
6122 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
6123 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
6124
6125 2014-10-28 Pedro Alves <palves@redhat.com>
6126
6127 PR gdb/17511
6128 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
6129 * gdb.base/sigstep.exp (other_handler_location): New global.
6130 (advance): Support stepping into the signal handler, and running
6131 commands while in the handler.
6132 (in_handler_map): New global.
6133 (top level): In the advance test, add combinations for getting
6134 into the handler with stepping commands, and for running commands
6135 in the handler. Add comment descripting the advancei tests.
6136
6137 2014-10-28 Pedro Alves <palves@redhat.com>
6138
6139 * gdb.base/sigstep.exp: Use build_executable instead of
6140 prepare_for_testing.
6141 (top level): Move code that starts GDB, runs to main and creates a
6142 display to ...
6143 (restart): ... this new procedure.
6144 (top level): Move backtrace from signal handler test to ...
6145 (validate_backtrace): ... this new procedure.
6146 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
6147 with_test_prefix. Always restart GDB.
6148 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
6149 with_test_prefix. Always restart GDB. No need to delete
6150 breakpoints after the test.
6151 (test_skip_handler): Remove prefix parameter.
6152 (skip_over_handler, breakpoint_to_handler)
6153 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
6154 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
6155 restart GDB. No need to delete breakpoints after the test.
6156 (top level): Use foreach to call the test procedures with
6157 different commands.
6158
6159 2014-10-28 Pedro Alves <palves@redhat.com>
6160
6161 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
6162 instead of GNATS numbers.
6163 * gdb.base/sigbpt.exp: Likewise.
6164 * gdb.base/siginfo.exp: Likewise.
6165 * gdb.base/sigstep.exp: Likewise.
6166
6167 2014-10-27 Pedro Alves <palves@redhat.com>
6168
6169 * gdb.base/sigstep.c (dummy): New global.
6170 (main): Issue a couple writes to the new global.
6171 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
6172 procedures.
6173 (skip_over_handler): Use test_skip_handler.
6174 (top level): Call skip_over_handler for stepi and nexti too.
6175 (breakpoint_over_handler): Use test_skip_handler.
6176 (top level): Call breakpoint_over_handler for stepi and nexti too.
6177
6178 2014-10-27 Yao Qi <yao@codesourcery.com>
6179
6180 * gdb.trace/tfile.c (adjust_function_address)
6181 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
6182 function descriptor.
6183
6184 2014-10-24 Don Breazeal <donb@codesourcery.com>
6185
6186 * gdb.base/foll-fork.exp (test_follow_fork,
6187 catch_fork_child_follow): Check for updated fork messages emitted
6188 from infrun.c.
6189 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
6190 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
6191 vfork_and_exec_child_follow_through_step): Check for updated vfork
6192 messages emitted from infrun.c.
6193
6194 2014-10-24 Pedro Alves <palves@redhat.com>
6195
6196 * gdb.base/corefile.exp: Remove references to ultrix.
6197 * gdb.base/interrupt.exp: Likewise.
6198 * gdb.base/whatis.exp: Likewise.
6199 * gdb.gdb/selftest.exp: Likewise.
6200 * gdb.threads/manythreads.exp: Likewise.
6201 * gdb.threads/print-threads.exp: Likewise.
6202 * gdb.threads/pthreads.exp:: Likewise.
6203 * gdb.threads/schedlock.exp: Likewise.
6204
6205 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
6206
6207 * gdb.cp/non-trivial-retval.cc: Add a test case.
6208 * gdb.cp/non-trivial-retval.exp: Add a test.
6209
6210 2014-10-20 Yao Qi <yao@codesourcery.com>
6211
6212 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
6213 * gdb.python/py-objfile-script-gdb.py: New file.
6214 * gdb.python/py-objfile-script.exp: Update reference to
6215 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
6216 of remote_download. Remove the dest file.
6217
6218 2014-10-20 Yao Qi <yao@codesourcery.com>
6219
6220 * gdb.base/checkpoint.exp: Don't remove file copied on host.
6221 * gdb.base/step-line.exp: Likewise.
6222 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
6223 * gdb.dwarf2/dw2-basic.exp: Likewise.
6224 * gdb.dwarf2/dw2-compressed.exp: Likewise.
6225 * gdb.dwarf2/dw2-filename.exp: Likewise.
6226 * gdb.dwarf2/dw2-intercu.exp: Likewise.
6227 * gdb.dwarf2/dw2-intermix.exp: Likewise.
6228 * gdb.dwarf2/dw2-producer.exp: Likewise.
6229 * gdb.dwarf2/mac-fileno.exp: Likewise.
6230 * gdb.python/py-frame-args.exp: Likewise.
6231 * gdb.python/py-framefilter.exp: Likewise.
6232 * gdb.python/py-mi.exp: Likewise.
6233 * gdb.python/py-objfile-script.exp: Likewise
6234 * gdb.python/py-pp-integral.exp: Likewise.
6235 * gdb.python/py-pp-re-notag.exp: Likewise.
6236 * gdb.python/py-prettyprint.exp: Likewise.
6237 * gdb.python/py-section-script.exp: Likewise.
6238 * gdb.python/py-typeprint.exp: Likewise.
6239 * gdb.python/py-xmethods.exp: Likewise.
6240 * gdb.stabs/weird.exp: Likewise.
6241 * gdb.xml/tdesc-regs.exp: Likewise.
6242
6243 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
6244
6245 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
6246 (out_cu): Use addr_len for the size of addresses.
6247 (out_line): Likewise. Size DW_LNE_set_address instruction
6248 according to addr_len.
6249 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
6250 (FUNC): Add START_INSNS to definition.
6251
6252 2014-10-18 Yao Qi <yao@codesourcery.com>
6253
6254 * gdb.base/argv0-symlink.exp: Check argv[0] value if
6255 gdb_has_argv0 return true.
6256 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
6257 check [target_info exists noargs], check [gdb_has_argv0]
6258 instead.
6259 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6260 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
6261 procedures.
6262
6263 2014-10-17 Doug Evans <dje@google.com>
6264
6265 * gdb.python/py-events.exp: Update expected output for clear_objfiles
6266 event.
6267 * gdb.python/py-events.py: Add clear_objfiles event.
6268
6269 2014-10-17 Doug Evans <dje@google.com>
6270
6271 * gdb.python/py-objfile.exp: Test progspace attribute.
6272
6273 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
6274
6275 * gdb.guile/scm-breakpoint.exp: Do not assume any
6276 directory separators when matching source file paths.
6277 * gdb.python/py-breakpoint.exp: Likewise.
6278 * gdb.reverse/break-precsave.exp: Likewise.
6279 * gdb.reverse/break-reverse.exp: Likewise.
6280 * gdb.reverse/consecutive-precsave.exp: Likewise.
6281 * gdb.reverse/finish-precsave.exp: Likewise.
6282 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
6283 * gdb.reverse/finish-reverse.exp: Likewise.
6284 * gdb.reverse/i386-precsave.exp: Likewise.
6285 * gdb.reverse/i387-env-reverse.exp: Likewise.
6286 * gdb.reverse/i387-stack-reverse.exp: Likewise.
6287 * gdb.reverse/machinestate-precsave.exp: Likewise.
6288 * gdb.reverse/machinestate.exp: Likewise.
6289 * gdb.reverse/sigall-precsave.exp: Likewise.
6290 * gdb.reverse/solib-precsave.exp: Likewise.
6291 * gdb.reverse/step-precsave.exp: Likewise.
6292 * gdb.reverse/until-precsave.exp: Likewise.
6293 * gdb.reverse/watch-precsave.exp: Likewise.
6294 * gdb.reverse/watch-reverse.exp: Likewise.
6295
6296 2014-10-17 Yao Qi <yao@codesourcery.com>
6297
6298 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
6299 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
6300
6301 2014-10-17 Pedro Alves <palves@redhat.com>
6302
6303 PR gdb/17471
6304 * gdb.base/bg-execution-repeat.c: New file.
6305 * gdb.base/bg-execution-repeat.exp: New file.
6306
6307 2014-10-17 Pedro Alves <palves@redhat.com>
6308
6309 PR gdb/17300
6310 * gdb.base/continue-all-already-running.c: New file.
6311 * gdb.base/continue-all-already-running.exp: New file.
6312
6313 2014-10-17 Pedro Alves <palves@redhat.com>
6314
6315 PR gdb/17472
6316 * gdb.base/annota-input-while-running.c: New file.
6317 * gdb.base/annota-input-while-running.exp: New file.
6318
6319 2014-10-17 Pedro Alves <palves@redhat.com>
6320
6321 * gdb.base/callfuncs.exp: emove references to osf.
6322 * gdb.base/sigall.exp: Likewise.
6323 * gdb.gdb/selftest.exp: Likewise.
6324 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
6325 * gdb.mi/non-stop.c: Likewise.
6326 * gdb.mi/pthreads.c: Likewise.
6327 * gdb.reverse/sigall-precsave.exp: Likewise.
6328 * gdb.reverse/sigall-reverse.exp: Likewise.
6329 * gdb.threads/pthreads.c: Likewise.
6330 * gdb.threads/pthreads.exp: Likewise.
6331
6332 2014-10-17 Yao Qi <yao@codesourcery.com>
6333
6334 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
6335 check 'target_info exists noargs'.
6336 (test_command_prompt_position): Likewise.
6337 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
6338 Remove "set args".
6339 (progvar_simple_while_test): Likewise.
6340 (progvar_complex_if_while_test): Likewise.
6341 (if_while_breakpoint_command_test): Likewise.
6342 (infrun_breakpoint_command_test): Likewise.
6343 (breakpoint_command_test): Likewise.
6344 (watchpoint_command_test): Likewise.
6345 (bp_deleted_in_command_test): Likewise.
6346 (temporary_breakpoint_commands): Likewise.
6347
6348 2014-10-16 Yao Qi <yao@codesourcery.com>
6349
6350 * gdb.base/remotetimeout.exp: Remove noargs checking.
6351
6352 2014-10-15 Pedro Alves <palves@redhat.com>
6353
6354 PR breakpoints/9649
6355 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
6356 * gdb.base/breakpoint-in-ro-region.exp
6357 (probe_target_hardware_step): New procedure.
6358 (top level): Probe hardware stepping and hardware breakpoint
6359 support. Test stepping through a read-only region, with both
6360 "breakpoint auto-hw" on and off and both "always-inserted" on and
6361 off.
6362
6363 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
6364
6365 * gdb.dlang/demangle.exp: Update for demangling changes.
6366
6367 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6368
6369 * gdb.cp/non-trivial-retval.cc: Add new test cases.
6370 * gdb.cp/non-trivial-retval.exp: Add new tests.
6371
6372 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
6373
6374 PR c++/13403
6375 PR c++/15154
6376 * gdb.cp/non-trivial-retval.cc: New file.
6377 * gdb.cp/non-trivial-retval.exp: New file.
6378
6379 2014-10-15 Yao Qi <yao@codesourcery.com>
6380
6381 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
6382 remote host.
6383
6384 2014-10-15 Yao Qi <yao@codesourcery.com>
6385
6386 * gdb.python/py-symbol.exp: Match file base name if host is
6387 remote, otherwise match file name with dir name.
6388 * gdb.python/py-symtab.exp: Likewise.
6389 * gdb.python/python.exp: Likewise.
6390
6391 2014-10-15 Yao Qi <yao@codesourcery.com>
6392
6393 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
6394 pattern.
6395 * gdb.python/py-symtab.exp: Likewise.
6396 * gdb.python/python.exp: Remove trailing ".*". Fix typo
6397 locationn.
6398
6399 2014-10-14 Joel Brobecker <brobecker@adacore.com>
6400
6401 * gdb.ada/addr_arith: New testcase.
6402
6403 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
6404
6405 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
6406 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
6407 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
6408 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
6409
6410 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
6411
6412 * gdb.arch/stap-eval-lang-ada.S: Likewise.
6413 * gdb.arch/stap-eval-lang-ada.c: Likewise.
6414 * gdb.arch/stap-eval-lang-ada.exp: New file.
6415
6416 2014-10-14 Yao Qi <yao@codesourcery.com>
6417
6418 * gdb.mi/mi-var-child.c (nothing1): New function.
6419 (nothing2): New function.
6420 (do_children_tests): Set function pointers by nothing1 and
6421 nothing2.
6422 * gdb.mi/mi-var-child.exp: Step over new added statements.
6423 Update test to match the new output.
6424 * gdb.mi/var-cmd.c (nothing1): New function.
6425 (nothing2): New function.
6426 (do_children_tests): Set function pointers by nothing1 and
6427 nothing2.
6428 * gdb.mi/mi-var-display.exp: Update test to match output.
6429 Step to the line specified by $line_dct_nothing.
6430 Increase the number of lines to step.
6431
6432 2014-10-14 Yao Qi <yao@codesourcery.com>
6433
6434 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
6435 tests.
6436 * gdb.mi/mi2-var-child.exp: Likewise.
6437
6438 2014-10-13 Doug Evans <dje@google.com>
6439
6440 * gdb.python/py-objfile.exp: Change name of file name test.
6441
6442 2014-10-13 Doug Evans <dje@google.com>
6443
6444 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
6445 from the start of the CU.
6446
6447 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6448 Yao Qi <yao@codesourcery.com>
6449
6450 Fix "save breakpoints" for "catch" command.
6451 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
6452 Remove -nonewline. Match also the added "main" line.
6453
6454 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6455
6456 Fix "save breakpoints" for "disable $bpnum" command.
6457 * gdb.base/save-bp.c (main): Add label.
6458 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
6459
6460 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6461
6462 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
6463
6464 2014-10-11 Yao Qi <yao@codesourcery.com>
6465
6466 * gdb.server/server-kill.exp: Execute command
6467 "set remote trace-status-packet on" before "tstatus".
6468
6469 2014-10-11 Yao Qi <yao@codesourcery.com>
6470
6471 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
6472 (main): Call getppid.
6473 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
6474 and continue to it. Read variable "server_pid".
6475
6476 2014-10-11 Yao Qi <yao@codesourcery.com>
6477
6478 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
6479
6480 2014-10-11 Yao Qi <yao@codesourcery.com>
6481
6482 * gdb.threads/thread-find.exp: Don't execute command
6483 "info threads".
6484 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
6485 * gdb.threads/linux-dp.exp: Don't check the condition
6486 $threads_created equals to zero.
6487
6488 2014-10-10 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.base/bigcore.exp: Remove references to IRIX.
6491 * gdb.base/funcargs.exp: Likewise.
6492 * gdb.base/interrupt.exp: Likewise.
6493 * gdb.base/mips_pro.exp: Likewise.
6494 * gdb.base/nodebug.exp: Likewise.
6495 * gdb.base/setvar.exp: Likewise.
6496 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
6497
6498 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6499 Pedro Alves <palves@redhat.com>
6500
6501 PR symtab/14466
6502 * gdb.base/vdso-warning.c: New file.
6503 * gdb.base/vdso-warning.exp: New file.
6504
6505 2014-10-02 Doug Evans <dje@google.com>
6506
6507 * gdb.base/structs.c (main): Don't run forever.
6508
6509 2014-10-02 Pedro Alves <palves@redhat.com>
6510
6511 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
6512 (top level) <stop threads 1, stop threads 2>: Use it.
6513
6514 2014-10-02 Pedro Alves <palves@redhat.com>
6515
6516 * gdb.threads/break-while-running.exp (test): Add new
6517 'update_thread_list' argument. Skip "info threads" if false.
6518 (top level): Add new 'update_thread_list' axis.
6519
6520 2014-10-02 Pedro Alves <palves@redhat.com>
6521
6522 PR breakpoints/17431
6523 * gdb.base/execl-update-breakpoints.c: New file.
6524 * gdb.base/execl-update-breakpoints.exp: New file.
6525
6526 2014-10-01 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.base/breakpoint-in-ro-region.c: New file.
6529 * gdb.base/breakpoint-in-ro-region.exp: New file.
6530
6531 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
6532
6533 * gdb.mi/mi-exit-code.exp: New file.
6534 * gdb.mi/mi-exit-code.c: New file.
6535
6536 2014-09-30 Yao Qi <yao@codesourcery.com>
6537
6538 * lib/prelink-support.exp (build_executable_own_libs): Error if
6539 the target isn't native.
6540
6541 2014-09-30 Yao Qi <yao@codesourcery.com>
6542
6543 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
6544 false.
6545
6546 2014-09-22 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.threads/break-while-running.exp: New file.
6549 * gdb.threads/break-while-running.c: New file.
6550
6551 2014-09-19 Yao Qi <yao@codesourcery.com>
6552
6553 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
6554 Invoke test. Restart GDB with --readnow and invoke test again.
6555
6556 2014-09-19 Yao Qi <yao@codesourcery.com>
6557
6558 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
6559 proc set_breakpoint_on_gcd_function. Invoke
6560 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
6561 invoke set_breakpoint_on_gcd_function again.
6562
6563 2014-09-18 Doug Evans <dje@google.com>
6564
6565 * gdb.dwarf2/symtab-producer.exp: New file.
6566
6567 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6568
6569 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
6570 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
6571 * gdb.base/global-var-nested-by-dso.c: Likewise.
6572 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6573
6574 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
6575 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.base/watch-bitfields.exp: Pass string other than test file
6578 name to prepare_for_testing.
6579 (watch): New procedure.
6580 (expect_watchpoint): Use with_test_prefix.
6581 (top level): Factor out tests to ...
6582 (test_watch_location, test_regular_watch): ... these new
6583 procedures, and use with_test_prefix and gdb_continue_to_end.
6584
6585 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
6586
6587 PR breakpoints/12526
6588 * gdb.base/watch-bitfields.exp: New file.
6589 * gdb.base/watch-bitfields.c: New file.
6590
6591 2014-09-16 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
6594 software and hardware addresses, not software address against
6595 itself.
6596
6597 2014-09-16 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
6600 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
6601
6602 2014-09-16 Pedro Alves <palves@redhat.com>
6603
6604 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
6605 files.
6606 * gdb.base/a2-run.exp: Remove all code guarded by istarget
6607 "*-*-vxworks*" throughout.
6608 * gdb.base/break.exp: Likewise.
6609 * gdb.base/default.exp: Likewise.
6610 * gdb.base/scope.exp: Likewise.
6611 * gdb.base/sepdebug.exp: Likewise.
6612 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
6613 throughout.
6614 * gdb.base/run.c: Likewise.
6615 * gdb.base/sepdebug.c: Likewise.
6616 * gdb.hp/gdb.aCC/run.c: Likewise.
6617 * gdb.reverse/until-reverse.c: Likewise.
6618 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
6619
6620 2014-09-16 Yao Qi <yao@codesourcery.com>
6621
6622 * boards/local-remote-host-native.exp: New file.
6623
6624 2014-09-14 Doug Evans <xdje42@gmail.com>
6625
6626 * gdb.threads/queue-signal.c (thread_count): New variable.
6627 (thread_count_mutex, thread_count_condvar): New variables.
6628 (incr_thread_count, wait_all_threads_running): New functions.
6629 (main): Wait for all threads to be in their thread functions.
6630
6631 2014-09-13 Doug Evans <xdje42@gmail.com>
6632
6633 * gdb.threads/queue-signal.c: New file.
6634 * gdb.threads/queue-signal.exp: New file.
6635
6636 2014-09-13 Doug Evans <xdje42@gmail.com>
6637
6638 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
6639 be consistent with what default_gdb_init uses.
6640 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
6641 the plain text of the prompt. Add some logging printfs.
6642 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
6643
6644 2014-09-12 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
6647 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
6648 * gdb.arch/i386-size-overlap.exp: Likewise.
6649 * gdb.arch/i386-size.exp: Likewise.
6650 * gdb.arch/i386-unwind.exp: Likewise.
6651 * gdb.base/a2-run.exp: Likewise.
6652 * gdb.base/break.exp: Likewise.
6653 * gdb.base/charset.exp: Likewise.
6654 * gdb.base/chng-syms.exp: Likewise.
6655 * gdb.base/commands.exp: Likewise.
6656 * gdb.base/dbx.exp: Likewise.
6657 * gdb.base/find.exp: Likewise.
6658 * gdb.base/funcargs.exp: Likewise.
6659 * gdb.base/jit-simple.exp: Likewise.
6660 * gdb.base/reread.exp: Likewise.
6661 * gdb.base/sepdebug.exp: Likewise.
6662 * gdb.base/step-bt.exp: Likewise.
6663 * gdb.cp/mb-inline.exp: Likewise.
6664 * gdb.cp/mb-templates.exp: Likewise.
6665 * gdb.objc/basicclass.exp: Likewise.
6666 * gdb.threads/killed.exp: Likewise.
6667
6668 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
6669
6670 PR tdep/17379
6671 * gdb.arch/powerpc-stackless.S: New file.
6672 * gdb.arch/powerpc-stackless.exp: New file.
6673
6674 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6675
6676 * gdb.base/attach.c: Include unistd.h.
6677 (main): Call alarm. Add label postloop.
6678 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
6679 gdb_breakpoint, gdb_continue_to_breakpoint.
6680 (test_command_line_attach_run): Kill ${testpid} in one exit path.
6681
6682 2014-09-11 Pedro Alves <palves@redhat.com>
6683
6684 PR gdb/17347
6685 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
6686 * gdb.base/attach.exp (test_command_line_attach_run): New
6687 procedure.
6688 (top level): Call it.
6689
6690 2014-09-11 Pedro Alves <palves@redhat.com>
6691
6692 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
6693 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
6694 (do_command_attach_tests): Use spawn_wait_for_attach.
6695 * gdb.base/solib-overlap.exp: Likewise.
6696 * gdb.multi/multi-attach.exp: Likewise.
6697 * gdb.python/py-prompt.exp: Likewise.
6698 * gdb.python/py-sync-interp.exp: Likewise.
6699 * gdb.server/ext-attach.exp: Likewise.
6700
6701 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
6702
6703 * gdb.fortran/array-element.exp: Remove unexpected "continue"
6704 command in testcase. Simplify testcase.
6705
6706 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6707
6708 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
6709
6710 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
6713
6714 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6715
6716 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
6717
6718 2014-09-10 Joel Brobecker <brobecker@adacore.com>
6719
6720 * gdb.dwarf2/dynarr-ptr.c: New file.
6721 * gdb.dwarf2/dynarr-ptr.exp: New file.
6722
6723 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6724
6725 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
6726 of 30 rather than hardcoding 120 for a slow test case. Take the
6727 `gdb,timeout' target setting into account for this calculation.
6728 Don't extend the timeout for the test cases that don't need it.
6729
6730 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6731
6732 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
6733 a factor of 2 for a slow test case. Take the `gdb,timeout'
6734 target setting into account for this calculation.
6735 * gdb.reverse/until-precsave.exp: Increase the timeout by
6736 a factor of 15 and 3 respectively rather than adding 120
6737 for a pair of slow test cases. Take the `gdb,timeout'
6738 target setting into account for this calculation.
6739
6740 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6741
6742 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
6743 timeout, don't pass one down to gdb_expect.
6744 (gdb_expect): Rework timeout selection.
6745
6746 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6747
6748 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
6749 exception on timeout.
6750 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
6751 (gdbserver_start_extended): Catch any `gdbserver_start' error
6752 exceptions.
6753 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
6754 * lib/mi-support.exp (mi_gdb_target_load): Catch any
6755 `gdbserver_gdb_load' error exceptions.
6756
6757 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
6758
6759 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
6760 120 on waiting for the TCP socket to open.
6761
6762 2014-09-09 Doug Evans <xdje42@gmail.com>
6763
6764 * gdb.base/default.exp (show_conv_list): Add _caller_is,
6765 _caller_matches, _any_caller_is, _any_caller_matches.
6766
6767 2014-09-09 Doug Evans <xdje42@gmail.com>
6768
6769 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
6770
6771 2014-09-09 Yao Qi <yao@codesourcery.com>
6772
6773 * gdb.mi/mi-var-display.exp: Set print symbol off.
6774
6775 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
6776
6777 PR gdb/17035
6778 * gdb.base/commands.exp: Add tests to verify user-defined
6779 commands with empty bodies.
6780 * gdb.python/py-cmd.exp: Test that we don't show user-defined
6781 python commands in `show user command`.
6782 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
6783 scheme commands in `show user command`.
6784
6785 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 PR python/17355
6788 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
6789 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
6790 * gdb.python/py-framefilter-invalidarg.exp: New file.
6791 * gdb.python/py-framefilter-invalidarg.py: New file.
6792
6793 2014-09-06 Doug Evans <xdje42@gmail.com>
6794
6795 PR 15276
6796 * gdb.python/py-caller-is.c: New file.
6797 * gdb.python/py-caller-is.exp: New file.
6798
6799 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
6800
6801 PR gdb/17235
6802 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
6803 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
6804
6805 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
6806
6807 PR fortran/17237
6808 * gdb.fortran/print-formatted.exp: New file.
6809 * gdb.fortran/print-formatted.f90: Likewise.
6810
6811 2014-09-03 Sasha Smundak <asmundak@google.com>
6812
6813 * gdb.python/py-frame.exp: Test Frame.read_register.
6814
6815 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
6816
6817 PR python/16699
6818 * gdb.python/py-completion.exp: New file.
6819 * gdb.python/py-completion.py: Likewise.
6820
6821 2014-08-28 Doug Evans <dje@google.com>
6822
6823 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
6824 eax,etc. are live with values set by gdb and thus the compiler can't
6825 use them.
6826 * gdb.arch/i386-pseudo.c (main): Ditto.
6827
6828 2014-08-27 Doug Evans <dje@google.com>
6829
6830 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
6831
6832 2014-08-25 Doug Evans <dje@google.com>
6833
6834 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
6835 (main): Ditto.
6836
6837 2014-08-25 Doug Evans <dje@google.com>
6838
6839 * gdb.threads/thread-execl.exp: #include <stdio.h>.
6840
6841 2014-08-24 Yao Qi <yao@codesourcery.com>
6842
6843 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
6844 symbol off.
6845 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
6846
6847 2014-08-22 Doug Evans <dje@google.com>
6848
6849 PR 17276
6850 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
6851 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
6852 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
6853
6854 2014-08-22 Yao Qi <yao@codesourcery.com>
6855
6856 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
6857 * gdb.python/py-finish-breakpoint2.exp: Likewise.
6858 * gdb.python/python.exp: Likewise. Use .py file on the host
6859 instead of the build.
6860
6861 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.threads/gcore-stale-thread.c: New file.
6864 * gdb.threads/gcore-stale-thread.exp: New file.
6865
6866 2014-08-21 Pedro Alves <palves@redhat.com>
6867
6868 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
6869 * gdb.base/gcore-relro-pie.exp: Likewise.
6870 * gdb.base/gcore-relro.exp: Likewise.
6871 * gdb.base/gcore.exp: Likewise.
6872 * gdb.base/print-symbol-loading.exp: Likewise.
6873 * gdb.threads/gcore-thread.exp: Likewise.
6874 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
6875
6876 2014-08-20 Pedro Alves <palves@redhat.com>
6877 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 * Makefile.in (EXTRA_RULES, CC): New variables, get from
6880 configure.
6881 (EXPECT): Handle READ1 being set.
6882 (all): Depend on EXTRA_RULES.
6883 (check-read1, expect-read1, read1.so, read1): New rules.
6884 * README (Testsuite Parameters): Document the READ1 make variable.
6885 (Race detection): New section.
6886 * configure: Regenerate.
6887 * configure.ac: If build==host==target, and running under a
6888 GNU/glibc system, add read1 to the extra Makefile rules.
6889 (EXTRA_RULES): AC_SUBST it.
6890 * lib/read1.c: New file.
6891
6892 2014-08-20 Joel Brobecker <brobecker@adacore.com>
6893
6894 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
6895 the handling of variables declared as a typedef to an array
6896 which a DW_AT_data_location attribute.
6897
6898 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
6899 Pedro Alves <palves@redhat.com>
6900
6901 PR symtab/14604
6902 PR symtab/14605
6903 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
6904 gdb_test.
6905
6906 2014-08-19 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
6909
6910 2014-08-19 Yao Qi <yao@codesourcery.com>
6911
6912 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
6913 right line.
6914
6915 2014-08-18 David Blaikie <dblaikie@gmail.com>
6916
6917 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
6918
6919 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6920
6921 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
6922 attribute in array range.
6923
6924 2014-08-18 Joel Brobecker <brobecker@adacore.com>
6925
6926 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
6927
6928 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6929
6930 PR c++/17132
6931 * gdb.cp/pr17132.cc: New file.
6932 * gdb.cp/pr17132.exp: New file.
6933
6934 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
6935
6936 * gdb.python/py-xmethods.py (A_getarrayind)
6937 (E_method_char_worker.__call__, E_method_int_worker.__call__):
6938 Use 'print' with function call syntax.
6939 (E_method_matcher.match): Fix tab vs space indentation mixup.
6940
6941 2014-08-15 Yao Qi <yao@codesourcery.com>
6942
6943 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
6944 false.
6945
6946 2014-08-15 Yao Qi <yao@codesourcery.com>
6947
6948 * gdb.cp/casts.exp: Set print symbol off.
6949 * gdb.cp/class2.exp: Likewise.
6950 * gdb.cp/overload.exp: Likewise.
6951 * gdb.cp/templates.exp: Likewise.
6952
6953 2014-08-11 Doug Evans <dje@google.com>
6954
6955 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6956 (test_load_shlib): Update.
6957
6958 2014-08-09 Yao Qi <yao@codesourcery.com>
6959
6960 * gdb.base/display.exp: Invoke is_address_zero_readable.
6961 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
6962 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
6963 * gdb.base/hbreak-unmapped.exp: Return if
6964 is_address_zero_readable returns true.
6965 * gdb.base/signest.exp: Likewise.
6966 * gdb.base/signull.exp: Likewise.
6967 * gdb.base/sigbpt.exp: Likewise.
6968 * gdb.guile/scm-disasm.exp: Do the test if
6969 is_address_zero_readable returns false.
6970 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
6971 * gdb.python/py-arch.exp: Likewise.
6972 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
6973 * lib/gdb.exp (is_address_zero_readable): New proc.
6974
6975 2014-08-09 Yao Qi <yao@codesourcery.com>
6976
6977 PR testsuite/13443
6978 * gdb.mi/mi-var-display.exp: Make test messages unique.
6979
6980 2014-08-04 Tom Tromey <tromey@redhat.com>
6981
6982 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
6983 target 0".
6984
6985 2014-08-04 Tom Tromey <tromey@redhat.com>
6986
6987 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
6988 "target_resume".
6989
6990 2014-08-01 Joel Brobecker <brobecker@adacore.com>
6991
6992 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
6993 inner_vla_struct_object_size.
6994 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
6995 as xfail.
6996
6997 2014-07-30 Pedro Alves <palves@redhat.com>
6998
6999 * gdb.threads/signal-command-handle-nopass.exp (test): Add
7000 comment.
7001
7002 2014-07-29 Yao Qi <yao@codesourcery.com>
7003
7004 PR gdb/17206
7005 * gdb.base/until-nodebug.exp: New.
7006
7007 2014-07-28 Doug Evans <xdje42@gmail.com>
7008
7009 PR guile/17203
7010 * gdb.guile/scm-parameter.exp: Add tests for trying to create
7011 previously existing parameter, and previously ambiguously spelled
7012 parameter.
7013
7014 2014-07-28 Will Newton <will.newton@linaro.org>
7015
7016 * gdb.base/varargs.exp: Remove KFAILs for ARM.
7017
7018 2014-07-26 Ludovic Courtès <ludo@gnu.org>
7019 Doug Evans <xdje42@gmail.com>
7020
7021 PR guile/17146
7022 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
7023
7024 2014-07-25 Pedro Alves <palves@redhat.com>
7025
7026 * gdb.threads/signal-command-handle-nopass.c: New file.
7027 * gdb.threads/signal-command-handle-nopass.exp: New file.
7028 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
7029 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
7030 * gdb.threads/signal-delivered-right-thread.c: New file.
7031 * gdb.threads/signal-delivered-right-thread.exp: New file.
7032
7033 2014-07-25 Pedro Alves <palves@redhat.com>
7034
7035 * gdb.base/double-prompt-target-event-error.exp
7036 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
7037 match.
7038 (cancel_pagination_in_target_event): Rework double prompt
7039 detection.
7040 * gdb.base/paginate-after-ctrl-c-running.exp
7041 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
7042 <return>' match.
7043 * gdb.base/paginate-bg-execution.exp
7044 (test_bg_execution_pagination_return)
7045 (test_bg_execution_pagination_cancel): Remove '-notransfer
7046 <return>' matches.
7047 * gdb.base/paginate-execution-startup.exp
7048 (test_fg_execution_pagination_return)
7049 (test_fg_execution_pagination_cancel): Remove '-notransfer
7050 <return>' matches.
7051 * gdb.base/paginate-inferior-exit.exp
7052 (test_paginate_inferior_exited): Remove '-notransfer <return>'
7053 match.
7054 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
7055 * lib/gdb.exp (pagination_prompt): Run text through
7056 string_to_regexp.
7057 (gdb_test_multiple): Match $pagination_prompt instead of
7058 "<return>".
7059 (string_to_regexp): Move to lib/gdb-utils.exp.
7060
7061 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * gdb.arch/amd64-entry-value-paramref.S: New file.
7064 * gdb.arch/amd64-entry-value-paramref.cc: New file.
7065 * gdb.arch/amd64-entry-value-paramref.exp: New file.
7066 * gdb.arch/amd64-optimout-repeat.S: New file.
7067 * gdb.arch/amd64-optimout-repeat.c: New file.
7068 * gdb.arch/amd64-optimout-repeat.exp: New file.
7069
7070 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7071
7072 PR gdb/17170
7073 * gdb.base/statistics.exp: New file.
7074
7075 2014-07-17 Doug Evans <dje@google.com>
7076
7077 PR gdb/17170
7078 * gdb.base/maint.exp: Update testing of per-command stats.
7079
7080 2014-07-16 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
7083 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
7084 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
7085 (tfile_write_buf): New functions.
7086 (add_memory_block): Rewrite using the above.
7087 (adjust_function_address): New function.
7088 (FUNCTION_ADDRESS): New macro.
7089 (write_basic_trace_file): Remove short_x local, and use
7090 tfile_write_16. Change type of func_addr local to unsigned long
7091 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
7092 here. Cast argument of add_memory_block to char pointer.
7093 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
7094 (main): Remove parameters.
7095 * gdb.trace/tfile.exp: Remove nowarnings.
7096
7097 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
7098
7099 * gdb.base/debug-expr.exp: Test string evaluation with
7100 "debug expression" on.
7101
7102 2014-07-15 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/reread.exp: Use clean_restart.
7105
7106 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
7107
7108 * gdb.arch/avr-flash-qualifer.c: New.
7109 * gdb.arch/avr-flash-qualifer.exp: New.
7110
7111 2014-07-14 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.base/paginate-after-ctrl-c-running.c: New file.
7114 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
7115
7116 2014-07-14 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/double-prompt-target-event-error.c: New file.
7119 * gdb.base/double-prompt-target-event-error.exp: New file.
7120
7121 2014-07-14 Pedro Alves <palves@redhat.com>
7122
7123 PR gdb/17072
7124 * gdb.base/paginate-inferior-exit.c: New file.
7125 * gdb.base/paginate-inferior-exit.exp: New file.
7126
7127 2014-07-14 Pedro Alves <palves@redhat.com>
7128
7129 PR gdb/17072
7130 * gdb.base/paginate-bg-execution.c: New file.
7131 * gdb.base/paginate-bg-execution.exp: New file.
7132
7133 2014-07-14 Pedro Alves <palves@redhat.com>
7134
7135 PR gdb/17072
7136 * gdb.base/paginate-execution-startup.c: New file.
7137 * gdb.base/paginate-execution-startup.exp: New file.
7138 * lib/gdb.exp (pagination_prompt): New global.
7139 (default_gdb_spawn): New procedure, factored out from
7140 default_gdb_spawn.
7141 (default_gdb_start): Adjust to call default_gdb_spawn.
7142 (gdb_spawn): New procedure.
7143
7144 2014-07-14 Pedro Alves <palves@redhat.com>
7145
7146 * lib/gdb.exp (gdb_assert): New procedure.
7147 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
7148
7149 2014-07-14 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/execution-termios.c: New file.
7152 * gdb.base/execution-termios.exp: New file.
7153
7154 2014-07-14 Tom Tromey <tromey@redhat.com>
7155
7156 * gdb.cp/vla-cxx.cc: New file.
7157 * gdb.cp/vla-cxx.exp: New file.
7158
7159 2014-07-14 Tom Tromey <tromey@redhat.com>
7160
7161 * gdb.reverse/rerun-prec.c: New file.
7162 * gdb.reverse/rerun-prec.exp: New file.
7163
7164 2014-07-12 Maciej W. Rozycki <macro@mips.com>
7165 Maciej W. Rozycki <macro@codesourcery.com>
7166
7167 * lib/gdb-utils.exp: New file.
7168 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
7169 inline `gdb_init_command' processing.
7170 (gdb_start_cmd): Likewise.
7171 * lib/mi-support.exp (mi_run_cmd): Likewise.
7172 * README: Document `gdb_init_command' and `gdb_init_commands'.
7173
7174 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7175
7176 Fix false FAIL running under a very long directory name.
7177 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
7178 and "set print elements 10000". Twice.
7179
7180 2014-07-11 Yao Qi <yao@codesourcery.com>
7181
7182 * gdb.base/exprs.exp: "set print symbol off".
7183
7184 2014-07-11 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.threads/kill.c: New file.
7187 * gdb.threads/kill.exp: New file.
7188
7189 2014-07-10 Yao Qi <yao@codesourcery.com>
7190
7191 * gdb.trace/tfile.c (write_basic_trace_file)
7192 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
7193 address written to trace file.
7194
7195 2014-07-09 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.base/attach-wait-input.exp: New file.
7198 * gdb.base/attach-wait-input.c: New file.
7199
7200 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
7203 setting up test structures.
7204 (main): Call new test function.
7205 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
7206 test function, continue into test function and walk test
7207 structures.
7208
7209 2014-07-02 Yao Qi <yao@codesourcery.com>
7210
7211 * gdb.trace/entry-values.c: Define labels 'foo_start' and
7212 'bar_start' at the beginning of functions 'foo' and 'bar'
7213 respectively.
7214 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
7215 instead of 'foo' and 'bar'.
7216
7217 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
7218
7219 * gdb.btrace/segv.exp: New.
7220 * gdb.btrace/segv.c: New.
7221
7222 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
7223
7224 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
7225 instruction.
7226
7227 2014-06-30 Mark Wielaard <mjw@redhat.com>
7228
7229 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
7230 vulture, vilify, villar): New volatile array constants.
7231 (vindictive, vegetation): New const volatile array constants.
7232 * gdb.base/volatile.exp: Test volatile and const volatile array
7233 types.
7234
7235 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
7236
7237 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
7238 target lacks support for awatch, rwatch, or hbreak.
7239
7240 2014-06-27 Yao Qi <yao@codesourcery.com>
7241
7242 * gdb.multi/dummy-frame-restore.exp: New.
7243 * gdb.multi/dummy-frame-restore.c: New.
7244
7245 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
7246
7247 * gdb.btrace/gcore.exp: New.
7248
7249 2014-06-23 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.base/watchpoint-reuse-slot.c: New file.
7252 * gdb.base/watchpoint-reuse-slot.exp: New file.
7253
7254 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
7255
7256 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
7257 progspace's filename in 'info', 'enable' and 'disable' command
7258 tests.
7259
7260 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7261
7262 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
7263 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7264 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
7265
7266 2014-06-20 Gary Benson <gbenson@redhat.com>
7267
7268 * gdb.arch/i386-avx.exp: Fix include file location.
7269 * gdb.arch/i386-sse.exp: Likewise.
7270
7271 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
7272
7273 * gdb.dlang/expression.exp: New file.
7274
7275 2014-06-19 Pedro Alves <palves@redhat.com>
7276
7277 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
7278 out from ...
7279 (top level): ... here. Iterate running tests under different
7280 scheduler-locking settings.
7281
7282 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
7283
7284 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
7285 to DW_FORM_addr and use non-zero addresses.
7286
7287 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
7288
7289 PR gdb/17017
7290 * gdb.python/py-xmethods.cc: Add global function call counters and
7291 increment them in their respective functions. Remove "cout"
7292 statements.
7293 * gdb.python/py-xmethods.exp: Make tests check the global function
7294 call counters instead of depending on inferior IO.
7295
7296 2014-06-18 Don Breazeal <donb@codesourcery.com>
7297
7298 * gdb.base/foll-fork.exp (default_fork_parent_follow):
7299 Deleted procedure.
7300 (explicit_fork_parent_follow): Deleted procedure.
7301 (explicit_fork_child_follow): Deleted procedure.
7302 (test_follow_fork): New procedure.
7303 (do_fork_tests): Replace calls to deleted procedures with
7304 calls to test_follow_fork and reset GDB for subsequent
7305 procedure calls.
7306
7307 2014-06-17 Yao Qi <yao@codesourcery.com>
7308
7309 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
7310 CP1252.
7311
7312 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
7313
7314 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
7315 Initialize ptr and S explicitly.
7316 (skip_type_update_when_not_use_rtti_test): Likewise.
7317
7318 2014-06-16 Keith Seitz <keiths@redhat.com>
7319
7320 PR mi/15863
7321 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
7322 the inferior is started.
7323
7324 2014-06-16 Pedro Alves <palves@redhat.com>
7325
7326 * gdb.base/break-main-file-remove-fail.c: New file.
7327 * gdb.base/break-main-file-remove-fail.exp: New file.
7328 * gdb.base/break-unload-file.exp: Use build_executable instead of
7329 prepare_for_testing.
7330 (test_break): New parameter "initial_load". Handle it.
7331 (top level): Add initial_load cmdline/file axis.
7332
7333 2014-06-12 Tom Tromey <tromey@redhat.com>
7334
7335 * gdb.base/completion.exp: Don't use directory name in test.
7336
7337 2014-06-09 Gary Benson <gbenson@redhat.com>
7338
7339 * gdb.base/sigall.c [Functions to send signals]: Reorder to
7340 separate the always-available ANSI-standard signals from the
7341 signals that require checking.
7342 (main): Likewise.
7343 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
7344 Likewise.
7345 (main): Likewise.
7346
7347 2014-06-07 Keith Seitz <keiths@redhat.com>
7348
7349 Revert:
7350 PR c++/16253
7351 * gdb.cp/var-tag.cc: New file.
7352 * gdb.cp/var-tag.exp: New file.
7353 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
7354 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
7355 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
7356 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
7357
7358 2014-06-06 Doug Evans <xdje42@gmail.com>
7359
7360 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
7361
7362 2014-06-06 Pedro Alves <palves@redhat.com>
7363
7364 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
7365 in target debug output instead of looking at RSP packets,
7366 disabling the test on any target that uses hardware stepping.
7367 Update comments.
7368
7369 2014-06-06 Pedro Alves <palves@redhat.com>
7370
7371 * gdb.base/break-unload-file.exp: Fix typo.
7372
7373 2014-06-06 Yao Qi <yao@codesourcery.com>
7374
7375 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
7376 from "jit_function" to "^jit_function".
7377
7378 2014-06-06 Yao Qi <yao@codesourcery.com>
7379
7380 * gdb.base/async.c (foo): Add one statement.
7381 * gdb.base/async.exp: Get the next instruction address and
7382 match the output of "nexti" by instruction address. Match
7383 the hex address in the output of "finish".
7384
7385 2014-06-06 Gary Benson <gbenson@redhat.com>
7386
7387 * gdb.base/call-signals.c: Remove preprocessor conditionals
7388 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
7389 SIGSEGV and SIGTERM.
7390 * gdb.base/sigall.c: Likewise.
7391 * gdb.base/unwindonsignal.c: Likewise.
7392 * gdb.reverse/sigall-reverse.c: Likewise.
7393
7394 2014-06-06 Yao Qi <yao@codesourcery.com>
7395
7396 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
7397 readable, skip the test.
7398
7399 2014-06-06 Yao Qi <yao@codesourcery.com>
7400
7401 * gdb.threads/staticthreads.c (thread_function): Move the line
7402 setting breakpoint on forward.
7403 * gdb.threads/staticthreads.exp: Update comments.
7404
7405 2014-06-05 Ludovic Courtès <ludo@gnu.org>
7406
7407 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
7408 "history-append! type error".
7409
7410 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
7411
7412 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
7413 erroneous dprintf expected input.
7414
7415 2014-06-04 Doug Evans <xdje42@gmail.com>
7416
7417 * gdb.guile/scm-generics.exp: Delete.
7418
7419 2014-06-04 Doug Evans <xdje42@gmail.com>
7420
7421 * gdb.guile/scm-breakpoint.exp: Update.
7422 Add tests for breakpoint registration.
7423
7424 2014-06-04 Tom Tromey <tromey@redhat.com>
7425
7426 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
7427 VLA-in-union.
7428 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
7429 inner_vla_struct, vla_union types. Initialize objects of those
7430 types and compute their sizes.
7431
7432 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
7433 Hui Zhu <hui@codesourcery.com>
7434
7435 * gdb.base/fileio.exp: Add test for shell not available as well as
7436 available.
7437 * gdb.base/fileio.c (test_system): Check for shell twice.
7438
7439 2014-06-04 Yao Qi <yao@codesourcery.com>
7440
7441 * gdb.base/auto-connect-native-target.exp: Remove redundant
7442 space from the regexp pattern.
7443
7444 2014-06-04 Yao Qi <yao@codesourcery.com>
7445
7446 * gdb.base/default.exp: Replace "child" with "native" in
7447 regexp pattern.
7448
7449 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
7450
7451 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
7452 * gdb.python/py-xmethods.exp: New tests to test xmethods.
7453 * gdb.python/py-xmethods.py: Python script supporting the
7454 new testcase and tests.
7455
7456 2014-06-03 Joel Brobecker <brobecker@adacore.com>
7457 Pedro Alves <palves@redhat.com>
7458
7459 PR breakpoints/17000
7460 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
7461 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
7462
7463 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
7464
7465 * gdb.base/subst.exp: Add tests to verify partial path matching
7466 output.
7467
7468 2014-06-03 Pedro Alves <palves@redhat.com>
7469
7470 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
7471 target that doesn't use software single-stepping.
7472
7473 2014-06-03 Pedro Alves <palves@redhat.com>
7474
7475 PR breakpoints/17000
7476 * gdb.base/sss-bp-on-user-bp-2.c: New file.
7477 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
7478
7479 2014-06-02 Doug Evans <xdje42@gmail.com>
7480
7481 * gdb.guile/scm-parameter.exp: New file.
7482
7483 2014-06-02 Doug Evans <xdje42@gmail.com>
7484
7485 * gdb.guile/scm-cmd.c: New file.
7486 * gdb.guile/scm-cmd.exp: New file.
7487
7488 2014-06-02 Doug Evans <xdje42@gmail.com>
7489
7490 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
7491 pretty-printer lookup.
7492 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
7493 (make-pp_s-printer): Call it.
7494 (make-pretty-printer-from-dict): New function.
7495 (lookup-pretty-printer-maker-from-dict): New function.
7496 (*pretty-printer*): Simplify.
7497 (make-objfile-pp_s-printer): New function.
7498 (install-objfile-pretty-printers!): New function.
7499 (make-progspace-pp_s-printer): New function.
7500 (install-progspace-pretty-printers!): New function.
7501 * gdb.guile/scm-progspace.c: New file.
7502 * gdb.guile/scm-progspace.exp: New file.
7503
7504 2014-06-02 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.base/dprintf-bp-same-addr.c: New file.
7507 * gdb.base/dprintf-bp-same-addr.exp: New file.
7508
7509 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7510
7511 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
7512 * gdb.arch/powerpc-power.s: Likewise.
7513
7514 2014-06-02 Joel Brobecker <brobecker@adacore.com>
7515
7516 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
7517
7518 2014-06-01 Yao Qi <yao@codesourcery.com>
7519
7520 * gdb.base/watchpoint.exp (test_watch_location): Check null
7521 pointer can be dereferenced. If not, do the test, otherwise
7522 skip it.
7523
7524 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7525
7526 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
7527 results.
7528 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
7529
7530 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
7531
7532 * gdb.arch/amd64-invalid-stack-middle.S: New file.
7533 * gdb.arch/amd64-invalid-stack-middle.c: New file.
7534 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
7535 * gdb.arch/amd64-invalid-stack-top.c: New file.
7536 * gdb.arch/amd64-invalid-stack-top.exp: New file.
7537
7538 2014-05-30 Pedro Alves <palves@redhat.com>
7539
7540 PR breakpoints/17000
7541 * gdb.base/sss-bp-on-user-bp.c: New file.
7542 * gdb.base/sss-bp-on-user-bp.exp: New file.
7543
7544 2014-05-30 David Blaikie <dblaikie@gmail.com>
7545
7546 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
7547 gnu_inline semantics via attribute.
7548 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
7549 source explicitly specifies the required semantics.
7550
7551 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
7552
7553 * gdb.reverse/sigall-reverse.exp: Fix a typo.
7554
7555 2014-05-29 Pedro Alves <palves@redhat.com>
7556 Tom Tromey <tromey@redhat.com>
7557
7558 * gdb.base/async-shell.exp: Don't enable target-async.
7559 * gdb.base/async.exp
7560 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
7561 parameter. Adjust.
7562 (top level): Don't test with "target-async".
7563 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
7564 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
7565 * gdb.base/inferior-died.exp: Don't enable target-async.
7566 * gdb.base/interrupt-noterm.exp: Likewise.
7567 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
7568 * gdb.mi/mi-nonstop-exit.exp: Likewise.
7569 * gdb.mi/mi-nonstop.exp: Likewise.
7570 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
7571 * gdb.mi/mi-nsintrall.exp: Likewise.
7572 * gdb.mi/mi-nsmoribund.exp: Likewise.
7573 * gdb.mi/mi-nsthrexec.exp: Likewise.
7574 * gdb.mi/mi-watch-nonstop.exp: Likewise.
7575 * gdb.multi/watchpoint-multi.exp: Adjust comment.
7576 * gdb.python/py-evsignal.exp: Don't enable target-async.
7577 * gdb.python/py-evthreads.exp: Likewise.
7578 * gdb.python/py-prompt.exp: Likewise.
7579 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
7580 * gdb.server/solib-list.exp: Don't enable target-async.
7581 * gdb.threads/thread-specific-bp.exp: Likewise.
7582 * lib/mi-support.exp: Adjust to use mi-async.
7583
7584 2014-05-29 Pedro Alves <palves@redhat.com>
7585
7586 PR gdb/13860
7587 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
7588 reason, even in sync mode.
7589
7590 2014-05-29 Pedro Alves <palves@redhat.com>
7591 Hui Zhu <hui@codesourcery.com>
7592
7593 PR PR15693
7594 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
7595 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
7596 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
7597 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
7598
7599 2014-05-28 Joel Brobecker <brobecker@adacore.com>
7600
7601 * config/monitor.exp (gdb_target_monitor): Replace use of
7602 "set remotebaud" by "set serial baud".
7603
7604 2014-05-26 Andy Wingo <wingo@igalia.com>
7605
7606 * gdb.guile/scm-breakpoint.exp:
7607 * gdb.guile/scm-gsmob.exp: Update to use plain old object
7608 properties instead of gdb-object-properties.
7609
7610 2014-05-26 Yao Qi <yao@codesourcery.com>
7611
7612 * gdb.server/no-thread-db.exp: Specify source file name
7613 explicitly when setting a breakpoint.
7614
7615 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7616
7617 * gdb.btrace/vdso.c: New.
7618 * gdb.btrace/vdso.exp: New.
7619
7620 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7621
7622 * gdb.base/gcore.exp (capture_command_output): Move ...
7623 * lib/gdb.exp (capture_command_output): ... here.
7624
7625 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
7626
7627 * gdb.btrace/data.exp: Test memory access during btrace replay.
7628
7629 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
7630
7631 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
7632
7633 2014-05-21 Pedro Alves <palves@redhat.com>
7634
7635 PR gdb/13860
7636 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
7637 (top level): Test that output related to execution commands is
7638 sent to the console with CLI commands, but not with MI commands.
7639 Test that breakpoint events are always mirrored to the console.
7640 Also expect the new source line to be output after a "next" in
7641 async mode too. Make it a pass/fail test.
7642 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
7643 output.
7644 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
7645
7646 2014-05-21 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.base/list.exp (build_pattern, test_list): New procedures.
7649 Use them to test variations of "list" after reaching a breakpoint.
7650 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
7651 Test "list" with listsize 10 after reaching a breakpoint.
7652 * gdb.python/python.exp (decode_line current location line
7653 number): Adjust expected line number.
7654
7655 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
7658 behavior for $args, pass it directly to "run".
7659
7660 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
7661
7662 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
7663 30000 to 65536.
7664
7665 2014-05-21 Pedro Alves <palves@redhat.com>
7666
7667 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
7668 auto-connect-native-target off".
7669 * gdb.base/auto-connect-native-target.c: New file.
7670 * gdb.base/auto-connect-native-target.exp: New file.
7671
7672 2014-05-21 Pedro Alves <palves@redhat.com>
7673
7674 * gdb.base/default.exp: Test "target native" instead of "target
7675 child".
7676
7677 2014-05-21 Mark Wielaard <mjw@redhat.com>
7678
7679 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
7680
7681 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Fix TLS access for -static -pthread.
7684 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
7685 <HAVE_TLS> (thread_function, main): Initialize it.
7686 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
7687 Add clean_restart.
7688 <$have_tls != "">: Check TLSVAR.
7689
7690 2014-05-21 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/dcache-line-read-error.c: New.
7693 * gdb.base/dcache-line-read-error.exp: New.
7694
7695 2014-05-20 Pedro Alves <palves@redhat.com>
7696
7697 * gdb.base/compare-sections.c: New file.
7698 * gdb.base/compare-sections.exp: New file.
7699
7700 2014-05-20 Pedro Alves <palves@redhat.com>
7701
7702 * gdb.base/break-idempotent.c: New file.
7703 * gdb.base/break-idempotent.exp: New file.
7704
7705 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
7706
7707 * gdb.btrace/nohist.exp: New.
7708
7709 2014-05-20 Yao Qi <yao@codesourcery.com>
7710
7711 * lib/gdb.exp (gdb_init): Set timeout if test file is under
7712 gdb.reverse directory and gdb_reverse_timeout exists in board
7713 setting.
7714 * README: Document gdb_reverse_timeout.
7715
7716 2014-05-20 Yao Qi <yao@codesourcery.com>
7717
7718 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
7719 'test_file_name'. Treat args as a string instead of a list.
7720 (gdb_init): Rename argument 'args' by 'test_file_name'.
7721
7722 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7723
7724 * gdb.arch/powerpc-power.exp: New file.
7725 * gdb.arch/powerpc-power.s: New file.
7726
7727 2014-05-16 Doug Evans <dje@google.com>
7728
7729 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
7730 * gdb.base/completion.exp: Check that all expected files exist
7731 before doing file completion.
7732
7733 2014-05-16 Doug Evans <dje@google.com>
7734
7735 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
7736 Update.
7737 (do_syscall_tests_without_xml): Update.
7738
7739 2014-05-16 Pedro Alves <palves@redhat.com>
7740
7741 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
7742 instead of "unknown output after running".
7743
7744 2014-05-16 Yao Qi <yao@codesourcery.com>
7745
7746 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
7747 file1.txt from host at the end.
7748 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
7749
7750 2014-05-15 Doug Evans <dje@google.com>
7751
7752 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
7753 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
7754 loading file. Add test for TU lookup.
7755
7756 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7757
7758 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
7759 calling "-exec-arguments" or "set args" before running the
7760 inferior.
7761
7762 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * lib/mi-support.exp (mi_expect_stop): Expect message for
7765 inferiors that exit with non-zero exit code.
7766
7767 2014-05-14 Yao Qi <yao@codesourcery.com>
7768
7769 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
7770 match absolute path on remote host.
7771 (test_file_list_exec_source_files): Remove "/" from the
7772 pattern.
7773
7774 2014-05-14 Yao Qi <yao@codesourcery.com>
7775
7776 * boards/local-remote-host-notty.exp (${board}_file): New
7777 proc.
7778
7779 2014-05-07 Kyle McMartin <kyle@redhat.com>
7780
7781 Pushed by Joel Brobecker <brobecker@adacore.com>.
7782 * gdb.arch/aarch64-atomic-inst.c: New file.
7783 * gdb.arch/aarch64-atomic-inst.exp: New file.
7784
7785 2014-05-07 Yao Qi <yao@codesourcery.com>
7786
7787 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
7788 in current context" too.
7789
7790 2014-05-05 Keith Seitz <keiths@redhat.com>
7791
7792 * gdb.linespec/ls-dollar.exp: Add test for linespec
7793 file:convenience_variable.
7794
7795 2014-05-05 Yao Qi <yao@codesourcery.com>
7796
7797 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
7798 traceframes into tfile and ctf trace files. Read data from
7799 trace file and test collected data.
7800 (gdb_collect_locals_test): Likewise.
7801 (gdb_unavailable_registers_test): Likewise.
7802 (gdb_unavailable_floats): Likewise.
7803 (gdb_collect_globals_test): Likewise.
7804 (top-level): Append "ctf" to trace_file_targets if GDB
7805 supports.
7806
7807 2014-05-05 Yao Qi <yao@codesourcery.com>
7808
7809 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
7810 code to ...
7811 (gdb_collect_args_test_1): ... it. New proc.
7812 (gdb_collect_locals_test): Move some code to ...
7813 (gdb_collect_locals_test_1): ... it. New proc.
7814 (gdb_unavailable_registers_test): Move some code to ...
7815 (gdb_unavailable_registers_test_1): ... it. New proc.
7816 (gdb_unavailable_floats): Move some code to ...
7817 (gdb_unavailable_floats_1): ... it. New proc.
7818
7819 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7820
7821 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
7822 probes to test for bitness recognition.
7823 * gdb.arch/amd64-stap-optional-prefix.exp
7824 (test_probe_value_without_reg): New procedure.
7825 Add code to test for different kinds of bitness.
7826
7827 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
7828
7829 PR breakpoints/16889
7830 * gdb.arch/amd64-stap-optional-prefix.S: New file.
7831 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
7832
7833 2014-05-01 Pedro Alves <palves@redhat.com>
7834
7835 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
7836 gdb_file_cmd if no file is specified.
7837 * boards/native-extended-gdbserver.exp (gdb_load): Use the
7838 last_loaded_file to set the remote exec-file.
7839
7840 2014-05-01 Pedro Alves <palves@redhat.com>
7841
7842 * boards/local-remote-host.exp: New file.
7843
7844 2014-05-01 Pedro Alves <palves@redhat.com>
7845
7846 * boards/local-remote-host.exp: Rename to ...
7847 * boards/local-remote-host-notty.exp: ... this.
7848
7849 2014-04-28 Joel Brobecker <brobecker@adacore.com>
7850
7851 * gdb.ada/dyn_arrayidx: New testcase.
7852
7853 2014-04-26 Yao Qi <yao@codesourcery.com>
7854
7855 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
7856 and compute the length of function main. Save it in
7857 $main_length.
7858 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
7859 (top-level): Use gdb_compile to compile objects into
7860 executable and restart GDB. Remove invocation to
7861 prepare_for_testing.
7862
7863 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
7864 Pedro Alves <palves@redhat.com>
7865
7866 PR server/16255
7867 * gdb.multi/multi-attach.c: New file.
7868 * gdb.multi/multi-attach.exp: New file.
7869
7870 2014-04-25 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
7873 user.
7874 (top level): Test that "set remote conditional-breakpoints-packet
7875 off" works as intended.
7876 * gdb.base/dprintf.exp: Test that "set remote
7877 breakpoint-commands-packet off" works as intended.
7878 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
7879 New function.
7880 (top level): Call it.
7881 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
7882 remote fast-tracepoints-packet off" works as intended.
7883 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
7884 * lib/gdb.exp (gdb_is_target_remote): ... here.
7885
7886 2014-04-24 David Blaikie <dblaikie@gmail.com>
7887
7888 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
7889 ensure clang would not discard them.
7890 * gdb.base/gdbvars.c: Ditto.
7891 * gdb.base/memattr.c: Ditto.
7892 * gdb.base/whatis.c: Ditto.
7893 * gdb.python/py-prettyprint.c: Ditto.
7894 * gdb.trace/actions.c: Ditto.
7895 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
7896 ensure clang would not discard it.
7897
7898 2014-04-24 David Blaikie <dblaikie@gmail.com>
7899
7900 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
7901 clang to emit the full definition of type required by the test
7902 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
7903
7904 2014-04-24 David Blaikie <dblaikie@gmail.com>
7905
7906 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
7907 coax Clang into emitting the definition of the type.
7908 * gdb.cp/pr10728-x.h (y): Ditto.
7909 * gdb.cp/pr10728-y.cc (y): Ditto.
7910
7911 2014-04-24 David Blaikie <dblaikie@gmail.com>
7912
7913 * gdb.base/label.exp: XFAIL label related tests under Clang.
7914 * gdb.cp/cplabel.exp: Ditto.
7915 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
7916 under Clang those using labels.
7917
7918 2014-04-25 Yao Qi <yao@codesourcery.com>
7919
7920 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
7921 double_label.
7922 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
7923 partial_label and double_label.
7924
7925 2014-04-24 David Blaikie <dblaikie@gmail.com>
7926
7927 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
7928
7929 2014-04-24 David Blaikie <dblaikie@gmail.com>
7930
7931 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
7932 of the function to work across GCC and Clang.
7933 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
7934 pointer types (const void ** const V void **).
7935
7936 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
7937 Walfred Tedeschi <walfred.tedeschi@intel.com>
7938
7939 * Makefile.in (EXECUTABLES): Added i386-avx512.
7940 * gdb.arch/i386-avx512.c: New file.
7941 * gdb.arch/i386-avx512.exp: Likewise.
7942
7943 2014-04-23 Keith Seitz <keiths@redhat.com>
7944
7945 * lib/mi-support.exp (mi_list_breakpoints): Delete.
7946 (mi_make_breakpoint_table): New procedure.
7947 (mi_create_breakpoint): Use mi_make_breakpoint
7948 and return the result.
7949 (mi_make_breakpoint): New procedure.
7950 (mi_build_kv_pairs): New procedure.
7951
7952 * gdb.mi/mi-break.exp: Remove unused globals,
7953 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
7954 All callers updated.
7955 * gdb.mi/mi-dprintf.exp: Use variable to track command
7956 number.
7957 Update all callers of mi_create_breakpoint and use
7958 mi_make_breakpoint_table.
7959 Remove any unused global variables.
7960 * gdb.mi/mi-nonstop.exp: Likewise.
7961 * gdb.mi/mi-nsintrall.exp: Likewise.
7962 * gdb.mi/mi-nsmoribund.exp: Likewise.
7963 * gdb.mi/mi-nsthrexec.exp: Likewise.
7964 * gdb.mi/mi-reverse.exp: Likewise.
7965 * gdb.mi/mi-simplerun.exp: Likewise.
7966 * gdb.mi/mi-stepn.exp: Likewise.
7967 * gdb.mi/mi-syn-frame.exp: Likewise.
7968 * gdb.mi/mi-until.exp: Likewise.
7969 * gdb.mi/mi-var-cp.exp: Likewise.
7970 * gdb.mi/mi-var-display.exp: Likewise.
7971 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
7972 * gdb.mi/mi2-var-child.exp: Likewise.
7973 * gdb.mi/mi-vla-c99.exp: Likewise.
7974 * lib/mi-support.exp: Likewise.
7975
7976 From Ian Lance Taylor <iant@cygnus.com>:
7977 * lib/gdb.exp (parse_args): New procedure.
7978
7979 2014-04-23 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/break-unload-file.c: New file.
7982 * gdb.base/break-unload-file.exp: New file.
7983 * gdb.base/sym-file-lib.c (baz): New function.
7984 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
7985 field.
7986 (load): Store the segment's mapped size.
7987 (unload): New function.
7988 (unload_shlib): New function.
7989 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
7990 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
7991 set a breakpoint at baz, and call it.
7992 * gdb.base/sym-file.exp: New tests for stale breakpoint
7993 instructions.
7994
7995 2014-04-23 Pedro Alves <palves@redhat.com>
7996
7997 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
7998 * gdb.base/hbreak-in-shr-unsupported.c: New file.
7999 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
8000 * gdb.base/hbreak-unmapped.c: New file.
8001 * gdb.base/hbreak-unmapped.exp: New file.
8002 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
8003 * lib/gdb.exp (gdb_is_target_remote): ... here.
8004
8005 2014-04-22 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.base/consecutive-step-over.c: New file.
8008 * gdb.base/consecutive-step-over.exp: New file.
8009
8010 2014-04-22 Pedro Alves <palves@redhat.com>
8011
8012 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
8013 instead of send_gdb/gdb_expect.
8014
8015 2014-04-22 Yao Qi <yao@codesourcery.com>
8016
8017 * lib/trace-support.exp (generate_tracefile): New procedure.
8018 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
8019 return 0.
8020 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
8021 if generate_tracefile returns 1.
8022
8023 2014-04-18 Tom Tromey <palves@redhat.com>
8024 Pedro alves <tromey@redhat.com>
8025
8026 PR backtrace/15558
8027 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
8028 with a backtrace limit.
8029 * gdb.python/py-frame-inline.exp: Test running to an inline
8030 function with a backtrace limit, and printing the newest frame.
8031 * gdb.python/py-frame-inline.c (main): Call f.
8032
8033 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8034
8035 * gdb.java/jnpe.exp: Drop srcdir from untested path.
8036
8037 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
8038
8039 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
8040 Drop prefix from unsupported source file path.
8041
8042 2014-04-17 Yao Qi <yao@codesourcery.com>
8043
8044 * lib/gdb.exp (with_target_charset): New proc.
8045 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
8046 with_target_charset.
8047 (test_print_strings): Likewise.
8048 (test_repeat_bytes): Likewise.
8049 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
8050 for some tests.
8051
8052 2014-04-16 Keith Seitz <keiths@redhat.com>
8053
8054 PR gdb/15827
8055 * gdb.dwarf2/corrupt.c: New file.
8056 * gdb.dwarf2/corrupt.exp: New file.
8057
8058 2014-04-16 Keith Seitz <keiths@redhat.com>
8059
8060 PR c++/16597
8061 * gdb.cp/namelessclass.cc: New file.
8062 * gdb.cp/namelessclass.exp: New file.
8063 * gdb.cp/namelessclass.S: New file.
8064
8065 2014-04-16 Doug Evans <dje@google.com>
8066
8067 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
8068 Add comment.
8069 (gdbserver_default_get_comm_port): New function.
8070 (gdbserver_start): Check if board file provided
8071 "gdbserver,get_comm_port" and use it if so.
8072 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
8073 (gdb,socketport): Set to "stdio".
8074 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
8075 (stdio_gdbserver_template): Delete.
8076 (${board}_get_remote_address): Update.
8077 (${board}_build_remote_cmd): Delete.
8078 (${board}_get_comm_port): New function.
8079 (${board}_spawn): Update.
8080 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
8081 Delete.
8082 (${board}_get_remote_address): Update.
8083 (${board}_get_comm_port): New function.
8084
8085 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
8086
8087 * gdb.base/memattr.exp: Improve regexps to handle memory regions
8088 appearing in any order.
8089
8090 2014-04-15 Doug Evans <dje@google.com>
8091
8092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
8093 uninitialized value of "description".
8094
8095 2014-04-15 Keith Seitz <keiths@redhat.com>
8096
8097 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
8098 Remove unused globals.
8099 (test_running_the_program): Likewise.
8100 (test_controlled_execution): Likewise.
8101 (test_controlling_breakpoints): Likewise.
8102 (test_program_termination): Likewise.
8103
8104 2014-04-15 Keith Seitz <keiths@redhat.com>
8105
8106 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
8107 unused globals.
8108 (test_rbreak_creation_and_listing): Likewise.
8109 (test_ignore_count): Likewise.
8110 (test_error): Likewise.
8111
8112 2014-04-15 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
8115 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
8116 sym-file-loader.c.
8117 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8118 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8119 to sym-file-loader.c.
8120 (struct library): Forward declare.
8121 (load_shlib, lookup_function): Change prototypes.
8122 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8123 (translate_offset): Remove declarations.
8124 (get_text_addr): New declaration.
8125 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
8126 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
8127 sym-file-loader.h.
8128 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
8129 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
8130 here from sym-file-loader.h.
8131 (struct library): New structure.
8132 (load_shlib, lookup_function): Change prototypes and adjust to
8133 work with a struct library.
8134 (find_shstrtab, find_strtab, find_shdr, find_symtab)
8135 (translate_offset): Make static.
8136 (get_text_addr): New function.
8137 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
8138
8139 2014-04-15 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
8142
8143 2014-04-15 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/sym-file-loader.c: Include <limits.h>.
8146 (SELF_LINK): New define.
8147 (get_origin): New function.
8148 (load_shlib): Use it.
8149 * gdb.base/sym-file.exp: Don't early return if the target is
8150 remote. Use runto_main, and issue fail is that fails. Use
8151 gdb_load_shlibs.
8152 (shlib_name): Delete.
8153 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
8154
8155 2014-04-15 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/sym-file.exp: Remove regex characters from test
8158 message. Don't refer to breakpoint numbers in test messages.
8159
8160 2014-04-14 Keith Seitz <keiths@redhat.com>
8161
8162 PR c++/16253
8163 * gdb.cp/var-tag.cc: New file.
8164 * gdb.cp/var-tag.exp: New file.
8165 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
8166 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
8167 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
8168 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
8169
8170 2014-04-14 Tom Tromey <tromey@redhat.com>
8171
8172 * gdb.cp/classes.exp (test_enums): Handle underlying type.
8173 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
8174 type.
8175 * gdb.cp/enum-class.exp: New file.
8176 * gdb.cp/enum-class.cc: New file.
8177
8178 2014-04-14 Tom Tromey <tromey@redhat.com>
8179
8180 * gdb.dwarf2/enum-type.exp: New file.
8181
8182 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8183
8184 * gdb.mi/mi-vla-c99.exp: New file.
8185 * gdb.mi/vla.c: New file.
8186
8187 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8188
8189 * gdb.base/vla-datatypes.c: New file.
8190 * gdb.base/vla-datatypes.exp: New file.
8191
8192 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8193
8194 * gdb.base/vla-ptr.c: New file.
8195 * gdb.base/vla-ptr.exp: New file.
8196
8197 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8198
8199 * gdb.dwarf2/count.exp: New file.
8200
8201 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
8202
8203 * gdb.base/vla-sideeffect.c: New file.
8204 * gdb.base/vla-sideeffect.exp: New file.
8205
8206 2014-04-14 David Blaikie <dblaikie@gmail.com>
8207
8208 * gdb.mi/non-stop.c: Add return value for non-void function return
8209 statement.
8210 * gdb.threads/staticthreads.c: Ditto.
8211
8212 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
8213 Doug Evans <xdje42@gmail.com>
8214
8215 * gdb.guile/scm-value.c: Improve test case.
8216 * gdb.guile/scm-value.exp: Add new test.
8217
8218 2014-04-11 David Blaikie <dblaikie@gmail.com>
8219
8220 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
8221 override Clang's default.
8222
8223 2014-04-11 Joel Brobecker <brobecker@adacore.com>
8224
8225 Revert the following changes (regressions):
8226
8227 * gdb.base/vla-sideeffect.c: New file.
8228 * gdb.base/vla-sideeffect.exp: New file.
8229
8230 * gdb.dwarf2/count.exp: New file.
8231
8232 * gdb.base/vla-multi.c: New file.
8233 * gdb.base/vla-multi.exp: New file.
8234
8235 * gdb.base/vla-ptr.c: New file.
8236 * gdb.base/vla-ptr.exp: New file.
8237
8238 * gdb.base/vla-datatypes.c: New file.
8239 * gdb.base/vla-datatypes.exp: New file.
8240
8241 * gdb.mi/mi-vla-c99.exp: New file.
8242 * gdb.mi/vla.c: New file.
8243
8244 2014-04-11 Keith Seitz <keiths@redhat.com>
8245
8246 PR c++/16675
8247 * gdb.cp/cpsizeof.exp: New file.
8248 * gdb.cp/cpsizeof.cc: New file.
8249
8250 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8251
8252 * gdb.mi/mi-vla-c99.exp: New file.
8253 * gdb.mi/vla.c: New file.
8254
8255 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8256
8257 * gdb.base/vla-datatypes.c: New file.
8258 * gdb.base/vla-datatypes.exp: New file.
8259
8260 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8261
8262 * gdb.base/vla-ptr.c: New file.
8263 * gdb.base/vla-ptr.exp: New file.
8264
8265 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8266
8267 * gdb.base/vla-multi.c: New file.
8268 * gdb.base/vla-multi.exp: New file.
8269
8270 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8271
8272 * gdb.dwarf2/count.exp: New file.
8273
8274 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
8275
8276 * gdb.base/vla-sideeffect.c: New file.
8277 * gdb.base/vla-sideeffect.exp: New file.
8278
8279 2014-04-11 Yao Qi <yao@codesourcery.com>
8280
8281 * gdb.base/completion.exp: Check file exists before running tests
8282 on file completion.
8283
8284 2014-04-10 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/cond-eval-mode.c: New file.
8287 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
8288 prepare_for_testing to build the new file. Check result of
8289 runto_main.
8290 (test_break, test_watch): New procedures.
8291 (top level): Use them.
8292
8293 2014-04-08 Pierre Muller <muller@sourceware.org>
8294
8295 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
8296 Ctrl-V use for mingw hosts.
8297
8298 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
8299
8300 * gdb.python/py-value.c: Improve test case.
8301 * gdb.python/py-value.exp: Add new test.
8302
8303 2014-04-07 David Blaikie <dblaikie@gmail.com>
8304
8305 * lib/compiler.c: Identify the clang compiler.
8306 * lib/compiler.cc: Ditto.
8307
8308 2014-04-03 Yao Qi <yao@codesourcery.com>
8309
8310 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
8311
8312 2014-04-01 Anton Blanchard <anton@samba.org>
8313
8314 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
8315 messages unique.
8316
8317 2014-04-01 Anton Blanchard <anton@samba.org>
8318
8319 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
8320 prepare_for_testing.
8321
8322 2014-04-01 Anton Blanchard <anton@samba.org>
8323
8324 * gdb.arch/ppc64-atomic-inst.c: Remove.
8325 * gdb.arch/ppc64-atomic-inst.S: New file.
8326 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
8327
8328 2014-03-31 Doug Evans <dje@google.com>
8329
8330 * gdb.base/print-symbol-loading-lib.c: New file.
8331 * gdb.base/print-symbol-loading-main.c: New file.
8332 * gdb.base/print-symbol-loading.exp: New file.
8333
8334 2014-03-31 Yao Qi <yao@codesourcery.com>
8335
8336 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
8337
8338 2014-03-28 Joel Brobecker <brobecker@adacore.com>
8339
8340 * gdb.ada/mi_dyn_arr: New testcase.
8341
8342 2014-03-27 Doug Evans <dje@google.com>
8343
8344 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
8345
8346 2014-03-27 Yao Qi <yao@codesourcery.com>
8347
8348 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
8349 if target is nios2-*-*.
8350
8351 2014-03-26 Yao Qi <yao@codesourcery.com>
8352
8353 * lib/gdb.exp (readline_is_used): New proc.
8354 * gdb.base/completion.exp: Move tests on command complete up.
8355 Skip the rest of tests if readline is not used.
8356 * gdb.ada/complete.exp: Skp the test if readline is not
8357 used.
8358 * gdb.base/filesym.exp: Likewise.
8359 * gdb.base/macscp.exp: Likewise.
8360 * gdb.base/readline-ask.exp: Likewise.
8361 * gdb.base/readline.exp: Likewise.
8362 * gdb.python/py-cmd.exp: Likewise.
8363 * gdb.trace/tfile.exp: Likewise.
8364
8365 2014-03-26 Yao Qi <yao@codesourcery.com>
8366
8367 * gdb.base/macscp.exp: Fix code format issues.
8368
8369 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
8370
8371 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
8372 * gdb.asm/powerpc64le.inc: New file.
8373
8374 2014-03-25 Pedro Alves <palves@redhat.com>
8375 Doug Evans <dje@google.com>
8376
8377 * gdb.base/source-execution.c: New file.
8378 * gdb.base/source-execution.exp: New file.
8379 * gdb.base/source-execution.gdb: New file.
8380
8381 2014-03-24 Doug Evans <dje@google.com>
8382
8383 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
8384 using fission.
8385
8386 2014-03-24 Hui Zhu <hui@codesourcery.com>
8387 Pedro Alves <palves@redhat.com>
8388
8389 PR breakpoints/16101
8390 * gdb.base/dprintf.exp: Use unsupported rather than changing the
8391 test pass/fail messages. Detect missing support for dprintf when
8392 breakpoints are actually inserted.
8393 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
8394 breakpoints are actually inserted.
8395 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
8396 fails.
8397
8398 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8399
8400 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
8401
8402 2014-03-22 Doug Evans <xdje42@gmail.com>
8403
8404 * gdb.python/python.exp (python not supported): Verify multi-line
8405 python command issues an error.
8406 * gdb.guile/guile.exp (guile not supported): Verify multi-line
8407 guile command issues an error.
8408
8409 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
8410
8411 * gdb.threads/thread-specific.exp: Handle the lack of usable
8412 $this_breakpoint and $this_thread.
8413
8414 2014-03-21 Hui Zhu <hui@codesourcery.com>
8415
8416 * gdb.base/attach.exp (do_command_attach_tests): New.
8417
8418 2014-03-20 Tom Tromey <tromey@redhat.com>
8419 Pedro Alves <palves@redhat.com>
8420
8421 PR cli/15718
8422 * gdb.base/condbreak-call-false.c: New file.
8423 * gdb.base/condbreak-call-false.exp: New file.
8424
8425 2014-03-20 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
8428 Delete.
8429 (block_signals, unblock_signals): Delete.
8430 (child_function_2, main): Remove references to deleted variable
8431 and functions.
8432
8433 2014-03-20 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
8436 Use pthread_kill to signal thread 2.
8437 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8438 Adjust to make the test send itself a signal rather than using the
8439 host's "kill" command.
8440
8441 2014-03-20 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.threads/multiple-step-overs.c: New file.
8444 * gdb.threads/multiple-step-overs.exp: New file.
8445 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8446 Adjust expected infrun debug output.
8447
8448 2014-03-20 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
8451 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
8452
8453 2014-03-20 Pedro Alves <palves@redhat.com>
8454
8455 PR breakpoints/7143
8456 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
8457 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
8458 of gdb_test_multiple.
8459 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
8460 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
8461
8462 2014-03-20 Pedro Alves <palves@redhat.com>
8463
8464 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
8465 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
8466
8467 2014-03-19 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/async.exp: Remove early return.
8470
8471 2014-03-19 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/async.exp (step& tests): Pass explicit test messages.
8474
8475 2014-03-19 Pedro Alves <palves@redhat.com>
8476
8477 * gdb.base/async.exp (test_background): Expect \r\n after
8478 "completed." in the fail pattern.
8479
8480 2014-03-19 Pedro Alves <palves@redhat.com>
8481
8482 * gdb.base/async.exp (test_background): New procedure.
8483 Use it for all background execution command tests.
8484
8485 2014-03-19 Pedro Alves <palves@redhat.com>
8486
8487 * gdb.base/async.exp: Use prepare_for_testing.
8488
8489 2014-03-19 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
8492 the same line.
8493
8494 2014-03-19 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.base/async.c (main): Add "jump here" and "until here" line
8497 marker comments.
8498 * gdb.base/async.exp (jump_here): New global.
8499 (jump& test): Use it.
8500 (until_here): New global.
8501 (until& test): Use it.
8502
8503 2014-03-19 Pedro Alves <palves@redhat.com>
8504
8505 * gdb.base/async.exp: Don't frob gdb_protocol.
8506
8507 2014-03-18 Doug Evans <xdje42@gmail.com>
8508
8509 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
8510 Fix spelling of exec-done-display.
8511
8512 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8513
8514 PR gdb/15358
8515 * gdb.base/gdb-sigterm.c: New file.
8516 * gdb.base/gdb-sigterm.exp: New file.
8517
8518 2014-03-18 Pedro Alves <palves@redhat.com>
8519
8520 PR gdb/13860
8521 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
8522 * lib/mi-support.exp (mi_expect_stop): Add special handling for
8523 solib-event.
8524
8525 2014-03-17 Joel Brobecker <brobecker@adacore.com>
8526
8527 * gdb.ada/pckd_arr_ren: New testcase.
8528
8529 2014-03-13 Doug Evans <xdje42@gmail.com>
8530
8531 PR guile/16612
8532 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
8533 collect after discarding symbols.
8534
8535 2014-03-13 Ludovic Courtès <ludo@gnu.org>
8536 Doug Evans <xdje42@gmail.com>
8537
8538 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
8539 to history survives a gc.
8540
8541 2014-03-13 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.base/default.exp: Don't test "target procfs".
8544
8545 2014-03-13 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.base/default.exp: Update "target child" and "target procfs"
8548 tests to not expect "Unix".
8549
8550 2014-03-12 Tom Tromey <tromey@redhat.com>
8551
8552 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
8553 New procs. Add target-async tests.
8554 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
8555 Add target-async tests.
8556
8557 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8558
8559 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
8560 'func_start' and 'func_end' for the beginning and end of the
8561 function code, respectively.
8562 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
8563 'func_end' instead of 'func' and 'main'.
8564
8565 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8566
8567 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
8568 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
8569 generate the debug info assembler source.
8570
8571 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8572
8573 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
8574 * gdb.dwarf2/arr-subrange.exp: Likewise.
8575 * gdb.dwarf2/dwz.exp: Likewise.
8576 * gdb.dwarf2/method-ptr.exp: Likewise.
8577 * gdb.dwarf2/missing-sig-type.exp: Likewise.
8578 * gdb.dwarf2/subrange.exp: Likewise.
8579 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
8580 * gdb.dwarf2/implptrpiece.exp: Likewise.
8581 * gdb.dwarf2/nostaticblock.exp: Likewise.
8582
8583 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
8584
8585 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
8586 directory to absolute path name arguments.
8587
8588 2014-03-10 Joel Brobecker <brobecker@adacore.com>
8589
8590 * gdb.ada/tagged_access: New testcase.
8591
8592 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
8593
8594 * gdb.btrace/data.exp: Update expected output.
8595
8596 2014-03-06 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.trace/pr16508.exp: New file.
8599
8600 2014-03-05 Pedro Alves <palves@redhat.com>
8601
8602 PR gdb/16575
8603 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
8604 procedure.
8605 (top level): Adjust to use it. Add tests that exercise breakpoint
8606 interaction with the code-cache.
8607
8608 2014-02-26 Ludovic Courtès <ludo@gnu.org>
8609
8610 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
8611 test for 'history-append!'.
8612
8613 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8614
8615 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
8616 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
8617 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
8618 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
8619 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
8620 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
8621
8622 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8623
8624 * testsuite/gdb.python/py-pp-re-notag.c: New file.
8625 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
8626 * testsuite/gdb.python/py-pp-re-notag.p: New file.
8627
8628 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8629
8630 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
8631
8632 2014-02-26 Joel Brobecker <brobecker@adacore.com>
8633
8634 * gdb.dwarf2/arr-stride.c: New file.
8635 * gdb.dwarf2/arr-stride.exp: New file.
8636
8637 2014-02-26 Pedro Alves <palves@redhat.com>
8638
8639 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
8640 that won't ever trigger. Make sure that GDB reports the correct
8641 breakpoint that caused the stop.
8642
8643 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8644
8645 PR gdb/16626
8646 * gdb.base/auto-load-script: New file.
8647 * gdb.base/auto-load.c: New file.
8648 * gdb.base/auto-load.exp: New file.
8649
8650 PR gdb/16626
8651 * gdb.base/auto-load.exp: Fix out-of-srctree run.
8652
8653 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8654
8655 Fix dw2-icycle.exp -fsanitize=address GDB crash.
8656 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
8657
8658 2014-02-24 Doug Evans <dje@google.com>
8659
8660 * lib/gdb.exp (run_on_host): Log error output if program fails.
8661
8662 2014-02-21 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.threads/step-after-sr-lock.c: Rename to ...
8665 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
8666 * gdb.threads/step-after-sr-lock.exp: Rename to ...
8667 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
8668 ... this.
8669
8670 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
8671
8672 PR tdep/16397
8673 * gdb.arch/amd64-stap-special-operands.exp: New file.
8674 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
8675 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
8676 * gdb.arch/amd64-stap-triplet.S: Likewise.
8677 * gdb.arch/amd64-stap-triplet.c: Likewise.
8678
8679 2014-02-20 Joel Brobecker <brobecker@adacore.com>
8680
8681 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
8682 in .section pseudo-op.
8683
8684 2014-02-20 lin zuojian <manjian2006@gmail.com>
8685 Joel Brobecker <brobecker@adacore.com>
8686 Doug Evans <xdje42@gmail.com>
8687
8688 PR symtab/16581
8689 * gdb.dwarf2/dw2-icycle.S: New file.
8690 * gdb.dwarf2/dw2-icycle.c: New file.
8691 * gdb.dwarf2/dw2-icycle.exp: New file.
8692
8693 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
8694
8695 * gdb.python/py-value-cc.cc: Improve test case to enable testing
8696 operations on gdb.Value objects.
8697 * gdb.python/py-value-cc.exp: Add new test to test operations on
8698 gdb.Value objects.
8699
8700 2014-02-18 Doug Evans <dje@google.com>
8701
8702 * Makefile.in (TESTS): New variable.
8703 (expanded_tests, expanded_tests_or_none): New variables
8704 (check-single): Pass $(expanded_tests_or_none) to runtest.
8705 (check-parallel): Only run tests in $(TESTS) if non-empty.
8706 (check/no-matching-tests-found): New rule.
8707 * README: Document TESTS makefile variable.
8708
8709 2014-02-18 Doug Evans <dje@google.com>
8710
8711 * Makefile.in (check-parallel): rm -rf outputs temp.
8712
8713 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8714
8715 Fix "ERROR: no fileid for" in the testsuite.
8716 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
8717
8718 2014-02-12 Doug Evans <dje@google.com>
8719
8720 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
8721 (MISCELLANEOUS): New variable.
8722 (clean): rm -rf $(MISCELLANEOUS).
8723 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
8724 dwp live in the same directory as symlinks, with each symlink pointed
8725 to a differently named file in a different directory.
8726
8727 2014-02-11 Doug Evans <dje@google.com>
8728
8729 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
8730 of Tcl file commands.
8731
8732 2014-02-10 Mark Kettenis <kettenis@gnu.org>
8733
8734 * gdb.threads/step-after-sr-lock.exp: Avoid executing
8735 "kill -SIGUSR1 -1".
8736
8737 2014-02-10 Joel Brobecker <brobecker@adacore.com>
8738
8739 * gdb.ada/tick_length_array_enum_idx: New testcase.
8740
8741 2014-02-10 Doug Evans <xdje42@gmail.com>
8742
8743 * configure.ac (AC_OUTPUT): Add gdb.guile.
8744 * configure: Regenerate.
8745 * lib/gdb-guile.exp: New file.
8746 * lib/gdb.exp (get_target_charset): New function.
8747 * gdb.base/help.exp: Update expected output from "apropos apropos".
8748 * gdb.guile/Makefile.in: New file.
8749 * gdb.guile/guile.exp: New file.
8750 * gdb.guile/scm-arch.c: New file.
8751 * gdb.guile/scm-arch.exp: New file.
8752 * gdb.guile/scm-block.c: New file.
8753 * gdb.guile/scm-block.exp: New file.
8754 * gdb.guile/scm-breakpoint.c: New file.
8755 * gdb.guile/scm-breakpoint.exp: New file.
8756 * gdb.guile/scm-disasm.c: New file.
8757 * gdb.guile/scm-disasm.exp: New file.
8758 * gdb.guile/scm-equal.c: New file.
8759 * gdb.guile/scm-equal.exp: New file.
8760 * gdb.guile/scm-error.exp: New file.
8761 * gdb.guile/scm-error.scm: New file.
8762 * gdb.guile/scm-frame-args.c: New file.
8763 * gdb.guile/scm-frame-args.exp: New file.
8764 * gdb.guile/scm-frame-args.scm: New file.
8765 * gdb.guile/scm-frame-inline.c: New file.
8766 * gdb.guile/scm-frame-inline.exp: New file.
8767 * gdb.guile/scm-frame.c: New file.
8768 * gdb.guile/scm-frame.exp: New file.
8769 * gdb.guile/scm-generics.exp: New file.
8770 * gdb.guile/scm-gsmob.exp: New file.
8771 * gdb.guile/scm-iterator.c: New file.
8772 * gdb.guile/scm-iterator.exp: New file.
8773 * gdb.guile/scm-math.c: New file.
8774 * gdb.guile/scm-math.exp: New file.
8775 * gdb.guile/scm-objfile-script-gdb.in: New file.
8776 * gdb.guile/scm-objfile-script.c: New file.
8777 * gdb.guile/scm-objfile-script.exp: New file.
8778 * gdb.guile/scm-objfile.c: New file.
8779 * gdb.guile/scm-objfile.exp: New file.
8780 * gdb.guile/scm-ports.exp: New file.
8781 * gdb.guile/scm-pretty-print.c: New file.
8782 * gdb.guile/scm-pretty-print.exp: New file.
8783 * gdb.guile/scm-pretty-print.scm: New file.
8784 * gdb.guile/scm-section-script.c: New file.
8785 * gdb.guile/scm-section-script.exp: New file.
8786 * gdb.guile/scm-section-script.scm: New file.
8787 * gdb.guile/scm-symbol.c: New file.
8788 * gdb.guile/scm-symbol.exp: New file.
8789 * gdb.guile/scm-symtab-2.c: New file.
8790 * gdb.guile/scm-symtab.c: New file.
8791 * gdb.guile/scm-symtab.exp: New file.
8792 * gdb.guile/scm-type.c: New file.
8793 * gdb.guile/scm-type.exp: New file.
8794 * gdb.guile/scm-value-cc.cc: New file.
8795 * gdb.guile/scm-value-cc.exp: New file.
8796 * gdb.guile/scm-value.c: New file.
8797 * gdb.guile/scm-value.exp: New file.
8798 * gdb.guile/source2.scm: New file.
8799 * gdb.guile/types-module.cc: New file.
8800 * gdb.guile/types-module.exp: New file.
8801
8802 2014-02-10 Yao Qi <yao@codesourcery.com>
8803
8804 PR testsuite/16543
8805 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
8806 * configure: Regenerated.
8807 * Makefile.in: New file.
8808
8809 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
8810
8811 * gdb.python/py-framefilter.exp: Fix typo.
8812
8813 2014-02-08 Yao Qi <yao@codesourcery.com>
8814
8815 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
8816 that no =breakpoint-modified is emitted when breakpoints are
8817 modified through MI commands.
8818
8819 2014-02-07 Pedro Alves <pedro@codesourcery.com>
8820 Pedro Alves <palves@redhat.com>
8821
8822 * gdb.threads/step-after-sr-lock.c: New file.
8823 * gdb.threads/step-after-sr-lock.exp: New file.
8824
8825 2014-02-07 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
8828
8829 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8830
8831 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
8832 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
8833
8834 2014-02-06 Doug Evans <xdje42@gmail.com>
8835
8836 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
8837 output.
8838
8839 * gdb.gdb/python-interrupts.exp: New file.
8840
8841 2014-02-05 Yao Qi <yao@codesourcery.com>
8842
8843 * gdb.trace/report.exp (use_collected_data): Test the output
8844 of "info threads" and "info inferiors".
8845
8846 2014-02-05 Yao Qi <yao@codesourcery.com>
8847
8848 Revert this patch:
8849
8850 2013-05-24 Yao Qi <yao@codesourcery.com>
8851
8852 * gdb.trace/tfile.exp: Test inferior and thread.
8853
8854 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8855
8856 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
8857 on a function.
8858 * gdb.base/step-bt.c: Call hello via function pointer to make
8859 sure its first instruction is executed on powerpc64le-linux.
8860
8861 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8862
8863 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
8864
8865 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8866
8867 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
8868 of the test patterns for use on little-endian systems.
8869
8870 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
8871
8872 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
8873 (decimal_vector): Fix for little-endian.
8874
8875 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
8876
8877 * gdb.arch/sparc-sysstep.exp: New file.
8878 * gdb.arch/sparc-sysstep.c: Likewise.
8879
8880 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
8881
8882 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8883
8884 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
8885
8886 2014-01-23 Tom Tromey <tromey@redhat.com>
8887
8888 * gdb.ada/array_char_idx: New testcase.
8889
8890 2014-01-23 Tom Tromey <tromey@redhat.com>
8891
8892 PR python/16487:
8893 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
8894 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
8895 classes.
8896
8897 2014-01-23 Tom Tromey <tromey@redhat.com>
8898
8899 PR python/16491:
8900 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
8901 string from an inferior frame.
8902 * gdb.python/py-framefilter-mi.exp: Update.
8903
8904 2014-01-22 Doug Evans <dje@google.com>
8905
8906 * gdb.server/server-mon.exp: Add tests for "set debug-format".
8907
8908 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8909
8910 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
8911
8912 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8913
8914 * gdb.trace/entry-values.exp: Remove excess space character from
8915 regex patterns. Handle s390 call instruction.
8916
8917 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8918
8919 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
8920 define "*_start" label. Make "name" static.
8921 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
8922 ${name} by references to ${name}_start.
8923
8924 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
8925
8926 * gdb.base/info-macros.exp: Remove "debug" from the compile
8927 options.
8928
8929 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8930
8931 * gdb.dlang/demangle.exp: New file.
8932
8933 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8934
8935 * gdb.dlang/primitive-types.exp: New file.
8936
8937 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
8938
8939 * configure.ac: Create gdb.dlang/Makefile.
8940 * configure: Regenerate.
8941 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
8942 * gdb.dlang/Makefile.in: New file.
8943 * lib/d-support.exp: New file.
8944 * lib/gdb.exp (skip_d_tests): New proc.
8945
8946 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8947
8948 * gdb.btrace/delta.exp: Check reverse stepi.
8949 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
8950 * gdb.btrace/finish.exp: New.
8951 * gdb.btrace/next.exp: New.
8952 * gdb.btrace/nexti.exp: New.
8953 * gdb.btrace/record_goto.c: Add comments.
8954 * gdb.btrace/step.exp: New.
8955 * gdb.btrace/stepi.exp: New.
8956 * gdb.btrace/multi-thread-step.c: New.
8957 * gdb.btrace/multi-thread-step.exp: New.
8958 * gdb.btrace/rn-dl-bind.c: New.
8959 * gdb.btrace/rn-dl-bind.exp: New.
8960 * gdb.btrace/data.c: New.
8961 * gdb.btrace/data.exp: New.
8962 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
8963
8964 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8965
8966 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
8967 * gdb.btrace/exception.exp: Update.
8968 * gdb.btrace/instruction_history.exp: Update.
8969 * gdb.btrace/record_goto.exp: Update.
8970 * gdb.btrace/tailcall.exp: Update.
8971 * gdb.btrace/unknown_functions.exp: Update.
8972 * gdb.btrace/delta.exp: New.
8973
8974 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8975
8976 * gdb.btrace/record_goto.exp: Add backtrace test.
8977 * gdb.btrace/tailcall.exp: Add backtrace test.
8978
8979 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8980
8981 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
8982 * gdb.btrace/record_goto.c: New.
8983 * gdb.btrace/record_goto.exp: New.
8984 * gdb.btrace/x86-record_goto.S: New.
8985
8986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8987
8988 * gdb.btrace/function_call_history.exp: Update tests.
8989 * gdb.btrace/instruction_history.exp: Update tests.
8990
8991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
8992
8993 * gdb.btrace/function_call_history.exp: Fix expected field
8994 order for "record function-call-history".
8995 Add new tests for "record function-call-history /c".
8996 * gdb.btrace/exception.cc: New.
8997 * gdb.btrace/exception.exp: New.
8998 * gdb.btrace/tailcall.exp: New.
8999 * gdb.btrace/x86-tailcall.S: New.
9000 * gdb.btrace/x86-tailcall.c: New.
9001 * gdb.btrace/unknown_functions.c: New.
9002 * gdb.btrace/unknown_functions.exp: New.
9003 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
9004
9005 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9006
9007 * gdb.btrace/instruction_history.exp: Update.
9008 * gdb.btrace/function_call_history.exp: Update.
9009
9010 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9011
9012 * gdb.btrace/function_call_history.exp: Fix expected function
9013 trace.
9014 * gdb.btrace/instruction_history.exp: Initialize traced.
9015 Remove traced_functions.
9016
9017 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9018
9019 * gdb.btrace/function_call_history.exp: Update
9020 * gdb.btrace/instruction_history.exp: Update.
9021
9022 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
9023
9024 * gdb.btrace/enable.exp: Update expected text.
9025
9026 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
9027
9028 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
9029 bytes.
9030
9031 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
9032
9033 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
9034
9035 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
9036
9037 * lib/gdb.exp (supports_process_record): Return true for
9038 arm*-linux*. (supports_reverse): Likewise.
9039
9040 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
9041
9042 PR python/15464
9043 PR python/16113
9044 * gdb.python/py-type.c: Enhance test case.
9045 * gdb.python/py-value-cc.cc: Likewise
9046 * gdb.python/py-type.exp: Add new tests.
9047 * gdb.python/py-value-cc.exp: Likewise
9048
9049 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9050 Pedro Alves <palves@redhat.com>
9051
9052 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
9053 Make "name" extern.
9054 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
9055 references to ${name}_start by references to ${name}.
9056
9057 2014-01-10 Joel Brobecker <brobecker@adacore.com>
9058
9059 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
9060
9061 2014-01-10 Joel Brobecker <brobecker@adacore.com>
9062
9063 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
9064
9065 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
9066 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.mi/mi-info-os.exp: Connect to the target with
9069 mi_gdb_target_load.
9070
9071 2014-01-08 Pedro Alves <palves@redhat.com>
9072
9073 * gdb.threads/reconnect-signal.c: New file.
9074 * gdb.threads/reconnect-signal.exp: New file.
9075
9076 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9077
9078 * gdb.base/source-dir.exp: New file.
9079
9080 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9081
9082 * gdb.ada/mi_interface: New testcase.
9083
9084 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9085
9086 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
9087 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
9088 gdb.ada/pp-rec-component/pck.ads: New files.
9089
9090 2014-01-07 Joel Brobecker <brobecker@adacore.com>
9091
9092 * gdb.python/py-pp-integral.c: New file.
9093 * gdb.python/py-pp-integral.py: New file.
9094 * gdb.python/py-pp-integral.exp: New file.
9095
9096 For older changes see ChangeLog-1993-2013.
9097 \f
9098 ;; Local Variables:
9099 ;; mode: change-log
9100 ;; left-margin: 8
9101 ;; fill-column: 74
9102 ;; version-control: never
9103 ;; End:
9104
9105 Copyright 2014-2016 Free Software Foundation, Inc.
9106 Copying and distribution of this file, with or without modification,
9107 are permitted provided the copyright notice and this notice are preserved.
This page took 0.215834 seconds and 5 git commands to generate.