Adjust MI to $inferior_spawn_id
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2015-07-29 Pedro Alves <palves@redhat.com>
2
3 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
4 (default_mi_gdb_start): Set inferior_spawn_id instead of
5 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
6 gdb_spawn_id.
7 (mi_gdb_test): Always expect inferior output from both
8 $inferior_spawn_id and $gdb_spawn_id.
9
10 2015-07-29 Pedro Alves <palves@redhat.com>
11
12 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13 send_inferior and $inferior_spawn_id.
14
15 2015-07-29 Pedro Alves <palves@redhat.com>
16
17 * gdb.gdb/complaints.exp (test_initial_complaints)
18 (test_serial_complaints, test_short_complaints): Use
19 gdb_test_stdio.
20 (test_empty_complaint): Handle $inferior_spawn_id !=
21 $gdb_spawn_id.
22
23 2015-07-29 Pedro Alves <palves@redhat.com>
24
25 * gdb.base/varargs.exp: Use gdb_test_stdio.
26
27 2015-07-29 Pedro Alves <palves@redhat.com>
28
29 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
30
31 2015-07-29 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/ending-run.exp: Use gdb_test_stdio.
34
35 2015-07-29 Pedro Alves <palves@redhat.com>
36
37 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
38 parameter into two new parameters, "inf_result" and "gdb_result".
39 Expect inferior output and gdb output from $inferior_spawn_id and
40 $gdb_spawn_id, respectively. Adjust all callers.
41
42 2015-07-29 Pedro Alves <palves@redhat.com>
43
44 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
45 of gdb_test_sequence.
46
47 2015-07-29 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
50 (saw_spurious_output): Expect inferior output from
51 $inferior_spawn_id. Use gdb_test_stdio.
52
53 2015-07-29 Pedro Alves <palves@redhat.com>
54
55 * gdb.base/dprintf.exp: Use standard_testfile. Change
56 prepare_for_testing call.
57 (srcfile): Don't set.
58 (restart): New procedure.
59 (test_dprintf): New procecure, use to continue over dprintfs.
60 (test_call, test_agent): New procedures, tests moved here.
61 Restart gdb and recreate dprintfs. Adjust expected output.
62
63 2015-07-29 Pedro Alves <palves@redhat.com>
64
65 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
66
67 2015-07-29 Pedro Alves <palves@redhat.com>
68
69 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
70
71 2015-07-29 Pedro Alves <palves@redhat.com>
72
73 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
74 gdb_test_stdio.
75
76 2015-07-29 Pedro Alves <palves@redhat.com>
77
78 * lib/gdb.exp (gdb_test_stdio): New procedure.
79
80 2015-07-29 Pedro Alves <palves@redhat.com>
81
82 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
83
84 2015-07-29 Pedro Alves <palves@redhat.com>
85
86 * gdb.base/call-signal-resume.exp: Remove check for
87 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
88 * gdb.base/unwindonsignal.exp: Likewise.
89 * gdb.base/call-signals.c (gen_signal): Remove printf call.
90 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
91
92 2015-07-29 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/siginfo-addr.c (pass): New function.
95 (handler): Call it iff si_addr is correct.
96 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
97 Set a breakpoint at "pass" and continue to it.
98
99 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
100
101 * gdb.python/py-objfile.exp: Make some tests have unique names.
102 * gdb.python/py-pp-registration.exp: Likewise.
103
104 2015-07-28 Pedro Alves <palves@redhat.com>
105
106 * gdb.server/server-exec-info.exp: Issue a "disconnect".
107
108 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
109
110 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
111
112 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
113
114 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
115
116 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
117
118 * gdb.base/gdb-sigterm-2.exp: New test.
119
120 2015-07-25 Doug Evans <xdje42@gmail.com>
121
122 Revert:
123 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
124 (workers/%.worker, build-perf): New rule.
125 (GDB_PERFTEST_MODE): New variable.
126 (check-perf): Use it.
127 (clean): Clean up gdb.perf parallel build subdirs.
128 * lib/build-piece.exp: New file.
129 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
130 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
131 name.
132 (standard_temp_file): Ditto.
133 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
134 of $GDB_PARALLEL.
135
136 2015-07-24 Doug Evans <dje@google.com>
137
138 * gdb.perf/README: New file.
139 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
140 * lib/gen-perf-test.exp: New file.
141
142 2015-07-24 Doug Evans <dje@google.com>
143
144 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
145 (PerfTest::startup): New function.
146 (PerfTest::run): Return result of calling body.
147 (PerfTest::assemble): Rewrite.
148 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
149 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
150 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
151 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
152 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
153
154 2015-07-24 Doug Evans <dje@google.com>
155
156 * lib/gdb.exp (clean_restart): Make executable optional.
157
158 2015-07-24 Doug Evans <dje@google.com>
159
160 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
161 compiler_info references.
162 * gdb.cp/temargs.exp: Ditto.
163 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
164 (get_compiler_info): Early exit if already computed. Set compiler_info
165 to "unknown" if there was a problem.
166 (test_compiler_info): Add function comment. Call get_compiler_info.
167
168 2015-07-24 Doug Evans <dje@google.com>
169
170 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
171 (workers/%.worker, build-perf): New rule.
172 (GDB_PERFTEST_MODE): New variable.
173 (check-perf): Use it.
174 (clean): Clean up gdb.perf parallel build subdirs.
175 * lib/build-piece.exp: New file.
176 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
177 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
178 name.
179 (standard_temp_file): Ditto.
180 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
181 of $GDB_PARALLEL.
182
183 2015-07-24 Doug Evans <dje@google.com>
184
185 * lib/future.exp (gdb_default_target_compile): New option
186 "early_flags".
187 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
188 --as-needed.
189
190 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
191
192 * gdb.base/catch-syscall.exp: Call gdb_exit before
193 gdb_skip_xml_test.
194
195 2015-07-24 Pedro Alves <palves@redhat.com>
196
197 * gdb.python/py-events.exp: Accept output between the stop event
198 and the prompt.
199 * gdb.python/py-evsignal.exp: Likewise.
200 * gdb.python/py-evthreads.exp: Likewise.
201
202 2015-07-24 Pedro Alves <palves@redhat.com>
203
204 PR gdb/18717
205 * gdb.threads/non-ldr-exit.c: New file.
206 * gdb.threads/non-ldr-exit.exp: New file.
207
208 2015-07-24 Yao Qi <yao.qi@linaro.org>
209
210 * gdb.server/ext-wrapper.exp: Test --wrapper option when
211 restarting process.
212
213 2015-07-24 Yao Qi <yao.qi@linaro.org>
214
215 * gdb.server/ext-restart.exp: New file.
216
217 2015-07-24 Yao Qi <yao.qi@linaro.org>
218
219 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
220 argument options.
221 * gdb.server/ext-wrapper.exp: New file.
222
223 2015-07-23 Doug Evans <dje@google.com>
224
225 * gdb.dwarf2/dw2-dummy-cu.S: New file.
226 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
227
228 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
229
230 * gdb.ada/var_arr_typedef.exp: New testcase.
231 * gdb.ada/var_arr_typedef/pack.adb: New file.
232 * gdb.ada/var_arr_typedef/pack.ads: New file.
233 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
234
235 2015-07-20 Joel Brobecker <brobecker@adacore.com>
236
237 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
238
239 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
240
241 * gdb.arch/i386-biarch-core.exp: Replace istarget
242 by "complete set gnutarget". Remove expectation for the "core-file"
243 command.
244
245 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
246
247 Revert the previous commit:
248 Tests for validate symbol file using build-id.
249
250 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
251
252 Tests for validate symbol file using build-id.
253 * gdb.base/solib-mismatch-lib.c: New file.
254 * gdb.base/solib-mismatch-libmod.c: New file.
255 * gdb.base/solib-mismatch.c: New file.
256 * gdb.base/solib-mismatch.exp: New file.
257
258 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
259
260 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
261 nios2-*-linux*.
262 * gdb.base/sigbpt.exp (stepi_out): Likewise.
263 * gdb.base/siginfo.exp: Likewise.
264 * gdb.base/sigstep.exp (advance, advancei): Likewise.
265
266 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
267
268 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
269 Move it to ...
270 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
271 ... here.
272 * gdb.trace/range-stepping.exp: Check that the target supports
273 range stepping.
274
275 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
276
277 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
278
279 2015-07-14 Pedro Alves <palves@redhat.com>
280
281 * gdb.base/killed-outside.exp: New file.
282 * gdb.base/killed-outside.c: New file.
283
284 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
285
286 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
287 (n at main): New.
288 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
289
290 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
291
292 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
293 infcall tests instead of setting up for KFAIL.
294
295 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
296
297 * gdb.btrace/record_goto-step.exp: New.
298
299 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
300
301 PR compile/18484
302 * gdb.compile/compile.c (struct struct_type): Add volatile to
303 selffield's type.
304 * gdb.compile/compile.exp
305 (compile code struct_object.selffield = &struct_object): Skip further
306 struct_object tests if this one xfails.
307
308 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
309
310 PR exp/18617
311 * gdb.trace/ax.exp: Add test.
312
313 2015-07-07 Yao Qi <yao.qi@linaro.org>
314
315 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
316 instead of istarget "aarch64*-*-*".
317 * gdb.arch/aarch64-fp.exp: Likewise.
318 * gdb.base/float.exp: Likewise.
319 * gdb.reverse/aarch64.exp: Likewise.
320 * lib/gdb.exp (is_aarch64_target): New proc.
321
322 2015-07-07 Yao Qi <yao.qi@linaro.org>
323
324 * lib/gdb.exp (is_aarch32_target): New proc.
325 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
326 instead of "istarget "arm*-*-*"".
327 * gdb.arch/arm-disp-step.exp: Likewise.
328 * gdb.arch/thumb-bx-pc.exp: Likewise.
329 * gdb.arch/thumb-prologue.exp: Likewise.
330 * gdb.arch/thumb-singlestep.exp: Likewise.
331 * gdb.base/disp-step-syscall.exp: Likewise.
332 * gdb.base/float.exp: Likewise.
333
334 2015-07-07 Yao Qi <yao.qi@linaro.org>
335
336 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
337 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
338
339 2015-07-07 Yao Qi <yao.qi@linaro.org>
340
341 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
342 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
343 if it exists.
344 * gdb.multi/multi-arch.exp: Likewise.
345
346 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
347
348 * gdb.python/py-lazy-string.exp: Add missing parentheses to
349 print.
350
351 2015-07-07 Yao Qi <yao.qi@linaro.org>
352
353 * gdb.arch/thumb-singlestep.exp: Do one more single step.
354
355 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
356
357 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
358 '[' and ']' characters.
359
360 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
361
362 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
363
364 2015-06-29 Pedro Alves <palves@redhat.com>
365
366 PR threads/18127
367 * gdb.threads/hand-call-new-thread.c: New file.
368 * gdb.threads/hand-call-new-thread.c: New file.
369
370 2015-06-26 Keith Seitz <keiths@redhat.com>
371 Doug Evans <dje@google.com>
372
373 PR 16253
374 * gdb.cp/var-tag-2.cc: New file.
375 * gdb.cp/var-tag-3.cc: New file.
376 * gdb.cp/var-tag-4.cc: New file.
377 * gdb.cp/var-tag.cc: New file.
378 * gdb.cp/var-tag.exp: New file.
379
380 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
381
382 * gdb.base/history-duplicates.exp: New test.
383
384 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
385
386 * gdb.base/completion.exp: Test the completion of the "focus"
387 command.
388
389 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
390
391 * gdb.arch/amd64-prologue-skip.S: New file.
392 * gdb.arch/amd64-prologue-skip.exp: New file.
393
394 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
395
396 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
397 is_address_zero_readable check.
398
399 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
400
401 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
402 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
403
404 2015-06-24 Yao Qi <yao.qi@linaro.org>
405
406 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
407 linux targets.
408
409 2015-06-24 Yao Qi <yao.qi@linaro.org>
410
411 * lib/gdb.exp (supports_get_siginfo_type): New proc.
412 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
413 * gdb.base/siginfo-thread.exp: Likewise.
414
415 2015-06-22 Yao Qi <yao.qi@linaro.org>
416
417 * boards/remote-gdbserver-on-localhost.exp: Add comments.
418
419 2015-06-22 Yao Qi <yao.qi@linaro.org>
420
421 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
422 aarch64*-*-*.
423 (skip_hw_watchpoint_tests): Likewise.
424
425 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
426
427 * gdb.base/gdbinit-history.exp: Test the interaction between
428 setting GDBHISTSIZE and setting the history size via .gdbinit.
429
430 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
431
432 PR gdb/16999
433 * gdb.base/gdbhistsize-history.exp: New test.
434
435 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
436
437 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
438 with GDBHISTSIZE.
439 * gdb.base/readline.exp: Likewise.
440
441 2015-06-17 Yao Qi <yao.qi@linaro.org>
442
443 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
444 line.
445
446 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
447
448 * gdb.base/gdbinit-history.exp: Add test case to check that
449 an unlimited history file does not get truncated on exit.
450
451 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
452
453 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
454 (VECTOR): New macro. Use it...
455 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
456 ...for these typedefs.
457 (int8, char1, int1, double1): New typedefs.
458 (struct just_int2, struct two_int2): New structures.
459 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
460 (add_structvecs, add_singlevecs): New functions.
461 (main): Call add_some_intvecs twice.
462 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
463 the compile and exit upon failure. Try compiling for the "native"
464 architecture. Test inferior function calls with vector arguments
465 and vector return value handling with "finish" and "return".
466
467 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
468
469 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
470 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
471 PE file.
472 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
473
474 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
475
476 PR breakpoints/16465
477 * gdb.mi/mi-dprintf-pending.c: New file.
478 * gdb.mi/mi-dprintf-pending.exp: New test.
479 * gdb.mi/mi-dprintf-pendshr.c: New file.
480
481 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
482 Mircea Gherzan <mircea.gherzan@intel.com>
483
484 * gdb.arch/i386-mpx-map.c: New file.
485 * gdb.arch/i386-mpx-map.exp: New File.
486
487 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
488
489 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
490 * gdb.arch/i386-mpx.exp: Indentation fixed.
491
492 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
493
494 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
495 function and improved indentation.
496 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
497 gdb_test_multiple. Added additional tests to skip the test.
498
499 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
500
501 * gdb.arch/i386-avx512.c: Change path in include file.
502 * gdb.arch/i386-avx512.exp: Change include dir path
503 compilation flag.
504 * gdb.arch/i386-mpx.c: Change path in include file.
505 * gdb.arch/i386-mpx.exp: Change include dir path compilation
506 flag.
507
508 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
509
510 * gdb.compile/compile-print.exp (compile print *vararray@3)
511 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
512
513 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
516 (do not keep jit in memory): ... this.
517 (expect 5): Change it to ...
518 (expect no 5): ... this.
519
520 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
521
522 PR gdb/15564
523 * gdb.mi/mi-detach.exp: New file.
524
525 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 PR symtab/18392
528 * gdb.arch/amd64-tailcall-self.S: New file.
529 * gdb.arch/amd64-tailcall-self.c: New file.
530 * gdb.arch/amd64-tailcall-self.exp: New file.
531
532 2015-05-28 Don Breazeal <donb@codesourcery.com>
533
534 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
535 tests for remote targets by checking is_target_gdbserver.
536
537 2015-05-27 Doug Evans <dje@google.com>
538
539 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
540 * gdb.dwarf2/opaque-type-lookup.c: New file.
541 * gdb.dwarf2/opaque-type-lookup.exp: New file.
542
543 2015-05-26 Doug Evans <dje@google.com>
544
545 * gdb.cp/iostream.cc: New file.
546 * gdb.cp/iostream.exp: New file.
547
548 2015-05-26 Doug Evans <dje@google.com>
549
550 * gdb.dwarf2/dw2-op-call.exp: Update.
551 * gdb.dwarf2/dw4-sig-types.exp: Update.
552 * gdb.dwarf2/implptr.exp: Update.
553 * gdb.mi/mi-cmd-param-changed.exp: Update.
554
555 2015-05-26 Doug Evans <dje@google.com>
556
557 * gdb.python/py-lazy-string.c: New file.
558 * gdb.python/py-lazy-string.exp: New file.
559 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
560 (main): Update. Add estring3.
561 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
562 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
563
564 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
565 Yao Qi <yao.qi@linaro.org>
566
567 * gdb.reverse/aarch64.c: New.
568 * gdb.reverse/aarch64.exp: New.
569
570 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
571
572 * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
573 (supports_reverse): Likewise.
574
575 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
576
577 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
578 Use with_test_prefix.
579
580 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/completion.exp: Add test for completion of layout
583 names.
584
585 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * lib/gdb.exp (skip_tui_tests): New proc.
588 * gdb.base/tui-layout.exp: Check skip_tui_tests.
589
590 2015-05-19 Pedro Alves <palves@redhat.com>
591
592 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
593 Save the whole env array instead of just HOME. Unset HISTSIZE in
594 the environment while testing. Restore whole environment
595 afterwards.
596
597 2015-05-16 Doug Evans <xdje42@gmail.com>
598
599 * gdb.guile/scm-ports.c: New file.
600 * gdb.guile/scm-ports.exp: Add memory port tests.
601
602 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 * gdb.compile/compile-print.c: New file.
605 * gdb.compile/compile-print.exp: New file.
606
607 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
608
609 * gdb.compile/compile-ops.exp: Cast param to void.
610 * gdb.compile/compile.exp: Complete type for _gdb_expr.
611 (compile code struct_object.selffield = &struct_object): Add xfail.
612
613 2015-05-15 Joel Brobecker <brobecker@adacore.com>
614
615 * gdb.ada/arr_enum_with_gap: New testcase.
616
617 2015-05-15 Joel Brobecker <brobecker@adacore.com>
618
619 * gdb.ada/byte_packed_arr: New testcase.
620
621 2015-05-15 Joel Brobecker <brobecker@adacore.com>
622
623 * gdb.ada/pckd_neg: New testcase.
624
625 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
626
627 PR gdb/17820
628 * gdb.base/gdbinit-history.exp: New test.
629 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
630 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
631
632 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
633
634 * gdb.python/py-xmethods.cc: Enhance test case.
635 * gdb.python/py-xmethods.exp: New tests.
636 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
637 function.
638 (B_indexoper): Likewise.
639 (global_dm_list) : Add new xmethod worker functions.
640
641 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
642
643 * gdb.base/coredump-filter.exp: Correctly unset
644 "coredump_var_addr" array.
645
646 2015-05-08 Pedro Alves <palves@redhat.com>
647
648 * gdb.server/non-existing-program.exp: Unset spawn_id.
649
650 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
651
652 PR python/18291
653 * gdb.python/py-xmethods.exp: Add tests.
654
655 2015-05-08 Yao Qi <yao.qi@linaro.org>
656
657 PR gdb/18208
658 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
659 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
660 function set_coredump_filter, and remove remote_exec call.
661 Remove argument ipid. Callers update.
662 (top level): Don't get inferior's PID.
663
664 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
665
666 * gdb.base/watch_thread_num.exp: Skip test on targets without
667 access watchpoints.
668
669 2015-05-06 Pedro Alves <palves@redhat.com>
670
671 PR server/18081
672 * gdb.server/non-existing-program.exp: New file.
673
674 2015-05-05 Joel Brobecker <brobecker@adacore.com>
675
676 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
677
678 2015-05-05 Joel Brobecker <brobecker@adacore.com>
679
680 * gdb.ada/out_of_line_in_inlined: New testcase.
681
682 2015-05-05 Joel Brobecker <brobecker@adacore.com>
683
684 * gdb.ada/var_rec_arr: New testcase.
685
686 2015-04-30 Yao Qi <yao.qi@linaro.org>
687
688 * gdb.base/break-idempotent.exp: If
689 skip_hw_watchpoint_multi_tests returns true, skip the tests
690 on "rwatch" and "awatch".
691
692 2015-04-30 Yao Qi <yao.qi@linaro.org>
693
694 * gdb.base/relativedebug.exp: Invoke gdb command
695 "info sharedlibrary", and if libc.so doesn't have debug info,
696 skip the test.
697
698 2015-04-29 Doug Evans <dje@google.com>
699
700 * gdb.python/py-xmethods.exp: Add ptype tests.
701 * gdb.python/py-xmethods.py (E_method_char_worker): Add
702 get_result_type method.
703
704 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
705
706 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
707 the target does not support hardware watchpoints.
708
709 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
710
711 * gdb.base/break-always.exp: Abort testing if writing to memory
712 causes an error.
713
714 2015-04-28 Doug Evans <dje@google.com>
715
716 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
717 * gdb.python/py-pp-registration.exp: ... here. New file.
718 * gdb.python/py-pp-registration.c: New file.
719 * gdb.python/py-pp-registration.py: New file.
720
721 2015-04-28 Doug Evans <dje@google.com>
722
723 * gdb.python/py-bad-printers.c: New file.
724 * gdb.python/py-bad-printers.py: New file.
725 * gdb.python/py-bad-printers.exp: New file.
726
727 2015-04-28 Sasha Smundak <asmundak@google.com>
728
729 * gdb.python/py-type.exp: New test.
730
731 2015-04-28 Andy Wingo <wingo@igalia.com>
732
733 * gdb.python/py-parameter.exp:
734 * gdb.guile/scm-parameter.exp: Escape the path that we are
735 matching against, as it might contain characters that are special
736 to regular expressions.
737
738 2015-04-27 Joel Brobecker <brobecker@adacore.com>
739
740 * gdb.ada/rec_comp: New testcase.
741
742 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
743
744 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
745 before using it.
746
747 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
750 new tests for verilog output.
751
752 2015-04-24 Yao Qi <yao.qi@linaro.org>
753
754 * boards/remote-gdbserver-on-localhost.exp: New file.
755
756 2015-04-23 Pedro Alves <palves@redhat.com>
757
758 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
759 $inferior_spawn_id instead of $inferior_spawn_id directly. On
760 "end of file", remove $inferior_spawn_id from the indirect list.
761
762 2015-04-23 Pedro Alves <palves@redhat.com>
763
764 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
765
766 2015-04-23 Pedro Alves <palves@redhat.com>
767
768 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
769 on $any_spawn_id instead of only on $gdb_spawn_id.
770
771 2015-04-21 Pierre Muller <muller@sourceware.org>
772
773 PR pascal/17815
774 * lib/pascal.exp (gpc_compile): Add new option "class".
775 (fpc_compile): Likewise.
776 * gdb.pascal/case-insensitive-symbols.pas: New file.
777 * gdb.pascal/case-insensitive-symbols.exp: New file.
778
779 2015-04-20 Gary Benson <gbenson@redhat.com>
780
781 * gdb.base/attach.exp: Fix three extended remote failures.
782
783 2015-04-17 Gary Benson <gbenson@redhat.com>
784
785 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
786 the main executable over the remote protocol.
787
788 2015-04-16 Pedro Alves <palves@redhat.com>
789
790 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
791 a new gdbserver if gdbserver_reconnect_p is set.
792
793 2015-04-16 Pedro Alves <palves@redhat.com>
794
795 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
796 is set, don't exit gdbserver.
797
798 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
799
800 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
801 appropriate .insn, such that an older assembler can be used.
802 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
803 the z/Architecture instruction set on 31-bit targets as well.
804
805 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
806
807 * gdb.go/handcall.exp: Remove all logic related to the first
808 breakpoint and rely on go_runto_main instead.
809 * gdb.go/strings.exp: Likewise.
810 * gdb.go/unsafe.exp: Likewise.
811 * gdb.go/hello.exp: Likewise. Also rename the remaining
812 breakpoint marker to "breakpoint 1".
813 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
814 * gdb.go/strings.go: Likewise.
815 * gdb.go/unsafe.go: Likewise.
816 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
817 "set breakpoint 2 here" and rename the remaining breakpoint marker
818 to "breakpoint 1".
819
820 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
821
822 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
823 if itertools.imap is not present.
824 * gdb.python/py-objfile.exp: Add parentheses.
825 * gdb.python/py-type.exp: Same.
826 * gdb.python/py-unwind-maint.py: Same.
827
828 2015-04-15 Yao Qi <yao.qi@linaro.org>
829
830 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
831 of ":$ptr_size" and set its form explicitly.
832
833 2015-04-15 Pedro Alves <palves@redhat.com>
834 Yao Qi <yao.qi@linaro.org>
835
836 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
837 timeout by factor of 4.
838 (test_regular_watch): Likewise.
839 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
840 * gdb.reverse/sigall-reverse.exp: Likewise.
841 * gdb.reverse/until-precsave.exp: Likewise.
842 * lib/gdb.exp (with_timeout_factor): New proc.
843 (gdb_expect): Move some code to ...
844 (get_largest_timeout): ... here. New procedure.
845
846 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
847
848 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
849
850 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
851
852 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
853 to write to the .text section.
854
855 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
856
857 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
858 Handle the case of targets that do not provide PID information.
859
860 2015-04-13 Yao Qi <yao.qi@linaro.org>
861
862 * lib/gdbserver-support.exp (gdb_exit): Catch exception
863 and use expect instead of gdb_expect.
864
865 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
866
867 * gdb.base/coredump-filter.exp: Rename variable "addr" to
868 "coredump_var_addr" to avoid naming conflict with other testcases.
869
870 2015-04-10 Pedro Alves <palves@redhat.com>
871
872 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
873 gdb_test_sequence and gdb_assert.
874
875 2015-04-10 Pedro Alves <palves@redhat.com>
876
877 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
878 test messages that don't include the breakpoint address.
879
880 2015-04-10 Yao Qi <yao.qi@linaro.org>
881
882 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
883 false for some offset and width combinations which aren't
884 supported by linux kernel.
885
886 2015-04-10 Pedro Alves <palves@redhat.com>
887
888 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
889 procedure, factored out from ...
890 (top level): ... here. Add "set displaced-stepping" testing axis.
891 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
892 parameter "displaced". Use it.
893 (top level): Use foreach and add "set displaced-stepping" testing
894 axis.
895
896 2015-04-10 Pedro Alves <palves@redhat.com>
897
898 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
899 Remove comment.
900 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
901 both the address of the instruction that triggers the watchpoint
902 and the address of the instruction immediately after, and use
903 those addresses for the test. Fix comment.
904
905 2015-04-10 Pedro Alves <palves@redhat.com>
906
907 * gdb.base/sigstep.exp (breakpoint_to_handler)
908 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
909 Test "backtrace" in handler.
910 (breakpoint_over_handler): New parameter 'displaced'. Use it.
911 (top level): Add new "displaced" test axis to
912 breakpoint_to_handler, breakpoint_to_handler_entry and
913 breakpoint_over_handler.
914
915 2015-04-10 Pedro Alves <palves@redhat.com>
916
917 PR gdb/18216
918 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
919
920 2015-04-10 Yao Qi <yao.qi@linaro.org>
921
922 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
923 (test_add_rn_pc): New function.
924 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
925 (top level): Invoke test_add_rn_pc.
926
927 2015-04-10 Pedro Alves <palves@redhat.com>
928
929 PR gdb/13858
930 * gdb.base/step-over-no-symbols.exp: New file.
931
932 2015-04-09 Andy Wingo <wingo@igalia.com>
933
934 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
935 after the Python tests.
936
937 2015-04-08 Keith Seitz <keiths@redhat.com>
938
939 PR python/16699
940 * gdb.python/py-completion.exp: New tests for completion.
941 * gdb.python/py-completion.py (CompleteLimit1): New class.
942 (CompleteLimit2): Likewise.
943 (CompleteLimit3): Likewise.
944 (CompleteLimit4): Likewise.
945 (CompleteLimit5): Likewise.
946 (CompleteLimit6): Likewise.
947 (CompleteLimit7): Likewise.
948
949 2015-04-08 Pedro Alves <palves@redhat.com>
950
951 PR gdb/18214
952 PR gdb/18216
953 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
954 function.
955 (main): Install it as SIGUSR1 handler.
956 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
957 parameter. Always use "setup" as prefix. Toggle "set
958 displaced-stepping" off/on depending on global. Don't switch to
959 thread 1 here.
960 (top level): Add displaced stepping "off/on" test axis. Update
961 "setup" calls. Wrap each subtest with with_test_prefix. Test
962 continuing with a queued signal in each thread.
963
964 2015-04-08 Pedro Alves <palves@redhat.com>
965
966 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
967 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
968 gdb_breakpoint instead of gdb_test that doesn't expect anything.
969 Return early if running to main fails.
970 * gdb.trace/while-stepping.exp: Likewise.
971
972 2015-04-07 Pedro Alves <palves@redhat.com>
973
974 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
975 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
976 interact with inferior program.
977
978 2015-04-07 Pedro Alves <palves@redhat.com>
979
980 * lib/gdb.exp (inferior_spawn_id): New global.
981 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
982 spawn id after processing the user code.
983 (default_gdb_start): Set inferior_spawn_id.
984 (send_inferior): New procedure.
985 * lib/gdbserver-support.exp (gdbserver_start): Set
986 inferior_spawn_id.
987 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
988
989 2015-04-07 Pedro Alves <palves@redhat.com>
990
991 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
992 * lib/gdbserver-support.exp (gdbserver_start): Make
993 $server_spawn_id global.
994 (gdbserver_start): Don't wait for gdbserver's spawn id with
995 expect_background.
996 (close_gdbserver): New procedure.
997 (gdb_exit): Rename the default version and reimplement.
998
999 2015-04-07 Pedro Alves <palves@redhat.com>
1000
1001 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
1002 append the substituted item, not the original item.
1003
1004 2015-04-07 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
1007 gdb_expect.
1008
1009 2015-04-07 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.base/interrupt.exp: Don't handle the case of the inferior
1012 output appearing once only.
1013
1014 2015-04-07 Pedro Alves <palves@redhat.com>
1015
1016 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
1017 that doesn't expect anything. Return early if running to main
1018 fails.
1019
1020 2015-04-07 Yao Qi <yao.qi@linaro.org>
1021
1022 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
1023 (child_function): Call alarm.
1024 (main): Move call to alarm into the loop.
1025 * gdb.threads/non-stop-fair-events.exp: Build program with
1026 -DTIMEOUT=$timeout.
1027
1028 2015-04-06 Doug Evans <xdje42@gmail.com>
1029
1030 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
1031 Fix dest parameter to board_info.
1032 (fpc_compile): Ditto.
1033 (gdb_compile_pascal): Rename dest arg to destfile.
1034
1035 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1036
1037 * gdb.ada/funcall_ref.exp: New file.
1038 * gdb.ada/funcall_ref/foo.adb: New file.
1039
1040 2015-04-02 Yao Qi <yao.qi@linaro.org>
1041
1042 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
1043 is remote.
1044
1045 2015-04-02 Gary Benson <gbenson@redhat.com>
1046
1047 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
1048
1049 2015-04-01 Sasha Smundak <asmundak@google.com>
1050
1051 * gdb.python/py-unwind-maint.c: New file.
1052 * gdb.python/py-unwind-maint.exp: New test.
1053 * gdb.python/py-unwind-maint.py: New file.
1054 * gdb.python/py-unwind.c: New file.
1055 * gdb.python/py-unwind.exp: New test.
1056 * gdb.python/py-unwind.py: New test.
1057
1058 2015-04-01 Pedro Alves <palves@redhat.com>
1059
1060 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
1061 to fail instead of non-existent $test.
1062
1063 2015-04-01 Pedro Alves <palves@redhat.com>
1064
1065 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
1066 GDBFLAGS if not empty.
1067
1068 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
1069
1070 * gdb.ada/complete.exp: Remove "multi_line".
1071 * gdb.ada/info_exc.exp: Remove "multi_line".
1072 * gdb.ada/packed_tagged.exp: Remove "multi_line".
1073 * gdb.ada/ptype_field.exp: Remove "multi_line".
1074 * gdb.ada/sym_print_name.exp: Remove "multi_line".
1075 * gdb.ada/tagged.exp: Remove "multi_line".
1076 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
1077 [multi_line ...]
1078 * gdb.btrace/delta.exp: Likewise.
1079 * gdb.btrace/exception.exp: Likewise.
1080 * gdb.btrace/function_call_history.exp: Likewise.
1081 * gdb.btrace/instruction_history.exp: Likewise.
1082 * gdb.btrace/nohist.exp: Likewise.
1083 * gdb.btrace/record_goto.exp: Likewise.
1084 * gdb.btrace/segv.exp: Likewise.
1085 * gdb.btrace/stepi.exp: Likewise.
1086 * gdb.btrace/tailcall.exp: Likewise.
1087 * gdb.btrace/unknown_functions.exp: Likewise.
1088 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
1089 * lib/gdb.exp: Add the "multi_line" helper.
1090
1091 2015-04-01 Pedro Alves <palves@redhat.com>
1092
1093 * gdb.threads/tid-reuse.c: New file.
1094 * gdb.threads/tid-reuse.exp: New file.
1095
1096 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
1097
1098 PR corefiles/16092
1099 * gdb.base/coredump-filter.c: New file.
1100 * gdb.base/coredump-filter.exp: Likewise.
1101
1102 2015-03-27 Petr Machata <pmachata@redhat.com>
1103
1104 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
1105 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
1106 (Dwarf::assemble): Initialize them.
1107 (Dwarf::lines): New function.
1108
1109 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
1110
1111 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
1112 SYMBOL_PREFIX for x86_64-*-cygwin.
1113
1114 2015-03-26 Andy Wingo <wingo@igalia.com>
1115
1116 PR symtab/18148
1117 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
1118 const_value but not a location.
1119 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
1120 location defined in non-main CUs are visible.
1121
1122 2015-03-26 Yao Qi <yao.qi@linaro.org>
1123
1124 PR testsuite/18139
1125 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
1126 Add a line number entry for the same line.
1127 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
1128 Add a line number entry for the same line.
1129
1130 2015-03-26 Yao Qi <yao.qi@linaro.org>
1131
1132 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
1133 .int 0.
1134 (func): Likewise. Add .Lfunc_1 label.
1135 Use .Lfunc_1 label.
1136 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
1137 .int 0.
1138 (func): Likewise.
1139 Use .Lfunc_1 label.
1140
1141 2015-03-26 Yao Qi <yao.qi@linaro.org>
1142
1143 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
1144 Call gdb_compile instead to compile each .s files without debug
1145 information.
1146
1147 2015-03-26 Yao Qi <yao.qi@linaro.org>
1148
1149 * gdb.base/savedregs.exp (process_saved_regs): Make
1150 "Saved registers:" optional in the pattern.
1151
1152 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1153
1154 * gdb.btrace/next.exp: Merged into step.exp.
1155 * gdb.btrace/finish.exp: Merged into step.exp.
1156 * gdb.btrace/nexti.exp: Merged into stepi.exp.
1157 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
1158 "record goto" and checking the exact replay position.
1159 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
1160 check for "Recording format" in "info record" output.
1161 * gdb.btrace/record_goto.exp: Choose test file based on target.
1162 * gdb.btrace/x86-record_goto.S: Renamed into ...
1163 * gdb.btrace/x86_64-record_goto.S: ... this.
1164 * gdb.btrace/i686-record_goto.S: New.
1165 * gdb.btrace/x86-tailcall.S: Renamed into ...
1166 * gdb.btrace/x86_64-tailcall.S: ... this.
1167 * gdb.btrace/i686-tailcall.S: New.
1168 * gdb.btrace/x86-tailcall.c: Renamed into ...
1169 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
1170 separate statements. Update test.
1171 * gdb.btrace/delta.exp: Use record_goto.c as test file.
1172 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
1173 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
1174 * gdb.btrace/tailcall.exp: Choose test file based on target.
1175 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
1176
1177 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
1178
1179 * gdb.btrace/exception.exp: Increase BTS buffer size.
1180
1181 2015-03-24 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
1184
1185 2015-03-24 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.threads/schedlock.exp (test_step): No longer expect that
1188 "set scheduler-locking step" with "next" over a function call runs
1189 threads unlocked.
1190
1191 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1192
1193 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
1194
1195 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
1196
1197 PR breakpoints/16466
1198 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
1199 * gdb.mi/mi-pending.c (thread_func): New function.
1200 (int main): Add threading support required.
1201 * gdb.mi/mi-pending.exp: Add tests for this issue.
1202 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
1203 (pendfunc2): Remove stdio dependency.
1204 * gdb.mi/mi-pendshr2.c: New file.
1205
1206 2015-03-23 Keith Seitz <keiths@redhat.com>
1207
1208 * gdb.linespec/keywords.c: New file.
1209 * gdb.linespec/keywords.exp: New file.
1210
1211 2015-03-23 Keith Seitz <keiths@redhat.com>
1212
1213 PR gdb/18021
1214 * gdb.dwarf2/staticvirtual.exp: New test.
1215
1216 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1217
1218 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1219 * README: Remove HP-UX and gdb.hp.
1220 (configuration):
1221 * configure: Regenerate.
1222 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1223 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1224 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1225 gdb.hp/gdb.defects/Makefile.
1226 * gdb.hp/Makefile.in: File deleted.
1227 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1228 * gdb.hp/gdb.aCC/optimize.c: File deleted.
1229 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1230 * gdb.hp/gdb.aCC/run.c: File deleted.
1231 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1232 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1233 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1234 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1235 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1236 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1237 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1238 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1239 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1240 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1241 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1242 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1243 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1244 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1245 * gdb.hp/gdb.base-hp/reg.s: File deleted.
1246 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1247 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1248 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1249 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1250 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1251 * gdb.hp/gdb.compat/Makefile.in: File deleted.
1252 * gdb.hp/gdb.compat/average.c: File deleted.
1253 * gdb.hp/gdb.compat/sum.c: File deleted.
1254 * gdb.hp/gdb.compat/xdb.c: File deleted.
1255 * gdb.hp/gdb.compat/xdb0.c: File deleted.
1256 * gdb.hp/gdb.compat/xdb0.h: File deleted.
1257 * gdb.hp/gdb.compat/xdb1.c: File deleted.
1258 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1259 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1260 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1261 * gdb.hp/gdb.defects/Makefile.in: File deleted.
1262 * gdb.hp/gdb.defects/bs14602.c: File deleted.
1263 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1264 * gdb.hp/gdb.defects/solib-d.c: File deleted.
1265 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1266 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1267 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1268 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1269 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1270 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1271 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1272 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1273 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1274 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1275 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1276 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1277 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1278 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1279 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1280 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1281 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1282 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1283 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1284 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1285 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1286 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1287 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1288 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1289 * gdb.hp/tools/odump: File deleted.
1290
1291 2015-03-19 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.threads/continue-pending-status.exp (saw_thread_2)
1294 (saw_thread_3): New globals.
1295 (top level): Increment them when an event for the corresponding
1296 thread is seen.
1297 (no thread starvation): New test.
1298
1299 2015-03-19 Pedro Alves <palves@redhat.com>
1300
1301 * gdb.threads/continue-pending-status.c: New file.
1302 * gdb.threads/continue-pending-status.exp: New file.
1303
1304 2015-03-18 Pedro Alves <palves@redhat.com>
1305
1306 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1307 Use gdb_is_target_remote instead of is_remote. Use
1308 gdb_test_multiple instead of gdb_expect. Exit early if
1309 gdb_test_multiple hits its internal matches. Tighten stepi tests
1310 expected output. Fail on exit with any signal, instead of just
1311 SIGILL.
1312
1313 2015-03-18 Yao Qi <yao.qi@linaro.org>
1314
1315 PR tdep/18107
1316 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1317 variable.
1318 * gdb.base/catch-syscall.exp: Don't skip it on
1319 aarch64*-*-linux* target. Remove elements in all_syscalls.
1320 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1321 target.
1322 (setup_all_syscalls): New proc.
1323
1324 2015-03-16 Yao Qi <yao.qi@linaro.org>
1325
1326 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1327 (top level): Skip tests if valid_addr_p returns false for
1328 $cmd1 or $cmd2.
1329
1330 2015-03-11 Andy Wingo <wingo@igalia.com>
1331
1332 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1333
1334 2015-03-11 Yao Qi <yao.qi@linaro.org>
1335
1336 * gdb.base/catch-syscall.exp: Fix typo in comments.
1337
1338 2015-03-11 Yao Qi <yao.qi@linaro.org>
1339
1340 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1341
1342 2015-03-09 Pedro Alves <palves@redhat.com>
1343
1344 * dg-extract-results.py: Delete.
1345
1346 2015-03-09 Pedro Alves <palves@redhat.com>
1347
1348 Merge dg-extract-results.sh from GCC upstream (r218843).
1349
1350 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1351 * dg-extract-results.sh: Use --text with grep to avoid issues with
1352 binary files. Fall back to cat -v, if that doesn't work.
1353
1354 2015-03-05 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1357
1358 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
1359
1360 * lib/mi-support.exp (mi_expect_interrupt): Accept
1361 alternative event for when in all-stop mode.
1362
1363 2015-03-04 Pedro Alves <palves@redhat.com>
1364
1365 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1366
1367 2015-03-04 Mark Kettenis <kettenis@gnu.org>
1368
1369 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1370
1371 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1372
1373 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1374 regexps for GDB's current line display, accept a hex address
1375 preceding the line number.
1376
1377 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1378
1379 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1380 the 'arch1' variable for "s390*-linux*" targets.
1381
1382 2015-03-04 Pedro Alves <palves@redhat.com>
1383
1384 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1385 (main): Pass missing retval argument to pthread_join call.
1386
1387 2015-03-02 Pedro Alves <palves@redhat.com>
1388
1389 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1390 (top level): Call do_test with non-stop as well.
1391
1392 2015-03-02 Pedro Alves <palves@redhat.com>
1393
1394 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1395 -1.
1396
1397 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
1398
1399 * gdb.arch/s390-vregs.exp: New test.
1400 * gdb.arch/s390-vregs.S: New file.
1401
1402 2015-02-27 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1405 call to catch_command_errors.
1406 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1407 catch_command_errors.
1408
1409 2015-02-27 Pedro Alves <palves@redhat.com>
1410
1411 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1412 "true" for boolean result.
1413 * gdb.gdb/selftest.exp (test_with_self): Also accept full
1414 prototype of main.
1415
1416 2015-02-27 Pedro Alves <palves@redhat.com>
1417
1418 * lib/unbuffer_output.c: New file.
1419 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1420 (main): Call gdb_unbuffer_output.
1421
1422 2015-02-27 Yao Qi <yao.qi@linaro.org>
1423
1424 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1425 target.
1426
1427 2015-02-26 Doug Evans <dje@google.com>
1428
1429 * gdb.cp/class2.cc (Dbase, D): New classes.
1430 (main): New local delta.
1431 * gdb.cp/class2.exp: Test printing delta.
1432 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1433 (dynbar): New global.
1434 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1435
1436 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1437
1438 * gdb.compile/compile-ifunc.c: New file.
1439 * gdb.compile/compile-ifunc.exp: New file.
1440
1441 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1442
1443 * gdb.base/structs.exp: Check for correct struct on finish.
1444
1445 2015-02-26 Yao Qi <yao.qi@linaro.org>
1446
1447 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1448 is zero.
1449
1450 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1451
1452 * gdb.arch/cordic.ko.bz2: New file.
1453 * gdb.arch/cordic.ko.debug.bz2: New file.
1454 * gdb.arch/ppc64-symtab-cordic.exp: New file.
1455
1456 2015-02-25 Yao Qi <yao.qi@linaro.org>
1457
1458 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1459 aarch64*-*-* target.
1460
1461 2015-02-23 Pedro Alves <palves@redhat.com>
1462
1463 * lib/gdb.exp (delete_breakpoints): Rewrite using
1464 gdb_test_multiple.
1465
1466 2015-02-23 Pedro Alves <palves@redhat.com>
1467
1468 * gdb.base/info-os.c: Include stdlib.h.
1469
1470 2015-02-22 Doug Evans <xdje42@gmail.com>
1471
1472 PR symtab/17855
1473 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1474 is read after symbols have been re-read.
1475 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1476 * gdb.ada/exec_changed/second.adb (Second): Ditto.
1477
1478 2015-02-21 Doug Evans <dje@google.com>
1479
1480 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1481
1482 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 PR corefiles/17808
1485 * gdb.arch/i386-biarch-core.core.bz2: New file.
1486 * gdb.arch/i386-biarch-core.exp: New file.
1487
1488 2015-02-21 Pedro Alves <palves@redhat.com>
1489
1490 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1491 runto_main fails.
1492
1493 2015-02-20 Pedro Alves <palves@redhat.com>
1494
1495 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1496 info probes.
1497
1498 2015-02-20 Pedro Alves <palves@redhat.com>
1499
1500 * gdb.threads/multi-create-ns-info-thr.exp: New file.
1501
1502 2015-02-20 Pedro Alves <palves@redhat.com>
1503
1504 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
1505 clean_restart before gdb_target_supports_trace.
1506
1507 2015-02-20 Pedro Alves <palves@redhat.com>
1508
1509 PR threads/18006
1510 * gdb.threads/clone-thread_db.c: New file.
1511 * gdb.threads/clone-thread_db.exp: New file.
1512
1513 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1514
1515 PR breakpoints/16812
1516 * gdb.base/catch-gdb-caused-signals.c: New file.
1517 * gdb.base/catch-gdb-caused-signals.exp: New file.
1518
1519 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1520
1521 * configure: Regenerated.
1522 * configure.ac: Use GDB_AC_TRANSFORM.
1523 * aclocal.m4: sinclude ../transform.m4.
1524
1525 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1526
1527 * lib/dtrace.exp: New file.
1528 * gdb.base/dtrace-probe.exp: Likewise.
1529 * gdb.base/dtrace-probe.d: Likewise.
1530 * gdb.base/dtrace-probe.c: Likewise.
1531 * lib/pdtrace.in: Likewise.
1532 * configure.ac: Output variables with the transformed names of
1533 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
1534 * configure: Regenerated.
1535
1536 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1537
1538 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1539 expected message when trying to access $_probe_* convenience
1540 variables while not on a probe.
1541
1542 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1543
1544 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1545
1546 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1547
1548 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1549 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1550
1551 2015-02-10 Doug Evans <xdje42@gmail.com>
1552
1553 * lib/gdb.exp (gdb_load): Always return a result.
1554
1555 2015-02-10 Pedro Alves <palves@redhat.com>
1556
1557 * gdb.threads/signal-sigtrap.c: New file.
1558 * gdb.threads/signal-sigtrap.exp: New file.
1559
1560 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1561
1562 * gdb.trace/no-attach-trace.c: New file.
1563 * gdb.trace/no-attach-trace.exp: New file.
1564
1565 2015-02-09 Mark Wielaard <mjw@redhat.com>
1566
1567 * gdb.dwarf2/atomic.c: New file.
1568 * gdb.dwarf2/atomic-type.exp: Likewise.
1569
1570 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1571
1572 * gdb.btrace/buffer-size.exp: Update "info record" output.
1573 * gdb.btrace/delta.exp: Update "info record" output.
1574 * gdb.btrace/enable.exp: Update "info record" output.
1575 * gdb.btrace/finish.exp: Update "info record" output.
1576 * gdb.btrace/instruction_history.exp: Update "info record" output.
1577 * gdb.btrace/next.exp: Update "info record" output.
1578 * gdb.btrace/nexti.exp: Update "info record" output.
1579 * gdb.btrace/step.exp: Update "info record" output.
1580 * gdb.btrace/stepi.exp: Update "info record" output.
1581 * gdb.btrace/nohist.exp: Update "info record" output.
1582
1583 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1584
1585 * gdb.btrace/buffer-size: New.
1586
1587 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1588
1589 * gdb.btrace/delta.exp: Update "info record" output.
1590 * gdb.btrace/enable.exp: Update "info record" output.
1591 * gdb.btrace/finish.exp: Update "info record" output.
1592 * gdb.btrace/instruction_history.exp: Update "info record" output.
1593 * gdb.btrace/next.exp: Update "info record" output.
1594 * gdb.btrace/nexti.exp: Update "info record" output.
1595 * gdb.btrace/step.exp: Update "info record" output.
1596 * gdb.btrace/stepi.exp: Update "info record" output.
1597 * gdb.btrace/nohist.exp: Update "info record" output.
1598
1599 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1600
1601 PR gdb/15678
1602 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1603
1604 2015-02-06 Pedro Alves <palves@redhat.com>
1605
1606 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1607 macro.
1608 (seconds_left, again): New globals.
1609 (main): Wait seconds_left in a 1-second sleep loop instead of
1610 sleeping 180 seconds. If 'again' is set, reset the seconds
1611 counter.
1612 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1613 'again' in the inferior before detaching. Print the seconds left.
1614 (options): New global.
1615 (top level): Build program with -DTIMEOUT=$timeout.
1616
1617 2015-02-06 Pedro Alves <palves@redhat.com>
1618
1619 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1620 determine how many seconds to pass to 'alarm'.
1621 * gdb.base/gdb-sigterm.exp (top level): Build program with
1622 -DTIMEOUT=$timeout.
1623 (do_test): Return success/failure indication. Add more verbose
1624 logging. Don't fail if 200 single steps are seen. Instead, fail
1625 when the test times out.
1626 (passes): New global.
1627 (top level): Break the testing loop if testing fails on any
1628 iteration. Use gdb_assert.
1629
1630 2015-02-04 Don Breazeal <donb@codesourcery.com>
1631
1632 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1633 and initialize them.
1634 (ipc_cleanup): New function.
1635 (main): Don't declare shmid, semid, and msqid. Add a call to
1636 atexit so that we call ipc_cleanup on exit.
1637
1638 2015-02-04 Pedro Alves <palves@redhat.com>
1639
1640 * boards/native-extended-gdbserver.exp: Remove any target variant
1641 specifications from the board name before clearing the isremote
1642 flag from board_info.
1643
1644 2015-01-31 Doug Evans <xdje42@gmail.com>
1645
1646 * gdb.base/maint.exp <maint print type argc>: Update expected output.
1647
1648 2015-01-31 Gary Benson <gbenson@redhat.com>
1649
1650 * gdb.base/completion.exp: Disable completion limiting for
1651 existing tests. Add new tests to check completion limiting.
1652 * gdb.linespec/ls-errs.exp: Disable completion limiting.
1653
1654 2015-01-31 Doug Evans <xdje42@gmail.com>
1655
1656 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1657
1658 2015-01-31 Doug Evans <xdje42@gmail.com>
1659
1660 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1661 entries. Duplicate file section script entries.
1662 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1663 inlined entries. Add test for safe-path rejection.
1664 * gdb.python/py-section-script.c: Add duplicate inlined section script
1665 entries. Duplicate file section script entries.
1666 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1667 inlined entries. Add test for safe-path rejection.
1668
1669 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1670
1671 * gdb.ada/disc_arr_bound: New testcase.
1672
1673 2015-01-29 Joel Brobecker <brobecker@adacore.com>
1674
1675 * gdb.ada/mi_var_array: New testcase.
1676
1677 2015-01-27 Doug Evans <dje@google.com>
1678
1679 * gdb.python/py-objfile.exp: Add tests for objfile.username.
1680 Add test for objfile.filename, objfile.username after objfile
1681 has been unloaded.
1682
1683 2015-01-26 Joel Brobecker <brobecker@adacore.com>
1684
1685 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1686 the second test to print the name attribute of value
1687 returned by the call to gdb.lookup_type, and adjust
1688 the expected output accordingly.
1689
1690 2015-01-25 Mark Wielaard <mjw@redhat.com>
1691
1692 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1693 * gdb.base/disp-step-fork.c: Include unistd.h.
1694 * gdb.base/siginfo-obj.c: Include stdio.h.
1695 * gdb.base/siginfo-thread.c: Likewise.
1696 * gdb.mi/non-stop.c: Include unistd.h.
1697 * gdb.mi/nsthrexec.c: Include stdio.h.
1698 * gdb.mi/pthreads.c: Include unistd.h.
1699 * gdb.modula2/unbounded1.c (main): Declare returns int.
1700 * gdb.reverse/consecutive-reverse.c: Likewise.
1701 * gdb.threads/create-fail.c: Include unistd.h.
1702 * gdb.threads/killed.c: Likewise.
1703 * gdb.threads/linux-dp.c: Likewise.
1704 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1705 * gdb.threads/non-ldr-exc-2.c: Likewise.
1706 * gdb.threads/non-ldr-exc-3.c: Likewise.
1707 * gdb.threads/non-ldr-exc-4.c: Likewise.
1708 * gdb.threads/pthreads.c: Include unistd.h.
1709 (main): Declare returns int.
1710 * gdb.threads/tls-main.c (foo): New declaration.
1711 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1712
1713 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
1714
1715 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1716 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1717
1718 2015-01-15 Mark Wielaard <mjw@redhat.com>
1719
1720 * gdb.base/noreturn-return.c: New file.
1721 * gdb.base/noreturn-return.exp: New file.
1722 * gdb.base/noreturn-finish.c: New file.
1723 * gdb.base/noreturn-finish.exp: New file.
1724
1725 2015-01-23 Pedro Alves <palves@redhat.com>
1726
1727 * gdb.threads/continue-pending-after-query.c: New file.
1728 * gdb.threads/continue-pending-after-query.exp: New file.
1729
1730 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
1731 Simon Marchi <simon.marchi@ericsson.com>
1732
1733 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1734 * gdb.base/valgrind-db-attach.exp: Same.
1735 * gdb.base/valgrind-infcall.exp: Same.
1736 * lib/mi-support.exp (default_mi_gdb_start): Same.
1737 * lib/prompt.exp (default_prompt_gdb_start): Same.
1738 * lib/gdb.exp (default_gdb_spawn): Same.
1739 (gdb_interact): New.
1740
1741
1742 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 * gdb.compile/compile.exp (pointer to jit function): New test.
1745
1746 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
1747
1748 * lib/gdb.exp (supports_process_record): Return true for
1749 powerpc*-*-linux*.
1750 (supports_reverse): Likewise.
1751
1752 2015-01-15 Don Breazeal <donb@codesourcery.com>
1753
1754 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1755 instead of checking whether the target board is remote and
1756 use spawn_wait_for_attach instead of exec/sleep.
1757 * gdb.base/attach-twice.exp: Likewise.
1758
1759 2015-01-15 Joel Brobecker <brobecker@adacore.com>
1760
1761 * gdb.ada/var_arr_attrs: New testcase.
1762
1763 2015-01-14 Pedro Alves <palves@redhat.com>
1764 Joel Brobecker <brobecker@adacore.com>
1765
1766 PR gdb/17525
1767 * gdb.base/bp-cmds-execution-x-script.c: New file.
1768 * gdb.base/bp-cmds-execution-x-script.exp: New file.
1769 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1770
1771 2015-01-14 Pedro Alves <palves@redhat.com>
1772
1773 PR cli/17828
1774 * gdb.base/batch-preserve-term-settings.c: New file.
1775 * gdb.base/batch-preserve-term-settings.exp: New file.
1776
1777 2015-01-13 Doug Evans <dje@google.com>
1778
1779 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1780 binary.
1781
1782 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1783
1784 * Makefile.in (clean mostlyclean): Do not delete *.py.
1785
1786 2015-01-13 Joel Brobecker <brobecker@adacore.com>
1787
1788 * gdb.python/py-lookup-type.exp: New file.
1789
1790 2015-01-12 Pedro Alves <palves@redhat.com>
1791
1792 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1793 restore GDBFLAGS before returning.
1794
1795 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1796
1797 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1798 is_amd64_regs_target and is_x86_like_target.
1799
1800 2015-01-11 Doug Evans <xdje42@gmail.com>
1801
1802 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1803 is given without an explicit form.
1804 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1805 attributes.
1806 * gdb.dwarf/corrupt.exp: Ditto.
1807 * gdb.dwarf2/enum-type.exp: Ditto.
1808 * gdb.trace/entry-values.exp: Ditto.
1809 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1810
1811 2015-01-11 Doug Evans <xdje42@gmail.com>
1812
1813 PR gdb/15830
1814 * gdb.base/maint.exp: Remove references to "maint demangle".
1815 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
1816 Add tests for explicitly specifying language to demangle.
1817 * gdb.dlang/demangle.exp: Ditto.
1818
1819 2015-01-09 Pedro Alves <palves@redhat.com>
1820
1821 * gdb.threads/non-stop-fair-events.c: New file.
1822 * gdb.threads/non-stop-fair-events.exp: New file.
1823
1824 2015-01-09 Pedro Alves <palves@redhat.com>
1825
1826 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1827 the global scope. Set a breakpoint after all threads are started
1828 rather than stepping over two source lines. Expect the prompt.
1829 * gdb.base/watch_thread_num.c (threads_started_barrier): New
1830 global.
1831 (NUM): Now 15.
1832 (main): Use threads_started_barrier to wait for all threads to
1833 start. Main thread no longer calls thread_function. Exit after
1834 180 seconds.
1835 (loop): New function.
1836 (thread_function): Wait on threads_started_barrier barrier. Call
1837 'loop' at each iteration.
1838 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1839 threads have started, instead of hardcoding number of "next"
1840 steps. Use an access watchpoint instead of a write watchpoint.
1841
1842 2015-01-09 Pedro Alves <palves@redhat.com>
1843
1844 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1845 (thread_func): Wait on barrier.
1846 (main): Wait for all threads to start before stopping GDB.
1847 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1848 global.
1849 (thread1_func, thread2_func): Wait on barrier.
1850 (main): Wait for all threads to start before stopping GDB.
1851 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1852 New global.
1853 (thread1_func, thread2_func): Wait on barrier.
1854 (main): Wait for all threads to start before stopping GDB.
1855
1856 2015-01-09 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.threads/attach-many-short-lived-threads.c: New file.
1859 * gdb.threads/attach-many-short-lived-threads.exp: New file.
1860
1861 2014-01-09 Pedro Alves <palves@redhat.com>
1862
1863 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1864 instead of to thread 2.
1865 * gdb.threads/signal-command-multiple-signals-pending.c (main):
1866 Add barrier around each pthread_create call instead of around all
1867 calls.
1868 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1869 Set a break on thread_function and have the child threads hit it
1870 one at at a time.
1871
1872 2015-01-09 Pedro Alves <palves@redhat.com>
1873
1874 * lib/gdb.exp (can_spawn_for_attach): New procedure.
1875 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1876 false.
1877 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1878 checking whether the target board is remote.
1879 * gdb.multi/multi-attach.exp: Likewise.
1880 * gdb.python/py-sync-interp.exp: Likewise.
1881 * gdb.server/ext-attach.exp: Likewise.
1882 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1883 tests that need to attach, instead of checking whether the target
1884 board is remote at the top of the file.
1885
1886 2015-01-08 Yao Qi <yao@codesourcery.com>
1887
1888 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1889
1890 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1891
1892 Fix testcase compilation.
1893 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1894
1895 2015-01-06 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.python/py-type.exp: Add a couple test about empty
1898 array creation, and negative-length array creation.
1899
1900 2015-01-02 Doug Evans <xdje42@gmail.com>
1901
1902 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1903
1904 2015-01-02 Doug Evans <dje@google.com>
1905
1906 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1907
1908 2014-12-29 Yao Qi <yao@codesourcery.com>
1909
1910 * gdb.trace/entry-values.exp: Update comments. Rename variable
1911 bar_call_foo to returned_from_foo.
1912
1913 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
1914
1915 PR gdb/17394
1916 * gdb.linespec/break-asm-file.c: New file.
1917 * gdb.linespec/break-asm-file.exp: New file.
1918 * gdb.linespec/break-asm-file0.s: New file.
1919 * gdb.linespec/break-asm-file1.s: New file.
1920
1921 2014-12-18 Nigel Stephens <nigel@mips.com>
1922 Maciej W. Rozycki <macro@codesourcery.com>
1923
1924 * gdb.base/float.exp: Handle the new output from "info float" on
1925 MIPS targets.
1926
1927 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1928
1929 Fix MinGW compilation.
1930 * gdb.compile/compile-ops.exp: Update untested message if
1931 !skip_compile_feature_tests.
1932 * gdb.compile/compile-setjmp.exp: Likewise.
1933 * gdb.compile/compile-tls.exp: Likewise.
1934 * gdb.compile/compile.exp: Likewise.
1935 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1936 supported on this host".
1937
1938 2014-12-16 Doug Evans <xdje42@gmail.com>
1939
1940 * boards/stabs.exp: New file.
1941
1942 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
1943
1944 * gdb.base/completion.exp: Adjust to format changes of "maint
1945 print user-registers".
1946
1947 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
1948
1949 PR server/17457
1950 * gdb.arch/aarch64-fp.c: New file.
1951 * gdb.arch/aarch64-fp.exp: New file.
1952
1953 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1954
1955 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1956 r210637, r210913, r211666, r215400, r215817).
1957
1958 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1959 * dg-extract-results.py: New file.
1960 * dg-extract-results.sh: Use it if the environment seems
1961 suitable.
1962
1963 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1964
1965 * dg-extract-results.py (parse_run): Handle warnings that
1966 are printed before a test harness is run.
1967
1968 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1969
1970 * dg-extract-results.py (Named): Remove __cmp__ method.
1971 (output_variation): Use a key to sort variation.harnesses.
1972
1973 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1974
1975 * dg-extract-results.py: For Python 3, force sys.stdout to
1976 handle surrogate escape sequences.
1977 (safe_open): New function.
1978 (output_segment, main): Use it.
1979
1980 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1981
1982 * dg-extract-results.py (Prog.result_re): Include options
1983 in test name.
1984
1985 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1986
1987 * dg-extract-results.py (output_variation): Always sort if
1988 do_sum.
1989
1990 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
1991
1992 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1993 as long as we get pagination notifications.
1994
1995 2014-12-15 Jason Merrill <jason@redhat.com>
1996
1997 * Makefile.in (check-gdb.%): Restore.
1998 * README: Mention it.
1999
2000 2014-12-13 Joel Brobecker <brobecker@adacore.com>
2001
2002 * gdb.ada/str_uninit: New testcase.
2003
2004 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2005
2006 PR symtab/17642
2007 * gdb.base/vla-stub-define.c: New file.
2008 * gdb.base/vla-stub.c: New file.
2009 * gdb.base/vla-stub.exp: New file.
2010
2011 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
2012 Jan Kratochvil <jan.kratochvil@redhat.com>
2013 Tom Tromey <tromey@redhat.com>
2014
2015 * configure.ac: Add gdb.compile/.
2016 * configure: Regenerate.
2017 * gdb.compile/Makefile.in: New file.
2018 * gdb.compile/compile-ops.exp: New file.
2019 * gdb.compile/compile-ops.c: New file.
2020 * gdb.compile/compile-tls.c: New file.
2021 * gdb.compile/compile-tls.exp: New file.
2022 * gdb.compile/compile-constvar.S: New file.
2023 * gdb.compile/compile-constvar.c: New file.
2024 * gdb.compile/compile-mod.c: New file.
2025 * gdb.compile/compile-nodebug.c: New file.
2026 * gdb.compile/compile-setjmp-mod.c: New file.
2027 * gdb.compile/compile-setjmp.c: New file.
2028 * gdb.compile/compile-setjmp.exp: New file.
2029 * gdb.compile/compile-shlib.c: New file.
2030 * gdb.compile/compile.c: New file.
2031 * gdb.compile/compile.exp: New file.
2032 * lib/gdb.exp (skip_compile_feature_tests): New proc.
2033
2034 2014-12-12 Tom Tromey <tromey@redhat.com>
2035
2036 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
2037 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
2038
2039 2014-12-12 Doug Evans <dje@google.com>
2040
2041 * lib/gdb-python.exp (get_python_valueof): New function.
2042 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
2043
2044 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
2045
2046 * gdb.base/completion.exp: Add test for completion of "info
2047 registers ".
2048
2049 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
2050
2051 * gdb.base/func-ptrs.c: New file.
2052 * gdb.base/func-ptrs.exp: New file.
2053
2054 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2055
2056 PR breakpoints/17012
2057 * gdb.base/dprintf-detach.c: New file.
2058 * gdb.base/dprintf-detach.exp: New file.
2059
2060 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
2061
2062 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
2063 * lib/gdb.exp (target_is_gdbserver): New procedure.
2064
2065 2014-12-08 Doug Evans <dje@google.com>
2066
2067 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
2068
2069 2014-12-05 Yao Qi <yao@codesourcery.com>
2070
2071 * gdb.guile/scm-error.exp: Remove the third argument to
2072 gdb_remote_download.
2073 * gdb.guile/scm-frame-args.exp: Likewise.
2074 * gdb.guile/scm-section-script.exp: Likewise.
2075
2076 2014-12-05 Yao Qi <yao@codesourcery.com>
2077
2078 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
2079
2080 2014-12-04 Doug Evans <dje@google.com>
2081
2082 * gdb.python/py-objfile.exp: Add tests for
2083 objfile.add_separate_debug_file.
2084
2085 2014-12-04 Doug Evans <dje@google.com>
2086
2087 * lib/gdb.exp (get_build_id): New function.
2088 (build_id_debug_filename_get): Rewrite to use it.
2089 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
2090
2091 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
2092
2093 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
2094 `method(long)', not just 0x0.
2095 * gdb.cp/nsalias.exp: Align code labels to 4.
2096 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
2097 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
2098 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
2099 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
2100 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
2101 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
2102
2103 2014-12-02 Doug Evans <dje@google.com>
2104
2105 PR symtab/17602
2106 * gdb.cp/anon-ns.cc: Move guts of this file to ...
2107 * gdb.cp/anon-ns2.cc: ... here. New file.
2108 * gdb.cp/anon-ns.exp: Update.
2109
2110 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
2111
2112 * gdb.python/py-events.py (inferior_call_handler): New.
2113 (register_changed_handler, memory_changed_handler): New.
2114 (test_events.invoke): Register new handlers.
2115 * gdb.python/py-events.exp: Add tests for inferior call,
2116 memory_changed and register_changed events.
2117
2118 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
2119
2120 * gdb.base/execl-update-breakpoints.exp: Specify the link address
2121 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
2122 if the linker doesn't understand this.
2123
2124 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
2125
2126 * gdb.python/python.exp: Change expected reply to help().
2127
2128 2014-12-01 Yao Qi <yao@codesourcery.com>
2129
2130 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
2131 AC_CONFIG_SUBDIRS(gdb.gdbtk).
2132 * configure: Re-generated.
2133
2134 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
2135
2136 * gdb.cp/chained-calls.cc: New file.
2137 * gdb.cp/chained-calls.exp: New file.
2138 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
2139
2140 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
2141
2142 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
2143 * gdb.dwarf2/symtab-producer.exp: Same.
2144 * gdb.gdb/python-interrupts.exp: Same.
2145 * gdb.gdb/python-selftest.exp: Same.
2146 * gdb.python/py-linetable.exp: Same.
2147 * gdb.python/py-type.exp: Same.
2148 * gdb.python/py-value-cc.exp: Same.
2149 * gdb.python/py-value.exp: Same.
2150
2151 2014-11-28 Yao Qi <yao@codesourcery.com>
2152
2153 * gdb.base/break-probes.exp: Match library name prefixed with
2154 sysroot.
2155
2156 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
2157
2158 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
2159 test expected output. Add parentheses for the call to print.
2160 Remove L suffix from integers.
2161
2162 2014-11-26 Doug Evans <dje@google.com>
2163
2164 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
2165
2166 2014-11-22 Yao Qi <yao@codesourcery.com>
2167
2168 * gdb.trace/entry-values.c: Remove asms.
2169 (foo): Add foo_label.
2170 (bar): Add bar_label.
2171 * gdb.trace/entry-values.exp: Remove code computing foo's
2172 length and bar's length.
2173 (Dwarf::assemble): Invoke function_range for bar and use
2174 MACRO_AT_func for foo.
2175
2176 2014-11-22 Yao Qi <yao@codesourcery.com>
2177
2178 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
2179 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
2180 Use .Lgcc43_procstart instead of gcc43.
2181
2182 2014-11-21 Joel Brobecker <brobecker@adacore.com>
2183
2184 * gdb.ada/n_arr_bound: New testcase.
2185
2186 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2187
2188 PR breakpoints/10737
2189 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
2190 test_catch_syscall_multi_arch.
2191 (test_catch_syscall_multi_arch): New function.
2192
2193 2014-11-20 Doug Evans <xdje42@gmail.com>
2194
2195 * gdb.base/maint.exp: Update expected output.
2196
2197 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
2198
2199 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
2200 4-byte instruction on S390.
2201
2202 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2203
2204 * gdb.ada/arr_arr: New testcase.
2205
2206 2014-11-19 Joel Brobecker <brobecker@adacore.com>
2207
2208 * gdb.ada/pkd_arr_elem: New Testcase.
2209
2210 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
2211
2212 * gdb.reverse/break-precsave: Expect completion message for
2213 core file reads.
2214 * gdb.reverse/consecutive-precsave.exp: Likewise.
2215 * gdb.reverse/finish-precsave.exp: Likewise.
2216 * gdb.reverse/i386-precsave.exp: Likewise.
2217 * gdb.reverse/machinestate-precsave.exp: Likewise.
2218 * gdb.reverse/sigall-precsave.exp: Likewise.
2219 * gdb.reverse/solib-precsave.exp: Likewise.
2220 * gdb.reverse/step-precsave.exp: Likewise.
2221 * gdb.reverse/until-precsave.exp: Likewise.
2222 * gdb.reverse/watch-precsave.exp: Likewise.
2223
2224 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2225
2226 * gdb.base/bp-permanent.c: Include unistd.h.
2227 * gdb.python/py-framefilter-mi.c (main): Add return type.
2228 * gdb.python/py-framefilter.c (main): Likewise.
2229 * gdb.trace/actions-changed.c (main): Likewise.
2230
2231 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2232
2233 * gdb.mi/until.c: Add eye-catchers.
2234 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2235 line numbers.
2236
2237 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
2238
2239 * gdb.base/condbreak.exp: Drop references to removed non-prototype
2240 function header variants in break1.c.
2241 * gdb.base/ena-dis-br.exp: Likewise.
2242 * gdb.base/hbreak2.exp: Likewise.
2243 * gdb.reverse/until-precsave.exp: Drop references to removed
2244 non-prototype function header variants in ur1.c.
2245 * gdb.reverse/until-reverse.exp: Likewise.
2246
2247 2014-11-17 Petr Machata <pmachata@redhat.com>
2248
2249 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
2250 ${_cu_offset_size} bytes abbrev offset.
2251
2252 2014-11-15 Doug Evans <xdje42@gmail.com>
2253
2254 PR symtab/17559
2255 * gdb.base/line-symtabs.exp: New file.
2256 * gdb.base/line-symtabs.c: New file.
2257 * gdb.base/line-symtabs.h: New file.
2258
2259 2014-11-14 Yao Qi <yao@codesourcery.com>
2260
2261 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2262 (func): Add label func_label.
2263 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2264 Replace low_pc and high_pc with MACRO_AT_range.
2265 Replace name, low_pc and high_pc with MACRO_AT_func.
2266
2267 2014-11-14 Yao Qi <yao@codesourcery.com>
2268
2269 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2270 Replace name, low_pc and high_pc with MACRO_AT_func.
2271
2272 2014-11-14 Yao Qi <yao@codesourcery.com>
2273
2274 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2275 produce debug information.
2276 * gdb.dwarf2/implptr-optimized-out.S: Removed.
2277
2278 2014-11-14 Yao Qi <yao@codesourcery.com>
2279
2280 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2281 object and get function length.
2282 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2283 with MACRO_AT_func.
2284 (top-level): Replace gdb_compile and clean_restart with
2285 prepare_for_testing.
2286 * gdb.dwarf2/main.c (main): Add label main_label.
2287
2288 2014-11-14 Yao Qi <yao@codesourcery.com>
2289
2290 * lib/dwarf.exp (function_range): New procedure.
2291 (Dwarf::_handle_macro_at_func): New procedure.
2292 (Dwarf::_handle_macro_at_range): New procedure.
2293 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2294
2295 2014-11-14 Yao Qi <yao@codesourcery.com>
2296
2297 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2298 (_handle_attribute): New procedure.
2299
2300 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2301
2302 * gdb.ada/cond_lang/foo.c (callme): Add return type.
2303 * gdb.base/call-sc.c (zed): Likewise.
2304 * gdb.base/checkpoint.c (main): Likewise.
2305 * gdb.base/dump.c (main): Likewise.
2306 * gdb.base/gcore.c (main): Likewise.
2307 * gdb.base/huge.c (main): Likewise.
2308 * gdb.base/multi-forks.c (main): Likewise.
2309 * gdb.base/pr10179-a.c (main): Likewise.
2310 * gdb.base/savedregs.c (main): Likewise.
2311 * gdb.base/sigaltstack.c (main): Likewise.
2312 * gdb.base/siginfo.c (main): Likewise.
2313 * gdb.base/structs.c (zed): Likewise.
2314 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2315 * gdb.mi/mi-syn-frame.c (main): Likewise.
2316 * gdb.mi/until.c (foo, main): Likewise.
2317 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2318 * gdb.base/solib-weak.c (foo): Declare.
2319 * gdb.base/attach-twice.c: Include stdio.h.
2320 * gdb.base/weaklib1.c: Likewise.
2321 * gdb.base/weaklib2.c: Likewise.
2322 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2323 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2324 unistd.h.
2325 * gdb.base/attach-pie-misread.c: Include stdlib.h.
2326 * gdb.mi/mi-exit-code.c: Likewise.
2327 * gdb.base/break-interp-lib.c: Include string.h.
2328 * gdb.base/coremaker.c: Likewise.
2329 * gdb.base/testenv.c: Likewise.
2330 * gdb.python/py-finish-breakpoint.c: Likewise.
2331 * gdb.base/inferior-died.c: Include sys/wait.h.
2332 * gdb.base/fileio.c: Include time.h.
2333 * gdb.base/async-shell.c: Include unistd.h.
2334 * gdb.base/dprintf-non-stop.c: Likewise.
2335 * gdb.base/info-os.c: Likewise.
2336 * gdb.mi/mi-console.c: Likewise.
2337 * gdb.mi/watch-nonstop.c: Likewise.
2338 * gdb.python/py-events.c: Likewise.
2339 * gdb.base/async.c (baz): Move up before its invocation.
2340 * gdb.base/code_elim2.c (my_global_func): Likewise.
2341 * gdb.base/skip-solib-lib.c (multiply): Likewise.
2342 * gdb.base/advance.c (func2): Likewise.
2343
2344 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2345
2346 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2347 variant.
2348 * gdb.base/annota3.c: Likewise.
2349 * gdb.base/async.c: Likewise.
2350 * gdb.base/average.c: Likewise.
2351 * gdb.base/call-ar-st.c: Likewise.
2352 * gdb.base/call-rt-st.c: Likewise.
2353 * gdb.base/call-sc.c: Likewise.
2354 * gdb.base/call-strs.c: Likewise.
2355 * gdb.base/ending-run.c: Likewise.
2356 * gdb.base/execd-prog.c: Likewise.
2357 * gdb.base/exprs.c: Likewise.
2358 * gdb.base/foll-exec.c: Likewise.
2359 * gdb.base/foll-fork.c: Likewise.
2360 * gdb.base/foll-vfork.c: Likewise.
2361 * gdb.base/funcargs.c: Likewise.
2362 * gdb.base/gcore.c: Likewise.
2363 * gdb.base/jump.c: Likewise.
2364 * gdb.base/langs0.c: Likewise.
2365 * gdb.base/langs1.c: Likewise.
2366 * gdb.base/langs2.c: Likewise.
2367 * gdb.base/mips_pro.c: Likewise.
2368 * gdb.base/nodebug.c: Likewise.
2369 * gdb.base/opaque0.c: Likewise.
2370 * gdb.base/opaque1.c: Likewise.
2371 * gdb.base/recurse.c: Likewise.
2372 * gdb.base/run.c: Likewise.
2373 * gdb.base/scope0.c: Likewise.
2374 * gdb.base/scope1.c: Likewise.
2375 * gdb.base/setshow.c: Likewise.
2376 * gdb.base/setvar.c: Likewise.
2377 * gdb.base/shmain.c: Likewise.
2378 * gdb.base/shr1.c: Likewise.
2379 * gdb.base/shr2.c: Likewise.
2380 * gdb.base/sigall.c: Likewise.
2381 * gdb.base/signals.c: Likewise.
2382 * gdb.base/so-indr-cl.c: Likewise.
2383 * gdb.base/solib2.c: Likewise.
2384 * gdb.base/structs.c: Likewise.
2385 * gdb.base/sum.c: Likewise.
2386 * gdb.base/vforked-prog.c: Likewise.
2387 * gdb.base/watchpoint.c: Likewise.
2388 * gdb.reverse/shr2.c: Likewise.
2389 * gdb.reverse/until-reverse.c: Likewise.
2390 * gdb.reverse/ur1.c: Likewise.
2391 * gdb.reverse/watch-reverse.c: Likewise.
2392
2393 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2394
2395 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2396 variant.
2397 * gdb.base/sepdebug.exp: Drop references to removed code.
2398
2399 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2400
2401 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2402 variant. Preserve original line numbering.
2403 * gdb.base/list1.c: Likewise.
2404
2405 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2406
2407 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2408 variant.
2409 * gdb.base/break1.c: Likewise.
2410 * gdb.base/break.exp: Drop references to removed code.
2411
2412 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2413
2414 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2415 variant.
2416
2417 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2418
2419 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2420
2421 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2422
2423 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
2424 logic into perform_all_tests() and invoke it with and without
2425 function header prototypes.
2426 (do_function_calls): Remove conditional XFAIL for PR 5318.
2427 (rerun_and_prepare): Remove duplicate code.
2428 (perform_all_tests): New. Main logic moved here.
2429
2430 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2431
2432 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2433 code guarded by #ifdef NO_PROTOTYPES.
2434 (t_double_many_args): Likewise.
2435 (DEF_FUNC_MANY_ARGS_1): Likewise.
2436 (DEF_FUNC_VALUES_1): Likewise.
2437 (t_structs_ldc): Renamed from t_structs_fc in conditional code
2438 guarded by #ifdef PROTOTYPES.
2439
2440 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2441
2442 * gdb.mi/mi-console.c: Add eye-catcher.
2443 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2444 instead of literal line number.
2445
2446 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2447
2448 * gdb.base/shr2.c: Add eye-catcher.
2449 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2450 line number.
2451
2452 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2453
2454 * gdb.base/jump.c: Add eye-catchers.
2455 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2456 numbers.
2457
2458 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2459
2460 * gdb.base/execd-prog.c: Add eye-catchers.
2461 * gdb.base/foll-exec.c: Likewise.
2462 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2463 line numbers.
2464
2465 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2466
2467 * gdb.base/ending-run.c: Add eye-catchers.
2468 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2469 literal line numbers.
2470
2471 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2472
2473 * gdb.base/call-rt-st.c: Add eye-catchers.
2474 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2475 literal line numbers.
2476
2477 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2478
2479 * gdb.base/call-ar-st.c: Add eye-catchers.
2480 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2481 literal line numbers.
2482
2483 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2484
2485 * gdb.base/average.c: Add eye-catchers.
2486 * gdb.base/sum.c: Likewise.
2487 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2488 regexps dynamically.
2489
2490 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2491
2492 * gdb.base/solib1.c: Add eye-catchers.
2493 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2494 literal line numbers.
2495
2496 2014-11-12 Pedro Alves <palves@redhat.com>
2497
2498 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2499 leader has exited.
2500
2501 2014-11-12 Pedro Alves <palves@redhat.com>
2502
2503 * gdb.arch/i386-bp_permanent.c: New file.
2504 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2505 (srcfile): Set to i386-bp_permanent.c.
2506 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
2507 that stepi does not execute the 'leave' instruction, instead of
2508 testing it does execute.
2509 * gdb.base/bp-permanent.c: New file.
2510 * gdb.base/bp-permanent.exp: New file.
2511
2512 2014-11-10 Doug Evans <xdje42@gmail.com>
2513
2514 PR symtab/17564
2515 * gdb.base/symtab-search-order.exp: New file.
2516 * gdb.base/symtab-search-order.c: New file.
2517 * gdb.base/symtab-search-order-1.c: New file.
2518 * gdb.base/symtab-search-order-shlib-1.c: New file.
2519
2520 2014-11-07 Pedro Alves <palves@redhat.com>
2521
2522 PR gdb/17511
2523 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2524 i?86-*-linux*.
2525
2526 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
2527
2528 PR c++/17494
2529 * gdb.cp/pr17494.cc: New file.
2530 * gdb.cp/pr17494.exp: New file.
2531
2532 2014-11-02 Yao Qi <yao@codesourcery.com>
2533
2534 * gdb.python/python.exp: Get working directory and match the
2535 output of "set extended-prompt \\w " with it.
2536
2537 2014-10-30 Doug Evans <dje@google.com>
2538
2539 * gdb.python/py-objfile.exp: Add tests for setting random attributes
2540 in objfiles.
2541 * gdb.python/py-progspace.exp: Add tests for setting random attributes
2542 in progspaces.
2543
2544 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
2545
2546 * gdb.base/fullpath-expand.exp: Skip for a remote host.
2547 * gdb.base/realname-expand.exp: Likewise.
2548 * gdb.linespec/macro-relative.exp: Likewise.
2549
2550 2014-10-29 Pedro Alves <palves@redhat.com>
2551
2552 PR gdb/17408
2553 * gdb.threads/schedlock.c (some_function): New function.
2554 (call_function): New global.
2555 (MAYBE_CALL_SOME_FUNCTION): New macro.
2556 (thread_function): Call it.
2557 * gdb.threads/schedlock.exp (get_args): Add description parameter,
2558 and use it instead of a global counter. Adjust all callers.
2559 (get_current_thread): Use "find current thread" for test message
2560 here rather than having all callers pass down the same string.
2561 (goto_loop): New procedure, factored out from ...
2562 (my_continue): ... this.
2563 (step_ten_loops): Change parameter from test message to command to
2564 use. Adjust.
2565 (list_count): Delete global.
2566 (check_result): New procedure, factored out from duplicate top
2567 level code.
2568 (continue tests): Wrap in with_test_prefix.
2569 (test_step): New procedure, factored out from duplicate top level
2570 code.
2571 (top level): Test "step" in combination with all scheduler-locking
2572 modes. Test "next" in combination with all scheduler-locking
2573 modes, and in combination with stepping over a function call or
2574 not.
2575 * gdb.threads/next-bp-other-thread.c: New file.
2576 * gdb.threads/next-bp-other-thread.exp: New file.
2577
2578 2014-10-29 Pedro Alves <palves@redhat.com>
2579
2580 PR python/17372
2581 * gdb.python/python.exp: Test a multi-line command that spawns
2582 interactive Python.
2583 * gdb.base/multi-line-starts-subshell.exp: New file.
2584
2585 2014-10-29 Yao Qi <yao@codesourcery.com>
2586
2587 * gdb.base/fileio.exp: Make directories on host.
2588
2589 2014-10-29 Yao Qi <yao@codesourcery.com>
2590
2591 * gdb.base/fileio.c (test_write): Close the file.
2592
2593 2014-10-28 Pedro Alves <palves@redhat.com>
2594
2595 PR gdb/12623
2596 * gdb.base/sigstep.c (no_handler): New global.
2597 (main): If 'no_handler is true, set the signal handlers to
2598 SIG_IGN.
2599 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2600 with_sw_watch and no_handler parameters. Handle them.
2601 (top level) <stepping over handler when stopped at a breakpoint
2602 test>: Add a test axis for testing with a software watchpoint, and
2603 another for testing with the signal handler set to SIG_IGN.
2604 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2605 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2606
2607 2014-10-28 Pedro Alves <palves@redhat.com>
2608
2609 PR gdb/17511
2610 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2611 * gdb.base/sigstep.exp (other_handler_location): New global.
2612 (advance): Support stepping into the signal handler, and running
2613 commands while in the handler.
2614 (in_handler_map): New global.
2615 (top level): In the advance test, add combinations for getting
2616 into the handler with stepping commands, and for running commands
2617 in the handler. Add comment descripting the advancei tests.
2618
2619 2014-10-28 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/sigstep.exp: Use build_executable instead of
2622 prepare_for_testing.
2623 (top level): Move code that starts GDB, runs to main and creates a
2624 display to ...
2625 (restart): ... this new procedure.
2626 (top level): Move backtrace from signal handler test to ...
2627 (validate_backtrace): ... this new procedure.
2628 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
2629 with_test_prefix. Always restart GDB.
2630 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
2631 with_test_prefix. Always restart GDB. No need to delete
2632 breakpoints after the test.
2633 (test_skip_handler): Remove prefix parameter.
2634 (skip_over_handler, breakpoint_to_handler)
2635 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2636 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
2637 restart GDB. No need to delete breakpoints after the test.
2638 (top level): Use foreach to call the test procedures with
2639 different commands.
2640
2641 2014-10-28 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2644 instead of GNATS numbers.
2645 * gdb.base/sigbpt.exp: Likewise.
2646 * gdb.base/siginfo.exp: Likewise.
2647 * gdb.base/sigstep.exp: Likewise.
2648
2649 2014-10-27 Pedro Alves <palves@redhat.com>
2650
2651 * gdb.base/sigstep.c (dummy): New global.
2652 (main): Issue a couple writes to the new global.
2653 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2654 procedures.
2655 (skip_over_handler): Use test_skip_handler.
2656 (top level): Call skip_over_handler for stepi and nexti too.
2657 (breakpoint_over_handler): Use test_skip_handler.
2658 (top level): Call breakpoint_over_handler for stepi and nexti too.
2659
2660 2014-10-27 Yao Qi <yao@codesourcery.com>
2661
2662 * gdb.trace/tfile.c (adjust_function_address)
2663 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2664 function descriptor.
2665
2666 2014-10-24 Don Breazeal <donb@codesourcery.com>
2667
2668 * gdb.base/foll-fork.exp (test_follow_fork,
2669 catch_fork_child_follow): Check for updated fork messages emitted
2670 from infrun.c.
2671 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2672 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2673 vfork_and_exec_child_follow_through_step): Check for updated vfork
2674 messages emitted from infrun.c.
2675
2676 2014-10-24 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.base/corefile.exp: Remove references to ultrix.
2679 * gdb.base/interrupt.exp: Likewise.
2680 * gdb.base/whatis.exp: Likewise.
2681 * gdb.gdb/selftest.exp: Likewise.
2682 * gdb.threads/manythreads.exp: Likewise.
2683 * gdb.threads/print-threads.exp: Likewise.
2684 * gdb.threads/pthreads.exp:: Likewise.
2685 * gdb.threads/schedlock.exp: Likewise.
2686
2687 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
2688
2689 * gdb.cp/non-trivial-retval.cc: Add a test case.
2690 * gdb.cp/non-trivial-retval.exp: Add a test.
2691
2692 2014-10-20 Yao Qi <yao@codesourcery.com>
2693
2694 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2695 * gdb.python/py-objfile-script-gdb.py: New file.
2696 * gdb.python/py-objfile-script.exp: Update reference to
2697 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
2698 of remote_download. Remove the dest file.
2699
2700 2014-10-20 Yao Qi <yao@codesourcery.com>
2701
2702 * gdb.base/checkpoint.exp: Don't remove file copied on host.
2703 * gdb.base/step-line.exp: Likewise.
2704 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2705 * gdb.dwarf2/dw2-basic.exp: Likewise.
2706 * gdb.dwarf2/dw2-compressed.exp: Likewise.
2707 * gdb.dwarf2/dw2-filename.exp: Likewise.
2708 * gdb.dwarf2/dw2-intercu.exp: Likewise.
2709 * gdb.dwarf2/dw2-intermix.exp: Likewise.
2710 * gdb.dwarf2/dw2-producer.exp: Likewise.
2711 * gdb.dwarf2/mac-fileno.exp: Likewise.
2712 * gdb.python/py-frame-args.exp: Likewise.
2713 * gdb.python/py-framefilter.exp: Likewise.
2714 * gdb.python/py-mi.exp: Likewise.
2715 * gdb.python/py-objfile-script.exp: Likewise
2716 * gdb.python/py-pp-integral.exp: Likewise.
2717 * gdb.python/py-pp-re-notag.exp: Likewise.
2718 * gdb.python/py-prettyprint.exp: Likewise.
2719 * gdb.python/py-section-script.exp: Likewise.
2720 * gdb.python/py-typeprint.exp: Likewise.
2721 * gdb.python/py-xmethods.exp: Likewise.
2722 * gdb.stabs/weird.exp: Likewise.
2723 * gdb.xml/tdesc-regs.exp: Likewise.
2724
2725 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
2726
2727 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2728 (out_cu): Use addr_len for the size of addresses.
2729 (out_line): Likewise. Size DW_LNE_set_address instruction
2730 according to addr_len.
2731 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2732 (FUNC): Add START_INSNS to definition.
2733
2734 2014-10-18 Yao Qi <yao@codesourcery.com>
2735
2736 * gdb.base/argv0-symlink.exp: Check argv[0] value if
2737 gdb_has_argv0 return true.
2738 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2739 check [target_info exists noargs], check [gdb_has_argv0]
2740 instead.
2741 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2742 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2743 procedures.
2744
2745 2014-10-17 Doug Evans <dje@google.com>
2746
2747 * gdb.python/py-events.exp: Update expected output for clear_objfiles
2748 event.
2749 * gdb.python/py-events.py: Add clear_objfiles event.
2750
2751 2014-10-17 Doug Evans <dje@google.com>
2752
2753 * gdb.python/py-objfile.exp: Test progspace attribute.
2754
2755 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
2756
2757 * gdb.guile/scm-breakpoint.exp: Do not assume any
2758 directory separators when matching source file paths.
2759 * gdb.python/py-breakpoint.exp: Likewise.
2760 * gdb.reverse/break-precsave.exp: Likewise.
2761 * gdb.reverse/break-reverse.exp: Likewise.
2762 * gdb.reverse/consecutive-precsave.exp: Likewise.
2763 * gdb.reverse/finish-precsave.exp: Likewise.
2764 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2765 * gdb.reverse/finish-reverse.exp: Likewise.
2766 * gdb.reverse/i386-precsave.exp: Likewise.
2767 * gdb.reverse/i387-env-reverse.exp: Likewise.
2768 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2769 * gdb.reverse/machinestate-precsave.exp: Likewise.
2770 * gdb.reverse/machinestate.exp: Likewise.
2771 * gdb.reverse/sigall-precsave.exp: Likewise.
2772 * gdb.reverse/solib-precsave.exp: Likewise.
2773 * gdb.reverse/step-precsave.exp: Likewise.
2774 * gdb.reverse/until-precsave.exp: Likewise.
2775 * gdb.reverse/watch-precsave.exp: Likewise.
2776 * gdb.reverse/watch-reverse.exp: Likewise.
2777
2778 2014-10-17 Yao Qi <yao@codesourcery.com>
2779
2780 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2781 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2782
2783 2014-10-17 Pedro Alves <palves@redhat.com>
2784
2785 PR gdb/17471
2786 * gdb.base/bg-execution-repeat.c: New file.
2787 * gdb.base/bg-execution-repeat.exp: New file.
2788
2789 2014-10-17 Pedro Alves <palves@redhat.com>
2790
2791 PR gdb/17300
2792 * gdb.base/continue-all-already-running.c: New file.
2793 * gdb.base/continue-all-already-running.exp: New file.
2794
2795 2014-10-17 Pedro Alves <palves@redhat.com>
2796
2797 PR gdb/17472
2798 * gdb.base/annota-input-while-running.c: New file.
2799 * gdb.base/annota-input-while-running.exp: New file.
2800
2801 2014-10-17 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/callfuncs.exp: emove references to osf.
2804 * gdb.base/sigall.exp: Likewise.
2805 * gdb.gdb/selftest.exp: Likewise.
2806 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2807 * gdb.mi/non-stop.c: Likewise.
2808 * gdb.mi/pthreads.c: Likewise.
2809 * gdb.reverse/sigall-precsave.exp: Likewise.
2810 * gdb.reverse/sigall-reverse.exp: Likewise.
2811 * gdb.threads/pthreads.c: Likewise.
2812 * gdb.threads/pthreads.exp: Likewise.
2813
2814 2014-10-17 Yao Qi <yao@codesourcery.com>
2815
2816 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2817 check 'target_info exists noargs'.
2818 (test_command_prompt_position): Likewise.
2819 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2820 Remove "set args".
2821 (progvar_simple_while_test): Likewise.
2822 (progvar_complex_if_while_test): Likewise.
2823 (if_while_breakpoint_command_test): Likewise.
2824 (infrun_breakpoint_command_test): Likewise.
2825 (breakpoint_command_test): Likewise.
2826 (watchpoint_command_test): Likewise.
2827 (bp_deleted_in_command_test): Likewise.
2828 (temporary_breakpoint_commands): Likewise.
2829
2830 2014-10-16 Yao Qi <yao@codesourcery.com>
2831
2832 * gdb.base/remotetimeout.exp: Remove noargs checking.
2833
2834 2014-10-15 Pedro Alves <palves@redhat.com>
2835
2836 PR breakpoints/9649
2837 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2838 * gdb.base/breakpoint-in-ro-region.exp
2839 (probe_target_hardware_step): New procedure.
2840 (top level): Probe hardware stepping and hardware breakpoint
2841 support. Test stepping through a read-only region, with both
2842 "breakpoint auto-hw" on and off and both "always-inserted" on and
2843 off.
2844
2845 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
2846
2847 * gdb.dlang/demangle.exp: Update for demangling changes.
2848
2849 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2850
2851 * gdb.cp/non-trivial-retval.cc: Add new test cases.
2852 * gdb.cp/non-trivial-retval.exp: Add new tests.
2853
2854 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
2855
2856 PR c++/13403
2857 PR c++/15154
2858 * gdb.cp/non-trivial-retval.cc: New file.
2859 * gdb.cp/non-trivial-retval.exp: New file.
2860
2861 2014-10-15 Yao Qi <yao@codesourcery.com>
2862
2863 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2864 remote host.
2865
2866 2014-10-15 Yao Qi <yao@codesourcery.com>
2867
2868 * gdb.python/py-symbol.exp: Match file base name if host is
2869 remote, otherwise match file name with dir name.
2870 * gdb.python/py-symtab.exp: Likewise.
2871 * gdb.python/python.exp: Likewise.
2872
2873 2014-10-15 Yao Qi <yao@codesourcery.com>
2874
2875 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2876 pattern.
2877 * gdb.python/py-symtab.exp: Likewise.
2878 * gdb.python/python.exp: Remove trailing ".*". Fix typo
2879 locationn.
2880
2881 2014-10-14 Joel Brobecker <brobecker@adacore.com>
2882
2883 * gdb.ada/addr_arith: New testcase.
2884
2885 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
2886
2887 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2888 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2889 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2890 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2891
2892 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
2893
2894 * gdb.arch/stap-eval-lang-ada.S: Likewise.
2895 * gdb.arch/stap-eval-lang-ada.c: Likewise.
2896 * gdb.arch/stap-eval-lang-ada.exp: New file.
2897
2898 2014-10-14 Yao Qi <yao@codesourcery.com>
2899
2900 * gdb.mi/mi-var-child.c (nothing1): New function.
2901 (nothing2): New function.
2902 (do_children_tests): Set function pointers by nothing1 and
2903 nothing2.
2904 * gdb.mi/mi-var-child.exp: Step over new added statements.
2905 Update test to match the new output.
2906 * gdb.mi/var-cmd.c (nothing1): New function.
2907 (nothing2): New function.
2908 (do_children_tests): Set function pointers by nothing1 and
2909 nothing2.
2910 * gdb.mi/mi-var-display.exp: Update test to match output.
2911 Step to the line specified by $line_dct_nothing.
2912 Increase the number of lines to step.
2913
2914 2014-10-14 Yao Qi <yao@codesourcery.com>
2915
2916 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2917 tests.
2918 * gdb.mi/mi2-var-child.exp: Likewise.
2919
2920 2014-10-13 Doug Evans <dje@google.com>
2921
2922 * gdb.python/py-objfile.exp: Change name of file name test.
2923
2924 2014-10-13 Doug Evans <dje@google.com>
2925
2926 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2927 from the start of the CU.
2928
2929 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2930 Yao Qi <yao@codesourcery.com>
2931
2932 Fix "save breakpoints" for "catch" command.
2933 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2934 Remove -nonewline. Match also the added "main" line.
2935
2936 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2937
2938 Fix "save breakpoints" for "disable $bpnum" command.
2939 * gdb.base/save-bp.c (main): Add label.
2940 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
2941
2942 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2943
2944 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2945
2946 2014-10-11 Yao Qi <yao@codesourcery.com>
2947
2948 * gdb.server/server-kill.exp: Execute command
2949 "set remote trace-status-packet on" before "tstatus".
2950
2951 2014-10-11 Yao Qi <yao@codesourcery.com>
2952
2953 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2954 (main): Call getppid.
2955 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2956 and continue to it. Read variable "server_pid".
2957
2958 2014-10-11 Yao Qi <yao@codesourcery.com>
2959
2960 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2961
2962 2014-10-11 Yao Qi <yao@codesourcery.com>
2963
2964 * gdb.threads/thread-find.exp: Don't execute command
2965 "info threads".
2966 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2967 * gdb.threads/linux-dp.exp: Don't check the condition
2968 $threads_created equals to zero.
2969
2970 2014-10-10 Pedro Alves <palves@redhat.com>
2971
2972 * gdb.base/bigcore.exp: Remove references to IRIX.
2973 * gdb.base/funcargs.exp: Likewise.
2974 * gdb.base/interrupt.exp: Likewise.
2975 * gdb.base/mips_pro.exp: Likewise.
2976 * gdb.base/nodebug.exp: Likewise.
2977 * gdb.base/setvar.exp: Likewise.
2978 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2979
2980 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2981 Pedro Alves <palves@redhat.com>
2982
2983 PR symtab/14466
2984 * gdb.base/vdso-warning.c: New file.
2985 * gdb.base/vdso-warning.exp: New file.
2986
2987 2014-10-02 Doug Evans <dje@google.com>
2988
2989 * gdb.base/structs.c (main): Don't run forever.
2990
2991 2014-10-02 Pedro Alves <palves@redhat.com>
2992
2993 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2994 (top level) <stop threads 1, stop threads 2>: Use it.
2995
2996 2014-10-02 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.threads/break-while-running.exp (test): Add new
2999 'update_thread_list' argument. Skip "info threads" if false.
3000 (top level): Add new 'update_thread_list' axis.
3001
3002 2014-10-02 Pedro Alves <palves@redhat.com>
3003
3004 PR breakpoints/17431
3005 * gdb.base/execl-update-breakpoints.c: New file.
3006 * gdb.base/execl-update-breakpoints.exp: New file.
3007
3008 2014-10-01 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/breakpoint-in-ro-region.c: New file.
3011 * gdb.base/breakpoint-in-ro-region.exp: New file.
3012
3013 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
3014
3015 * gdb.mi/mi-exit-code.exp: New file.
3016 * gdb.mi/mi-exit-code.c: New file.
3017
3018 2014-09-30 Yao Qi <yao@codesourcery.com>
3019
3020 * lib/prelink-support.exp (build_executable_own_libs): Error if
3021 the target isn't native.
3022
3023 2014-09-30 Yao Qi <yao@codesourcery.com>
3024
3025 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
3026 false.
3027
3028 2014-09-22 Pedro Alves <palves@redhat.com>
3029
3030 * gdb.threads/break-while-running.exp: New file.
3031 * gdb.threads/break-while-running.c: New file.
3032
3033 2014-09-19 Yao Qi <yao@codesourcery.com>
3034
3035 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
3036 Invoke test. Restart GDB with --readnow and invoke test again.
3037
3038 2014-09-19 Yao Qi <yao@codesourcery.com>
3039
3040 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
3041 proc set_breakpoint_on_gcd_function. Invoke
3042 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
3043 invoke set_breakpoint_on_gcd_function again.
3044
3045 2014-09-18 Doug Evans <dje@google.com>
3046
3047 * gdb.dwarf2/symtab-producer.exp: New file.
3048
3049 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3050
3051 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
3052 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
3053 * gdb.base/global-var-nested-by-dso.c: Likewise.
3054 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3055
3056 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
3057 Pedro Alves <palves@redhat.com>
3058
3059 * gdb.base/watch-bitfields.exp: Pass string other than test file
3060 name to prepare_for_testing.
3061 (watch): New procedure.
3062 (expect_watchpoint): Use with_test_prefix.
3063 (top level): Factor out tests to ...
3064 (test_watch_location, test_regular_watch): ... these new
3065 procedures, and use with_test_prefix and gdb_continue_to_end.
3066
3067 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
3068
3069 PR breakpoints/12526
3070 * gdb.base/watch-bitfields.exp: New file.
3071 * gdb.base/watch-bitfields.c: New file.
3072
3073 2014-09-16 Pedro Alves <palves@redhat.com>
3074
3075 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
3076 software and hardware addresses, not software address against
3077 itself.
3078
3079 2014-09-16 Pedro Alves <palves@redhat.com>
3080
3081 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
3082 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
3083
3084 2014-09-16 Pedro Alves <palves@redhat.com>
3085
3086 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
3087 files.
3088 * gdb.base/a2-run.exp: Remove all code guarded by istarget
3089 "*-*-vxworks*" throughout.
3090 * gdb.base/break.exp: Likewise.
3091 * gdb.base/default.exp: Likewise.
3092 * gdb.base/scope.exp: Likewise.
3093 * gdb.base/sepdebug.exp: Likewise.
3094 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
3095 throughout.
3096 * gdb.base/run.c: Likewise.
3097 * gdb.base/sepdebug.c: Likewise.
3098 * gdb.hp/gdb.aCC/run.c: Likewise.
3099 * gdb.reverse/until-reverse.c: Likewise.
3100 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
3101
3102 2014-09-16 Yao Qi <yao@codesourcery.com>
3103
3104 * boards/local-remote-host-native.exp: New file.
3105
3106 2014-09-14 Doug Evans <xdje42@gmail.com>
3107
3108 * gdb.threads/queue-signal.c (thread_count): New variable.
3109 (thread_count_mutex, thread_count_condvar): New variables.
3110 (incr_thread_count, wait_all_threads_running): New functions.
3111 (main): Wait for all threads to be in their thread functions.
3112
3113 2014-09-13 Doug Evans <xdje42@gmail.com>
3114
3115 * gdb.threads/queue-signal.c: New file.
3116 * gdb.threads/queue-signal.exp: New file.
3117
3118 2014-09-13 Doug Evans <xdje42@gmail.com>
3119
3120 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
3121 be consistent with what default_gdb_init uses.
3122 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
3123 the plain text of the prompt. Add some logging printfs.
3124 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
3125
3126 2014-09-12 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
3129 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
3130 * gdb.arch/i386-size-overlap.exp: Likewise.
3131 * gdb.arch/i386-size.exp: Likewise.
3132 * gdb.arch/i386-unwind.exp: Likewise.
3133 * gdb.base/a2-run.exp: Likewise.
3134 * gdb.base/break.exp: Likewise.
3135 * gdb.base/charset.exp: Likewise.
3136 * gdb.base/chng-syms.exp: Likewise.
3137 * gdb.base/commands.exp: Likewise.
3138 * gdb.base/dbx.exp: Likewise.
3139 * gdb.base/find.exp: Likewise.
3140 * gdb.base/funcargs.exp: Likewise.
3141 * gdb.base/jit-simple.exp: Likewise.
3142 * gdb.base/reread.exp: Likewise.
3143 * gdb.base/sepdebug.exp: Likewise.
3144 * gdb.base/step-bt.exp: Likewise.
3145 * gdb.cp/mb-inline.exp: Likewise.
3146 * gdb.cp/mb-templates.exp: Likewise.
3147 * gdb.objc/basicclass.exp: Likewise.
3148 * gdb.threads/killed.exp: Likewise.
3149
3150 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3151
3152 PR tdep/17379
3153 * gdb.arch/powerpc-stackless.S: New file.
3154 * gdb.arch/powerpc-stackless.exp: New file.
3155
3156 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 * gdb.base/attach.c: Include unistd.h.
3159 (main): Call alarm. Add label postloop.
3160 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
3161 gdb_breakpoint, gdb_continue_to_breakpoint.
3162 (test_command_line_attach_run): Kill ${testpid} in one exit path.
3163
3164 2014-09-11 Pedro Alves <palves@redhat.com>
3165
3166 PR gdb/17347
3167 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
3168 * gdb.base/attach.exp (test_command_line_attach_run): New
3169 procedure.
3170 (top level): Call it.
3171
3172 2014-09-11 Pedro Alves <palves@redhat.com>
3173
3174 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
3175 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
3176 (do_command_attach_tests): Use spawn_wait_for_attach.
3177 * gdb.base/solib-overlap.exp: Likewise.
3178 * gdb.multi/multi-attach.exp: Likewise.
3179 * gdb.python/py-prompt.exp: Likewise.
3180 * gdb.python/py-sync-interp.exp: Likewise.
3181 * gdb.server/ext-attach.exp: Likewise.
3182
3183 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
3184
3185 * gdb.fortran/array-element.exp: Remove unexpected "continue"
3186 command in testcase. Simplify testcase.
3187
3188 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3189
3190 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
3191
3192 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3193
3194 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
3195
3196 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3197
3198 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
3199
3200 2014-09-10 Joel Brobecker <brobecker@adacore.com>
3201
3202 * gdb.dwarf2/dynarr-ptr.c: New file.
3203 * gdb.dwarf2/dynarr-ptr.exp: New file.
3204
3205 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3206
3207 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3208 of 30 rather than hardcoding 120 for a slow test case. Take the
3209 `gdb,timeout' target setting into account for this calculation.
3210 Don't extend the timeout for the test cases that don't need it.
3211
3212 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3213
3214 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3215 a factor of 2 for a slow test case. Take the `gdb,timeout'
3216 target setting into account for this calculation.
3217 * gdb.reverse/until-precsave.exp: Increase the timeout by
3218 a factor of 15 and 3 respectively rather than adding 120
3219 for a pair of slow test cases. Take the `gdb,timeout'
3220 target setting into account for this calculation.
3221
3222 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3223
3224 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3225 timeout, don't pass one down to gdb_expect.
3226 (gdb_expect): Rework timeout selection.
3227
3228 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3229
3230 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3231 exception on timeout.
3232 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3233 (gdbserver_start_extended): Catch any `gdbserver_start' error
3234 exceptions.
3235 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3236 * lib/mi-support.exp (mi_gdb_target_load): Catch any
3237 `gdbserver_gdb_load' error exceptions.
3238
3239 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
3240
3241 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3242 120 on waiting for the TCP socket to open.
3243
3244 2014-09-09 Doug Evans <xdje42@gmail.com>
3245
3246 * gdb.base/default.exp (show_conv_list): Add _caller_is,
3247 _caller_matches, _any_caller_is, _any_caller_matches.
3248
3249 2014-09-09 Doug Evans <xdje42@gmail.com>
3250
3251 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3252
3253 2014-09-09 Yao Qi <yao@codesourcery.com>
3254
3255 * gdb.mi/mi-var-display.exp: Set print symbol off.
3256
3257 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
3258
3259 PR gdb/17035
3260 * gdb.base/commands.exp: Add tests to verify user-defined
3261 commands with empty bodies.
3262 * gdb.python/py-cmd.exp: Test that we don't show user-defined
3263 python commands in `show user command`.
3264 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3265 scheme commands in `show user command`.
3266
3267 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3268
3269 PR python/17355
3270 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3271 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3272 * gdb.python/py-framefilter-invalidarg.exp: New file.
3273 * gdb.python/py-framefilter-invalidarg.py: New file.
3274
3275 2014-09-06 Doug Evans <xdje42@gmail.com>
3276
3277 PR 15276
3278 * gdb.python/py-caller-is.c: New file.
3279 * gdb.python/py-caller-is.exp: New file.
3280
3281 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
3282
3283 PR gdb/17235
3284 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3285 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3286
3287 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
3288
3289 PR fortran/17237
3290 * gdb.fortran/print-formatted.exp: New file.
3291 * gdb.fortran/print-formatted.f90: Likewise.
3292
3293 2014-09-03 Sasha Smundak <asmundak@google.com>
3294
3295 * gdb.python/py-frame.exp: Test Frame.read_register.
3296
3297 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
3298
3299 PR python/16699
3300 * gdb.python/py-completion.exp: New file.
3301 * gdb.python/py-completion.py: Likewise.
3302
3303 2014-08-28 Doug Evans <dje@google.com>
3304
3305 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3306 eax,etc. are live with values set by gdb and thus the compiler can't
3307 use them.
3308 * gdb.arch/i386-pseudo.c (main): Ditto.
3309
3310 2014-08-27 Doug Evans <dje@google.com>
3311
3312 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3313
3314 2014-08-25 Doug Evans <dje@google.com>
3315
3316 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3317 (main): Ditto.
3318
3319 2014-08-25 Doug Evans <dje@google.com>
3320
3321 * gdb.threads/thread-execl.exp: #include <stdio.h>.
3322
3323 2014-08-24 Yao Qi <yao@codesourcery.com>
3324
3325 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3326 symbol off.
3327 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3328
3329 2014-08-22 Doug Evans <dje@google.com>
3330
3331 PR 17276
3332 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3333 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3334 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3335
3336 2014-08-22 Yao Qi <yao@codesourcery.com>
3337
3338 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3339 * gdb.python/py-finish-breakpoint2.exp: Likewise.
3340 * gdb.python/python.exp: Likewise. Use .py file on the host
3341 instead of the build.
3342
3343 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3344
3345 * gdb.threads/gcore-stale-thread.c: New file.
3346 * gdb.threads/gcore-stale-thread.exp: New file.
3347
3348 2014-08-21 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3351 * gdb.base/gcore-relro-pie.exp: Likewise.
3352 * gdb.base/gcore-relro.exp: Likewise.
3353 * gdb.base/gcore.exp: Likewise.
3354 * gdb.base/print-symbol-loading.exp: Likewise.
3355 * gdb.threads/gcore-thread.exp: Likewise.
3356 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3357
3358 2014-08-20 Pedro Alves <palves@redhat.com>
3359 Jan Kratochvil <jan.kratochvil@redhat.com>
3360
3361 * Makefile.in (EXTRA_RULES, CC): New variables, get from
3362 configure.
3363 (EXPECT): Handle READ1 being set.
3364 (all): Depend on EXTRA_RULES.
3365 (check-read1, expect-read1, read1.so, read1): New rules.
3366 * README (Testsuite Parameters): Document the READ1 make variable.
3367 (Race detection): New section.
3368 * configure: Regenerate.
3369 * configure.ac: If build==host==target, and running under a
3370 GNU/glibc system, add read1 to the extra Makefile rules.
3371 (EXTRA_RULES): AC_SUBST it.
3372 * lib/read1.c: New file.
3373
3374 2014-08-20 Joel Brobecker <brobecker@adacore.com>
3375
3376 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3377 the handling of variables declared as a typedef to an array
3378 which a DW_AT_data_location attribute.
3379
3380 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
3381 Pedro Alves <palves@redhat.com>
3382
3383 PR symtab/14604
3384 PR symtab/14605
3385 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3386 gdb_test.
3387
3388 2014-08-19 Pedro Alves <palves@redhat.com>
3389
3390 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3391
3392 2014-08-19 Yao Qi <yao@codesourcery.com>
3393
3394 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3395 right line.
3396
3397 2014-08-18 David Blaikie <dblaikie@gmail.com>
3398
3399 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3400
3401 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3402
3403 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3404 attribute in array range.
3405
3406 2014-08-18 Joel Brobecker <brobecker@adacore.com>
3407
3408 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3409
3410 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3411
3412 PR c++/17132
3413 * gdb.cp/pr17132.cc: New file.
3414 * gdb.cp/pr17132.exp: New file.
3415
3416 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
3417
3418 * gdb.python/py-xmethods.py (A_getarrayind)
3419 (E_method_char_worker.__call__, E_method_int_worker.__call__):
3420 Use 'print' with function call syntax.
3421 (E_method_matcher.match): Fix tab vs space indentation mixup.
3422
3423 2014-08-15 Yao Qi <yao@codesourcery.com>
3424
3425 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3426 false.
3427
3428 2014-08-15 Yao Qi <yao@codesourcery.com>
3429
3430 * gdb.cp/casts.exp: Set print symbol off.
3431 * gdb.cp/class2.exp: Likewise.
3432 * gdb.cp/overload.exp: Likewise.
3433 * gdb.cp/templates.exp: Likewise.
3434
3435 2014-08-11 Doug Evans <dje@google.com>
3436
3437 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3438 (test_load_shlib): Update.
3439
3440 2014-08-09 Yao Qi <yao@codesourcery.com>
3441
3442 * gdb.base/display.exp: Invoke is_address_zero_readable.
3443 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3444 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3445 * gdb.base/hbreak-unmapped.exp: Return if
3446 is_address_zero_readable returns true.
3447 * gdb.base/signest.exp: Likewise.
3448 * gdb.base/signull.exp: Likewise.
3449 * gdb.base/sigbpt.exp: Likewise.
3450 * gdb.guile/scm-disasm.exp: Do the test if
3451 is_address_zero_readable returns false.
3452 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3453 * gdb.python/py-arch.exp: Likewise.
3454 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3455 * lib/gdb.exp (is_address_zero_readable): New proc.
3456
3457 2014-08-09 Yao Qi <yao@codesourcery.com>
3458
3459 PR testsuite/13443
3460 * gdb.mi/mi-var-display.exp: Make test messages unique.
3461
3462 2014-08-04 Tom Tromey <tromey@redhat.com>
3463
3464 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3465 target 0".
3466
3467 2014-08-04 Tom Tromey <tromey@redhat.com>
3468
3469 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3470 "target_resume".
3471
3472 2014-08-01 Joel Brobecker <brobecker@adacore.com>
3473
3474 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3475 inner_vla_struct_object_size.
3476 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3477 as xfail.
3478
3479 2014-07-30 Pedro Alves <palves@redhat.com>
3480
3481 * gdb.threads/signal-command-handle-nopass.exp (test): Add
3482 comment.
3483
3484 2014-07-29 Yao Qi <yao@codesourcery.com>
3485
3486 PR gdb/17206
3487 * gdb.base/until-nodebug.exp: New.
3488
3489 2014-07-28 Doug Evans <xdje42@gmail.com>
3490
3491 PR guile/17203
3492 * gdb.guile/scm-parameter.exp: Add tests for trying to create
3493 previously existing parameter, and previously ambiguously spelled
3494 parameter.
3495
3496 2014-07-28 Will Newton <will.newton@linaro.org>
3497
3498 * gdb.base/varargs.exp: Remove KFAILs for ARM.
3499
3500 2014-07-26 Ludovic Courtès <ludo@gnu.org>
3501 Doug Evans <xdje42@gmail.com>
3502
3503 PR guile/17146
3504 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3505
3506 2014-07-25 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.threads/signal-command-handle-nopass.c: New file.
3509 * gdb.threads/signal-command-handle-nopass.exp: New file.
3510 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3511 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3512 * gdb.threads/signal-delivered-right-thread.c: New file.
3513 * gdb.threads/signal-delivered-right-thread.exp: New file.
3514
3515 2014-07-25 Pedro Alves <palves@redhat.com>
3516
3517 * gdb.base/double-prompt-target-event-error.exp
3518 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3519 match.
3520 (cancel_pagination_in_target_event): Rework double prompt
3521 detection.
3522 * gdb.base/paginate-after-ctrl-c-running.exp
3523 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3524 <return>' match.
3525 * gdb.base/paginate-bg-execution.exp
3526 (test_bg_execution_pagination_return)
3527 (test_bg_execution_pagination_cancel): Remove '-notransfer
3528 <return>' matches.
3529 * gdb.base/paginate-execution-startup.exp
3530 (test_fg_execution_pagination_return)
3531 (test_fg_execution_pagination_cancel): Remove '-notransfer
3532 <return>' matches.
3533 * gdb.base/paginate-inferior-exit.exp
3534 (test_paginate_inferior_exited): Remove '-notransfer <return>'
3535 match.
3536 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3537 * lib/gdb.exp (pagination_prompt): Run text through
3538 string_to_regexp.
3539 (gdb_test_multiple): Match $pagination_prompt instead of
3540 "<return>".
3541 (string_to_regexp): Move to lib/gdb-utils.exp.
3542
3543 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3544
3545 * gdb.arch/amd64-entry-value-paramref.S: New file.
3546 * gdb.arch/amd64-entry-value-paramref.cc: New file.
3547 * gdb.arch/amd64-entry-value-paramref.exp: New file.
3548 * gdb.arch/amd64-optimout-repeat.S: New file.
3549 * gdb.arch/amd64-optimout-repeat.c: New file.
3550 * gdb.arch/amd64-optimout-repeat.exp: New file.
3551
3552 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3553
3554 PR gdb/17170
3555 * gdb.base/statistics.exp: New file.
3556
3557 2014-07-17 Doug Evans <dje@google.com>
3558
3559 PR gdb/17170
3560 * gdb.base/maint.exp: Update testing of per-command stats.
3561
3562 2014-07-16 Pedro Alves <palves@redhat.com>
3563
3564 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3565 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3566 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3567 (tfile_write_buf): New functions.
3568 (add_memory_block): Rewrite using the above.
3569 (adjust_function_address): New function.
3570 (FUNCTION_ADDRESS): New macro.
3571 (write_basic_trace_file): Remove short_x local, and use
3572 tfile_write_16. Change type of func_addr local to unsigned long
3573 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
3574 here. Cast argument of add_memory_block to char pointer.
3575 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
3576 (main): Remove parameters.
3577 * gdb.trace/tfile.exp: Remove nowarnings.
3578
3579 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
3580
3581 * gdb.base/debug-expr.exp: Test string evaluation with
3582 "debug expression" on.
3583
3584 2014-07-15 Pedro Alves <palves@redhat.com>
3585
3586 * gdb.base/reread.exp: Use clean_restart.
3587
3588 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
3589
3590 * gdb.arch/avr-flash-qualifer.c: New.
3591 * gdb.arch/avr-flash-qualifer.exp: New.
3592
3593 2014-07-14 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.base/paginate-after-ctrl-c-running.c: New file.
3596 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3597
3598 2014-07-14 Pedro Alves <palves@redhat.com>
3599
3600 * gdb.base/double-prompt-target-event-error.c: New file.
3601 * gdb.base/double-prompt-target-event-error.exp: New file.
3602
3603 2014-07-14 Pedro Alves <palves@redhat.com>
3604
3605 PR gdb/17072
3606 * gdb.base/paginate-inferior-exit.c: New file.
3607 * gdb.base/paginate-inferior-exit.exp: New file.
3608
3609 2014-07-14 Pedro Alves <palves@redhat.com>
3610
3611 PR gdb/17072
3612 * gdb.base/paginate-bg-execution.c: New file.
3613 * gdb.base/paginate-bg-execution.exp: New file.
3614
3615 2014-07-14 Pedro Alves <palves@redhat.com>
3616
3617 PR gdb/17072
3618 * gdb.base/paginate-execution-startup.c: New file.
3619 * gdb.base/paginate-execution-startup.exp: New file.
3620 * lib/gdb.exp (pagination_prompt): New global.
3621 (default_gdb_spawn): New procedure, factored out from
3622 default_gdb_spawn.
3623 (default_gdb_start): Adjust to call default_gdb_spawn.
3624 (gdb_spawn): New procedure.
3625
3626 2014-07-14 Pedro Alves <palves@redhat.com>
3627
3628 * lib/gdb.exp (gdb_assert): New procedure.
3629 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3630
3631 2014-07-14 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.base/execution-termios.c: New file.
3634 * gdb.base/execution-termios.exp: New file.
3635
3636 2014-07-14 Tom Tromey <tromey@redhat.com>
3637
3638 * gdb.cp/vla-cxx.cc: New file.
3639 * gdb.cp/vla-cxx.exp: New file.
3640
3641 2014-07-14 Tom Tromey <tromey@redhat.com>
3642
3643 * gdb.reverse/rerun-prec.c: New file.
3644 * gdb.reverse/rerun-prec.exp: New file.
3645
3646 2014-07-12 Maciej W. Rozycki <macro@mips.com>
3647 Maciej W. Rozycki <macro@codesourcery.com>
3648
3649 * lib/gdb-utils.exp: New file.
3650 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3651 inline `gdb_init_command' processing.
3652 (gdb_start_cmd): Likewise.
3653 * lib/mi-support.exp (mi_run_cmd): Likewise.
3654 * README: Document `gdb_init_command' and `gdb_init_commands'.
3655
3656 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3657
3658 Fix false FAIL running under a very long directory name.
3659 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3660 and "set print elements 10000". Twice.
3661
3662 2014-07-11 Yao Qi <yao@codesourcery.com>
3663
3664 * gdb.base/exprs.exp: "set print symbol off".
3665
3666 2014-07-11 Pedro Alves <palves@redhat.com>
3667
3668 * gdb.threads/kill.c: New file.
3669 * gdb.threads/kill.exp: New file.
3670
3671 2014-07-10 Yao Qi <yao@codesourcery.com>
3672
3673 * gdb.trace/tfile.c (write_basic_trace_file)
3674 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3675 address written to trace file.
3676
3677 2014-07-09 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.base/attach-wait-input.exp: New file.
3680 * gdb.base/attach-wait-input.c: New file.
3681
3682 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3685 setting up test structures.
3686 (main): Call new test function.
3687 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3688 test function, continue into test function and walk test
3689 structures.
3690
3691 2014-07-02 Yao Qi <yao@codesourcery.com>
3692
3693 * gdb.trace/entry-values.c: Define labels 'foo_start' and
3694 'bar_start' at the beginning of functions 'foo' and 'bar'
3695 respectively.
3696 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3697 instead of 'foo' and 'bar'.
3698
3699 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
3700
3701 * gdb.btrace/segv.exp: New.
3702 * gdb.btrace/segv.c: New.
3703
3704 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
3705
3706 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3707 instruction.
3708
3709 2014-06-30 Mark Wielaard <mjw@redhat.com>
3710
3711 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3712 vulture, vilify, villar): New volatile array constants.
3713 (vindictive, vegetation): New const volatile array constants.
3714 * gdb.base/volatile.exp: Test volatile and const volatile array
3715 types.
3716
3717 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
3718
3719 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3720 target lacks support for awatch, rwatch, or hbreak.
3721
3722 2014-06-27 Yao Qi <yao@codesourcery.com>
3723
3724 * gdb.multi/dummy-frame-restore.exp: New.
3725 * gdb.multi/dummy-frame-restore.c: New.
3726
3727 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
3728
3729 * gdb.btrace/gcore.exp: New.
3730
3731 2014-06-23 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.base/watchpoint-reuse-slot.c: New file.
3734 * gdb.base/watchpoint-reuse-slot.exp: New file.
3735
3736 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
3737
3738 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3739 progspace's filename in 'info', 'enable' and 'disable' command
3740 tests.
3741
3742 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
3743
3744 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3745 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3746 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3747
3748 2014-06-20 Gary Benson <gbenson@redhat.com>
3749
3750 * gdb.arch/i386-avx.exp: Fix include file location.
3751 * gdb.arch/i386-sse.exp: Likewise.
3752
3753 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
3754
3755 * gdb.dlang/expression.exp: New file.
3756
3757 2014-06-19 Pedro Alves <palves@redhat.com>
3758
3759 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3760 out from ...
3761 (top level): ... here. Iterate running tests under different
3762 scheduler-locking settings.
3763
3764 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
3765
3766 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3767 to DW_FORM_addr and use non-zero addresses.
3768
3769 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
3770
3771 PR gdb/17017
3772 * gdb.python/py-xmethods.cc: Add global function call counters and
3773 increment them in their respective functions. Remove "cout"
3774 statements.
3775 * gdb.python/py-xmethods.exp: Make tests check the global function
3776 call counters instead of depending on inferior IO.
3777
3778 2014-06-18 Don Breazeal <donb@codesourcery.com>
3779
3780 * gdb.base/foll-fork.exp (default_fork_parent_follow):
3781 Deleted procedure.
3782 (explicit_fork_parent_follow): Deleted procedure.
3783 (explicit_fork_child_follow): Deleted procedure.
3784 (test_follow_fork): New procedure.
3785 (do_fork_tests): Replace calls to deleted procedures with
3786 calls to test_follow_fork and reset GDB for subsequent
3787 procedure calls.
3788
3789 2014-06-17 Yao Qi <yao@codesourcery.com>
3790
3791 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3792 CP1252.
3793
3794 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
3795
3796 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3797 Initialize ptr and S explicitly.
3798 (skip_type_update_when_not_use_rtti_test): Likewise.
3799
3800 2014-06-16 Keith Seitz <keiths@redhat.com>
3801
3802 PR mi/15863
3803 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3804 the inferior is started.
3805
3806 2014-06-16 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/break-main-file-remove-fail.c: New file.
3809 * gdb.base/break-main-file-remove-fail.exp: New file.
3810 * gdb.base/break-unload-file.exp: Use build_executable instead of
3811 prepare_for_testing.
3812 (test_break): New parameter "initial_load". Handle it.
3813 (top level): Add initial_load cmdline/file axis.
3814
3815 2014-06-12 Tom Tromey <tromey@redhat.com>
3816
3817 * gdb.base/completion.exp: Don't use directory name in test.
3818
3819 2014-06-09 Gary Benson <gbenson@redhat.com>
3820
3821 * gdb.base/sigall.c [Functions to send signals]: Reorder to
3822 separate the always-available ANSI-standard signals from the
3823 signals that require checking.
3824 (main): Likewise.
3825 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3826 Likewise.
3827 (main): Likewise.
3828
3829 2014-06-07 Keith Seitz <keiths@redhat.com>
3830
3831 Revert:
3832 PR c++/16253
3833 * gdb.cp/var-tag.cc: New file.
3834 * gdb.cp/var-tag.exp: New file.
3835 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3836 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3837 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3838 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3839
3840 2014-06-06 Doug Evans <xdje42@gmail.com>
3841
3842 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3843
3844 2014-06-06 Pedro Alves <palves@redhat.com>
3845
3846 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3847 in target debug output instead of looking at RSP packets,
3848 disabling the test on any target that uses hardware stepping.
3849 Update comments.
3850
3851 2014-06-06 Pedro Alves <palves@redhat.com>
3852
3853 * gdb.base/break-unload-file.exp: Fix typo.
3854
3855 2014-06-06 Yao Qi <yao@codesourcery.com>
3856
3857 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3858 from "jit_function" to "^jit_function".
3859
3860 2014-06-06 Yao Qi <yao@codesourcery.com>
3861
3862 * gdb.base/async.c (foo): Add one statement.
3863 * gdb.base/async.exp: Get the next instruction address and
3864 match the output of "nexti" by instruction address. Match
3865 the hex address in the output of "finish".
3866
3867 2014-06-06 Gary Benson <gbenson@redhat.com>
3868
3869 * gdb.base/call-signals.c: Remove preprocessor conditionals
3870 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3871 SIGSEGV and SIGTERM.
3872 * gdb.base/sigall.c: Likewise.
3873 * gdb.base/unwindonsignal.c: Likewise.
3874 * gdb.reverse/sigall-reverse.c: Likewise.
3875
3876 2014-06-06 Yao Qi <yao@codesourcery.com>
3877
3878 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
3879 readable, skip the test.
3880
3881 2014-06-06 Yao Qi <yao@codesourcery.com>
3882
3883 * gdb.threads/staticthreads.c (thread_function): Move the line
3884 setting breakpoint on forward.
3885 * gdb.threads/staticthreads.exp: Update comments.
3886
3887 2014-06-05 Ludovic Courtès <ludo@gnu.org>
3888
3889 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3890 "history-append! type error".
3891
3892 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
3893
3894 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3895 erroneous dprintf expected input.
3896
3897 2014-06-04 Doug Evans <xdje42@gmail.com>
3898
3899 * gdb.guile/scm-generics.exp: Delete.
3900
3901 2014-06-04 Doug Evans <xdje42@gmail.com>
3902
3903 * gdb.guile/scm-breakpoint.exp: Update.
3904 Add tests for breakpoint registration.
3905
3906 2014-06-04 Tom Tromey <tromey@redhat.com>
3907
3908 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3909 VLA-in-union.
3910 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3911 inner_vla_struct, vla_union types. Initialize objects of those
3912 types and compute their sizes.
3913
3914 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
3915 Hui Zhu <hui@codesourcery.com>
3916
3917 * gdb.base/fileio.exp: Add test for shell not available as well as
3918 available.
3919 * gdb.base/fileio.c (test_system): Check for shell twice.
3920
3921 2014-06-04 Yao Qi <yao@codesourcery.com>
3922
3923 * gdb.base/auto-connect-native-target.exp: Remove redundant
3924 space from the regexp pattern.
3925
3926 2014-06-04 Yao Qi <yao@codesourcery.com>
3927
3928 * gdb.base/default.exp: Replace "child" with "native" in
3929 regexp pattern.
3930
3931 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
3932
3933 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3934 * gdb.python/py-xmethods.exp: New tests to test xmethods.
3935 * gdb.python/py-xmethods.py: Python script supporting the
3936 new testcase and tests.
3937
3938 2014-06-03 Joel Brobecker <brobecker@adacore.com>
3939 Pedro Alves <palves@redhat.com>
3940
3941 PR breakpoints/17000
3942 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3943 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3944
3945 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
3946
3947 * gdb.base/subst.exp: Add tests to verify partial path matching
3948 output.
3949
3950 2014-06-03 Pedro Alves <palves@redhat.com>
3951
3952 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3953 target that doesn't use software single-stepping.
3954
3955 2014-06-03 Pedro Alves <palves@redhat.com>
3956
3957 PR breakpoints/17000
3958 * gdb.base/sss-bp-on-user-bp-2.c: New file.
3959 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3960
3961 2014-06-02 Doug Evans <xdje42@gmail.com>
3962
3963 * gdb.guile/scm-parameter.exp: New file.
3964
3965 2014-06-02 Doug Evans <xdje42@gmail.com>
3966
3967 * gdb.guile/scm-cmd.c: New file.
3968 * gdb.guile/scm-cmd.exp: New file.
3969
3970 2014-06-02 Doug Evans <xdje42@gmail.com>
3971
3972 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3973 pretty-printer lookup.
3974 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3975 (make-pp_s-printer): Call it.
3976 (make-pretty-printer-from-dict): New function.
3977 (lookup-pretty-printer-maker-from-dict): New function.
3978 (*pretty-printer*): Simplify.
3979 (make-objfile-pp_s-printer): New function.
3980 (install-objfile-pretty-printers!): New function.
3981 (make-progspace-pp_s-printer): New function.
3982 (install-progspace-pretty-printers!): New function.
3983 * gdb.guile/scm-progspace.c: New file.
3984 * gdb.guile/scm-progspace.exp: New file.
3985
3986 2014-06-02 Pedro Alves <palves@redhat.com>
3987
3988 * gdb.base/dprintf-bp-same-addr.c: New file.
3989 * gdb.base/dprintf-bp-same-addr.exp: New file.
3990
3991 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3992
3993 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3994 * gdb.arch/powerpc-power.s: Likewise.
3995
3996 2014-06-02 Joel Brobecker <brobecker@adacore.com>
3997
3998 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3999
4000 2014-06-01 Yao Qi <yao@codesourcery.com>
4001
4002 * gdb.base/watchpoint.exp (test_watch_location): Check null
4003 pointer can be dereferenced. If not, do the test, otherwise
4004 skip it.
4005
4006 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4007
4008 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
4009 results.
4010 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
4011
4012 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
4013
4014 * gdb.arch/amd64-invalid-stack-middle.S: New file.
4015 * gdb.arch/amd64-invalid-stack-middle.c: New file.
4016 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
4017 * gdb.arch/amd64-invalid-stack-top.c: New file.
4018 * gdb.arch/amd64-invalid-stack-top.exp: New file.
4019
4020 2014-05-30 Pedro Alves <palves@redhat.com>
4021
4022 PR breakpoints/17000
4023 * gdb.base/sss-bp-on-user-bp.c: New file.
4024 * gdb.base/sss-bp-on-user-bp.exp: New file.
4025
4026 2014-05-30 David Blaikie <dblaikie@gmail.com>
4027
4028 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
4029 gnu_inline semantics via attribute.
4030 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
4031 source explicitly specifies the required semantics.
4032
4033 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
4034
4035 * gdb.reverse/sigall-reverse.exp: Fix a typo.
4036
4037 2014-05-29 Pedro Alves <palves@redhat.com>
4038 Tom Tromey <tromey@redhat.com>
4039
4040 * gdb.base/async-shell.exp: Don't enable target-async.
4041 * gdb.base/async.exp
4042 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
4043 parameter. Adjust.
4044 (top level): Don't test with "target-async".
4045 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
4046 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
4047 * gdb.base/inferior-died.exp: Don't enable target-async.
4048 * gdb.base/interrupt-noterm.exp: Likewise.
4049 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
4050 * gdb.mi/mi-nonstop-exit.exp: Likewise.
4051 * gdb.mi/mi-nonstop.exp: Likewise.
4052 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
4053 * gdb.mi/mi-nsintrall.exp: Likewise.
4054 * gdb.mi/mi-nsmoribund.exp: Likewise.
4055 * gdb.mi/mi-nsthrexec.exp: Likewise.
4056 * gdb.mi/mi-watch-nonstop.exp: Likewise.
4057 * gdb.multi/watchpoint-multi.exp: Adjust comment.
4058 * gdb.python/py-evsignal.exp: Don't enable target-async.
4059 * gdb.python/py-evthreads.exp: Likewise.
4060 * gdb.python/py-prompt.exp: Likewise.
4061 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
4062 * gdb.server/solib-list.exp: Don't enable target-async.
4063 * gdb.threads/thread-specific-bp.exp: Likewise.
4064 * lib/mi-support.exp: Adjust to use mi-async.
4065
4066 2014-05-29 Pedro Alves <palves@redhat.com>
4067
4068 PR gdb/13860
4069 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
4070 reason, even in sync mode.
4071
4072 2014-05-29 Pedro Alves <palves@redhat.com>
4073 Hui Zhu <hui@codesourcery.com>
4074
4075 PR PR15693
4076 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
4077 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
4078 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
4079 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
4080
4081 2014-05-28 Joel Brobecker <brobecker@adacore.com>
4082
4083 * config/monitor.exp (gdb_target_monitor): Replace use of
4084 "set remotebaud" by "set serial baud".
4085
4086 2014-05-26 Andy Wingo <wingo@igalia.com>
4087
4088 * gdb.guile/scm-breakpoint.exp:
4089 * gdb.guile/scm-gsmob.exp: Update to use plain old object
4090 properties instead of gdb-object-properties.
4091
4092 2014-05-26 Yao Qi <yao@codesourcery.com>
4093
4094 * gdb.server/no-thread-db.exp: Specify source file name
4095 explicitly when setting a breakpoint.
4096
4097 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4098
4099 * gdb.btrace/vdso.c: New.
4100 * gdb.btrace/vdso.exp: New.
4101
4102 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4103
4104 * gdb.base/gcore.exp (capture_command_output): Move ...
4105 * lib/gdb.exp (capture_command_output): ... here.
4106
4107 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
4108
4109 * gdb.btrace/data.exp: Test memory access during btrace replay.
4110
4111 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
4112
4113 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
4114
4115 2014-05-21 Pedro Alves <palves@redhat.com>
4116
4117 PR gdb/13860
4118 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
4119 (top level): Test that output related to execution commands is
4120 sent to the console with CLI commands, but not with MI commands.
4121 Test that breakpoint events are always mirrored to the console.
4122 Also expect the new source line to be output after a "next" in
4123 async mode too. Make it a pass/fail test.
4124 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
4125 output.
4126 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
4127
4128 2014-05-21 Pedro Alves <palves@redhat.com>
4129
4130 * gdb.base/list.exp (build_pattern, test_list): New procedures.
4131 Use them to test variations of "list" after reaching a breakpoint.
4132 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
4133 Test "list" with listsize 10 after reaching a breakpoint.
4134 * gdb.python/python.exp (decode_line current location line
4135 number): Adjust expected line number.
4136
4137 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
4138
4139 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
4140 behavior for $args, pass it directly to "run".
4141
4142 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
4143
4144 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
4145 30000 to 65536.
4146
4147 2014-05-21 Pedro Alves <palves@redhat.com>
4148
4149 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
4150 auto-connect-native-target off".
4151 * gdb.base/auto-connect-native-target.c: New file.
4152 * gdb.base/auto-connect-native-target.exp: New file.
4153
4154 2014-05-21 Pedro Alves <palves@redhat.com>
4155
4156 * gdb.base/default.exp: Test "target native" instead of "target
4157 child".
4158
4159 2014-05-21 Mark Wielaard <mjw@redhat.com>
4160
4161 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
4162
4163 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 Fix TLS access for -static -pthread.
4166 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
4167 <HAVE_TLS> (thread_function, main): Initialize it.
4168 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
4169 Add clean_restart.
4170 <$have_tls != "">: Check TLSVAR.
4171
4172 2014-05-21 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.base/dcache-line-read-error.c: New.
4175 * gdb.base/dcache-line-read-error.exp: New.
4176
4177 2014-05-20 Pedro Alves <palves@redhat.com>
4178
4179 * gdb.base/compare-sections.c: New file.
4180 * gdb.base/compare-sections.exp: New file.
4181
4182 2014-05-20 Pedro Alves <palves@redhat.com>
4183
4184 * gdb.base/break-idempotent.c: New file.
4185 * gdb.base/break-idempotent.exp: New file.
4186
4187 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
4188
4189 * gdb.btrace/nohist.exp: New.
4190
4191 2014-05-20 Yao Qi <yao@codesourcery.com>
4192
4193 * lib/gdb.exp (gdb_init): Set timeout if test file is under
4194 gdb.reverse directory and gdb_reverse_timeout exists in board
4195 setting.
4196 * README: Document gdb_reverse_timeout.
4197
4198 2014-05-20 Yao Qi <yao@codesourcery.com>
4199
4200 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
4201 'test_file_name'. Treat args as a string instead of a list.
4202 (gdb_init): Rename argument 'args' by 'test_file_name'.
4203
4204 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
4205
4206 * gdb.arch/powerpc-power.exp: New file.
4207 * gdb.arch/powerpc-power.s: New file.
4208
4209 2014-05-16 Doug Evans <dje@google.com>
4210
4211 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
4212 * gdb.base/completion.exp: Check that all expected files exist
4213 before doing file completion.
4214
4215 2014-05-16 Doug Evans <dje@google.com>
4216
4217 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4218 Update.
4219 (do_syscall_tests_without_xml): Update.
4220
4221 2014-05-16 Pedro Alves <palves@redhat.com>
4222
4223 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4224 instead of "unknown output after running".
4225
4226 2014-05-16 Yao Qi <yao@codesourcery.com>
4227
4228 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
4229 file1.txt from host at the end.
4230 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4231
4232 2014-05-15 Doug Evans <dje@google.com>
4233
4234 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4235 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4236 loading file. Add test for TU lookup.
4237
4238 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4239
4240 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4241 calling "-exec-arguments" or "set args" before running the
4242 inferior.
4243
4244 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
4245
4246 * lib/mi-support.exp (mi_expect_stop): Expect message for
4247 inferiors that exit with non-zero exit code.
4248
4249 2014-05-14 Yao Qi <yao@codesourcery.com>
4250
4251 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4252 match absolute path on remote host.
4253 (test_file_list_exec_source_files): Remove "/" from the
4254 pattern.
4255
4256 2014-05-14 Yao Qi <yao@codesourcery.com>
4257
4258 * boards/local-remote-host-notty.exp (${board}_file): New
4259 proc.
4260
4261 2014-05-07 Kyle McMartin <kyle@redhat.com>
4262
4263 Pushed by Joel Brobecker <brobecker@adacore.com>.
4264 * gdb.arch/aarch64-atomic-inst.c: New file.
4265 * gdb.arch/aarch64-atomic-inst.exp: New file.
4266
4267 2014-05-07 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4270 in current context" too.
4271
4272 2014-05-05 Keith Seitz <keiths@redhat.com>
4273
4274 * gdb.linespec/ls-dollar.exp: Add test for linespec
4275 file:convenience_variable.
4276
4277 2014-05-05 Yao Qi <yao@codesourcery.com>
4278
4279 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4280 traceframes into tfile and ctf trace files. Read data from
4281 trace file and test collected data.
4282 (gdb_collect_locals_test): Likewise.
4283 (gdb_unavailable_registers_test): Likewise.
4284 (gdb_unavailable_floats): Likewise.
4285 (gdb_collect_globals_test): Likewise.
4286 (top-level): Append "ctf" to trace_file_targets if GDB
4287 supports.
4288
4289 2014-05-05 Yao Qi <yao@codesourcery.com>
4290
4291 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4292 code to ...
4293 (gdb_collect_args_test_1): ... it. New proc.
4294 (gdb_collect_locals_test): Move some code to ...
4295 (gdb_collect_locals_test_1): ... it. New proc.
4296 (gdb_unavailable_registers_test): Move some code to ...
4297 (gdb_unavailable_registers_test_1): ... it. New proc.
4298 (gdb_unavailable_floats): Move some code to ...
4299 (gdb_unavailable_floats_1): ... it. New proc.
4300
4301 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4302
4303 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4304 probes to test for bitness recognition.
4305 * gdb.arch/amd64-stap-optional-prefix.exp
4306 (test_probe_value_without_reg): New procedure.
4307 Add code to test for different kinds of bitness.
4308
4309 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
4310
4311 PR breakpoints/16889
4312 * gdb.arch/amd64-stap-optional-prefix.S: New file.
4313 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4314
4315 2014-05-01 Pedro Alves <palves@redhat.com>
4316
4317 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
4318 gdb_file_cmd if no file is specified.
4319 * boards/native-extended-gdbserver.exp (gdb_load): Use the
4320 last_loaded_file to set the remote exec-file.
4321
4322 2014-05-01 Pedro Alves <palves@redhat.com>
4323
4324 * boards/local-remote-host.exp: New file.
4325
4326 2014-05-01 Pedro Alves <palves@redhat.com>
4327
4328 * boards/local-remote-host.exp: Rename to ...
4329 * boards/local-remote-host-notty.exp: ... this.
4330
4331 2014-04-28 Joel Brobecker <brobecker@adacore.com>
4332
4333 * gdb.ada/dyn_arrayidx: New testcase.
4334
4335 2014-04-26 Yao Qi <yao@codesourcery.com>
4336
4337 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
4338 and compute the length of function main. Save it in
4339 $main_length.
4340 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4341 (top-level): Use gdb_compile to compile objects into
4342 executable and restart GDB. Remove invocation to
4343 prepare_for_testing.
4344
4345 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
4346 Pedro Alves <palves@redhat.com>
4347
4348 PR server/16255
4349 * gdb.multi/multi-attach.c: New file.
4350 * gdb.multi/multi-attach.exp: New file.
4351
4352 2014-04-25 Pedro Alves <palves@redhat.com>
4353
4354 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4355 user.
4356 (top level): Test that "set remote conditional-breakpoints-packet
4357 off" works as intended.
4358 * gdb.base/dprintf.exp: Test that "set remote
4359 breakpoint-commands-packet off" works as intended.
4360 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4361 New function.
4362 (top level): Call it.
4363 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4364 remote fast-tracepoints-packet off" works as intended.
4365 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4366 * lib/gdb.exp (gdb_is_target_remote): ... here.
4367
4368 2014-04-24 David Blaikie <dblaikie@gmail.com>
4369
4370 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4371 ensure clang would not discard them.
4372 * gdb.base/gdbvars.c: Ditto.
4373 * gdb.base/memattr.c: Ditto.
4374 * gdb.base/whatis.c: Ditto.
4375 * gdb.python/py-prettyprint.c: Ditto.
4376 * gdb.trace/actions.c: Ditto.
4377 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4378 ensure clang would not discard it.
4379
4380 2014-04-24 David Blaikie <dblaikie@gmail.com>
4381
4382 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4383 clang to emit the full definition of type required by the test
4384 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4385
4386 2014-04-24 David Blaikie <dblaikie@gmail.com>
4387
4388 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4389 coax Clang into emitting the definition of the type.
4390 * gdb.cp/pr10728-x.h (y): Ditto.
4391 * gdb.cp/pr10728-y.cc (y): Ditto.
4392
4393 2014-04-24 David Blaikie <dblaikie@gmail.com>
4394
4395 * gdb.base/label.exp: XFAIL label related tests under Clang.
4396 * gdb.cp/cplabel.exp: Ditto.
4397 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4398 under Clang those using labels.
4399
4400 2014-04-25 Yao Qi <yao@codesourcery.com>
4401
4402 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4403 double_label.
4404 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4405 partial_label and double_label.
4406
4407 2014-04-24 David Blaikie <dblaikie@gmail.com>
4408
4409 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4410
4411 2014-04-24 David Blaikie <dblaikie@gmail.com>
4412
4413 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4414 of the function to work across GCC and Clang.
4415 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4416 pointer types (const void ** const V void **).
4417
4418 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
4419 Walfred Tedeschi <walfred.tedeschi@intel.com>
4420
4421 * Makefile.in (EXECUTABLES): Added i386-avx512.
4422 * gdb.arch/i386-avx512.c: New file.
4423 * gdb.arch/i386-avx512.exp: Likewise.
4424
4425 2014-04-23 Keith Seitz <keiths@redhat.com>
4426
4427 * lib/mi-support.exp (mi_list_breakpoints): Delete.
4428 (mi_make_breakpoint_table): New procedure.
4429 (mi_create_breakpoint): Use mi_make_breakpoint
4430 and return the result.
4431 (mi_make_breakpoint): New procedure.
4432 (mi_build_kv_pairs): New procedure.
4433
4434 * gdb.mi/mi-break.exp: Remove unused globals,
4435 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4436 All callers updated.
4437 * gdb.mi/mi-dprintf.exp: Use variable to track command
4438 number.
4439 Update all callers of mi_create_breakpoint and use
4440 mi_make_breakpoint_table.
4441 Remove any unused global variables.
4442 * gdb.mi/mi-nonstop.exp: Likewise.
4443 * gdb.mi/mi-nsintrall.exp: Likewise.
4444 * gdb.mi/mi-nsmoribund.exp: Likewise.
4445 * gdb.mi/mi-nsthrexec.exp: Likewise.
4446 * gdb.mi/mi-reverse.exp: Likewise.
4447 * gdb.mi/mi-simplerun.exp: Likewise.
4448 * gdb.mi/mi-stepn.exp: Likewise.
4449 * gdb.mi/mi-syn-frame.exp: Likewise.
4450 * gdb.mi/mi-until.exp: Likewise.
4451 * gdb.mi/mi-var-cp.exp: Likewise.
4452 * gdb.mi/mi-var-display.exp: Likewise.
4453 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4454 * gdb.mi/mi2-var-child.exp: Likewise.
4455 * gdb.mi/mi-vla-c99.exp: Likewise.
4456 * lib/mi-support.exp: Likewise.
4457
4458 From Ian Lance Taylor <iant@cygnus.com>:
4459 * lib/gdb.exp (parse_args): New procedure.
4460
4461 2014-04-23 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/break-unload-file.c: New file.
4464 * gdb.base/break-unload-file.exp: New file.
4465 * gdb.base/sym-file-lib.c (baz): New function.
4466 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4467 field.
4468 (load): Store the segment's mapped size.
4469 (unload): New function.
4470 (unload_shlib): New function.
4471 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4472 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4473 set a breakpoint at baz, and call it.
4474 * gdb.base/sym-file.exp: New tests for stale breakpoint
4475 instructions.
4476
4477 2014-04-23 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4480 * gdb.base/hbreak-in-shr-unsupported.c: New file.
4481 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4482 * gdb.base/hbreak-unmapped.c: New file.
4483 * gdb.base/hbreak-unmapped.exp: New file.
4484 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4485 * lib/gdb.exp (gdb_is_target_remote): ... here.
4486
4487 2014-04-22 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/consecutive-step-over.c: New file.
4490 * gdb.base/consecutive-step-over.exp: New file.
4491
4492 2014-04-22 Pedro Alves <palves@redhat.com>
4493
4494 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4495 instead of send_gdb/gdb_expect.
4496
4497 2014-04-22 Yao Qi <yao@codesourcery.com>
4498
4499 * lib/trace-support.exp (generate_tracefile): New procedure.
4500 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4501 return 0.
4502 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4503 if generate_tracefile returns 1.
4504
4505 2014-04-18 Tom Tromey <palves@redhat.com>
4506 Pedro alves <tromey@redhat.com>
4507
4508 PR backtrace/15558
4509 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4510 with a backtrace limit.
4511 * gdb.python/py-frame-inline.exp: Test running to an inline
4512 function with a backtrace limit, and printing the newest frame.
4513 * gdb.python/py-frame-inline.c (main): Call f.
4514
4515 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4516
4517 * gdb.java/jnpe.exp: Drop srcdir from untested path.
4518
4519 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
4520
4521 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4522 Drop prefix from unsupported source file path.
4523
4524 2014-04-17 Yao Qi <yao@codesourcery.com>
4525
4526 * lib/gdb.exp (with_target_charset): New proc.
4527 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4528 with_target_charset.
4529 (test_print_strings): Likewise.
4530 (test_repeat_bytes): Likewise.
4531 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4532 for some tests.
4533
4534 2014-04-16 Keith Seitz <keiths@redhat.com>
4535
4536 PR gdb/15827
4537 * gdb.dwarf2/corrupt.c: New file.
4538 * gdb.dwarf2/corrupt.exp: New file.
4539
4540 2014-04-16 Keith Seitz <keiths@redhat.com>
4541
4542 PR c++/16597
4543 * gdb.cp/namelessclass.cc: New file.
4544 * gdb.cp/namelessclass.exp: New file.
4545 * gdb.cp/namelessclass.S: New file.
4546
4547 2014-04-16 Doug Evans <dje@google.com>
4548
4549 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4550 Add comment.
4551 (gdbserver_default_get_comm_port): New function.
4552 (gdbserver_start): Check if board file provided
4553 "gdbserver,get_comm_port" and use it if so.
4554 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4555 (gdb,socketport): Set to "stdio".
4556 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4557 (stdio_gdbserver_template): Delete.
4558 (${board}_get_remote_address): Update.
4559 (${board}_build_remote_cmd): Delete.
4560 (${board}_get_comm_port): New function.
4561 (${board}_spawn): Update.
4562 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4563 Delete.
4564 (${board}_get_remote_address): Update.
4565 (${board}_get_comm_port): New function.
4566
4567 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
4568
4569 * gdb.base/memattr.exp: Improve regexps to handle memory regions
4570 appearing in any order.
4571
4572 2014-04-15 Doug Evans <dje@google.com>
4573
4574 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4575 uninitialized value of "description".
4576
4577 2014-04-15 Keith Seitz <keiths@redhat.com>
4578
4579 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4580 Remove unused globals.
4581 (test_running_the_program): Likewise.
4582 (test_controlled_execution): Likewise.
4583 (test_controlling_breakpoints): Likewise.
4584 (test_program_termination): Likewise.
4585
4586 2014-04-15 Keith Seitz <keiths@redhat.com>
4587
4588 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4589 unused globals.
4590 (test_rbreak_creation_and_listing): Likewise.
4591 (test_ignore_count): Likewise.
4592 (test_error): Likewise.
4593
4594 2014-04-15 Pedro Alves <palves@redhat.com>
4595
4596 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4597 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4598 sym-file-loader.c.
4599 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4600 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4601 to sym-file-loader.c.
4602 (struct library): Forward declare.
4603 (load_shlib, lookup_function): Change prototypes.
4604 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4605 (translate_offset): Remove declarations.
4606 (get_text_addr): New declaration.
4607 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4608 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4609 sym-file-loader.h.
4610 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4611 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4612 here from sym-file-loader.h.
4613 (struct library): New structure.
4614 (load_shlib, lookup_function): Change prototypes and adjust to
4615 work with a struct library.
4616 (find_shstrtab, find_strtab, find_shdr, find_symtab)
4617 (translate_offset): Make static.
4618 (get_text_addr): New function.
4619 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4620
4621 2014-04-15 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
4624
4625 2014-04-15 Pedro Alves <palves@redhat.com>
4626
4627 * gdb.base/sym-file-loader.c: Include <limits.h>.
4628 (SELF_LINK): New define.
4629 (get_origin): New function.
4630 (load_shlib): Use it.
4631 * gdb.base/sym-file.exp: Don't early return if the target is
4632 remote. Use runto_main, and issue fail is that fails. Use
4633 gdb_load_shlibs.
4634 (shlib_name): Delete.
4635 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
4636
4637 2014-04-15 Pedro Alves <palves@redhat.com>
4638
4639 * gdb.base/sym-file.exp: Remove regex characters from test
4640 message. Don't refer to breakpoint numbers in test messages.
4641
4642 2014-04-14 Keith Seitz <keiths@redhat.com>
4643
4644 PR c++/16253
4645 * gdb.cp/var-tag.cc: New file.
4646 * gdb.cp/var-tag.exp: New file.
4647 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4648 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4649 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4650 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4651
4652 2014-04-14 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.cp/classes.exp (test_enums): Handle underlying type.
4655 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4656 type.
4657 * gdb.cp/enum-class.exp: New file.
4658 * gdb.cp/enum-class.cc: New file.
4659
4660 2014-04-14 Tom Tromey <tromey@redhat.com>
4661
4662 * gdb.dwarf2/enum-type.exp: New file.
4663
4664 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4665
4666 * gdb.mi/mi-vla-c99.exp: New file.
4667 * gdb.mi/vla.c: New file.
4668
4669 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4670
4671 * gdb.base/vla-datatypes.c: New file.
4672 * gdb.base/vla-datatypes.exp: New file.
4673
4674 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4675
4676 * gdb.base/vla-ptr.c: New file.
4677 * gdb.base/vla-ptr.exp: New file.
4678
4679 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4680
4681 * gdb.dwarf2/count.exp: New file.
4682
4683 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
4684
4685 * gdb.base/vla-sideeffect.c: New file.
4686 * gdb.base/vla-sideeffect.exp: New file.
4687
4688 2014-04-14 David Blaikie <dblaikie@gmail.com>
4689
4690 * gdb.mi/non-stop.c: Add return value for non-void function return
4691 statement.
4692 * gdb.threads/staticthreads.c: Ditto.
4693
4694 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
4695 Doug Evans <xdje42@gmail.com>
4696
4697 * gdb.guile/scm-value.c: Improve test case.
4698 * gdb.guile/scm-value.exp: Add new test.
4699
4700 2014-04-11 David Blaikie <dblaikie@gmail.com>
4701
4702 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4703 override Clang's default.
4704
4705 2014-04-11 Joel Brobecker <brobecker@adacore.com>
4706
4707 Revert the following changes (regressions):
4708
4709 * gdb.base/vla-sideeffect.c: New file.
4710 * gdb.base/vla-sideeffect.exp: New file.
4711
4712 * gdb.dwarf2/count.exp: New file.
4713
4714 * gdb.base/vla-multi.c: New file.
4715 * gdb.base/vla-multi.exp: New file.
4716
4717 * gdb.base/vla-ptr.c: New file.
4718 * gdb.base/vla-ptr.exp: New file.
4719
4720 * gdb.base/vla-datatypes.c: New file.
4721 * gdb.base/vla-datatypes.exp: New file.
4722
4723 * gdb.mi/mi-vla-c99.exp: New file.
4724 * gdb.mi/vla.c: New file.
4725
4726 2014-04-11 Keith Seitz <keiths@redhat.com>
4727
4728 PR c++/16675
4729 * gdb.cp/cpsizeof.exp: New file.
4730 * gdb.cp/cpsizeof.cc: New file.
4731
4732 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4733
4734 * gdb.mi/mi-vla-c99.exp: New file.
4735 * gdb.mi/vla.c: New file.
4736
4737 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4738
4739 * gdb.base/vla-datatypes.c: New file.
4740 * gdb.base/vla-datatypes.exp: New file.
4741
4742 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4743
4744 * gdb.base/vla-ptr.c: New file.
4745 * gdb.base/vla-ptr.exp: New file.
4746
4747 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4748
4749 * gdb.base/vla-multi.c: New file.
4750 * gdb.base/vla-multi.exp: New file.
4751
4752 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4753
4754 * gdb.dwarf2/count.exp: New file.
4755
4756 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
4757
4758 * gdb.base/vla-sideeffect.c: New file.
4759 * gdb.base/vla-sideeffect.exp: New file.
4760
4761 2014-04-11 Yao Qi <yao@codesourcery.com>
4762
4763 * gdb.base/completion.exp: Check file exists before running tests
4764 on file completion.
4765
4766 2014-04-10 Pedro Alves <palves@redhat.com>
4767
4768 * gdb.base/cond-eval-mode.c: New file.
4769 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
4770 prepare_for_testing to build the new file. Check result of
4771 runto_main.
4772 (test_break, test_watch): New procedures.
4773 (top level): Use them.
4774
4775 2014-04-08 Pierre Muller <muller@sourceware.org>
4776
4777 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4778 Ctrl-V use for mingw hosts.
4779
4780 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
4781
4782 * gdb.python/py-value.c: Improve test case.
4783 * gdb.python/py-value.exp: Add new test.
4784
4785 2014-04-07 David Blaikie <dblaikie@gmail.com>
4786
4787 * lib/compiler.c: Identify the clang compiler.
4788 * lib/compiler.cc: Ditto.
4789
4790 2014-04-03 Yao Qi <yao@codesourcery.com>
4791
4792 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4793
4794 2014-04-01 Anton Blanchard <anton@samba.org>
4795
4796 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
4797 messages unique.
4798
4799 2014-04-01 Anton Blanchard <anton@samba.org>
4800
4801 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4802 prepare_for_testing.
4803
4804 2014-04-01 Anton Blanchard <anton@samba.org>
4805
4806 * gdb.arch/ppc64-atomic-inst.c: Remove.
4807 * gdb.arch/ppc64-atomic-inst.S: New file.
4808 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4809
4810 2014-03-31 Doug Evans <dje@google.com>
4811
4812 * gdb.base/print-symbol-loading-lib.c: New file.
4813 * gdb.base/print-symbol-loading-main.c: New file.
4814 * gdb.base/print-symbol-loading.exp: New file.
4815
4816 2014-03-31 Yao Qi <yao@codesourcery.com>
4817
4818 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4819
4820 2014-03-28 Joel Brobecker <brobecker@adacore.com>
4821
4822 * gdb.ada/mi_dyn_arr: New testcase.
4823
4824 2014-03-27 Doug Evans <dje@google.com>
4825
4826 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4827
4828 2014-03-27 Yao Qi <yao@codesourcery.com>
4829
4830 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4831 if target is nios2-*-*.
4832
4833 2014-03-26 Yao Qi <yao@codesourcery.com>
4834
4835 * lib/gdb.exp (readline_is_used): New proc.
4836 * gdb.base/completion.exp: Move tests on command complete up.
4837 Skip the rest of tests if readline is not used.
4838 * gdb.ada/complete.exp: Skp the test if readline is not
4839 used.
4840 * gdb.base/filesym.exp: Likewise.
4841 * gdb.base/macscp.exp: Likewise.
4842 * gdb.base/readline-ask.exp: Likewise.
4843 * gdb.base/readline.exp: Likewise.
4844 * gdb.python/py-cmd.exp: Likewise.
4845 * gdb.trace/tfile.exp: Likewise.
4846
4847 2014-03-26 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.base/macscp.exp: Fix code format issues.
4850
4851 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
4852
4853 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4854 * gdb.asm/powerpc64le.inc: New file.
4855
4856 2014-03-25 Pedro Alves <palves@redhat.com>
4857 Doug Evans <dje@google.com>
4858
4859 * gdb.base/source-execution.c: New file.
4860 * gdb.base/source-execution.exp: New file.
4861 * gdb.base/source-execution.gdb: New file.
4862
4863 2014-03-24 Doug Evans <dje@google.com>
4864
4865 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4866 using fission.
4867
4868 2014-03-24 Hui Zhu <hui@codesourcery.com>
4869 Pedro Alves <palves@redhat.com>
4870
4871 PR breakpoints/16101
4872 * gdb.base/dprintf.exp: Use unsupported rather than changing the
4873 test pass/fail messages. Detect missing support for dprintf when
4874 breakpoints are actually inserted.
4875 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4876 breakpoints are actually inserted.
4877 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4878 fails.
4879
4880 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4883
4884 2014-03-22 Doug Evans <xdje42@gmail.com>
4885
4886 * gdb.python/python.exp (python not supported): Verify multi-line
4887 python command issues an error.
4888 * gdb.guile/guile.exp (guile not supported): Verify multi-line
4889 guile command issues an error.
4890
4891 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
4892
4893 * gdb.threads/thread-specific.exp: Handle the lack of usable
4894 $this_breakpoint and $this_thread.
4895
4896 2014-03-21 Hui Zhu <hui@codesourcery.com>
4897
4898 * gdb.base/attach.exp (do_command_attach_tests): New.
4899
4900 2014-03-20 Tom Tromey <tromey@redhat.com>
4901 Pedro Alves <palves@redhat.com>
4902
4903 PR cli/15718
4904 * gdb.base/condbreak-call-false.c: New file.
4905 * gdb.base/condbreak-call-false.exp: New file.
4906
4907 2014-03-20 Pedro Alves <palves@redhat.com>
4908
4909 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4910 Delete.
4911 (block_signals, unblock_signals): Delete.
4912 (child_function_2, main): Remove references to deleted variable
4913 and functions.
4914
4915 2014-03-20 Pedro Alves <palves@redhat.com>
4916
4917 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4918 Use pthread_kill to signal thread 2.
4919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4920 Adjust to make the test send itself a signal rather than using the
4921 host's "kill" command.
4922
4923 2014-03-20 Pedro Alves <palves@redhat.com>
4924
4925 * gdb.threads/multiple-step-overs.c: New file.
4926 * gdb.threads/multiple-step-overs.exp: New file.
4927 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4928 Adjust expected infrun debug output.
4929
4930 2014-03-20 Pedro Alves <palves@redhat.com>
4931
4932 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4933 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4934
4935 2014-03-20 Pedro Alves <palves@redhat.com>
4936
4937 PR breakpoints/7143
4938 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4939 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
4940 of gdb_test_multiple.
4941 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4942 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4943
4944 2014-03-20 Pedro Alves <palves@redhat.com>
4945
4946 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4947 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4948
4949 2014-03-19 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/async.exp: Remove early return.
4952
4953 2014-03-19 Pedro Alves <palves@redhat.com>
4954
4955 * gdb.base/async.exp (step& tests): Pass explicit test messages.
4956
4957 2014-03-19 Pedro Alves <palves@redhat.com>
4958
4959 * gdb.base/async.exp (test_background): Expect \r\n after
4960 "completed." in the fail pattern.
4961
4962 2014-03-19 Pedro Alves <palves@redhat.com>
4963
4964 * gdb.base/async.exp (test_background): New procedure.
4965 Use it for all background execution command tests.
4966
4967 2014-03-19 Pedro Alves <palves@redhat.com>
4968
4969 * gdb.base/async.exp: Use prepare_for_testing.
4970
4971 2014-03-19 Pedro Alves <palves@redhat.com>
4972
4973 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
4974 the same line.
4975
4976 2014-03-19 Pedro Alves <palves@redhat.com>
4977
4978 * gdb.base/async.c (main): Add "jump here" and "until here" line
4979 marker comments.
4980 * gdb.base/async.exp (jump_here): New global.
4981 (jump& test): Use it.
4982 (until_here): New global.
4983 (until& test): Use it.
4984
4985 2014-03-19 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/async.exp: Don't frob gdb_protocol.
4988
4989 2014-03-18 Doug Evans <xdje42@gmail.com>
4990
4991 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
4992 Fix spelling of exec-done-display.
4993
4994 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4995
4996 PR gdb/15358
4997 * gdb.base/gdb-sigterm.c: New file.
4998 * gdb.base/gdb-sigterm.exp: New file.
4999
5000 2014-03-18 Pedro Alves <palves@redhat.com>
5001
5002 PR gdb/13860
5003 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
5004 * lib/mi-support.exp (mi_expect_stop): Add special handling for
5005 solib-event.
5006
5007 2014-03-17 Joel Brobecker <brobecker@adacore.com>
5008
5009 * gdb.ada/pckd_arr_ren: New testcase.
5010
5011 2014-03-13 Doug Evans <xdje42@gmail.com>
5012
5013 PR guile/16612
5014 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
5015 collect after discarding symbols.
5016
5017 2014-03-13 Ludovic Courtès <ludo@gnu.org>
5018 Doug Evans <xdje42@gmail.com>
5019
5020 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
5021 to history survives a gc.
5022
5023 2014-03-13 Pedro Alves <palves@redhat.com>
5024
5025 * gdb.base/default.exp: Don't test "target procfs".
5026
5027 2014-03-13 Pedro Alves <palves@redhat.com>
5028
5029 * gdb.base/default.exp: Update "target child" and "target procfs"
5030 tests to not expect "Unix".
5031
5032 2014-03-12 Tom Tromey <tromey@redhat.com>
5033
5034 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
5035 New procs. Add target-async tests.
5036 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
5037 Add target-async tests.
5038
5039 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5040
5041 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
5042 'func_start' and 'func_end' for the beginning and end of the
5043 function code, respectively.
5044 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
5045 'func_end' instead of 'func' and 'main'.
5046
5047 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5048
5049 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
5050 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
5051 generate the debug info assembler source.
5052
5053 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5054
5055 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
5056 * gdb.dwarf2/arr-subrange.exp: Likewise.
5057 * gdb.dwarf2/dwz.exp: Likewise.
5058 * gdb.dwarf2/method-ptr.exp: Likewise.
5059 * gdb.dwarf2/missing-sig-type.exp: Likewise.
5060 * gdb.dwarf2/subrange.exp: Likewise.
5061 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
5062 * gdb.dwarf2/implptrpiece.exp: Likewise.
5063 * gdb.dwarf2/nostaticblock.exp: Likewise.
5064
5065 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
5066
5067 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
5068 directory to absolute path name arguments.
5069
5070 2014-03-10 Joel Brobecker <brobecker@adacore.com>
5071
5072 * gdb.ada/tagged_access: New testcase.
5073
5074 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
5075
5076 * gdb.btrace/data.exp: Update expected output.
5077
5078 2014-03-06 Yao Qi <yao@codesourcery.com>
5079
5080 * gdb.trace/pr16508.exp: New file.
5081
5082 2014-03-05 Pedro Alves <palves@redhat.com>
5083
5084 PR gdb/16575
5085 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
5086 procedure.
5087 (top level): Adjust to use it. Add tests that exercise breakpoint
5088 interaction with the code-cache.
5089
5090 2014-02-26 Ludovic Courtès <ludo@gnu.org>
5091
5092 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
5093 test for 'history-append!'.
5094
5095 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5096
5097 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
5098 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
5099 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
5100 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
5101 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
5102 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
5103
5104 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5105
5106 * testsuite/gdb.python/py-pp-re-notag.c: New file.
5107 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
5108 * testsuite/gdb.python/py-pp-re-notag.p: New file.
5109
5110 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5111
5112 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
5113
5114 2014-02-26 Joel Brobecker <brobecker@adacore.com>
5115
5116 * gdb.dwarf2/arr-stride.c: New file.
5117 * gdb.dwarf2/arr-stride.exp: New file.
5118
5119 2014-02-26 Pedro Alves <palves@redhat.com>
5120
5121 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
5122 that won't ever trigger. Make sure that GDB reports the correct
5123 breakpoint that caused the stop.
5124
5125 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5126
5127 PR gdb/16626
5128 * gdb.base/auto-load-script: New file.
5129 * gdb.base/auto-load.c: New file.
5130 * gdb.base/auto-load.exp: New file.
5131
5132 PR gdb/16626
5133 * gdb.base/auto-load.exp: Fix out-of-srctree run.
5134
5135 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5136
5137 Fix dw2-icycle.exp -fsanitize=address GDB crash.
5138 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
5139
5140 2014-02-24 Doug Evans <dje@google.com>
5141
5142 * lib/gdb.exp (run_on_host): Log error output if program fails.
5143
5144 2014-02-21 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.threads/step-after-sr-lock.c: Rename to ...
5147 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
5148 * gdb.threads/step-after-sr-lock.exp: Rename to ...
5149 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
5150 ... this.
5151
5152 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
5153
5154 PR tdep/16397
5155 * gdb.arch/amd64-stap-special-operands.exp: New file.
5156 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
5157 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
5158 * gdb.arch/amd64-stap-triplet.S: Likewise.
5159 * gdb.arch/amd64-stap-triplet.c: Likewise.
5160
5161 2014-02-20 Joel Brobecker <brobecker@adacore.com>
5162
5163 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
5164 in .section pseudo-op.
5165
5166 2014-02-20 lin zuojian <manjian2006@gmail.com>
5167 Joel Brobecker <brobecker@adacore.com>
5168 Doug Evans <xdje42@gmail.com>
5169
5170 PR symtab/16581
5171 * gdb.dwarf2/dw2-icycle.S: New file.
5172 * gdb.dwarf2/dw2-icycle.c: New file.
5173 * gdb.dwarf2/dw2-icycle.exp: New file.
5174
5175 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
5176
5177 * gdb.python/py-value-cc.cc: Improve test case to enable testing
5178 operations on gdb.Value objects.
5179 * gdb.python/py-value-cc.exp: Add new test to test operations on
5180 gdb.Value objects.
5181
5182 2014-02-18 Doug Evans <dje@google.com>
5183
5184 * Makefile.in (TESTS): New variable.
5185 (expanded_tests, expanded_tests_or_none): New variables
5186 (check-single): Pass $(expanded_tests_or_none) to runtest.
5187 (check-parallel): Only run tests in $(TESTS) if non-empty.
5188 (check/no-matching-tests-found): New rule.
5189 * README: Document TESTS makefile variable.
5190
5191 2014-02-18 Doug Evans <dje@google.com>
5192
5193 * Makefile.in (check-parallel): rm -rf outputs temp.
5194
5195 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5196
5197 Fix "ERROR: no fileid for" in the testsuite.
5198 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
5199
5200 2014-02-12 Doug Evans <dje@google.com>
5201
5202 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
5203 (MISCELLANEOUS): New variable.
5204 (clean): rm -rf $(MISCELLANEOUS).
5205 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
5206 dwp live in the same directory as symlinks, with each symlink pointed
5207 to a differently named file in a different directory.
5208
5209 2014-02-11 Doug Evans <dje@google.com>
5210
5211 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5212 of Tcl file commands.
5213
5214 2014-02-10 Mark Kettenis <kettenis@gnu.org>
5215
5216 * gdb.threads/step-after-sr-lock.exp: Avoid executing
5217 "kill -SIGUSR1 -1".
5218
5219 2014-02-10 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.ada/tick_length_array_enum_idx: New testcase.
5222
5223 2014-02-10 Doug Evans <xdje42@gmail.com>
5224
5225 * configure.ac (AC_OUTPUT): Add gdb.guile.
5226 * configure: Regenerate.
5227 * lib/gdb-guile.exp: New file.
5228 * lib/gdb.exp (get_target_charset): New function.
5229 * gdb.base/help.exp: Update expected output from "apropos apropos".
5230 * gdb.guile/Makefile.in: New file.
5231 * gdb.guile/guile.exp: New file.
5232 * gdb.guile/scm-arch.c: New file.
5233 * gdb.guile/scm-arch.exp: New file.
5234 * gdb.guile/scm-block.c: New file.
5235 * gdb.guile/scm-block.exp: New file.
5236 * gdb.guile/scm-breakpoint.c: New file.
5237 * gdb.guile/scm-breakpoint.exp: New file.
5238 * gdb.guile/scm-disasm.c: New file.
5239 * gdb.guile/scm-disasm.exp: New file.
5240 * gdb.guile/scm-equal.c: New file.
5241 * gdb.guile/scm-equal.exp: New file.
5242 * gdb.guile/scm-error.exp: New file.
5243 * gdb.guile/scm-error.scm: New file.
5244 * gdb.guile/scm-frame-args.c: New file.
5245 * gdb.guile/scm-frame-args.exp: New file.
5246 * gdb.guile/scm-frame-args.scm: New file.
5247 * gdb.guile/scm-frame-inline.c: New file.
5248 * gdb.guile/scm-frame-inline.exp: New file.
5249 * gdb.guile/scm-frame.c: New file.
5250 * gdb.guile/scm-frame.exp: New file.
5251 * gdb.guile/scm-generics.exp: New file.
5252 * gdb.guile/scm-gsmob.exp: New file.
5253 * gdb.guile/scm-iterator.c: New file.
5254 * gdb.guile/scm-iterator.exp: New file.
5255 * gdb.guile/scm-math.c: New file.
5256 * gdb.guile/scm-math.exp: New file.
5257 * gdb.guile/scm-objfile-script-gdb.in: New file.
5258 * gdb.guile/scm-objfile-script.c: New file.
5259 * gdb.guile/scm-objfile-script.exp: New file.
5260 * gdb.guile/scm-objfile.c: New file.
5261 * gdb.guile/scm-objfile.exp: New file.
5262 * gdb.guile/scm-ports.exp: New file.
5263 * gdb.guile/scm-pretty-print.c: New file.
5264 * gdb.guile/scm-pretty-print.exp: New file.
5265 * gdb.guile/scm-pretty-print.scm: New file.
5266 * gdb.guile/scm-section-script.c: New file.
5267 * gdb.guile/scm-section-script.exp: New file.
5268 * gdb.guile/scm-section-script.scm: New file.
5269 * gdb.guile/scm-symbol.c: New file.
5270 * gdb.guile/scm-symbol.exp: New file.
5271 * gdb.guile/scm-symtab-2.c: New file.
5272 * gdb.guile/scm-symtab.c: New file.
5273 * gdb.guile/scm-symtab.exp: New file.
5274 * gdb.guile/scm-type.c: New file.
5275 * gdb.guile/scm-type.exp: New file.
5276 * gdb.guile/scm-value-cc.cc: New file.
5277 * gdb.guile/scm-value-cc.exp: New file.
5278 * gdb.guile/scm-value.c: New file.
5279 * gdb.guile/scm-value.exp: New file.
5280 * gdb.guile/source2.scm: New file.
5281 * gdb.guile/types-module.cc: New file.
5282 * gdb.guile/types-module.exp: New file.
5283
5284 2014-02-10 Yao Qi <yao@codesourcery.com>
5285
5286 PR testsuite/16543
5287 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5288 * configure: Regenerated.
5289 * Makefile.in: New file.
5290
5291 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5292
5293 * gdb.python/py-framefilter.exp: Fix typo.
5294
5295 2014-02-08 Yao Qi <yao@codesourcery.com>
5296
5297 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5298 that no =breakpoint-modified is emitted when breakpoints are
5299 modified through MI commands.
5300
5301 2014-02-07 Pedro Alves <pedro@codesourcery.com>
5302 Pedro Alves <palves@redhat.com>
5303
5304 * gdb.threads/step-after-sr-lock.c: New file.
5305 * gdb.threads/step-after-sr-lock.exp: New file.
5306
5307 2014-02-07 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5310
5311 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5312
5313 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5314 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5315
5316 2014-02-06 Doug Evans <xdje42@gmail.com>
5317
5318 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5319 output.
5320
5321 * gdb.gdb/python-interrupts.exp: New file.
5322
5323 2014-02-05 Yao Qi <yao@codesourcery.com>
5324
5325 * gdb.trace/report.exp (use_collected_data): Test the output
5326 of "info threads" and "info inferiors".
5327
5328 2014-02-05 Yao Qi <yao@codesourcery.com>
5329
5330 Revert this patch:
5331
5332 2013-05-24 Yao Qi <yao@codesourcery.com>
5333
5334 * gdb.trace/tfile.exp: Test inferior and thread.
5335
5336 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5337
5338 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5339 on a function.
5340 * gdb.base/step-bt.c: Call hello via function pointer to make
5341 sure its first instruction is executed on powerpc64le-linux.
5342
5343 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5344
5345 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5346
5347 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5348
5349 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
5350 of the test patterns for use on little-endian systems.
5351
5352 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
5353
5354 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5355 (decimal_vector): Fix for little-endian.
5356
5357 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
5358
5359 * gdb.arch/sparc-sysstep.exp: New file.
5360 * gdb.arch/sparc-sysstep.c: Likewise.
5361
5362 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5363
5364 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
5365
5366 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5367
5368 2014-01-23 Tom Tromey <tromey@redhat.com>
5369
5370 * gdb.ada/array_char_idx: New testcase.
5371
5372 2014-01-23 Tom Tromey <tromey@redhat.com>
5373
5374 PR python/16487:
5375 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5376 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5377 classes.
5378
5379 2014-01-23 Tom Tromey <tromey@redhat.com>
5380
5381 PR python/16491:
5382 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5383 string from an inferior frame.
5384 * gdb.python/py-framefilter-mi.exp: Update.
5385
5386 2014-01-22 Doug Evans <dje@google.com>
5387
5388 * gdb.server/server-mon.exp: Add tests for "set debug-format".
5389
5390 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5391
5392 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5393
5394 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5395
5396 * gdb.trace/entry-values.exp: Remove excess space character from
5397 regex patterns. Handle s390 call instruction.
5398
5399 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5400
5401 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5402 define "*_start" label. Make "name" static.
5403 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5404 ${name} by references to ${name}_start.
5405
5406 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
5407
5408 * gdb.base/info-macros.exp: Remove "debug" from the compile
5409 options.
5410
5411 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5412
5413 * gdb.dlang/demangle.exp: New file.
5414
5415 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5416
5417 * gdb.dlang/primitive-types.exp: New file.
5418
5419 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
5420
5421 * configure.ac: Create gdb.dlang/Makefile.
5422 * configure: Regenerate.
5423 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5424 * gdb.dlang/Makefile.in: New file.
5425 * lib/d-support.exp: New file.
5426 * lib/gdb.exp (skip_d_tests): New proc.
5427
5428 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5429
5430 * gdb.btrace/delta.exp: Check reverse stepi.
5431 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
5432 * gdb.btrace/finish.exp: New.
5433 * gdb.btrace/next.exp: New.
5434 * gdb.btrace/nexti.exp: New.
5435 * gdb.btrace/record_goto.c: Add comments.
5436 * gdb.btrace/step.exp: New.
5437 * gdb.btrace/stepi.exp: New.
5438 * gdb.btrace/multi-thread-step.c: New.
5439 * gdb.btrace/multi-thread-step.exp: New.
5440 * gdb.btrace/rn-dl-bind.c: New.
5441 * gdb.btrace/rn-dl-bind.exp: New.
5442 * gdb.btrace/data.c: New.
5443 * gdb.btrace/data.exp: New.
5444 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5445
5446 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5447
5448 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5449 * gdb.btrace/exception.exp: Update.
5450 * gdb.btrace/instruction_history.exp: Update.
5451 * gdb.btrace/record_goto.exp: Update.
5452 * gdb.btrace/tailcall.exp: Update.
5453 * gdb.btrace/unknown_functions.exp: Update.
5454 * gdb.btrace/delta.exp: New.
5455
5456 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5457
5458 * gdb.btrace/record_goto.exp: Add backtrace test.
5459 * gdb.btrace/tailcall.exp: Add backtrace test.
5460
5461 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5462
5463 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5464 * gdb.btrace/record_goto.c: New.
5465 * gdb.btrace/record_goto.exp: New.
5466 * gdb.btrace/x86-record_goto.S: New.
5467
5468 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5469
5470 * gdb.btrace/function_call_history.exp: Update tests.
5471 * gdb.btrace/instruction_history.exp: Update tests.
5472
5473 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5474
5475 * gdb.btrace/function_call_history.exp: Fix expected field
5476 order for "record function-call-history".
5477 Add new tests for "record function-call-history /c".
5478 * gdb.btrace/exception.cc: New.
5479 * gdb.btrace/exception.exp: New.
5480 * gdb.btrace/tailcall.exp: New.
5481 * gdb.btrace/x86-tailcall.S: New.
5482 * gdb.btrace/x86-tailcall.c: New.
5483 * gdb.btrace/unknown_functions.c: New.
5484 * gdb.btrace/unknown_functions.exp: New.
5485 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5486
5487 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5488
5489 * gdb.btrace/instruction_history.exp: Update.
5490 * gdb.btrace/function_call_history.exp: Update.
5491
5492 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5493
5494 * gdb.btrace/function_call_history.exp: Fix expected function
5495 trace.
5496 * gdb.btrace/instruction_history.exp: Initialize traced.
5497 Remove traced_functions.
5498
5499 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5500
5501 * gdb.btrace/function_call_history.exp: Update
5502 * gdb.btrace/instruction_history.exp: Update.
5503
5504 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
5505
5506 * gdb.btrace/enable.exp: Update expected text.
5507
5508 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
5509
5510 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5511 bytes.
5512
5513 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
5514
5515 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5516
5517 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
5518
5519 * lib/gdb.exp (supports_process_record): Return true for
5520 arm*-linux*. (supports_reverse): Likewise.
5521
5522 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
5523
5524 PR python/15464
5525 PR python/16113
5526 * gdb.python/py-type.c: Enhance test case.
5527 * gdb.python/py-value-cc.cc: Likewise
5528 * gdb.python/py-type.exp: Add new tests.
5529 * gdb.python/py-value-cc.exp: Likewise
5530
5531 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5532 Pedro Alves <palves@redhat.com>
5533
5534 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5535 Make "name" extern.
5536 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5537 references to ${name}_start by references to ${name}.
5538
5539 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5542
5543 2014-01-10 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5546
5547 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
5548 Pedro Alves <palves@redhat.com>
5549
5550 * gdb.mi/mi-info-os.exp: Connect to the target with
5551 mi_gdb_target_load.
5552
5553 2014-01-08 Pedro Alves <palves@redhat.com>
5554
5555 * gdb.threads/reconnect-signal.c: New file.
5556 * gdb.threads/reconnect-signal.exp: New file.
5557
5558 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5559
5560 * gdb.base/source-dir.exp: New file.
5561
5562 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5563
5564 * gdb.ada/mi_interface: New testcase.
5565
5566 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5567
5568 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5569 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5570 gdb.ada/pp-rec-component/pck.ads: New files.
5571
5572 2014-01-07 Joel Brobecker <brobecker@adacore.com>
5573
5574 * gdb.python/py-pp-integral.c: New file.
5575 * gdb.python/py-pp-integral.py: New file.
5576 * gdb.python/py-pp-integral.exp: New file.
5577
5578 For older changes see ChangeLog-1993-2013.
5579 \f
5580 ;; Local Variables:
5581 ;; mode: change-log
5582 ;; left-margin: 8
5583 ;; fill-column: 74
5584 ;; version-control: never
5585 ;; End:
5586
5587 Copyright 2014-2015 Free Software Foundation, Inc.
5588 Copying and distribution of this file, with or without modification,
5589 are permitted provided the copyright notice and this notice are preserved.