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