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