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