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