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